[Pkg-sysvinit-devel] /run transition

Kel Modderman kel at otaku42.de
Sat Apr 16 12:44:36 UTC 2011


On Sat, 16 Apr 2011 08:46:30 PM Roger Leigh wrote:
> On Sat, Apr 16, 2011 at 12:40:43PM +0200, kel at otaku42.de wrote:
> > > On Sat, Apr 16, 2011 at 01:26:37AM +0100, Roger Leigh wrote:
> > >> > Following a few final changes, the attached patch and the files at
> > >> > http://people.debian.org/~rleigh/run/ are a proposal for upload of
> > >> > sysvinit_2.88dsf-13.3 to experimental.
> > >> >
> > >> > Would it be acceptable to make this upload to experimental?  If you
> > >> > want to pull the patch into subversion and make a maintainer upload,
> > >> > that would be great.  Otherwise, I can NMU it myself if you give the
> > >> > OK for doing that.
> > >>
> > >> Patch actually attached now.
> > >
> > > Updated patch to clean up a cosmetic issue mounting /tmp on a
> > > system with read-only root.  That's it from me now, should now
> > > be ready for experimental.
> > >
> > > If you won't have time for this this weekend, could I go ahead and
> > > upload it to experimental?
> > 
> > Going to apply the NMU diffs and /run patch tonight. Will be in touch.
> 
> Awesome, many thanks!

Applied revisions r1954:r1958 to the packaging in svn. If it is okay, can you
please sync with svn and proceed with your NMU. Just send any other NMU changes
our way and I'll try to apply them promptly as possible.

As for the /run conversion, on my system there is a chmod call in mountkernfs.sh
that is failing because / is ro at that moment, even though $rootmode = rw.

The set -x trace is:
---
+ touch /run/.ramfs
+ mkdir --mode=755 /run/lock
+ [ yes = no ]
+ chmod 1777 /run/lock
+ touch /run/lock/.ramfs
+ [ -L /tmp ]
+ [ rw != rw ]
+ [ yes = no ]
+ chmod 1777 /tmp
chmod: changing permissions of '/tmp':Read-only file system
---

Thanks, Kel.



More information about the Pkg-sysvinit-devel mailing list