Re: [Bulk] Re: random.seed and read only root

2014-09-16 Thread Kevin Chadwick
On Mon, 15 Sep 2014 21:22:55 -0700 Philip Guenther wrote: > > So I guess I am either missing something or should just wait for an > > actual release or two to see what's planned for ro root. > > Doesn't read-only root require additional hacks already to make device > ownership work? You're klu

Re: random.seed and read only root

2014-09-15 Thread Philip Guenther
On Thu, Sep 11, 2014 at 1:41 PM, Kevin Chadwick wrote: > previously on this list Kevin Chadwick contributed: > >> After noticing random.seed change failure messages on shutdown. I have >> been modding /etc/rc? >> >> --- etc/rc Fri Aug 8 07:05:50 2014 >> +++ etc/rc.new Mon Aug 18 19:04:49 20

Re: random.seed and read only root

2014-09-11 Thread Kevin Chadwick
previously on this list Kevin Chadwick contributed: > After noticing random.seed change failure messages on shutdown. I have > been modding /etc/rc? > > --- etc/rc Fri Aug 8 07:05:50 2014 > +++ etc/rc.new Mon Aug 18 19:04:49 2014 > @@ -267,6 +267,7 @@ > _rc_parse_conf > > if [ X"$1" =

random.seed and read only root

2014-08-18 Thread Kevin Chadwick
After noticing random.seed change failure messages on shutdown. I have been modding /etc/rc? --- etc/rc Fri Aug 8 07:05:50 2014 +++ etc/rc.new Mon Aug 18 19:04:49 2014 @@ -267,6 +267,7 @@ _rc_parse_conf if [ X"$1" = X"shutdown" ]; then + /sbin/mount -uw / if echo 2>/dev/nu