Turinglifer
2009-May-13 01:53 UTC
[Xen-users] When I generate a Centos 5.2 guest domain, the process stop at "Starting sshd: [ OK ]"?Thank you verymuch!
Thank you verymuch! Thank you verymuch! Thank you verymuch! Thank you verymuch! Thank you verymuch! When I generate a Centos 5.2 guest domain, the process stop at "Starting sshd: [ OK ]". Welcome to CentOS release 5.2 (Final) Press ''I'' to enter interactive startup. Setting clock : Tue May 12 15:43:18 EDT 2009 [ OK ] Starting udev: [ OK ] Setting hostname localhost.localdomain: [ OK ] Checking filesystems Checking all file systems. [/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/sda1 /dev/sda1 has gone 307 days without being checked, check forced. /dev/sda1: 14925/256512 files (0.3% non-contiguous), 95155/512256 blocks [ OK ] Remounting root filesystem in read-write mode: [ OK ] Mounting local filesystems: [ OK ] Enabling /etc/fstab swaps: [ OK ] INIT: Entering runlevel: 3 Entering non-interactive startup Bringing up loopback interface: [ OK ] Bringing up interface eth0: Determining IP information for eth0...cp: cannot stat `/etc/resolv.conf'': No such file or directory done. [ OK ] Starting system logger: [ OK ] Starting kernel logger: [ OK ] Generating SSH1 RSA host key: [ OK ] Generating SSH2 RSA host key: [ OK ] Generating SSH2 DSA host key: [ OK ] Starting sshd: [ OK ] _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Bhasker C V
2009-May-13 08:17 UTC
Re: [Xen-users] When I generate a Centos 5.2 guest domain, the process stop at "Starting sshd: [ OK ]"?Thank you verymuch!
On Wed, 13 May 2009, Turinglifer wrote:> > Thank you verymuch! > Thank you verymuch! > Thank you verymuch! > Thank you verymuch! > Thank you verymuch! > > > When I generate a Centos 5.2 guest domain, the process stop at "Starting sshd: [ OK ]". > > > Welcome to CentOS release 5.2 (Final) > Press ''I'' to enter interactive startup. > Setting clock : Tue May 12 15:43:18 EDT 2009 [ OK ] > Starting udev: [ OK ] > Setting hostname localhost.localdomain: [ OK ] > Checking filesystems > Checking all file systems. > [/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/sda1 > /dev/sda1 has gone 307 days without being checked, check forced. > /dev/sda1: 14925/256512 files (0.3% non-contiguous), 95155/512256 blocks > [ OK ] > Remounting root filesystem in read-write mode: [ OK ] > Mounting local filesystems: [ OK ] > Enabling /etc/fstab swaps: [ OK ] > INIT: Entering runlevel: 3 > Entering non-interactive startup > Bringing up loopback interface: [ OK ] > Bringing up interface eth0: > Determining IP information for eth0...cp: cannot stat `/etc/resolv.conf'': No such file or directory > done. > [ OK ] > Starting system logger: [ OK ] > Starting kernel logger: [ OK ] > Generating SSH1 RSA host key: [ OK ] > Generating SSH2 RSA host key: [ OK ] > Generating SSH2 DSA host key: [ OK ] > Starting sshd: [ OK ]This may just be the console not showing any information. Did you try doing an ssh ? does the ssh work ?> Determining IP information for eth0...cp: cannot stat `/etc/resolv.conf'': No such file or directory > done.is fine if this is the first time the system is coming up...> >Bhasker C V Registered linux user #306349 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar A. Nugraha
2009-May-13 08:40 UTC
Re: [Xen-users] When I generate a Centos 5.2 guest domain, the process stop at "Starting sshd: [ OK ]"?Thank you verymuch!
On Wed, May 13, 2009 at 8:53 AM, Turinglifer <Turinglifer@huaweisymantec.com> wrote:> When I generate a Centos 5.2 guest domain, the process stop at "Starting > sshd: [ OK ]".As Bhasker mentioned, probably it''s just login prompt not showing. See this thread : http://lists.xensource.com/archives/html/xen-users/2009-04/msg00152.html Please post your domU config file. Usually I modify domU so it display login on xvc0. Regards, Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar A. Nugraha
2009-May-13 09:22 UTC
Re: [Xen-users] When I generate a Centos 5.2 guest domain, the process stop at "Starting sshd: [ OK ]"?Thank you verymuch!
On Wed, May 13, 2009 at 4:04 PM, Turinglifer <Turinglifer@huaweisymantec.com> wrote:> Here is the detail of my enviroment: > redhat5.2 virtualization platform with 2.6.18-92.el5xen kenerlThat''s kinda old. Why don''t you use RHEL/Centos 5.3?> > The configuration file of centos5.2 image: > > ########################## > kernel = "/boot/vmlinuz-2.6.18-92.el5xen" > ramdisk = "/boot/initrd-2.6.18-92.el5xen-no-scsi.img" > memory = 128 > name = "centos5" > vif = [''''] > ip = "192.168.154.138" > netmask = "255.255.255.0" > disk = [''file:/opt/centos5/centos.5-2.img,sda1,w''] > root = "/dev/sda1 ro" > ##########################In this case the console would be on xvc0. See the thread link I sent earlier : http://lists.xensource.com/archives/html/xen-users/2009-04/msg00152.html How did you install this guest? using some template, possibly from jailtime.org? If yes, see this thread : http://lists.xensource.com/archives/html/xen-users/2009-03/msg00372.html The key on using templates is you need to know how to use it properly. jailtime.org images was not specifically designed to be used on RHEL/Centos dom0, so some adjustments are required. Note that if you setup domU with virt-install it would automatically setup domU to use the correct console. Regards, Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Turinglifer
2009-May-13 10:00 UTC
Re: [Xen-users] When I generate a Centos 5.2 guest domain, the process stop at "Starting sshd: [ OK ]"?Thank you verymuch!
Thank you very much! Thank you very much! Thank you very much! Thank you very much! I Solved it! ----- Original Message ----- From: Fajar A. Nugraha To: Xen User-List Sent: Wednesday, May 13, 2009 5:22 PM Subject: Re: [Xen-users] When I generate a Centos 5.2 guest domain, the process stop at "Starting sshd: [ OK ]"?Thank you verymuch! On Wed, May 13, 2009 at 4:04 PM, Turinglifer <Turinglifer@huaweisymantec.com> wrote: > Here is the detail of my enviroment: > redhat5.2 virtualization platform with 2.6.18-92.el5xen kenerl That''s kinda old. Why don''t you use RHEL/Centos 5.3? > > The configuration file of centos5.2 image: > > ########################## > kernel = "/boot/vmlinuz-2.6.18-92.el5xen" > ramdisk = "/boot/initrd-2.6.18-92.el5xen-no-scsi.img" > memory = 128 > name = "centos5" > vif = [''''] > ip = "192.168.154.138" > netmask = "255.255.255.0" > disk = [''file:/opt/centos5/centos.5-2.img,sda1,w''] > root = "/dev/sda1 ro" > ########################## In this case the console would be on xvc0. See the thread link I sent earlier : http://lists.xensource.com/archives/html/xen-users/2009-04/msg00152.html How did you install this guest? using some template, possibly from jailtime.org? If yes, see this thread : http://lists.xensource.com/archives/html/xen-users/2009-03/msg00372.html The key on using templates is you need to know how to use it properly. jailtime.org images was not specifically designed to be used on RHEL/Centos dom0, so some adjustments are required. Note that if you setup domU with virt-install it would automatically setup domU to use the correct console. Regards, Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users