[Bug 658734] New: autofs creates unmountable directories
https://bugzilla.novell.com/show_bug.cgi?id=658734 https://bugzilla.novell.com/show_bug.cgi?id=658734#c0 Summary: autofs creates unmountable directories Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Network AssignedTo: lchiquitto@novell.com ReportedBy: dmueller@novell.com QAContact: qa@suse.de CC: meissner@novell.com, tonyj@novell.com Found By: Development Blocker: --- I'm not sure if this is a regression in autofs 5.0.5 or triggered by the quilt behavior, the symptom is this: quilt stats /suse/.pc, which causes autofs to create this directory but not make it accessible (because it is not part of the autofs.suse map). I can reproduce this with everything: dmueller@oldboy:/suse> ls -ld foo ls: Zugriff auf foo nicht möglich: Datei oder Verzeichnis nicht gefunden dmueller@oldboy:/suse> sleep 3 dmueller@oldboy:/suse> ls -ld foo dr-xr-xr-x 2 root root 0 10. Dez 11:46 foo tail /var/log/messages says: Dec 10 11:46:03 oldboy automount[22323]: key "foo" not found in map source(s). the problem I have is that the existing but non-accessible directory breaks some applications (like here quilt). -- 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.
the problem I have is that the existing but non-accessible directory breaks some applications (like here quilt). Quilt walks back up from pwd looking for a patches dir. I expect autofs created one in /suse as a side-effect of a previous quilt invocation (see above). On the next run of quilt, it finds this directory which according to
https://bugzilla.novell.com/show_bug.cgi?id=658734 https://bugzilla.novell.com/show_bug.cgi?id=658734#c1 --- Comment #1 from Tony Jones <tonyj@novell.com> 2010-12-10 10:59:25 UTC --- the permissions is readable to the process but it fails, causing a message about the directory being created by an old version of quilt to be emitted and to run quilt upgrade. I think I can come up with a workaround for quilt, i'll have to look at whether quilt itself could be smarter but there does seem to be some autofs weirdness. -- 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=658734 https://bugzilla.novell.com/show_bug.cgi?id=658734#c2 Leonardo Chiquitto <lchiquitto@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High Status|NEW |ASSIGNED --- Comment #2 from Leonardo Chiquitto <lchiquitto@novell.com> 2010-12-10 11:28:06 UTC --- Dirk, which kernel version? The autofs daemon was not updated in the last weeks, but I believe there were some kernel changes. I can't reproduce the problem here in my machine with the following versions: autofs-5.0.5-12.2.x86_64 kernel-desktop-2.6.37-10.1.x86_64 (2.6.37-rc4-10-desktop) leonardo@lotus:/ngdn> ls -ld dir; sleep 3; ls -ld dir ls: cannot access dir: No such file or directory ls: cannot access dir: No such file or directory -- 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=658734 https://bugzilla.novell.com/show_bug.cgi?id=658734#c3 --- Comment #3 from Marcus Meissner <meissner@novell.com> 2010-12-10 12:31:07 UTC --- it has been like this on factory for me for quite some time. even with 2.6.35 kernel or so. not just 2 weeks, more like 3 - 4 months -- 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=658734 https://bugzilla.novell.com/show_bug.cgi?id=658734#c4 --- Comment #4 from Leonardo Chiquitto <lchiquitto@novell.com> 2010-12-10 19:15:03 UTC --- The problem only happens when DEFAULT_BROWSE_MODE="yes" (ie, when ghosting is enabled). I reported the bug upstream: http://linux.kernel.org/pipermail/autofs/2010-December/006279.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=658734 https://bugzilla.novell.com/show_bug.cgi?id=658734#c5 --- Comment #5 from Dirk Mueller <dmueller@novell.com> 2011-02-21 09:51:38 CET --- thanks leonardo. can we include this patch in our packages? -- 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=658734 https://bugzilla.novell.com/show_bug.cgi?id=658734#c6 --- Comment #6 from Leonardo Chiquitto <lchiquitto@novell.com> 2011-02-21 14:17:56 UTC --- I was waiting for it to be committed upstream first, but the maintainer seems to be really busy (I pinged him one month ago about this patch and he told me it's still on his queue). Anyway, I'll submit it to 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.
https://bugzilla.novell.com/show_bug.cgi?id=658734 https://bugzilla.novell.com/show_bug.cgi?id=658734#c7 --- Comment #7 from Leonardo Chiquitto <lchiquitto@novell.com> 2011-02-21 17:59:23 UTC --- Submitted against openSUSE:Factory (request id 62374). -- 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=658734 https://bugzilla.novell.com/show_bug.cgi?id=658734#c8 Leonardo Chiquitto <lchiquitto@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #8 from Leonardo Chiquitto <lchiquitto@novell.com> 2011-02-22 00:40:05 UTC --- SR was accepted, closing bug as fixed. -- 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=658734 https://bugzilla.novell.com/show_bug.cgi?id=658734#c9 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:released:sle11-sp1:41 | |906 --- Comment #9 from Swamp Workflow Management <swamp@suse.de> 2011-07-06 13:58:07 UTC --- Update released for: autofs, autofs-debuginfo, autofs-debugsource Products: SLE-DEBUGINFO 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLE-DESKTOP 11-SP1 (i386, x86_64) SLE-SERVER 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLES4VMWARE 11-SP1 (i386, x86_64) -- 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=658734 https://bugzilla.novell.com/show_bug.cgi?id=658734#c10 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:41 |maint:released:sle11-sp1:41 |906 |906 | |maint:released:sle10-sp4:41 | |907 --- Comment #10 from Swamp Workflow Management <swamp@suse.de> 2011-07-06 19:15:58 UTC --- Update released for: autofs5, autofs5-debuginfo Products: SLE-DEBUGINFO 10-SP4 (i386, ia64, ppc, s390x, x86_64) SLE-DESKTOP 10-SP4 (i386, x86_64) SLE-SERVER 10-SP4 (i386, ia64, ppc, s390x, x86_64) -- 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