Am 28.09.2011 21:04, schrieb Josh Triplett: > Package: systemd > Version: 36-1 > Severity: normal > > When I boot with systemd, I noticed that the fuse init script fails when > attempting to mount the fuse filesystem, because systemd has already > arranged to automount it. The fuse init script only serves two > functions: loading the module and mounting the filesystem. systemd > already handles the latter and the kernel automatically loads the fuse > module when something accesses /dev/fuse, so I don't think the init > script needs to run at all under systemd. Please consider overriding > the fuse init script with systemd's fuse unit, to avoid the duplicate > initialization and error.
I guess you mean blacklisting it via symlinking it to /dev/null. Sounds reasonable. Tollef, what do you think about the attached patch? Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff --git a/debian/systemd.links b/debian/systemd.links index bf6f69b..d0ae5ff 100644 --- a/debian/systemd.links +++ b/debian/systemd.links @@ -11,6 +11,9 @@ /dev/null /lib/systemd/system/rmnologin.service /dev/null /lib/systemd/system/bootmisc.service +# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643700 +/dev/null /lib/systemd/system/fuse.service + # Although bootlogd is disabled by default (via /etc/default/bootlogd) # by masking them we avoid spawning a shell uselessly thrice during boot. # Besides, bootlogd doesn't look particularly useful in a systemd world.
signature.asc
Description: OpenPGP digital signature

