Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dbus not starting, reboot to be avoided
Date: Thu, 24 Sep 2020 10:40:30
Message-Id: cfd6ac33-7e68-8938-aabb-fdbc138e0d2a@xunil.at
In Reply to: [gentoo-user] dbus not starting, reboot to be avoided by "Stefan G. Weichinger"
1 Am 24.09.20 um 11:01 schrieb Stefan G. Weichinger:
2 >
3 > I have a gentoo server with a failed /dev/sda. OS is on RAID1 with a
4 > working /dev/sdb below.
5 >
6 > I want to avoid rebooting because I mistrust the GRUB from a former SUSE
7 > installation (in parallel) right now.
8 >
9 > For some reason dbus isn't running.
10 >
11 > I can't get a correct systemctl behavior right now.
12 >
13 > Tried to start the dbus daemon with the line from the service file, but
14 > it doesn't find or create the socket file in /run/dbus
15 >
16 > I assume I could create it with mknod, could someone point me at a
17 > working command?
18
19
20
21 Managed to recreate that file:
22
23 # ls -la /run/dbus/
24 insgesamt 0
25 srwxrwxrwx 1 root root 0 24. Sep 12:19 system_bus_socket
26
27 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile
28 --systemd-activation --syslog-only
29
30 (as in dbus.service) fails with
31
32 dbus-daemon[26507]: Failed to start message bus: No socket received.

Replies

Subject Author
Re: [gentoo-user] dbus not starting, reboot to be avoided "Stefan G. Weichinger" <lists@×××××.at>