[Bug 835813] New: Fuse not writable by users
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c0 Summary: Fuse not writable by users Classification: openSUSE Product: openSUSE Factory Version: 13.1 Milestone 4 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jarlgjessing@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 Hi I cannot mount as a regular user using sshfs I get: fuse: failed to open /dev/fuse: Permission denied So, I have to do a chmod a+rw /dev/fuse :-( Reproducible: Always Steps to Reproduce: 1. Reboot 2. Try to use sshfs or other fuse util 3. Actual Results: Get a permission error Expected Results: Fuse operation should have been successful -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c1 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@suse.com AssignedTo|bnc-team-screening@forge.pr |mszeredi@novell.com |ovo.novell.com | --- Comment #1 from Marcus Meissner <meissner@suse.com> 2013-08-21 20:40:53 UTC --- /dev/fuse should be 666 /usr/lib/udev/rules.d/50-udev-default.rules:KERNEL=="fuse", MODE="0666", OPTIONS+="static_node=fuse" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c2 Miklos Szeredi <mszeredi@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sbrabec@suse.com --- Comment #2 from Miklos Szeredi <mszeredi@novell.com> 2013-09-05 14:41:11 UTC --- *** Bug 835707 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=835707 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c3 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimstar@opensuse.org --- Comment #3 from Dominique Leuenberger <dimstar@opensuse.org> 2013-09-07 17:01:45 UTC --- I see the same issue; surprisingly /dev/fuse is there without the kernel module being loaded. launching 'modprobe fuse' loads the module without error and also assigns the right permission (that seems to be when the udev rule from comment 1 is hit) So the question would probably be: why does fuse.ko not get loaded? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c4 Miklos Szeredi <mszeredi@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |mszeredi@novell.com InfoProvider| |rmilasan@suse.com --- Comment #4 from Miklos Szeredi <mszeredi@novell.com> 2013-09-09 13:02:27 UTC --- The permissions should be 0666 *before* the module is loaded, and then the module would be autoloaded and everything would work fine, as it does on 12.3. So to me it looks like something in udev. Guessing maintainer -> rmilasan? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c5 --- Comment #5 from Dominique Leuenberger <dimstar@opensuse.org> 2013-09-09 13:06:57 UTC --- FYI: I added a /etc/modules-load.d/fuse.conf (with content fuse) and upon reboot, the module gets loaded, but the permission remain 0600; so there is clearly something 'resetting' fuse permissions. http://lists.freedesktop.org/archives/systemd-devel/2013-July/012261.html -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c6 --- Comment #6 from Dominique Leuenberger <dimstar@opensuse.org> 2013-09-09 13:07:47 UTC --- Upstream commit addressing it: http://cgit.freedesktop.org/systemd/systemd/commit/?id=ec99834cb0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c Robert Milasan <rmilasan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|NEEDINFO |ASSIGNED CC| |rmilasan@suse.com InfoProvider|rmilasan@suse.com | AssignedTo|mszeredi@novell.com |rmilasan@suse.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c7 --- Comment #7 from Dominique Leuenberger <dimstar@opensuse.org> 2013-09-09 13:23:04 UTC --- (In reply to comment #6)
Upstream commit addressing it: http://cgit.freedesktop.org/systemd/systemd/commit/?id=ec99834cb0
The few commits before that one are also needed (introducing --exclude-prefix for example) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c8 Robert Milasan <rmilasan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |fcrozat@suse.com --- Comment #8 from Robert Milasan <rmilasan@suse.com> 2013-09-09 13:36:46 UTC --- Frederic, isn't the commit part of systemd? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c9 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |fcrozat@suse.com InfoProvider|fcrozat@suse.com | --- Comment #9 from Frederic Crozat <fcrozat@suse.com> 2013-09-09 14:00:57 UTC --- (In reply to comment #8)
Frederic, isn't the commit part of systemd?
yes, I'll do the backport.. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c10 --- Comment #10 from Frederic Crozat <fcrozat@suse.com> 2013-09-09 15:06:04 UTC --- I've submitted fixes in home:fcrozat:branches:Base:System / systemd Please test (once the packages are available) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c11 --- Comment #11 from Dominique Leuenberger <dimstar@opensuse.org> 2013-09-09 20:03:40 UTC --- (In reply to comment #10)
I've submitted fixes in home:fcrozat:branches:Base:System / systemd
Please test (once the packages are available)
Installed yiour fixed systemd packages, rebooted and mounted a sshfs without any issues... so this looks all right. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c12 --- Comment #12 from Stanislav Brabec <sbrabec@suse.com> 2013-09-10 15:59:59 CEST --- encfs - the issue is gone as well. Also GNOME now autoloads fuse. I see just after login to GNOME: oct:~ # lsmod | grep fuse fuse 95850 3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c13 --- Comment #13 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-09-12 18:00:11 CEST --- This is an autogenerated message for OBS integration: This bug (835813) was mentioned in https://build.opensuse.org/request/show/198722 Factory / systemd -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c14 --- Comment #14 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-09-13 11:00:25 CEST --- This is an autogenerated message for OBS integration: This bug (835813) was mentioned in https://build.opensuse.org/request/show/198835 Factory / systemd https://build.opensuse.org/request/show/198848 Factory / systemd -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c15 --- Comment #15 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-09-13 11:00:51 CEST --- This is an autogenerated message for OBS integration: This bug (835813) was mentioned in https://build.opensuse.org/request/show/198836 Factory / systemd -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835813 https://bugzilla.novell.com/show_bug.cgi?id=835813#c16 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #16 from Dominique Leuenberger <dimstar@opensuse.org> 2013-09-22 13:38:09 UTC --- AS confirmed, the problem has been solved by Frederic and the fixed systemd version entered Factory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com