[Bug 1041377] Re: mountall ignores NFS mount option timeo

2013-01-15 Thread Launchpad Bug Tracker
This bug was fixed in the package mountall - 2.47 --- mountall (2.47) unstable; urgency=low [ Dave Chiluk ] * Adjust parsing of options so mountall doesn't strip options that are substrings of these strings (showthrough, optional, bootwait, nobootwait or timeout). This

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2013-01-03 Thread Brian Murray
** Tags removed: verification-done ** Tags added: verification-done-precise verification-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041377 Title: mountall ignores NFS mount option timeo

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2013-01-03 Thread Launchpad Bug Tracker
This bug was fixed in the package mountall - 2.36.3 --- mountall (2.36.3) precise-proposed; urgency=low * Adjust parsing of options so mountall doesn't strip options that are substrings of these strings (showthrough, optional, bootwait, nobootwait or timeout). This fixes

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2013-01-03 Thread Dave Chiluk
I verified with mountall_2.42ubuntu0.3_amd64.deb for quantal. ** Tags removed: verification-needed ** Tags added: verification-done-quantal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041377

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2013-01-03 Thread Launchpad Bug Tracker
This bug was fixed in the package mountall - 2.42ubuntu0.3 --- mountall (2.42ubuntu0.3) quantal-proposed; urgency=low * Adjust parsing of options so mountall doesn't strip options that are substrings of these strings (showthrough, optional, bootwait, nobootwait or timeout).

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-27 Thread Rolf Anders
mountall 2.36.3 solves the problem (tested on Ubuntu 12.04). Thanks! ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041377

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-21 Thread Adam Conrad
Hello Rolf, or anyone else affected, Accepted mountall into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/mountall/2.36.3 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-19 Thread Dave Chiluk
** Branch linked: lp:~chiluk/ubuntu/quantal/mountall/lp1041377_timeo_fix ** Branch linked: lp:~chiluk/ubuntu/raring/mountall/lp1041377_timeo_fix ** Branch linked: lp:~chiluk/ubuntu/precise/mountall/lp1041377_timeo_fix -- You received this bug notification because you are a member of Ubuntu

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-19 Thread Dave Chiluk
[Impact] * Mounts that have options that are substrings of (showthrough, optional, bootwait, nobootwait or timeout) Are being stripped by mountall and not being passed to the mount. Such is the case of timeo in nfs. The change is minimal, and simply checks that the option being

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-19 Thread Dave Chiluk
Here is the updated diff for convenience. === modified file 'src/mountall.c' --- src/mountall.c 2012-10-09 19:32:55 + +++ src/mountall.c 2012-12-19 16:28:45 + @@ -684,7 +684,8 @@ va_copy (options, args); while ((option = va_arg (options, const

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/mountall -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041377 Title: mountall ignores NFS mount option timeo To manage notifications about this bug go to:

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-19 Thread Steve Langasek
Patch looks good, thanks. I've pushed it to the bzr branch for raring/unstable; haven't uploaded yet, will probably batch up a few other changes before uploading, but this should be enough to go on with for the SRU. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-19 Thread Dave Chiluk
Precise debdiffPrec ** Patch added: Precise Debdiff https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1041377/+attachment/3464247/+files/mountall_2.36.2.precise.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-19 Thread Dave Chiluk
Quantal Debdiff ** Patch added: Quantal Debdiff https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1041377/+attachment/3464249/+files/mountall-2.42ubuntu0.2.quantal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-14 Thread Chris J Arges
** Branch unlinked: lp:~chiluk/ubuntu/raring/mountall/lp1041377_timeo_fix ** Branch unlinked: lp:~chiluk/ubuntu/precise/mountall/lp1041377_timeo_fix ** Branch unlinked: lp:~chiluk/ubuntu/quantal/mountall/lp1041377_timeo_fix -- You received this bug notification because you are a member of

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-12 Thread Steve Langasek
Hi Dave, There's an issue with your proposed patch; if /etc/fstab contains very long option names, option[j] == '\0' will look past the end of the string, possibly leading to a segfault. Could you adjust your patch to use strlen(option) instead? -- You received this bug notification because

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-12 Thread Dave Chiluk
Sounds good, I was holding off on filling out the SRU until I had more fully vetted the patch. Thanks for taking a look at it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041377 Title: mountall

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-11 Thread Dave Chiluk
** Tags added: precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041377 Title: mountall ignores NFS mount option timeo To manage notifications about this bug go to:

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-11 Thread Chris J Arges
** Also affects: mountall (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: mountall (Ubuntu Quantal) Importance: Undecided Status: New ** Also affects: mountall (Ubuntu Raring) Importance: Medium Status: Triaged ** Changed in: mountall (Ubuntu

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-11 Thread Dave Chiluk
** Changed in: mountall (Ubuntu Quantal) Status: New = Confirmed ** Changed in: mountall (Ubuntu Precise) Status: New = Incomplete ** Changed in: mountall (Ubuntu Precise) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-11 Thread Dave Chiluk
** Branch linked: lp:~chiluk/ubuntu/raring/mountall/lp1041377_timeo_fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041377 Title: mountall ignores NFS mount option timeo To manage notifications

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-11 Thread Dave Chiluk
** Branch linked: lp:~chiluk/ubuntu/precise/mountall/lp1041377_timeo_fix ** Branch linked: lp:~chiluk/ubuntu/quantal/mountall/lp1041377_timeo_fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041377

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-12-11 Thread Dave Chiluk
I've tested and verified the above fix with the above linked branches. Please consider this for raring and an sru for precise and quantal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041377 Title:

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-08-25 Thread Steve Langasek
** Changed in: mountall (Ubuntu) Status: New = Triaged ** Changed in: mountall (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041377 Title:

[Bug 1041377] Re: mountall ignores NFS mount option timeo

2012-08-24 Thread Rolf Anders
** Attachment added: rz-t-apport.mountall.txt https://bugs.launchpad.net/bugs/1041377/+attachment/3275880/+files/rz-t-apport.mountall.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041377