[Bug 655616] Re: Press S or M does not work for more than one partition on error

2015-06-17 Thread Rolf Leggewie
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: mountall (Ubuntu Lucid) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 655616] Re: Press S or M does not work for more than one partition on error

2013-09-13 Thread Steve Langasek
Several people have tried to reproduce this issue without success in recent versions of mountall. I've tried myself in saucy, and can't reproduce it. The request for a reproducer was sent two years ago. With no more information, I'm closing this bug as invalid (and presumed fixed in recent

[Bug 655616] Re: Press S or M does not work for more than one partition on error

2011-06-07 Thread Daniel Nyström
I'm running Natty and has the latest updates as of 1 June 2011. I'm experiencing as described in the bug report; having four NFS entries failing at boot, there is no reaction when pressing either S nor M when asked for. Taking me away from this required the Alternate CD on an USB-disk and booting

[Bug 655616] Re: Press S or M does not work for more than one partition on error

2011-04-15 Thread Scott Moser
I'm un-subscribing ubuntu-sponsors, as Collin asked for input. When you sort that out, please move this from 'incomplete' and subscribe sponsors team again. ** Changed in: mountall (Ubuntu) Status: Triaged = Incomplete -- You received this bug notification because you are a member of

[Bug 655616] Re: Press S or M does not work for more than one partition on error

2011-04-05 Thread Colin Watson
Thanks for your patch. The third change to src/mountall.c appears unnecessary. mnt-error was already set to ERROR_NONE immediately above (we know that the 'if (status)' block can't have been run, since that unconditionally returns). -- You received this bug notification because you are a

[Bug 655616] Re: Press S or M does not work for more than one partition on error

2011-04-05 Thread Colin Watson
Oh, never mind, you're moving that code. I'll reread with more coffee! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/655616 Title: Press S or M does not work for more than one partition on error

[Bug 655616] Re: Press S or M does not work for more than one partition on error

2011-04-05 Thread Colin Watson
In the first change to src/mountall.c (in run_mount), mnt-error can only be ERROR_NONE or ERROR_BORED due to the check at the top of this function. The effect of that change is therefore that mnt-error may be ERROR_BORED in the period between spawn being called and run_mount_finished being called

[Bug 655616] Re: Press S or M does not work for more than one partition on error

2011-04-01 Thread Brian Murray
** Changed in: mountall (Ubuntu) Importance: Undecided = Medium ** Changed in: mountall (Ubuntu) Status: New = Triaged ** Also affects: mountall (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: mountall (Ubuntu Lucid) Status: New = Triaged ** Changed

[Bug 655616] Re: Press S or M does not work for more than one partition on error

2011-04-01 Thread Brian Murray
I tried recreating this on Natty by creating two entries in my /etc/fstab for 2 devices that do not exist. After pressing S to skip the first entry, I was then presented the option to press S again for the second partition. -- You received this bug notification because you are a member of

[Bug 655616] Re: Press S or M does not work for more than one partition on error

2010-10-06 Thread Brian Murray
** Tags added: patch -- Press S or M does not work for more than one partition on error https://bugs.launchpad.net/bugs/655616 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 655616] Re: Press S or M does not work for more than one partition on error

2010-10-06 Thread Mathieu Alorent
Here is a patch :) I've also build a new package, you could find it in my PPA. https://launchpad.net/~kumy/+archive/ppa?field.series_filter=lucid ( sudo add-apt-repository ppa:kumy/ppa ) ** Patch added: Do not reset plymouth_mnt-error