The remounting can be ‘fixed’. Take a look here (that’s what you mean, right?).
Indeed, this is what I mean.
I am on the stable branch. Not sure what you mean by build. I’m adding the contents of cat /etc/os-release
if that helps:
NAME="Manjaro-ARM"
ID=manjaro-arm
ID_LIKE=manjaro arch
PRETTY_NAME="Manjaro ARM"
ANSI_COLOR="1;32"
HOME_URL="https://www.manjaro.org/"
SUPPORT_URL="https://forum.manjaro.org/c/arm/"
As mentioned in the previous post, every couple of minutes, Firefox tabs crash. Firefox is really quite unsuable for anything other than a quick read of a site. Not sure what else to tell you. Is there any information I could provide for you that would clarify the issue?
Here’s the error I get when sshing in and opening the firefox from my computer terminal:
Exiting due to channel error.
Exiting due to channel error.
Segmentation fault (core dumped)
And here’s what i get in the local terminal:
(firefox:13392): Gtk-WARNING **: 20:20:23.035: Locale not supported by C library.
Using the fallback 'C' locale.
(/usr/lib/firefox/firefox:13457): Gtk-WARNING **: 20:20:26.038: Locale not supported by C library.
Using the fallback 'C' locale.
(/usr/lib/firefox/firefox:13520): Gtk-WARNING **: 20:20:29.750: Locale not supported by C library.
Using the fallback 'C' locale.
(/usr/lib/firefox/firefox:13547): Gtk-WARNING **: 20:20:31.149: Locale not supported by C library.
Using the fallback 'C' locale.
###!!! [Parent][MessageChannel] Error: (msgtype=0x3A0147,name=PContent::Msg_AsyncMessage) Channel error: cannot send/recv
###!!! [Parent][MessageChannel] Error: (msgtype=0x230001,name=PBrowser::Msg_AsyncMessage) Channel error: cannot send/recv
Exiting due to channel error.
Segmentation fault (core dumped)
I will try the ‘fix’ you posted and get back to you as to the effectiveness of this suggestion.
Edit: That solution, running:
sudo systemctl edit media-mmcblk0p1.automount
sudo systemctl edit media-mmcblk0p2.automount
sudo systemctl edit media-mmcblk2p1.automount
sudo systemctl edit media-mmcblk2p2.automount
and adding the lines
[Automount]
TimeoutIdleSec=0s
between the first and second comment seems to have solved the remounting issue. Unfortunately, it has not solved the original issue I posted - the gst-plugins error. I thought they might be two symptoms of the same disease. Apparently not. Still, thank you @CTMS for that tip.