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 1SDYXg-0002rG-RL for garchives@archives.gentoo.org; Fri, 30 Mar 2012 09:54:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE46AE09CE; Fri, 30 Mar 2012 09:54:31 +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 29C58E0747 for ; Fri, 30 Mar 2012 09:52:48 +0000 (UTC) Received: by pbcuo1 with SMTP id uo1so1840966pbc.40 for ; Fri, 30 Mar 2012 02:52:48 -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 :mime-version:content-type:content-transfer-encoding; bh=k2L7ItyS6nkjPjU9hw/Q3yVGYlg7sakWHpr8Z9Byceo=; b=hRmRDV7FUtANdOpSEMzHLSSgerUROOF6OHERvRSx/gjVVk6eYuqy8fFg7Oq4hrWExR XMGNajOoobdAbi/YYKcaj0jtG9+mdHoT9Ymn2ky+ZKXELwYdd/qcUyJHRwfEnxs1xxVi /XAx2egYOURDZylY5lePPKTDjDqh4BTNWqIraNRWz578UXSe/i55u0n/JELV5r7g8WtD zDXTZe0zZeo2XVbCKy9iOo5es+aoZanR4/hrBCrF9lQC2qaYBWtKLk8uJzz92YztB1kS JV+UXhbZ2kAPfQyN9LBqN2xKkAMM5M32bScVKAlmugRqhYOtgnOlvpaUbdcBQobtxaKD awhg== Received: by 10.68.220.65 with SMTP id pu1mr8371393pbc.32.1333101168410; Fri, 30 Mar 2012 02:52:48 -0700 (PDT) Received: from powerslave.localnet (triband-mum-59.182.88.249.mtnl.net.in. [59.182.88.249]) by mx.google.com with ESMTPS id i4sm1129023pbt.45.2012.03.30.02.52.45 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Mar 2012 02:52:47 -0700 (PDT) From: Yohan Pereira To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Systemd systemctl : Failed to get D-Bus connection Date: Fri, 30 Mar 2012 15:20:22 +0530 Message-ID: <1572903.n9kMvnt77n@powerslave> Organization: Leysa User-Agent: KMail/4.8.0 (Linux/3.2.11-gentoo; KDE/4.8.0; x86_64; ; ) 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="nextPart2000876.K5uZKsPzKW" Content-Transfer-Encoding: 7Bit X-Archives-Salt: ec31faba-644e-47b1-935b-8cb66fd8c080 X-Archives-Hash: 6d77b43b09fae82be6d7443329c6e08f --nextPart2000876.K5uZKsPzKW Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Hi, Wanted to see whats all the fuss about so I tried installing Systemd on a laptop. following the guide on wiki.gentoo.org [1]. But I am having trouble running systemctl to configure the services I want started. Heres what I get (both as root and as a normal user). # systemctl --all --full Failed to get D-Bus connection: No connection to service manager. I know Dbus is running for sure. $ ps ax | grep dbus 2094 ? Ss 0:09 /usr/bin/dbus-daemon --system 2803 ? S 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with- session 2804 ? Ss 0:06 /usr/bin/dbus-daemon --fork --print-pid 5 --print- address 7 --session I tried booting with systemd to see what happens. It starts booting fine up to the point where it starts mounting the partitions. It just stops after mounting my /home partition. Nothing works at this point apart from a hard reboot. My partitioning is simple separate partitions for boot, home, root and the portage tree (all ext4). No separate /usr (phew). Also I do not have an initramfs. What am I missing? do I need to modify any of the systemd config files? etc? Here are the details of some of the packages. sys-fs/udev-182-r2 (gudev hwdb keymap openrc rule_generator -build -debug -doc -floppy -introspection -selinux -static-libs) sys-apps/systemd-43 (acl pam tcpd -audit -cryptsetup -gtk -lzma -plymouth - selinux) Thanks. [1] http://wiki.gentoo.org/wiki/Systemd -- - Yohan Pereira The difference between a Miracle and a Fact is exactly the difference between a mermaid and a seal. -- Mark Twain --nextPart2000876.K5uZKsPzKW Content-Transfer-Encoding: 7Bit Content-Type: text/html; charset="us-ascii"

Hi,

Wanted to see whats all the fuss about so I tried installing Systemd on a laptop. following the guide on wiki.gentoo.org [1].

 

But I am having trouble running systemctl to configure the services I want started. Heres what I get (both as root and as a normal user).

 

# systemctl --all --full

Failed to get D-Bus connection: No connection to service manager.

 

I know Dbus is running for sure.

 

$ ps ax | grep dbus

2094 ? Ss 0:09 /usr/bin/dbus-daemon --system

2803 ? S 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session

2804 ? Ss 0:06 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session

 

I tried booting with systemd to see what happens. It starts booting fine up to the point where it starts mounting the partitions. It just stops after mounting my /home partition. Nothing works at this point apart from a hard reboot. My partitioning is simple separate partitions for boot, home, root and the portage tree (all ext4). No separate /usr (phew). Also I do not have an initramfs.

 

What am I missing? do I need to modify any of the systemd config files? etc?

 

 

Here are the details of some of the packages.

sys-fs/udev-182-r2 (gudev hwdb keymap openrc rule_generator -build -debug -doc -floppy -introspection -selinux -static-libs)

 

sys-apps/systemd-43 (acl pam tcpd -audit -cryptsetup -gtk -lzma -plymouth -selinux)

 

Thanks.

 

[1] http://wiki.gentoo.org/wiki/Systemd

 

--

 

- Yohan Pereira

 

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

between a mermaid and a seal.

-- Mark Twain

--nextPart2000876.K5uZKsPzKW--