From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SDhlo-0003IU-34 for garchives@archives.gentoo.org; Fri, 30 Mar 2012 19:46:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87EA7E0BC3; Fri, 30 Mar 2012 19:45:33 +0000 (UTC) Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 66002E0B0C for ; Fri, 30 Mar 2012 19:43:01 +0000 (UTC) Received: by pbcuo1 with SMTP id uo1so2621138pbc.40 for ; Fri, 30 Mar 2012 12:43:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:organization:user-agent:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=v0fjp3UxemK6pNW+h/ealU4WCy5p1A+6oU8knJeOIiI=; b=GOFiGSO5XLX4T8RZsX4O/abbEgRSWXV2QmQv/xY6L1/w2nIWH/+wF91u2AREUeJYA4 WJSAITkRF5YRGuIO2RRiZsTX0vCa7/b95rS/OpvCsJDhyLA4UiKCqF/CXNfRQi8fbAV4 S+aIJ+ed9CzHO2dgB+fIXYP65UMCMMctuRV3i67oQOCseABF5NyKtH9UBM0UckKX63kI i9bq24YZgYeDTaGOuEakEdeiFy78ji9YnFuN99KFL8AiD66y+0pJIH74ZttNxQAHYMbo r6oa8ROiYDOVSxVGP77bkfOpfGITZKGz6/XBgK/0OstxqTMEkY6paiviy5Z/S7RJxa79 1hVA== Received: by 10.68.236.169 with SMTP id uv9mr350290pbc.2.1333136580711; Fri, 30 Mar 2012 12:43:00 -0700 (PDT) Received: from powerslave.localnet (triband-mum-59.182.119.172.mtnl.net.in. [59.182.119.172]) by mx.google.com with ESMTPS id v9sm172125pbn.17.2012.03.30.12.42.54 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Mar 2012 12:42:58 -0700 (PDT) From: Yohan Pereira To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] [solved] Systemd systemctl : Failed to get D-Bus connection Date: Sat, 31 Mar 2012 01:10:31 +0530 Message-ID: <5444170.BHqfsUBFbl@powerslave> Organization: Leysa User-Agent: KMail/4.8.0 (Linux/3.2.11-gentoo; KDE/4.8.0; x86_64; ; ) In-Reply-To: References: <1572903.n9kMvnt77n@powerslave> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="nextPart8082411.YdXpxeBpgM" Content-Transfer-Encoding: 7Bit X-Archives-Salt: 736f7ed2-a909-4471-b998-f44b65ada930 X-Archives-Hash: c9c155f09af37bdf363ba6bab659e70c --nextPart8082411.YdXpxeBpgM Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" On Friday 30 Mar 2012 12:06:52 Canek Pel=E1ez Vald=E9s wrote: > > # systemctl --all --full > >=20 > > Failed to get D-Bus connection: No connection to service manager. >=20 > 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 = ..=20 weird.=20 > Can I see your kernel command line as specified in /boot/grub/grub.cf= g > (or /boot/grub2/grub.cfg)? The whole GRUB config would be useful. >=20 > Also, a cat /etc/fstab should shed some light on the issue. >=20 Ok after reading your mail I looked into my fstab and tried disabling=20= 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=20 #tmp in ram tmpfs /tmp tmpfs defaults 0 0=20 works fine now. Like the fast boot and shut down. [1] https://bugzilla.redhat.com/show_bug.cgi?id=3D717794 Thanks for the hint. --=20 - Yohan Pereira The difference between a Miracle and a Fact is exactly the difference between a mermaid and a seal. -- Mark Twain --nextPart8082411.YdXpxeBpgM Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="iso-8859-1"

On = Friday 30 Mar 2012 12:06:52 Canek Pel=E1ez Vald=E9s 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.cf= g

>= ; (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 ever= ything one by one. Turns out this line in my fstab was the culprit.

=

 

#tm= p in ram

non= e /tmp tmpfs defaults 1 2

 

Fou= nd this bug report [1] and so I changed the above entry to

 

#tm= p in ram

tmp= fs /tmp tmpfs defaults 0 0

 

wor= ks fine now. Like the fast boot and shut down.

 

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

 

Tha= nks for the hint.

 

-- =

 

- Y= ohan Pereira

 

The= difference between a Miracle and a Fact is exactly the difference

bet= ween a mermaid and a seal.

= -- Mark Twain

--nextPart8082411.YdXpxeBpgM--