Re: Systemd debugging

2014-11-27 Thread Haines Brown
On Thu, Nov 27, 2014 at 05:22:55PM -0500, Haines Brown wrote: > On Thu, Nov 27, 2014 at 06:23:06PM +0100, Sven Joachim wrote: > > > If .../kernel/drivers/block/loop.ko was loaded, why not it87.ko? > > > > > > Nov 26 17:15:16 engels systemd-fsck[195]: /dev/sda1: clean, > > > 15827/61056 files,

Re: Systemd debugging

2014-11-27 Thread Haines Brown
On Thu, Nov 27, 2014 at 06:23:06PM +0100, Sven Joachim wrote: > > If .../kernel/drivers/block/loop.ko was loaded, why not it87.ko? > > > > Nov 26 17:15:16 engels systemd-fsck[195]: /dev/sda1: clean, > > 15827/61056 files, 120381/243968 blocks > > Nov 26 17:15:16 engels systemd-modules-load[

Re: Systemd debugging

2014-11-27 Thread Sven Joachim
On 2014-11-27 14:59 +0100, Haines Brown wrote: > On Thu, Nov 27, 2014 at 12:06:20AM +0200, Andrei POPESCU wrote: > >> You can use this instead >> >> journalctl -alb > > Andrei, I did as you suggested, but I'm not sure if the result really > adds anything substantive. It is actually quite use

Re: Systemd debugging

2014-11-27 Thread Haines Brown
On Thu, Nov 27, 2014 at 12:06:20AM +0200, Andrei POPESCU wrote: > On Mi, 26 nov 14, 12:27:00, Haines Brown wrote: > > I intalled Jessie and ran into troubles. One of them was an error mesage > > during boot: Failed to Start Load Kernel Modules. Neverthess, I could > > boot successfully. I do have /

Re: Systemd debugging

2014-11-26 Thread Andrei POPESCU
On Mi, 26 nov 14, 12:27:00, Haines Brown wrote: > I intalled Jessie and ran into troubles. One of them was an error mesage > during boot: Failed to Start Load Kernel Modules. Neverthess, I could > boot successfully. I do have /lib/modules/3.16.0-4-686-pae. > > In pursuing this issue, the first th

Re: Systemd debugging

2014-11-26 Thread Brian
On Wed 26 Nov 2014 at 14:34:36 -0500, Haines Brown wrote: > On Wed, Nov 26, 2014 at 06:56:18PM +0100, Sven Hartge wrote: > > > Use > > > > systemctl --failed > > > > to list failed units. Then use > > > > systemctl status name_of_failed.service > > > > to get further information. > > Sv

Re: Systemd debugging

2014-11-26 Thread Haines Brown
On Wed, Nov 26, 2014 at 06:56:18PM +0100, Sven Hartge wrote: > Haines Brown wrote: > > > I intalled Jessie and ran into troubles. One of them was an error > > mesage during boot: Failed to Start Load Kernel Modules. Neverthess, I > > could boot successfully. I do have /lib/modules/3.16.0-4-686-pa

Re: Systemd debugging

2014-11-26 Thread Brian
On Wed 26 Nov 2014 at 17:58:56 +, Martin Read wrote: > On 26/11/14 17:27, Haines Brown wrote: > >In pursuing this issue, the first thing I found out was that bootlogd is > >not used with systemd. So instead I did: > > > > # systemd --test > > Don't run test mode as root > > > >How else

Re: Systemd debugging

2014-11-26 Thread Martin Read
On 26/11/14 17:27, Haines Brown wrote: In pursuing this issue, the first thing I found out was that bootlogd is not used with systemd. So instead I did: # systemd --test Don't run test mode as root How else is it run? An excellent question, filed against systemd in Debian as bug #76

Re: Systemd debugging

2014-11-26 Thread Sven Hartge
Haines Brown wrote: > I intalled Jessie and ran into troubles. One of them was an error > mesage during boot: Failed to Start Load Kernel Modules. Neverthess, I > could boot successfully. I do have /lib/modules/3.16.0-4-686-pae. > In pursuing this issue, the first thing I found out was that boo