Systemd debugging (was ... Re: A stop job is running for...)

2015-12-04 Thread Chris Bannister
On Thu, Dec 03, 2015 at 10:07:01PM +0100, Michael Biebl wrote: > Two issues that come to mind here: > a/ cups-browsed.service declares a dependency on avahi-daemon.service. > So it should be stopped before avahi-daemon. But apparently you don't > have any avahi-daemon process anymore. > Would be

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-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 useful.

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[201]:

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,

Systemd debugging

2014-11-26 Thread Haines Brown
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 bootlogd is not used with

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

Re: Systemd debugging

2014-11-26 Thread Sven Hartge
Haines Brown hai...@histomat.net 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

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 is it run?

Re: Systemd debugging

2014-11-26 Thread Haines Brown
On Wed, Nov 26, 2014 at 06:56:18PM +0100, Sven Hartge wrote: Haines Brown hai...@histomat.net 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 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. Sven, thank you. I did

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 thing