[Bug 610869] Re: mountall ignores nofail mount option

2017-03-14 Thread Mario
Also affected by this on trusty! In my case somehow the message to skip is showing up when mounting an LVM over LUKS over LVM partition however the boot continues fine without any interaction... would be good to get rid of that failure -- You received this bug notification because you are a membe

[Bug 610869] Re: mountall ignores nofail mount option

2015-07-09 Thread YAMAMOTO Hirotaka
** Tags removed: precise ** Tags added: trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/610869 Title: mountall ignores nofail mount option To manage notifications about this bug go to: https:/

[Bug 610869] Re: mountall ignores nofail mount option

2015-07-09 Thread YAMAMOTO Hirotaka
This affects 14.04 too. ** Description changed: Binary package hint: mountall mountall ignores nofail mount option. Ubuntu can not be started if external sas device is down, for example. Description: Ubuntu 10.04.1 LTS - Release: 10.04, 10.10, 12.10 + Release: 10.04, 10.1

[Bug 610869] Re: mountall ignores nofail mount option

2013-05-07 Thread Henry Lin
** Description changed: Binary package hint: mountall mountall ignores nofail mount option. Ubuntu can not be started if external sas device is down, for example. Description: Ubuntu 10.04.1 LTS - Release: 10.04, 12.10 + Release: 10.04, 10.10, 12.10 -- You received this

[Bug 610869] Re: mountall ignores nofail mount option

2013-05-07 Thread Henry Lin
** Description changed: Binary package hint: mountall mountall ignores nofail mount option. Ubuntu can not be started if external sas device is down, for example. Description: Ubuntu 10.04.1 LTS - Release: 10.04 + Release: 10.04, 12.10 -- You received this bug notificati

[Bug 610869] Re: mountall ignores nofail mount option

2013-05-07 Thread Henry Lin
s/system/file system/g sorry about that -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/610869 Title: mountall ignores nofail mount option To manage notifications about this bug go to: https://bugs.l

[Bug 610869] Re: mountall ignores nofail mount option

2013-05-07 Thread Henry Lin
Affected by this issue, and same as reporter I expected 'nofail' option as the solution My situation is I had my system on a ssd and while I want to automount other system on my own computer I also want system to skip it if I boot my ssd on another computer. -- You received this bug notification

[Bug 610869] Re: mountall ignores nofail mount option

2012-08-11 Thread Dainius 'GreatEmerald' Masiliƫnas
I agree with comment #21. This is an important feature, and it's strange that it hasn't been implemented yet. The expected behaviour should be: - If device can be mounted, mount it. - If device can't be mounted, skip it (also possibly log the event somewhere). - Optionally allow for specifying tim

[Bug 610869] Re: mountall ignores nofail mount option

2012-06-26 Thread Jamin W. Collins
So, this leaves the question of what needs to be done to allow for a storage volume for which it is normal for it to be either present or not present. If it is present, have it mounted as part of the normal startup process. If it is not present, simply continue on with the normal boot process wit

[Bug 610869] Re: mountall ignores nofail mount option

2012-06-26 Thread Steve Langasek
I don't think I've misunderstood anyone here, though I may have misunderstood the code. Also, I don't think everyone commenting on this bug report actually has the same goals. There are three orthogonal aspects of boot behavior that users may wish to configure here. - whether to hold up the boo

[Bug 610869] Re: mountall ignores nofail mount option

2012-06-26 Thread Ivan Frederiks
@Steve Langasek Looks like you misunderstood us. > The 'nofail' option is documented as: >do not report errors for this device if it does not exist. > The problem you're describing is not one of reporting errors, but a lack of timeout while waiting for a device to become available on boot. 'n

[Bug 610869] Re: mountall ignores nofail mount option

2012-06-24 Thread Jamin W. Collins
moving back to mountall as timeout option does not appear to work ** Package changed: util-linux (Ubuntu) => mountall (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/610869 Title: mountall i

[Bug 610869] Re: mountall ignores nofail mount option

2012-06-21 Thread Jamin W. Collins
I'm looking to do the exact same thing as the original reporter. I have some partitions on a secondary drive that is not always connected to my system. If the secondary drive is present at boot I would like the partitions mounted, if it is not, I would like the system to continue without any noti

[Bug 610869] Re: mountall ignores nofail mount option

2012-06-21 Thread Jamin W. Collins
ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027) NonfreeKernelModules: nvidia Package: util-linux 2.20.1-1ubuntu3 PackageArchitecture: amd64 ProcEnviron: TERM=xterm PATH=(custom, user) LANG=en_U

[Bug 610869] Re: mountall ignores nofail mount option

2012-06-18 Thread Steve Langasek
The timeout option should be just a number of seconds to wait for the device before giving up on it, e.g. timeout=60. What's the fstab line that you tried and found didn't work? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 610869] Re: mountall ignores nofail mount option

2012-06-18 Thread ill
>From reading the documentation, noauto option would mean that it will not auto mount at boot up but will still automount if present/detected (since cdroms and floppies use this and are automounted)? I tried the timeout option, but that doesn't seem to work. Do you have a syntax example? -- You r

Re: [Bug 610869] Re: mountall ignores nofail mount option

2012-05-19 Thread Steve Langasek
On Sat, May 19, 2012 at 08:46:03AM -, Ivan Frederiks wrote: > Are you sure? Yes. > In this regard I think that documentation of 'timeout' option should be a > separate bug. There's only one bug here, which is the lack of documentation of 'timeout'. The 'nofail' option is not defined to do w

[Bug 610869] Re: mountall ignores nofail mount option

2012-05-19 Thread Ivan Frederiks
Are you sure? I need 'nofail' option to use my external hdd with my laptop. Sometimes hdd remains plugged in for a week and sometimes I take my laptop away and I want it to continue booting normally. In this regard I think that documentation of 'timeout' option should be a separate bug. -- You

[Bug 610869] Re: mountall ignores nofail mount option

2012-05-18 Thread Steve Langasek
The 'nofail' option is documented as: do not report errors for this device if it does not exist. The problem you're describing is not one of reporting errors, but a lack of timeout while waiting for a device to become available on boot. 'nofail' is not a correct option to use for this. m

[Bug 610869] Re: mountall ignores nofail mount option

2012-05-16 Thread kay
Ubuntu 12.04 has been released, but nofail still doesn't work. Please fix it! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/610869 Title: mountall ignores nofail mount option To manage notificatio

[Bug 610869] Re: mountall ignores nofail mount option

2012-03-22 Thread Brian Murray
Thanks for taking the time to submit a patch! I was able to get the patch applied to the Precise (what will be 12.04) version of mountall. However, the behavior is not what I had expected nor what I think you intended. Instead of seeing a message regarding the skipping of the filesystem marked no

[Bug 610869] Re: mountall ignores nofail mount option

2012-03-08 Thread Ubuntu Foundation's Bug Bot
The attachment "reel-mountall-nofail.diff" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag '

[Bug 610869] Re: mountall ignores nofail mount option

2012-03-08 Thread rollercoaster
"Yust wait long enough, someone will send a patch" Ok, so after 1.5 years here is my solution for the problem. "nofail" wasn't implemented at all, though it is documented. Geee... patch may have side effects but does what it should. Ah and it is against mountall 2.15.3 from Ubuntu 10.04. I don

[Bug 610869] Re: mountall ignores nofail mount option

2012-03-06 Thread rollercoaster
Using "nobootwait" is not an option to me, because "nobootwait" also causes the system not to wait for the filesystem to be checked. In other words, the fsck is run in background while the boot process continues. This causes other services that depend on that fs to fail. Also "optional" (mentione

[Bug 610869] Re: mountall ignores nofail mount option

2011-10-30 Thread Bryan C. Hinson
Ubuntu 10.11 Oneiric. The same fstab line that worked in 9.04 Jaunty for an external usb hard drive would give disk checking errors at boot in 10.11. "nofail" didn't change the behaviour, but "nobootwait" solved the problem. Thanks for your posts. -- You received this bug notification because

[Bug 610869] Re: mountall ignores nofail mount option

2011-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: mountall (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/610869 Title: mo

[Bug 610869] Re: mountall ignores nofail mount option

2011-04-05 Thread Eric Bertrand
Thanks Konstantin. I was having the same problem and that solved it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/610869 Title: mountall ignores nofail mount option -- ubuntu-bugs mailing list u

[Bug 610869] Re: mountall ignores nofail mount option

2010-10-11 Thread Konstantin Khlebnikov
Ubuntu 10.10 Maverick. The bug is still there. possible workaround: using option "nobootwait" -- mountall ignores nofail mount option https://bugs.launchpad.net/bugs/610869 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs