Re: [systemd-devel] I see "Failed at step CGROUP spawning /usr/lib/systemd/systemd: No such file or directory" in systemd journal when I log in as root via ssh.

2015-02-03 Thread Lennart Poettering
On Tue, 03.02.15 12:51, crocket (crockabisc...@gmail.com) wrote:

> Below is the relevant part of the systemd journal log.
> /usr/lib/systemd/systemd exists, but the journal says it doesn't exist
> sometimes when I log in as root via ssh.

Any chance you can use "strace -f -p 1 -s 500 -o /tmp/pid1-strace" to
trace PID 1 when this happens? Just run that command, try to trigger
this, and then paste the last 250 lines or so this generates here, in
particular all output around any lines that mention "at step
CGROUP"...

Thanks,

Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] I see "Failed at step CGROUP spawning /usr/lib/systemd/systemd: No such file or directory" in systemd journal when I log in as root via ssh.

2015-02-03 Thread Reindl Harald

here you go:

https://bugzilla.redhat.com/show_bug.cgi?id=1185277

and since we are at systemd here to:
https://bugzilla.redhat.com/show_bug.cgi?id=1184016

Am 03.02.2015 um 04:51 schrieb crocket:

Below is the relevant part of the systemd journal log.
/usr/lib/systemd/systemd exists, but the journal says it doesn't exist
sometimes when I log in as root via ssh.

Feb 03 12:28:21 arch-server sshd[15918]: Accepted publickey for root
from 192.168.1.3 port 56913 ssh2: RSA
52:ec:f5:00:67:40:96:a6:47:de:e0:f6:3f:58:80:83
Feb 03 12:28:21 arch-server sshd[15918]: pam_unix(sshd:session):
session opened for user root by (uid=0)
Feb 03 12:28:21 arch-server systemd[1]: Starting user-0.slice.
-- Subject: Unit user-0.slice has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel




signature.asc
Description: OpenPGP digital signature
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] I see "Failed at step CGROUP spawning /usr/lib/systemd/systemd: No such file or directory" in systemd journal when I log in as root via ssh.

2015-02-02 Thread crocket
Below is the relevant part of the systemd journal log.
/usr/lib/systemd/systemd exists, but the journal says it doesn't exist
sometimes when I log in as root via ssh.

Feb 03 12:28:21 arch-server sshd[15918]: Accepted publickey for root
from 192.168.1.3 port 56913 ssh2: RSA
52:ec:f5:00:67:40:96:a6:47:de:e0:f6:3f:58:80:83
Feb 03 12:28:21 arch-server sshd[15918]: pam_unix(sshd:session):
session opened for user root by (uid=0)
Feb 03 12:28:21 arch-server systemd[1]: Starting user-0.slice.
-- Subject: Unit user-0.slice has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit user-0.slice has begun starting up.
Feb 03 12:28:21 arch-server systemd[1]: Created slice user-0.slice.
-- Subject: Unit user-0.slice has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit user-0.slice has finished starting up.
-- 
-- The start-up result is done.
Feb 03 12:28:21 arch-server systemd[1]: Starting User Manager for UID 0...
-- Subject: Unit user@0.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit user@0.service has begun starting up.
Feb 03 12:28:21 arch-server systemd[1]: Starting Session c209 of user root.
-- Subject: Unit session-c209.scope has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit session-c209.scope has begun starting up.
Feb 03 12:28:21 arch-server systemd-logind[460]: New session c209 of user root.
-- Subject: A new session c209 has been created for user root
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
-- 
-- A new session with the ID c209 has been created for the user root.
-- 
-- The leading process of the session is 15918.
Feb 03 12:28:21 arch-server systemd[1]: Started Session c209 of user root.
-- Subject: Unit session-c209.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit session-c209.scope has finished starting up.
-- 
-- The start-up result is done.
Feb 03 12:28:21 arch-server systemd[15920]: Failed at step CGROUP
spawning /usr/lib/systemd/systemd: No such file or directory
-- Subject: Process /usr/lib/systemd/systemd could not be executed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The process /usr/lib/systemd/systemd could not be executed and failed.
-- 
-- The error number returned while executing this process is 2.
Feb 03 12:28:21 arch-server systemd[1]: Started User Manager for UID 0.
-- Subject: Unit user@0.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit user@0.service has finished starting up.
-- 
-- The start-up result is done.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel