Bug#631077: typo in /etc/network/if-up.d/mountnfs

2011-11-24 Thread Roger Leigh
On Thu, Nov 24, 2011 at 04:24:21PM +1100, Chris Dunlop wrote: On Mon, Jun 20, 2011 at 10:55:17AM +0200, Milan Kocian wrote: Older versions of grep seems ok. It's definately a bug in the script, not grep: the newer grep is simply reporting what must be a common problem. The script is trying

Bug#631077: typo in /etc/network/if-up.d/mountnfs

2011-11-24 Thread Chris Dunlop
On Thu, Nov 24, 2011 at 11:38:12AM +, Roger Leigh wrote: On Thu, Nov 24, 2011 at 04:24:21PM +1100, Chris Dunlop wrote: On Mon, Jun 20, 2011 at 10:55:17AM +0200, Milan Kocian wrote: Older versions of grep seems ok. It's definately a bug in the script, not grep: the newer grep is simply

Bug#631077: typo in /etc/network/if-up.d/mountnfs

2011-11-23 Thread Chris Dunlop
On Mon, Jun 20, 2011 at 10:55:17AM +0200, Milan Kocian wrote: hello, may be I am wrong and it's problem with grep. I see this problem only with newest grep package: root@ntm:~# grep --version grep (GNU grep) 2.8 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL

Bug#631077: typo in /etc/network/if-up.d/mountnfs

2011-10-10 Thread Corey Hickey
Wow, this bug drove me nuts when I was doing some unrelated reboots yesterday. That whole function seems kind of strange to me (making a directory to pass state from one part of the function to another...?). Here's a patch that makes the function seem cleaner to me, if anybody wants it. -Corey

Bug#631077: typo in /etc/network/if-up.d/mountnfs

2011-07-27 Thread Dennis Boone
Note that one result of this bug is long delays in mounting nfs file systems at boot, because the test never lists any interfaces to test for up-ness. De -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#631077: typo in /etc/network/if-up.d/mountnfs

2011-06-20 Thread Milan Kocian
hello, may be I am wrong and it's problem with grep. I see this problem only with newest grep package: root@ntm:~# grep --version grep (GNU grep) 2.8 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html. This is free

Bug#631077: typo in /etc/network/if-up.d/mountnfs

2011-06-19 Thread Milan Kocian
Package: initscripts Version: 2.88dsf-13.10 Hello, I found small typo in /etc/network/if-up.d/mountnfs script. This patch should correct it: --- mountnfs.old2011-06-20 00:18:40.031504616 +0200 +++ mountnfs2011-06-20 00:18:54.997317517 +0200 @@ -117,7 +117,7 @@ }