On Friday 30 Mar 2012 12:06:52 Canek Peláez Valdés wrote:
> > # systemctl --all --full
> > 
> > Failed to get D-Bus connection: No connection to service manager.
> 
> This will only work if you boot into systemd. Otherwise it doesn't.

Oh the wiki page instructed me to configure systemd before enabling it .. 
weird. 

> Can I see your kernel command line as specified in /boot/grub/grub.cfg
> (or /boot/grub2/grub.cfg)? The whole GRUB config would be useful.
> 
> Also, a cat /etc/fstab should shed some light on the issue.
> 

Ok after reading your mail I looked into my fstab and tried disabling 
everything one by one. Turns out this line in my fstab was the culprit.

#tmp in ram
none /tmp tmpfs defaults 1 2

Found this bug report [1] and so I changed the above entry to 

#tmp in ram
tmpfs /tmp tmpfs defaults 0 0 

works fine now. Like the fast boot and shut down.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=717794

Thanks for the hint.

-- 

- Yohan Pereira

The difference between a Miracle and a Fact is exactly the difference
between a mermaid and a seal.
                -- Mark Twain

Reply via email to