Bug#551555: mountnfs.sh: start should declare dependency on name resolver

2025-02-21 Thread Mark Hindley
Control: severity -1 wishlist On Mon, Oct 19, 2009 at 11:29:24AM +1100, Ben Finney wrote: > Package: initscripts > Version: 2.87dsf-6 > Severity: normal > > When mounting NFS volumes, the ‘mountnfs.sh’ script needs the name > resolver to be started in order to resolve the NFS server's name. The >

Bug#551555: mountnfs.sh: start should declare dependency on name resolver

2019-01-13 Thread Dmitry Bogatov
[2019-01-11 20:35] Petter Reinholdtsen > [Dmitry Bogatov] > >> No objections, but note there used to be several scripts in rcS.d/ > >> depending on /usr/ being mounted, and these need to be moved from S to > >> (2 3 4 5) first. > > > > As far as I can tell, we can assume /usr being mounted (if it

Bug#551555: mountnfs.sh: start should declare dependency on name resolver

2019-01-11 Thread Petter Reinholdtsen
[Dmitry Bogatov] >> No objections, but note there used to be several scripts in rcS.d/ >> depending on /usr/ being mounted, and these need to be moved from S to >> (2 3 4 5) first. > > As far as I can tell, we can assume /usr being mounted (if it is > separate from /) at time /sbin/init is launched

Bug#551555: mountnfs.sh: start should declare dependency on name resolver

2019-01-11 Thread Dmitry Bogatov
[2019-01-08 16:32] Petter Reinholdtsen > [Dmitry Bogatov] > >> Unfortunately $named can not be listed as a dependency for > >> mountnfs.sh, as it would generate a dependency loop. First of all, > >> all known implementations of $named start in rc2.d, while mountnfs.sh > >> need to happen in rcS

Bug#551555: mountnfs.sh: start should declare dependency on name resolver

2019-01-08 Thread Petter Reinholdtsen
[Dmitry Bogatov] >> Unfortunately $named can not be listed as a dependency for >> mountnfs.sh, as it would generate a dependency loop. First of all, >> all known implementations of $named start in rc2.d, while mountnfs.sh >> need to happen in rcS.d/ if /usr/ is an NFS volume. > > Correct me if I a

Bug#551555: mountnfs.sh: start should declare dependency on name resolver

2019-01-08 Thread Dmitry Bogatov
control: tags -1 +moreinfo [2009-10-19 08:02] Petter Reinholdtsen > [Ben Finney] > > When mounting NFS volumes, the ???mountnfs.sh??? script needs the > > name resolver to be started in order to resolve the NFS server's > > name. The init script should have a ???Required-Start??? field > > decl

Bug#551555: mountnfs.sh: start should declare dependency on name resolver

2012-07-01 Thread Roger Leigh
On Sun, Jul 01, 2012 at 02:22:49AM +0200, Rudy Zijlstra wrote: > Anything happening on this bug? Not that I'm aware of. There are other NFS issues outstanding as well, which could really use the attention of an NFS expert. NFS mounting a separate /usr is IMO not something we should support, give

Bug#551555: mountnfs.sh: start should declare dependency on name resolver

2012-06-30 Thread Rudy Zijlstra
Anything happening on this bug? I note that wheezy still has it, and i have to manually mount my nfs after a reboot. cheers, Rudy -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#551555: mountnfs.sh: start should declare dependency on name resolver

2009-10-18 Thread Ben Finney
On 19-Oct-2009, Petter Reinholdtsen wrote: > [Ben Finney] > > The init script should have a ???Required-Start??? field declaring > > a dependency on the name resolver service. > > I agree. Which name resolver service did you have in mind. In my case ‘bind9’, but any name resolver would (I guess)

Bug#551555: mountnfs.sh: start should declare dependency on name resolver

2009-10-18 Thread Petter Reinholdtsen
[Ben Finney] > When mounting NFS volumes, the ???mountnfs.sh??? script needs the > name resolver to be started in order to resolve the NFS server's > name. The init script should have a ???Required-Start??? field > declaring a dependency on the name resolver service. I agree. Which name resolver

Bug#551555: mountnfs.sh: start should declare dependency on name resolver

2009-10-18 Thread Ben Finney
Package: initscripts Version: 2.87dsf-6 Severity: normal When mounting NFS volumes, the ‘mountnfs.sh’ script needs the name resolver to be started in order to resolve the NFS server's name. The init script should have a ‘Required-Start’ field declaring a dependency on the name resolver service. -