Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Lish borked?
PostPosted: Tue Feb 19, 2008 10:13 pm 
Offline
Senior Newbie

Joined: Sat Jan 19, 2008 9:39 pm
Posts: 10
Website: http://jacob.peddicord.net/
It worked on UML, but I never tried it on Xen since I moved. It *works* in terms of rebooting and the like, but you can't screen into a terminal to sign in. You get the console log and everything, but the logon never shows. Is this just me, or is this just a funky bug in Xen? :P


Top
   
 Post subject:
PostPosted: Tue Feb 19, 2008 10:20 pm 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
It's most likely that you don't have a getty listening on tty1. UML wanted tty0, so one of the "filesystem helpers" we set up for Xen is supposed to make the required change to /etc/inttab for you automatically.

Are you running /sbin/init or the upstart thing in recent Ubuntu?

For an init setup, simply edit /etc/inittab and make sure a getty is listening on tty1. The other getty lines can be commented out. "init q" to apply the changes.

-Chris


Top
   
 Post subject:
PostPosted: Wed Feb 20, 2008 11:25 am 
Offline
Senior Newbie

Joined: Sat Jan 19, 2008 9:39 pm
Posts: 10
Website: http://jacob.peddicord.net/
I'm running Upstart, which would probably be why. Working on starting getty on tty1. Thanks!


Top
   
 Post subject:
PostPosted: Wed Feb 20, 2008 5:38 pm 
Offline
Senior Newbie

Joined: Sat Jan 19, 2008 9:39 pm
Posts: 10
Website: http://jacob.peddicord.net/
For those wondering, I created a new Upstart job by copying the tty0 job:

Code:
# tty1 - getty

start on runlevel 2
start on runlevel 3
start on runlevel 4
start on runlevel 5

stop on shutdown

respawn
exec /sbin/getty 38400 tty1


Save that as /etc/event.d/tty1 and then activate it to avoid restarting:
Code:
sudo start tty1


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group