Re: Stretch installation boots to read only(SOLVED)

2015-12-22 Thread Sven Hartge
Gary Roach wrote: > That said, what caused this problem. I did not edit the fstab file > during upgrade and the system was working just fine before. Is this a > bug in the upgrade process? As far as I know the upgrade process does not touch /etc/fstab. So my guess

Re: Stretch installation boots to read only(SOLVED)

2015-12-22 Thread Gary Roach
Thanks all; The corrections in fstab fixed all of the problems. Thanks for the tip to get rid of ConsoleKit. That said, what caused this problem. I did not edit the fstab file during upgrade and the system was working just fine before. Is this a bug in the upgrade process? I have seen several

Re: Stretch installation boots to read only

2015-12-22 Thread Felix Miata
Gary Roach composed on 2015-12-21 23:57 (UTC-0800): > # > # / was on /dev/sda1 during installation > /dev/sda1 /ext4 rw noatime 0 1 Invalid, so due to the bad entry, / gets mounted ro. You cannot have whitespace except where the header line shows you.

Re: Stretch installation boots to read only

2015-12-22 Thread anxiousmac
On Tuesday, 22 December 2015 08:00:05 UTC, Gary Roach wrote: > OK > > systemctl --failed gives > root@supercrunch:/etc# systemctl --failed >UNIT LOAD ACTIVE SUB DESCRIPTION > ● anacron.service loaded failed failed Run anacron jobs > ●

consolekit in jessie (Re: Stretch installation boots to read only)

2015-12-22 Thread Michael Biebl
Am 22.12.2015 um 08:57 schrieb Gary Roach: > ● console-kit-log-system-start.service loaded failed failed Console This is an unrelated comment, but since I've seen consolekit in the list of services: With jessie, that service is in the vast majority of cases not necessary anymore. Unfortunately

Stretch installation boots to read only

2015-12-21 Thread Gary Roach
Hi all; I Just upgraded from jessie to stretch. I needed a piece of software that wasn't available in jessie. Since then, my system boots to a command line prompt. Since /dev/sda1 has been mounted ro, Xwindows doesn't start. I have to log in as root, run mount -o remount,rw /dev/sda1 /, exit

Re: Stretch installation boots to read only

2015-12-21 Thread Sven Hartge
Marc Shapiro wrote: > On 12/21/2015 07:19 PM, Sven Hartge wrote: >> Gary Roach wrote: >>> I re-wrote the line to read /dev/sda1/ ext4 rw, noatime0 >>> 1 and commented out the old line. The error still happens at the >>> same place. >>

Re: Stretch installation boots to read only

2015-12-21 Thread Sven Hartge
Gary Roach wrote: > I Just upgraded from jessie to stretch. I needed a piece of software > that wasn't available in jessie. Since then, my system boots to a > command line prompt. Since /dev/sda1 has been mounted ro, Xwindows > doesn't start. I have to log in as

Re: Stretch installation boots to read only

2015-12-21 Thread Gary Roach
OK systemctl --failed gives root@supercrunch:/etc# systemctl --failed UNIT LOAD ACTIVE SUB DESCRIPTION ● anacron.service loaded failed failed Run anacron jobs ● apache2.service loaded failed failed LSB: Apache2 web

Re: Stretch installation boots to read only

2015-12-21 Thread Marc Shapiro
On 12/21/2015 07:19 PM, Sven Hartge wrote: Gary Roach wrote: I Just upgraded from jessie to stretch. I needed a piece of software that wasn't available in jessie. Since then, my system boots to a command line prompt. Since /dev/sda1 has been mounted ro, Xwindows