<div dir="ltr"><div><div>Is there any way it is not in the "default mode"?<br><br></div>when it stoped, instead of hitting Ctrl D, I taped my password and "systemctl default", so it could try to start again the default boot process. And it worked.<br> <br></div>I'll not try the downgrade right now bcz, after a emerge --sync, my portage started do complain about compiling net-misc/networkmanager with support for both systemd and consolekit, but I'm not able to disable consolekit support. So I'll wait them to fix it.<br> </div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/1/27 João Matos <span dir="ltr"><<a href="mailto:jaoneto@gmail.com" target="_blank">jaoneto@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">2013/1/27 Canek Peláez Valdés <span dir="ltr"><<a href="mailto:caneko@gmail.com" target="_blank">caneko@gmail.com</a>></span><br> <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <div><div>On Sun, Jan 27, 2013 at 12:31 PM, João Matos <<a href="mailto:jaoneto@gmail.com" target="_blank">jaoneto@gmail.com</a>> wrote:<br> ><br> ><br> ><br> > 2013/1/26 Canek Peláez Valdés <<a href="mailto:caneko@gmail.com" target="_blank">caneko@gmail.com</a>><br> >><br> >> On Sat, Jan 26, 2013 at 7:08 PM, João Matos <<a href="mailto:jaoneto@gmail.com" target="_blank">jaoneto@gmail.com</a>> wrote:<br> >> > Hi list,<br> >> ><br> >> > I'm having this problem for a while, but I've decided to solve it know.<br> >> > Every time I boot my system (couple times a day), I have to hid Ctrl + D<br> >> > when the boot process is interrupted by the "emergency mode".<br> >> ><br> >> > I think it started when I was compiling the kernel myself, and removing<br> >> > lot<br> >> > of stuff. Although, I checked and the mandatory options for systemd are<br> >> > ok.<br> >> ><br> >> > When I run "journalctl -b -p err" the only information I get is:<br> >> ><br> >> > Jan 26 20:29:20 KONOHA NetworkManager[1497]: claim_connection: assertion<br> >> > `nm_connection_get_path (NM_CONNECTION (connection)) == NULL' failed<br> >> > Jan 26 20:29:24 localhost dhcpcd[1557]: wlan0: sendmsg: Cannot assign<br> >> > requested address<br> >> > Jan 26 20:30:42 localhost pulseaudio[2073]: [pulseaudio] pid.c: Daemon<br> >> > already running.<br> >> > Jan 26 20:30:42 localhost pulseaudio[2080]: [pulseaudio] pid.c: Daemon<br> >> > already running.<br> >> ><br> >> > It give me no clue.<br> >> ><br> >> > Attached the .conf from my gentoo-3.7.1<br> >> ><br> >> > After I hit Ctrl + D, the system works normally.<br> >> ><br> >> > Any help will be appreciated :)<br> >><br> >> Are you using udev-197 with systemd-197? mgorny masked it, and said<br> >> this in package.mask:<br> ><br> ><br> > I'm using them. Last time I updated my system there weren't any warning.<br> > Anyway, this problem is happening since the previous version.<br> ><br> >><br> >> # Does not boot. Something with udev is probably broken. Feel free<br> >> # to unmask, debug and provide me with a patch.<br> >><br> >> You need to be using the same version for udev and systemd (they are<br> >> the same package). If you are using the same version for udev and<br> >> systemd, are you using an initramfs? When was the last time you built<br> >> it, if you do?<br> ><br> ><br> > I don't have initramfs. Just the kernel. But it used to work normaly.<br> >><br> >><br> >> Could you boot with "systemd.log_target=kmsg" and<br> >> "systemd.log_level=debug", and post the whole output of "journalctl<br> >> -b"? It prints only the logs from the last boot.<br> >><br> ><br> > journalctl -b attached.<br> <br> </div></div>From your logs:<br> <br> Jan 27 15:16:27 KONOHA systemd[1]: Activating default unit: emergency.target<br> <br> You have emergency.target as default unit. The default.target can be<br> set in different ways:<br> <br> - Check /usr/lib64/systemd/system/default.target<br></blockquote><div><br></div></div></div><div>Nothing found here. The file is: <br><br><span style="color:rgb(0,0,255)">[Unit]<br>Description=Graphical Interface<br>Documentation=man:systemd.special(7)<br> Requires=multi-user.target<br>After=multi-user.target<br>Conflicts=rescue.target<br>Wants=display-manager.service<br>AllowIsolate=yes<br><br>[Install]<br>Alias=default.target</span><br><br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> - Check /etc/systemd/system/default.target<br></blockquote><div><br></div><div>doesn't exist.<br> <br></div><div class="im"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> - Check if you use --unit=emergency.target in your grub config<br> - Check if you pass the "emergency" kernel parametr in your grub config<br></blockquote><div><br></div></div><div>Nothing wrong with grub.<br></div><div class="im"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> udev-197 in the tree installs everything to /; systemd-197 installs to<br> /usr. I'm pretty sure that is not going to end well; I haven't<br> upgraded to 197 in neither package.<br> <br> Check your default.target; for some reason is set to emergency.<br> <div><div><br> Regards.<br> --<br> Canek Peláez Valdés<br> Posgrado en Ciencia e Ingeniería de la Computación<br> Universidad Nacional Autónoma de México<br> <br> </div></div></blockquote></div></div><br></div><div class="gmail_extra">I've also tryed "systemctl disable emergency.service" and "systemctl disable emergency.target" before but got nothing.<br><br> </div> <div class="gmail_extra">Anyway, thank you for your help :). I'll try to downgrade. But I still think it is about kernel config.<br clear="all"></div><div class="im"><div class="gmail_extra"><br>-- <br>João de Matos<br> Linux User #461527<br> Graduando em Engenharia de Computação 2005.1<br>UEFS - Universidade Estadual de Feira de Santana </div></div></div> </blockquote></div><br><br clear="all"><br>-- <br>João de Matos<br>Linux User #461527<br>Graduando em Engenharia de Computação 2005.1<br>UEFS - Universidade Estadual de Feira de Santana </div>