You are not logged in.

#1 2013-03-17 23:50:58

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

[Solved]After upgrade system it ask question about enter system rescue

Before system upgrade, I'm using systemd. And it can work with console.

But, I don't know why it stopped after upgrade system.


https://lh5.googleusercontent.com/-znrz … /photo.jpg

If I press 'ctrl-D', it enter xdm automatically.

Last edited by dlin (2013-03-21 00:06:51)


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

#2 2013-03-18 00:43:53

s1ln7m4s7r
Member
Registered: 2013-02-22
Posts: 262

Re: [Solved]After upgrade system it ask question about enter system rescue

See if this changes something

systemctl enable multi-user.target

If you are using CLI

or

systemctl enable graphical.target

If you are using a login manager

Last edited by s1ln7m4s7r (2013-03-18 00:44:39)

Offline

#3 2013-03-18 23:50:04

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

Re: [Solved]After upgrade system it ask question about enter system rescue

I've checked my systemd, and it enabled multi-user.target and graphical.target.
So, I disable graphical.target, but it still have the similar screen.

https://lh5.googleusercontent.com/-Pc2C … 849/18+-+1

And

# journalctl -xb
...
Mar 19 07:35:59 e6600 systemd-udevd[244]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'sock
Mar 19 07:35:59 e6600 systemd-udevd[245]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'sock
...
Mar 19 07:35:59 e6600 kernel: i915: No ACPI video bus found
...
Mar 19 07:36:19 e6600 systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-ma
Mar 19 07:36:19 e6600 systemd[1]: Cannot add dependency job for unit console-kit-daemon.service, ignoring: Unit console
...


-- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --

Last edited by dlin (2013-03-18 23:54:01)


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

#4 2013-03-19 00:04:21

s1ln7m4s7r
Member
Registered: 2013-02-22
Posts: 262

Re: [Solved]After upgrade system it ask question about enter system rescue

Can you post your "journalctl -xb" output?

Offline

#5 2013-03-19 18:52:09

Derechef
Member
Registered: 2010-07-02
Posts: 13

Re: [Solved]After upgrade system it ask question about enter system rescue

I had the same problem and it has been solved in this thread: https://bbs.archlinux.org/viewtopic.php … 6#p1246026

Offline

#6 2013-03-20 23:13:16

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

Re: [Solved]After upgrade system it ask question about enter system rescue

I've pasted the log here. http://paste.ubuntu.com/5632707/


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

#7 2013-03-20 23:16:00

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [Solved]After upgrade system it ask question about enter system rescue

It appears to trying to start consolekit, which is no longer used and totally deprecated in favor of logind.  You need to remove that symlink.  Also it is not able to find your defualt display manager.  Do you have it enabled correctly?

Offline

#8 2013-03-20 23:30:16

65kid
Member
From: Germany
Registered: 2011-01-26
Posts: 663

Re: [Solved]After upgrade system it ask question about enter system rescue

Derechef wrote:

I had the same problem and it has been solved in this thread: https://bbs.archlinux.org/viewtopic.php … 6#p1246026

this.

Mar 21 07:00:49 e6600 kernel: Command line: root=/dev/disk/by-label/arch ro 4

remove the "4", the "ro" is unnecessary as well as it is the default.

Offline

#9 2013-03-20 23:46:19

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

Re: [Solved]After upgrade system it ask question about enter system rescue

WonderWoofy wrote:

It appears to trying to start consolekit, which is no longer used and totally deprecated in favor of logind.  You need to remove that symlink.  Also it is not able to find your defualt display manager.  Do you have it enabled correctly?

I force to disable the display manager.
And I use manually xinit to login X.

I wish I could automatic login X11 without any password. (Which I could do before systemd).


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

#10 2013-03-20 23:56:02

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [Solved]After upgrade system it ask question about enter system rescue

You can still autmotically log in without a password.  In fact, there are a number of ways this can be achieved with systemd.  But the best way I feel is by using systemd user sessions.  It is pretty easy to set up, if you are willing to read some instructions.  Gtmanfred has written a blog post detailing this.

So if you use xinit (you should use startx), then what was the first post saying about it starting xdm automatically?  Is that not intended?  If you want to do manual start from the tty, just mask the display-manager.target, or simply boot to multi-user.target instead of graphical.target.

Offline

#11 2013-03-21 00:06:26

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

Re: [Solved]After upgrade system it ask question about enter system rescue

65kid wrote:
Derechef wrote:

I had the same problem and it has been solved in this thread: https://bbs.archlinux.org/viewtopic.php … 6#p1246026

this.

Mar 21 07:00:49 e6600 kernel: Command line: root=/dev/disk/by-label/arch ro 4

remove the "4", the "ro" is unnecessary as well as it is the default.

It works.


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

#12 2013-03-21 00:46:04

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

Re: [Solved]After upgrade system it ask question about enter system rescue

WonderWoofy wrote:

You can still autmotically log in without a password.  In fact, there are a number of ways this can be achieved with systemd.  But the best way I feel is by using systemd user sessions.  It is pretty easy to set up, if you are willing to read some instructions.  Gtmanfred has written a blog post detailing this.

So if you use xinit (you should use startx), then what was the first post saying about it starting xdm automatically?  Is that not intended?  If you want to do manual start from the tty, just mask the display-manager.target, or simply boot to multi-user.target instead of graphical.target.

I just want to login X as soon as possible(without any display manager and password input).
Do you mean http://blog.gtmanfred.com/?p=26


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

#13 2013-03-21 02:27:48

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [Solved]After upgrade system it ask question about enter system rescue

Yes, that is what I was talking about.  But you could also use the solution in the wiki, which just has you create an autologin@.service and use it in place of getty@.service, then test to see if you are in tty1 and startx if so.

Offline

Board footer

Powered by FluxBB