|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
root:root /dev/fuse instead of root:fuse after cold boots?Hello everybody,
I seem to have some issues that my /dev/fuse does not initialise with root:fuse user and group permissions on boot. I am wondering why this is? Now I have to manually chgrp after reboot. What is the usual please where the permissions for fuse are set? (what udev rule? in witch file? init scripts?) I can find the /etc/init.d/fuse file: http://debian.pastebin.com/m3e27ecfc (line 45: test -e /dev/fuse && chgrp fuse /dev/fuse) If I manually restart the fuse init script after boot the group permission is set. So I think there is a race condition somewhere that is making the init script fail on my system. ls -hal /etc/rcS.d/S18fuse lrwxrwxrwx 1 root root 14 Oct 13 13:54 /etc/rcS.d/S18fuse -> ../init.d/fuse ls -hal /dev/fuse crw-rw---- 1 root root 10, 229 Oct 26 09:37 /dev/fuse cat /proc/version Linux version 2.6.30-2-686 (Debian 2.6.30-8) (waldi@...) (gcc version 4.3.4 (Debian 4.3.4-3) ) #1 SMP Sat Sep 26 01:16:22 UTC 2009 cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-2.6.30-2-686 root=UUID=7234a43e-c3d9-41e3-8cc6-837d36da273e ro rootfstype=ext4 quiet cat /etc/debian_version squeeze/sid Thanks in advance, Best regards, Jelle de Jong ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ fuse-devel mailing list fuse-devel@... https://lists.sourceforge.net/lists/listinfo/fuse-devel |
|
|
Re: root:root /dev/fuse instead of root:fuse after cold boots?Jelle de Jong wrote:
> Hello everybody, > > I seem to have some issues that my /dev/fuse does not initialise with > root:fuse user and group permissions on boot. I am wondering why this > is? Now I have to manually chgrp after reboot. What is the usual please > where the permissions for fuse are set? (what udev rule? in witch file? > init scripts?) Seems, today I just got a package update of my fuse-utils in Debian, i checked the changelog and found out there were some bugs that are fixed now: fuse (2.8.1-1) unstable; urgency=low * New upstream version (Closes: #543176) - fixes missing fuse_reply_bmap (Closes: #531329) * Fixes problem with udev (Closes: #543271, #473545) * Changed order of dependencies udev/makedev (Closes: #546867) * Correctly uses MAKEDEV and doesn't mess with udev anymore (Closes: #534572) * Doesn't use libulockmgr patch anymore, fixed upstream. * Shipped with README.Source file. -- Bartosz Fenski <fenio@...> Sun, 25 Oct 2009 17:05:03 +0100 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543271 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473545 So many thanks to Bartosz Fenski, and I hope the issue is fixed now. I have been doing manual chrp commands for a few weeks :D Best regards, Jelle ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ fuse-devel mailing list fuse-devel@... https://lists.sourceforge.net/lists/listinfo/fuse-devel |
| Free embeddable forum powered by Nabble | Forum Help |