[Bug 578536] Re: when stopped, automount orphans some mounts
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as "Won't Fix". ** Changed in: autofs5 (Ubuntu Lucid) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
natty has seen the end of its life and is no longer receiving any updates. Marking the natty task for this ticket as "Won't Fix". ** Changed in: autofs5 (Ubuntu Natty) Status: Fix Committed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
maverick has seen the end of its life and is no longer receiving any updates. Marking the maverick task for this ticket as "Won't Fix". ** Changed in: autofs5 (Ubuntu Maverick) Status: Fix Committed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
** Changed in: autofs5 (Ubuntu Natty) Assignee: Chris J Arges (arges) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
The version of autofs5 in lucid-proposed has been removed as the bugs it was fixing (including this one) were not verified in a timely fashion. ** Tags removed: removal-candidate ** Tags removed: verification-needed -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
The bug shouldn't be verified until after a package has been uploaded to -proposed and your branch, https://code.launchpad.net/~adam- stokes/ubuntu/lucid/autofs5/null-cache-remap-fix-578536/+merge/114664, hasn't made into -proposed as far as I can tell so I'm changing the tag back to verification-needed. Additionally, comment 23 indicates that it failed on natty so it seems like it should also be fixed there. ** Tags removed: verification-done-lucid -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
The merge proposal has been confirmed and verified on lucid. ** Description changed: Binary package hint: autofs5 + + [Impact] + Running reload autofs on a release with this issue creates automount maps and can cause the automounter to hang. This will prevent logins via ssh for users (due to NFS mounted home directories). I have an automount setup containing a large number of NIS-provided maps, all derived from an NIS-provided master map (yp:auto.master). When I stop automount using "stop autofs", I noticed that some mounts have been unmounted while a non-deterministic number of mounts have been orphaned and need to be cleaned up using "umount": + + [Test] adar@adar-lx:~$ sudo start autofs && sudo stop autofs && grep autofs /proc/mounts autofs start/running, process 13152 autofs stop/waiting auto.home /exit14 autofs rw,relatime,fd=19,pgrp=13152,timeout=60,minproto=5,maxproto=5,indirect 0 0 /etc/auto.build /build autofs rw,relatime,fd=6,pgrp=13152,timeout=300,minproto=5,maxproto=5,indirect 0 0 auto.exit15 /exit15 autofs rw,relatime,fd=31,pgrp=13152,timeout=60,minproto=5,maxproto=5,indirect 0 0 auto.scripts /scripts autofs rw,relatime,fd=73,pgrp=13152,timeout=60,minproto=5,maxproto=5,indirect 0 0 adar@adar-lx:~$ sudo start autofs && sudo stop autofs && grep autofs /proc/mounts autofs start/running, process 13198 autofs stop/waiting /etc/auto.build /build autofs rw,relatime,fd=6,pgrp=13198,timeout=300,minproto=5,maxproto=5,indirect 0 0 auto.scripts /scripts autofs rw,relatime,fd=73,pgrp=13198,timeout=60,minproto=5,maxproto=5,indirect 0 0 auto.mts-tlv /mts-tlv autofs rw,relatime,fd=67,pgrp=13198,timeout=60,minproto=5,maxproto=5,indirect 0 0 auto.mts-sof /mts-sof autofs rw,relatime,fd=79,pgrp=13198,timeout=60,minproto=5,maxproto=5,indirect 0 0 auto.mts-cm /mts-cm autofs rw,relatime,fd=85,pgrp=13198,timeout=60,minproto=5,maxproto=5,indirect 0 0 adar@adar-lx:~$ sudo start autofs && sudo stop autofs && grep autofs /proc/mounts autofs start/running, process 13244 autofs stop/waiting auto.mts-sof /mts-sof autofs rw,relatime,fd=79,pgrp=13244,timeout=60,minproto=5,maxproto=5,indirect 0 0 auto.buildmap /bldmnt autofs rw,relatime,fd=49,pgrp=13244,timeout=60,minproto=5,maxproto=5,indirect 0 0 auto.exit26home /exit26 autofs rw,relatime,fd=55,pgrp=13244,timeout=60,minproto=5,maxproto=5,indirect 0 0 I suspect this is due to the transition to upstart but I'm not 100% sure. - ## SRU JUSTIFICATION ## - IMPACT: Running reload autofs on a release with this issue creates automount maps and can cause the automounter to hang. This will prevent logins via ssh for users (due to NFS mounted home directories). - - FIX: Patch cherry picked from upstream, - https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/comments/6 - - PATCH: see diff in unapproved queue. - - REPRODUCE: See this bug description - - DISCUSSION: Issue was known and resolved upstream, and has been carried - in later releases of Ubuntu. The patch coming untouched from upstream - indicates that the regression potential is low. + [Regression Potential] + Issue was known and resolved upstream, and has been carried in later releases of Ubuntu. The patch coming untouched from upstream indicates that the regression potential is low. ** Patch removed: "autofs5-lp578536-natty2.debdiff" https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+attachment/2870165/+files/autofs5-lp578536-natty2.debdiff ** Patch removed: "autofs5-lp578536-natty.debdiff" https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+attachment/2865540/+files/autofs5-lp578536-natty.debdiff ** Changed in: autofs5 (Ubuntu Lucid) Status: Fix Committed => Confirmed ** Changed in: autofs5 (Ubuntu Lucid) Milestone: None => ubuntu-10.04.4 ** Changed in: autofs5 (Ubuntu Lucid) Milestone: ubuntu-10.04.4 => lucid-updates ** Tags removed: verification-failed ** Tags added: verification-done-lucid -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
This problem needs additional patches that can be found in my related branch. My understanding is that testing with that patched autofs5 is proven positive. I will have an SRU written up once I receive a final confirmation today. ** Branch linked: lp:~adam-stokes/ubuntu/lucid/autofs5/null-cache-remap- fix-578536 ** Tags added: verification-failed -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
This doesn't look like it's fixed for me in natty: $ grep autofs /proc/mounts | wc -l 361 $ sudo stop autofs autofs stop/waiting $ grep autofs /proc/mounts | wc -l 273 $ dpkg -l | grep autofs5 ii autofs5 5.0.5-0ubuntu6.1 kernel-based automounter for Linux, version 5 ii autofs5-ldap 5.0.5-0ubuntu6.1 LDAP map support for autofs, version 5 $ lsb_release -d Description:Ubuntu 11.04 -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
** Branch linked: lp:ubuntu/natty-proposed/autofs5 -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
Hello Adar, or anyone else affected, Accepted autofs5 into natty-proposed. The package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: autofs5 (Ubuntu Natty) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
@james Cool thanks. Will make sure my changelogs are more verbose in the future. : ) -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
@Chris I've re-uploaded to natty-proposed with a much more verbose changelog entry. -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
Sorry for the delay in review. The changes look good, and I'm happy to accept them into -proposed, with the exception of the changelog; the changelog should be “human readable”, and so needs a brief summary of the user-visible behaviour it fixes (in addition to the bug link). Something along the lines of “Fixes orphaning of mounts when stopping autofs” would be fine. I've rejected this from the natty-proposed queue; please upload again with the more verbose changelog. -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
I was wondering if the natty patch has landed in -proposed yet? -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
@jr / @james-page: Can you give me a link to where the Natty package is published? -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
In natty-proposed Unapproved queue, waiting on approval from ubuntu-sru -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
https://launchpad.net/ubuntu/+source/autofs5/5.0.4-3.1ubuntu5.2 Looks like you have the correct package. -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
@Chris/James Could you please confirm which Lucid package version includes this fix in proposed? Is the one below? pool/main/a/autofs5/autofs5_5.0.4-3.1ubuntu5.2_amd64.deb Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
Hi Chris Thanks for the updated debdiff. I've reviewed - I updated the changelog entry to have a bit more detail and uploaded to natty-proposed. Cheers James -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
Fixed the changelog and added some tags to the patch. ** Patch added: "autofs5-lp578536-natty2.debdiff" https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+attachment/2870165/+files/autofs5-lp578536-natty2.debdiff -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
Chris, A couple of comments on your debdiff: 1- Could you change the version to 5.0.5-0ubuntu6.1 2- Could you add some tags to your patch to explain it's provenance (See http://dep.debian.net/deps/dep3/) Thanks. -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
This debdiff backports 52b4b907f4b41b09bde71da43b0325f4659d7e37 from upstream to the natty version. This should fix it for natty. ** Patch added: "autofs5-lp578536-natty.debdiff" https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+attachment/2865540/+files/autofs5-lp578536-natty.debdiff ** Changed in: autofs5 (Ubuntu Natty) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
** Changed in: autofs5 (Ubuntu Natty) Assignee: (unassigned) => Chris J Arges (christopherarges) -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
@Clint Byrum (clint-fewbar) This issue is also seen in Natty, could we also see this in the natty- propose so we can validate if it fixes the issue? Leonardo -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
** Branch linked: lp:ubuntu/maverick-proposed/autofs5 ** Branch linked: lp:ubuntu/lucid-proposed/autofs5 -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
Hello Adar, or anyone else affected, Accepted autofs5 into maverick-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: autofs5 (Ubuntu Maverick) Status: In Progress => Fix Committed ** Tags added: verification-needed ** Changed in: autofs5 (Ubuntu Lucid) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
** Also affects: autofs5 (Ubuntu Natty) Importance: Undecided Status: New ** Changed in: autofs5 (Ubuntu Natty) Status: New => Confirmed ** Changed in: autofs5 (Ubuntu Natty) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
** Description changed: Binary package hint: autofs5 I have an automount setup containing a large number of NIS-provided maps, all derived from an NIS-provided master map (yp:auto.master). When I stop automount using "stop autofs", I noticed that some mounts have been unmounted while a non-deterministic number of mounts have been orphaned and need to be cleaned up using "umount": adar@adar-lx:~$ sudo start autofs && sudo stop autofs && grep autofs /proc/mounts autofs start/running, process 13152 autofs stop/waiting auto.home /exit14 autofs rw,relatime,fd=19,pgrp=13152,timeout=60,minproto=5,maxproto=5,indirect 0 0 /etc/auto.build /build autofs rw,relatime,fd=6,pgrp=13152,timeout=300,minproto=5,maxproto=5,indirect 0 0 auto.exit15 /exit15 autofs rw,relatime,fd=31,pgrp=13152,timeout=60,minproto=5,maxproto=5,indirect 0 0 auto.scripts /scripts autofs rw,relatime,fd=73,pgrp=13152,timeout=60,minproto=5,maxproto=5,indirect 0 0 adar@adar-lx:~$ sudo start autofs && sudo stop autofs && grep autofs /proc/mounts autofs start/running, process 13198 autofs stop/waiting /etc/auto.build /build autofs rw,relatime,fd=6,pgrp=13198,timeout=300,minproto=5,maxproto=5,indirect 0 0 auto.scripts /scripts autofs rw,relatime,fd=73,pgrp=13198,timeout=60,minproto=5,maxproto=5,indirect 0 0 auto.mts-tlv /mts-tlv autofs rw,relatime,fd=67,pgrp=13198,timeout=60,minproto=5,maxproto=5,indirect 0 0 auto.mts-sof /mts-sof autofs rw,relatime,fd=79,pgrp=13198,timeout=60,minproto=5,maxproto=5,indirect 0 0 auto.mts-cm /mts-cm autofs rw,relatime,fd=85,pgrp=13198,timeout=60,minproto=5,maxproto=5,indirect 0 0 adar@adar-lx:~$ sudo start autofs && sudo stop autofs && grep autofs /proc/mounts autofs start/running, process 13244 autofs stop/waiting auto.mts-sof /mts-sof autofs rw,relatime,fd=79,pgrp=13244,timeout=60,minproto=5,maxproto=5,indirect 0 0 auto.buildmap /bldmnt autofs rw,relatime,fd=49,pgrp=13244,timeout=60,minproto=5,maxproto=5,indirect 0 0 auto.exit26home /exit26 autofs rw,relatime,fd=55,pgrp=13244,timeout=60,minproto=5,maxproto=5,indirect 0 0 I suspect this is due to the transition to upstart but I'm not 100% sure. + + ## SRU JUSTIFICATION ## + IMPACT: Running reload autofs on a release with this issue creates automount maps and can cause the automounter to hang. This will prevent logins via ssh for users (due to NFS mounted home directories). + + FIX: Patch cherry picked from upstream, + https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/comments/6 + + PATCH: see diff in unapproved queue. + + REPRODUCE: See this bug description + + DISCUSSION: Issue was known and resolved upstream, and has been carried + in later releases of Ubuntu. The patch coming untouched from upstream + indicates that the regression potential is low. -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
** Also affects: autofs5 (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: autofs5 (Ubuntu Lucid) Assignee: (unassigned) => Dave Walker (davewalker) ** Changed in: autofs5 (Ubuntu Lucid) Status: New => In Progress ** Changed in: autofs5 (Ubuntu Lucid) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
This is fixed in Oneiric via autofs5 5.0.6 via: >From 52b4b907f4b41b09bde71da43b0325f4659d7e37 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Mon, 4 Apr 2011 15:42:01 +0800 Subject: [PATCH 1/1] autofs-5.0.5 - fix stale map read A previous patch to fix direct maps not updating on re-read has a side effect of causing maps to always be re-read on lookup. This is because, following the application of the previous patch, the map stale status is no longer being updated on a successful map read. ** Changed in: autofs5 (Ubuntu Oneiric) Status: In Progress => Fix Released ** Changed in: autofs5 (Ubuntu Maverick) Assignee: (unassigned) => Dave Walker (davewalker) -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
** Changed in: autofs5 (Ubuntu Oneiric) Status: Incomplete => In Progress ** Changed in: autofs5 (Ubuntu Maverick) Status: Incomplete => In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
** Changed in: autofs5 (Ubuntu Oneiric) Milestone: oneiric-alpha-3 => ubuntu-11.10-beta-1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
** Changed in: autofs5 (Ubuntu) Milestone: None => oneiric-alpha-3 -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
This is believed to be resolved in Oneiric (5.0.6), and I am attempting to confirm with upstream the commit which did this. Once I have clariffication, I will update the status as suitable. Thanks. ** Tags added: server-o-rs -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
Server team ping? ** Changed in: autofs5 (Ubuntu Maverick) Status: Triaged => Incomplete ** Changed in: autofs5 (Ubuntu Oneiric) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
This bug needs to be fixed in Oneiric, and a full SRU justification added to the bug description before the upload made to maverick-proposed can go into maverick-updates. In particular I'm interested in the regression potential involved with removing this patch. I'm going to hold off accepting it until the regression potential is documented. -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
** Also affects: autofs5 (Ubuntu Maverick) Importance: Undecided Status: New ** Changed in: autofs5 (Ubuntu Maverick) Status: New => Triaged ** Changed in: autofs5 (Ubuntu Maverick) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
** Changed in: autofs5 (Ubuntu) Assignee: (unassigned) => Ubuntu Server Team (ubuntu-server) ** Changed in: autofs5 (Ubuntu) Importance: Low => Medium ** Also affects: autofs5 (Ubuntu Oneiric) Importance: Undecided Status: New ** Changed in: autofs5 (Ubuntu Oneiric) Status: New => Triaged ** Changed in: autofs5 (Ubuntu Oneiric) Importance: Undecided => Medium ** Changed in: autofs5 (Ubuntu Oneiric) Assignee: (unassigned) => Ubuntu Server Team (ubuntu-server) -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/578536 Title: when stopped, automount orphans some mounts -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 578536] Re: when stopped, automount orphans some mounts
Thanks Ill take a look at this for maverick. chuck ** Changed in: autofs5 (Ubuntu) Importance: Undecided => Low ** Changed in: autofs5 (Ubuntu) Status: New => Triaged -- when stopped, automount orphans some mounts https://bugs.launchpad.net/bugs/578536 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs