Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Systemd reaches "target Emergency Mode" every boot
Date: Sun, 27 Jan 2013 02:42:48
Message-Id: CADPrc80w=pbfe=PULbFV-JK8v6ftEVzqS3t=proKFxFftW8yAQ@mail.gmail.com
In Reply to: [gentoo-user] Systemd reaches "target Emergency Mode" every boot by "João Matos"
1 On Sat, Jan 26, 2013 at 7:08 PM, João Matos <jaoneto@×××××.com> wrote:
2 > Hi list,
3 >
4 > I'm having this problem for a while, but I've decided to solve it know.
5 > Every time I boot my system (couple times a day), I have to hid Ctrl + D
6 > when the boot process is interrupted by the "emergency mode".
7 >
8 > I think it started when I was compiling the kernel myself, and removing lot
9 > of stuff. Although, I checked and the mandatory options for systemd are ok.
10 >
11 > When I run "journalctl -b -p err" the only information I get is:
12 >
13 > Jan 26 20:29:20 KONOHA NetworkManager[1497]: claim_connection: assertion
14 > `nm_connection_get_path (NM_CONNECTION (connection)) == NULL' failed
15 > Jan 26 20:29:24 localhost dhcpcd[1557]: wlan0: sendmsg: Cannot assign
16 > requested address
17 > Jan 26 20:30:42 localhost pulseaudio[2073]: [pulseaudio] pid.c: Daemon
18 > already running.
19 > Jan 26 20:30:42 localhost pulseaudio[2080]: [pulseaudio] pid.c: Daemon
20 > already running.
21 >
22 > It give me no clue.
23 >
24 > Attached the .conf from my gentoo-3.7.1
25 >
26 > After I hit Ctrl + D, the system works normally.
27 >
28 > Any help will be appreciated :)
29
30 Are you using udev-197 with systemd-197? mgorny masked it, and said
31 this in package.mask:
32
33 # Does not boot. Something with udev is probably broken. Feel free
34 # to unmask, debug and provide me with a patch.
35
36 You need to be using the same version for udev and systemd (they are
37 the same package). If you are using the same version for udev and
38 systemd, are you using an initramfs? When was the last time you built
39 it, if you do?
40
41 Could you boot with "systemd.log_target=kmsg" and
42 "systemd.log_level=debug", and post the whole output of "journalctl
43 -b"? It prints only the logs from the last boot.
44
45 Regards.
46 --
47 Canek Peláez Valdés
48 Posgrado en Ciencia e Ingeniería de la Computación
49 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] Systemd reaches "target Emergency Mode" every boot "João Matos" <jaoneto@×××××.com>