You are not logged in.

#1 2012-06-01 15:17:37

broken pipe
Member
Registered: 2010-12-10
Posts: 238

[SOLVED] systemd hangs at boot after upgrade

after the upgrade of systemd and all of its components, my machine and laptop keep hanging after reboot.

systemd-cgroups-agent: Failed to get D-Bus connection: Failed to connect to socket /org/freedesktop/systemd1/private


i can enter the emergency console and chroot, but i don't really know what to fix. a normal initscripts boot works fine


any ideas? best regards!

Last edited by broken pipe (2012-06-02 11:03:01)

Offline

#2 2012-06-01 16:17:03

swanson
Member
From: Sweden
Registered: 2011-02-05
Posts: 759

Re: [SOLVED] systemd hangs at boot after upgrade

Which dbus service are you using with systemd? The arch-unit? Or the systemd native? If possible go foe the native one. In my case I just had to remove it from the rc.conf daemon array and systemd started it automagically native at boot.

Offline

#3 2012-06-01 18:37:22

broken pipe
Member
Registered: 2010-12-10
Posts: 238

Re: [SOLVED] systemd hangs at boot after upgrade

thx for your reply! i still run into the same error after deleting dbus from the daemons.

my daemons array:
DAEMONS=(syslog-ng @dbus @kdm @iptables @network @crond @irqbalance @cupsd @privoxy @ulatencyd)

Offline

#4 2012-06-02 11:02:37

broken pipe
Member
Registered: 2010-12-10
Posts: 238

Re: [SOLVED] systemd hangs at boot after upgrade

ok solved:

/var/run was mounted as tmpfs. systemd didn't really care about this until the last update sad

tmpfs           /var/run        tmpfs   defaults,noatime                0       0

Offline

#5 2012-06-02 13:24:11

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] systemd hangs at boot after upgrade

/var/run needs to be a symlink to /run, not a separate mount.

Last edited by falconindy (2012-06-02 13:24:36)

Offline

Board footer

Powered by FluxBB