Hi Trilok,
thanks for the quick reply. It worked :)
but I had to comment out another line (because the init-routine
compplained
about a double "co" entry.) For anybody having the same strange
behaviour
and looking for a solution, heres my /etc/inittab of the guest domain
(including
the comment out line):
===
#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#
# Author: Miquel van Smoorenburg, <miquels@xxxxxxxxxxxxxxxxxxxxx>
# Modified for RHS Linux by Marc Ewing and Donnie Barnes
#
# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have
networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:3:initdefault:
# System initialization.
si::sysinit:/etc/rc.d/rc.sysinit
l0:0:wait:/etc/rc.d/rc 0
l1:1:wait:/etc/rc.d/rc 1
l2:2:wait:/etc/rc.d/rc 2
l3:3:wait:/etc/rc.d/rc 3
l4:4:wait:/etc/rc.d/rc 4
l5:5:wait:/etc/rc.d/rc 5
l6:6:wait:/etc/rc.d/rc 6
# Trap CTRL-ALT-DELETE
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
# When our UPS tells us power has failed, assume we have a few minutes
# of power left. Schedule a shutdown for 2 minutes from now.
# This does, of course, assume you have powerd installed and your
# UPS connected and working correctly.
pf::powerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting
Down"
# If power was restored before the shutdown kicked in, cancel it.
pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown
Cancelled"
# Run gettys in standard runlevels
#
#line added to get a login prompt:
#(dont forget to comment out the following line)
#
co:2345:respawn:/sbin/mingetty console
#co:2345:respawn:/sbin/agetty xvc0 9600 vt100-nav
#1:2345:respawn:/sbin/mingetty tty1
#2:2345:respawn:/sbin/mingetty tty2
#3:2345:respawn:/sbin/mingetty tty3
#4:2345:respawn:/sbin/mingetty tty4
#5:2345:respawn:/sbin/mingetty tty5
#6:2345:respawn:/sbin/mingetty tty6
# Run xdm in runlevel 5
x:5:respawn:/etc/X11/prefdm -nodaemon
===
Am 18.06.2007 um 12:38 schrieb trilok nuwal:
U have to add this line to /etc/inittab of guest to get the console
up.
"co:2345:respawn:/sbin/mingetty console" to /etc/inittab of guest
Thanks,
-Trilok
On 6/18/07, Marcel Schroers <schroers@xxxxxxxxxxxxxxxxxxxxxxx>
wrote: Hi *,
as this is my first post I want to say hello to everybody.
Well, and unfortunatly I've already got a question for you:
I've installed a guest domain (OS: CentOS 4) on my xen-machine and
it's para-virtualised (just to provide the information ;) ).
After the installation and mount the image containing the guest to
copy
the necessary modules for the xen-kernel, umount it and boot the
guest domain with
the xen-kernel. Everything seems fine except that udev seems to not
create any
console/tty or similar. Heres a snipped of the boot log:
===
Welcome to CentOS release 4.5 (Final)
Press 'I' to enter interactive startup.
Starting udev: [ OK ]
Initializing hardware... storage network audio done[ OK ]
Configuring kernel parameters: [ OK ]
Cannot access the Hardware Clock via any known method.
Use the --debug option to see the details of our search for an access
method.
Setting clock (localtime): Mon Jun 18 12:04:30 CEST 2007 [ OK ]
Loading default keymap (us): [FAILED]
Checking root filesystem
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/sda1
/: clean, 34637/512000 files, 241019/1022127 blocks
[ OK ]
Remounting root filesystem in read-write mode: [ OK ]
no block devices found
Setting up Logical Volume Management: [ OK ]
Checking filesystems
Checking all file systems.
[ OK ]
Mounting local filesystems: [ OK ]
Enabling local filesystem quotas: [ OK ]
Enabling swap space: [ OK ]
INIT: Entering runlevel: 3
Entering non-interactive startup
No volume groups found
Checking for new hardware [ OK ]
Starting pcmcia: [ OK ]
Setting network parameters: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
Starting system logger: [ OK ]
Starting kernel logger: [ OK ]
Starting portmap: [ OK ]
Starting NFS statd: [ OK ]
Starting RPC idmapd: [ OK ]
Mounting other filesystems: [ OK ]
Starting automount: No Mountpoints Defined[ OK ]
Starting smartd: [FAILED]
Starting cups: [ OK ]
Starting sshd:[ OK ]
Starting xinetd: [ OK ]
Starting sendmail: [ OK ]
Starting sm-client: [ OK ]
Starting console mouse services: no console device found
[FAILED]
Starting crond: [ OK ]
Starting xfs: [ OK ]
Starting anacron: [ OK ]
Starting atd: [ OK ]
Starting system message bus: [ OK ]
Starting HAL daemon: [ OK ]
INIT: Id "co" respawning too fast: disabled for 5 minutes
INIT: no more processes left in this runlevel
===
There are some error-messages which compplain about not finding any
consoles.
I would normally try to make some new ttys with mknod but
unfortunatly I can't
even login to the quest, after the last line the guest seems to hang
(the last two
lines beginning with "INIT" appear after a short time (about 2mins or
something)).
I've already searched here at the mailing list without success. I
hope I do not double post
a problem which is already known and solved (in this case maybe would
somebody post me the link
to the solution?)
Thanks i advance for any help.
Best Regards,
Marcel
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|