Gentoo Archives: gentoo-user

From: Yohan Pereira <yohan.pereira@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [solved] Systemd systemctl : Failed to get D-Bus connection
Date: Fri, 30 Mar 2012 19:46:00
Message-Id: 5444170.BHqfsUBFbl@powerslave
In Reply to: Re: [gentoo-user] Systemd systemctl : Failed to get D-Bus connection by "Canek Peláez Valdés"
1 On Friday 30 Mar 2012 12:06:52 Canek Peláez Valdés wrote:
2 > > # systemctl --all --full
3 > >
4 > > Failed to get D-Bus connection: No connection to service manager.
5 >
6 > This will only work if you boot into systemd. Otherwise it doesn't.
7
8 Oh the wiki page instructed me to configure systemd before enabling it ..
9 weird.
10
11 > Can I see your kernel command line as specified in /boot/grub/grub.cfg
12 > (or /boot/grub2/grub.cfg)? The whole GRUB config would be useful.
13 >
14 > Also, a cat /etc/fstab should shed some light on the issue.
15 >
16
17 Ok after reading your mail I looked into my fstab and tried disabling
18 everything one by one. Turns out this line in my fstab was the culprit.
19
20 #tmp in ram
21 none /tmp tmpfs defaults 1 2
22
23 Found this bug report [1] and so I changed the above entry to
24
25 #tmp in ram
26 tmpfs /tmp tmpfs defaults 0 0
27
28 works fine now. Like the fast boot and shut down.
29
30 [1] https://bugzilla.redhat.com/show_bug.cgi?id=717794
31
32 Thanks for the hint.
33
34 --
35
36 - Yohan Pereira
37
38 The difference between a Miracle and a Fact is exactly the difference
39 between a mermaid and a seal.
40 -- Mark Twain