Re: Request for testing: /run and initscripts

2011-05-10 Thread Roger Leigh
On Tue, May 10, 2011 at 11:43:42PM +0200, chris h wrote: > I could not find any references to debootstrap installations with > the new /run setup. > > How is debootstrap - and any other program installing Debian - > supposed to handle /run, esp. with the initscripts postinst > detecting chroots an

Re: Request for testing: /run and initscripts

2011-05-10 Thread chris h
Roger, I could not find any references to debootstrap installations with the new /run setup. How is debootstrap - and any other program installing Debian - supposed to handle /run, esp. with the initscripts postinst detecting chroots and it not bringing in the preferred setup? Thanks, -ch (Pl

Re: Request for testing: /run and initscripts

2011-04-15 Thread Roger Leigh
On Fri, Apr 15, 2011 at 03:26:59PM +0100, Edward Allcutt wrote: > On Fri, 15 Apr 2011, Roger Leigh wrote: > >On Fri, Apr 15, 2011 at 01:38:34PM +0100, Edward Allcutt wrote: > >Your assumption is correct in that this is a fallback. This is the > >special case for chroots, also co-opted for vservers

Re: Request for testing: /run and initscripts

2011-04-15 Thread Goswin von Brederlow
Edward Allcutt writes: > On Fri, 15 Apr 2011, Roger Leigh wrote: >> This I really don't get. There was no error reported, and we're using >> this logic: >> >> if [ ! -L /var/run ] && [ -d /var/run ]; then >>echo "guest environment detected: Migrating /var/run to /run" >>( # Remove /run f

Re: Request for testing: /run and initscripts

2011-04-15 Thread Edward Allcutt
On Fri, 15 Apr 2011, Roger Leigh wrote: On Fri, Apr 15, 2011 at 01:38:34PM +0100, Edward Allcutt wrote: Your assumption is correct in that this is a fallback. This is the special case for chroots, also co-opted for vservers, which don't "boot" per se, and don't run the rcS scripts. The conseque

Re: Request for testing: /run and initscripts

2011-04-15 Thread Roger Leigh
On Fri, Apr 15, 2011 at 01:38:34PM +0100, Edward Allcutt wrote: > On Fri, 15 Apr 2011, Roger Leigh wrote: > >This I really don't get. There was no error reported, and we're using > >this logic: > > > >if [ ! -L /var/run ] && [ -d /var/run ]; then > > echo "guest environment detected: Migrating /

Re: Request for testing: /run and initscripts

2011-04-15 Thread Edward Allcutt
On Fri, 15 Apr 2011, Roger Leigh wrote: This I really don't get. There was no error reported, and we're using this logic: if [ ! -L /var/run ] && [ -d /var/run ]; then echo "guest environment detected: Migrating /var/run to /run" ( # Remove /run first, so all contents get moved rm -f

Re: Request for testing: /run and initscripts

2011-04-15 Thread Roger Leigh
On Fri, Apr 15, 2011 at 12:55:20PM +0200, Adam Borowski wrote: > On Thu, Apr 14, 2011 at 08:19:38PM +0100, Roger Leigh wrote: > > I think this should be fixed now; could you possibly try again > > (you'll need a clean vserver environment that hasn't been upgraded > > before). The updated packages

Re: Request for testing: /run and initscripts

2011-04-15 Thread Adam Borowski
On Thu, Apr 14, 2011 at 08:19:38PM +0100, Roger Leigh wrote: > On Thu, Apr 14, 2011 at 11:29:31AM +0200, Adam Borowski wrote: > > On Wed, Apr 13, 2011 at 10:22:33PM +0100, Roger Leigh wrote: > > > On Wed, Apr 13, 2011 at 03:20:38PM +0200, Adam Borowski wrote: > > > > On Wed, Apr 13, 2011 at 01:49:1

Re: Request for testing: /run and initscripts

2011-04-14 Thread Roger Leigh
On Thu, Apr 14, 2011 at 11:29:31AM +0200, Adam Borowski wrote: > On Wed, Apr 13, 2011 at 10:22:33PM +0100, Roger Leigh wrote: > > On Wed, Apr 13, 2011 at 03:20:38PM +0200, Adam Borowski wrote: > > > On Wed, Apr 13, 2011 at 01:49:15PM +0100, Roger Leigh wrote: > > > > I have now implemented this (th

Re: Request for testing: /run and initscripts

2011-04-14 Thread Adam Borowski
On Wed, Apr 13, 2011 at 10:22:33PM +0100, Roger Leigh wrote: > On Wed, Apr 13, 2011 at 03:20:38PM +0200, Adam Borowski wrote: > > On Wed, Apr 13, 2011 at 01:49:15PM +0100, Roger Leigh wrote: > > > I have now implemented this (though it's not the default). > > > > > > I would very much appreciate i

Re: Request for testing: /run and initscripts

2011-04-13 Thread Roger Leigh
On Wed, Apr 13, 2011 at 03:20:38PM +0200, Adam Borowski wrote: > On Wed, Apr 13, 2011 at 01:49:15PM +0100, Roger Leigh wrote: > > I have now implemented this (though it's not the default). > > > > I would very much appreciate it if anyone could take the time to > > install the new initscripts and

Re: Request for testing: /run and initscripts

2011-04-13 Thread Roger Leigh
On Wed, Apr 13, 2011 at 03:35:24PM +0200, Adam Borowski wrote: > On Wed, Apr 13, 2011 at 02:24:30PM +0100, Roger Leigh wrote: > > On Wed, Apr 13, 2011 at 03:20:38PM +0200, Adam Borowski wrote: > > > On Wed, Apr 13, 2011 at 01:49:15PM +0100, Roger Leigh wrote: > > > > I have now implemented this (th

Re: Request for testing: /run and initscripts

2011-04-13 Thread Bastian Blank
On Wed, Apr 13, 2011 at 02:24:30PM +0100, Roger Leigh wrote: > On Wed, Apr 13, 2011 at 03:20:38PM +0200, Adam Borowski wrote: > > find: `var/run': No such file or directory > > fakerunlevel: open("/var/run/utmp"): No such file or directory > When is this, in postinst or init scripts? We have logic

Re: Request for testing: /run and initscripts

2011-04-13 Thread Adam Borowski
On Wed, Apr 13, 2011 at 02:24:30PM +0100, Roger Leigh wrote: > On Wed, Apr 13, 2011 at 03:20:38PM +0200, Adam Borowski wrote: > > On Wed, Apr 13, 2011 at 01:49:15PM +0100, Roger Leigh wrote: > > > I have now implemented this (though it's not the default). > > > > > > I would very much appreciate i

Re: Request for testing: /run and initscripts

2011-04-13 Thread Roger Leigh
On Wed, Apr 13, 2011 at 03:20:38PM +0200, Adam Borowski wrote: > On Wed, Apr 13, 2011 at 01:49:15PM +0100, Roger Leigh wrote: > > I have now implemented this (though it's not the default). > > > > I would very much appreciate it if anyone could take the time to > > install the new initscripts and

Re: Request for testing: /run and initscripts

2011-04-13 Thread Adam Borowski
On Wed, Apr 13, 2011 at 01:49:15PM +0100, Roger Leigh wrote: > I have now implemented this (though it's not the default). > > I would very much appreciate it if anyone could take the time to > install the new initscripts and test it out. > > http://people.debian.org/~rleigh/run/sysvinit_2.88dsf-1

Request for testing: /run and initscripts

2011-04-13 Thread Roger Leigh
On Wed, Apr 13, 2011 at 01:23:04PM +0200, Adam Borowski wrote: > On Wed, Apr 13, 2011 at 10:51:50AM +0100, Philip Hands wrote: > > On Tue, 12 Apr 2011 13:51:09 +0200, Michael Biebl wrote: > > > I don't think symlinking /tmp to /run would be a good idea, as one could > > > fill up > > > /tmp (acci