On 12/12/14 11:02:19, MJ Ray wrote:
Barry Samuels wrote:
I get the error message in the subject line every time my computer starts. It's running Debian Testing/Jessie 64 bit.
There seems, however, to be nothing wrong. If I run 'systemctl status systemd-remount-fs.service' I get the following: [...] That seems to indicate a problem with the /usr mount but /usr is mounted and the options in fstab are the same as the /home /usr/local and /var partitions which are 'defaults'. The 'root' partition is mounted r/w.
Does anyone understand this stuff? I don't.
I've not had time to play with systemd yet, but it sounds like something is trying to remount the filesystems when they've already been remounted. The service script should probably notice that and exit with success after doing no action, as far as I can tell.
"man mount" says exit code 32 is "mount failure" which isn't that helpful. Does dmesg contain any useful tips?
Good luck and don't let the error get you down if nothing is wrong!
MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op http://koha-community.org supporter, web and library systems developer. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire (including development) at http://www.software.coop/
After a bit more digging around it appears to be a bug related to initramfs . I shall wait for an update.