Re: [Xen-ia64-devel] Problems booting domU

2006-06-12 Thread Alex Williamson
On Mon, 2006-06-12 at 08:50 -0400, Rodrigo Lord wrote:
 Hi, Akio! 
 
 This problem is ok now! :)
 
 But...
 
 Initializing random number generator...done.
 Recovering nvi editor sessions... done.
 INIT: Entering runlevel: 3
 Starting system log daemon: syslogd.
 Starting kernel log daemon: klogd.
 Starting MTA: exim4.
 Starting internet superserver: inetd.
 Starting deferred execution scheduler: atd.
 Starting periodic command scheduler: cron.
 
 It stopped here (cron) !
 I think that just more on step and I don`t disturb more! :)

   Do you have a getty running on ttyS0?  Mount your guest image,
edit /etc/inittab, enable a getty and try again.  Thanks,

Alex

-- 
Alex Williamson HP Open Source  Linux Org.


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


Re: [Xen-ia64-devel] Problems booting domU

2006-06-12 Thread Alex Williamson
On Mon, 2006-06-12 at 06:55 -0600, Alex Williamson wrote:
 On Mon, 2006-06-12 at 08:50 -0400, Rodrigo Lord wrote:
  It stopped here (cron) !
  I think that just more on step and I don`t disturb more! :)
 
Do you have a getty running on ttyS0?  Mount your guest image,
 edit /etc/inittab, enable a getty and try again.  Thanks,

   Make that tty1, not ttyS0 as this is a domU.

-- 
Alex Williamson HP Open Source  Linux Org.


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


Re: [Xen-ia64-devel] Problems booting domU

2006-06-12 Thread Rodrigo Lord
Hi Alex!

I followed the steps, but it doesn`t work!

My inittab of domU now is:

# Example how to put a getty on a serial line (for a terminal)
#
T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100

Thanks!2006/6/12, Alex Williamson [EMAIL PROTECTED]:
On Mon, 2006-06-12 at 08:50 -0400, Rodrigo Lord wrote: Hi, Akio! This problem is ok now! :) But... Initializing random number generator...done. Recovering nvi editor sessions... done.
 INIT: Entering runlevel: 3 Starting system log daemon: syslogd. Starting kernel log daemon: klogd. Starting MTA: exim4. Starting internet superserver: inetd. Starting deferred execution scheduler: atd.
 Starting periodic command scheduler: cron. It stopped here (cron) ! I think that just more on step and I don`t disturb more! :) Do you have a getty running on ttyS0?Mount your guest image,
edit /etc/inittab, enable a getty and try again.Thanks,Alex--Alex
Williamson
HP Open Source  Linux Org.
___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel

Re: [Xen-ia64-devel] Problems booting domU

2006-06-12 Thread Rodrigo Lord
it`s ok! 
my domU is working!
thread finished!

Thanks!2006/6/12, Rodrigo Lord [EMAIL PROTECTED]:
I do it as tty1! but doesn`t work!

T0:23:respawn:/sbin/getty -L tty1 9600 vt100

I tried too to disable:
#1:2345:respawn:/sbin/getty 38400 tty1

But the problem continues...

Thanks!2006/6/12, Rodrigo Lord [EMAIL PROTECTED]:


Hi Alex!

I followed the steps, but it doesn`t work!

My inittab of domU now is:

# Example how to put a getty on a serial line (for a terminal)
#
T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100

Thanks!2006/6/12, Alex Williamson [EMAIL PROTECTED]:



On Mon, 2006-06-12 at 08:50 -0400, Rodrigo Lord wrote: Hi, Akio! This problem is ok now! :) But... Initializing random number generator...done. Recovering nvi editor sessions... done.
 INIT: Entering runlevel: 3 Starting system log daemon: syslogd. Starting kernel log daemon: klogd. Starting MTA: exim4. Starting internet superserver: inetd. Starting deferred execution scheduler: atd.
 Starting periodic command scheduler: cron. It stopped here (cron) ! I think that just more on step and I don`t disturb more! :) Do you have a getty running on ttyS0?Mount your guest image,
edit /etc/inittab, enable a getty and try again.Thanks,Alex--Alex
Williamson
HP Open Source  Linux Org.




___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel

Re: [Xen-ia64-devel] Problems booting domU

2006-06-09 Thread Akio Takebe
Hi, Rodrigo

You can add xencons=tty0 console=tty0 into extra option.

My config is the below.
==
kernel = /boot/vmlinux-2.6.16.13-xenU
ramdisk = /boot/initrd-2.6.16.13-xenU.img
memory = 512
name = rhel4
disk = [ 'file:/xen/image/rhel4.img,hda1,w' ]
root = /dev/hda1 ro
extra = nomca xencons=tty0 console=tty0 root=/dev/hda1 3
vcpus= 2
cpus= 1-2
==

Best Regards,

Akio Takebe

Hi Akio Takebe!

That problem was resolved.
Now, my domU boot, but don`t load...
It`s stays stopped in Started domain vm01!

debian-ia64:/home/peso# xm create -c -f /etc/xen/vm01-config.sxp
Using config file /etc/xen/vm01-config.sxp.
Started domain vm01


debian-ia64:/home/peso# xm list
Name  ID Mem(MiB) VCPUs State  Time(s)
Domain-0   0  236 1 r-   235.5
vm01   2  150 1 --   143.3


Thanks!

2006/6/7, Akio Takebe [EMAIL PROTECTED]:

 Hi, Rodrigo

 Please try it as root user.
 And you may need to confirm that there is /etc/xen/vm01-config.sxp.

 Best Regards,

 Akio Takebe

 Hi, Rodrigo
 
 Please try the below.
 # xm create -c -f /etc/xen/vm01-config.sxp
 
 Best Regards,
 
 Akio Takebe
 
 I`m trying to boot my domU and occurrs the error below:
 
 debian-ia64:~# xm create -c /etc/xen/vm01-config.sxp
 ERROR: Could not obtain handle on privileged command interface (2 = No
 such
 file or directory)
 Using config file /etc/xen/vm01-config.sxp.
 Error: (2, 'No such file or directory')
 
 
 
 ___
 Xen-ia64-devel mailing list
 Xen-ia64-devel@lists.xensource.com
 http://lists.xensource.com/xen-ia64-devel




---html-part included links---
mailto:[EMAIL PROTECTED]
mailto:Xen-ia64-devel@lists.xensource.com


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


Re: [Xen-ia64-devel] Problems booting domU

2006-06-09 Thread Rodrigo Lord
Hello again!

It`s ok Akio! 
My domU is booting, but it`s yet with problems:

VFS: Cannot open root device sda7 or unknown-block(0,0)
Please append a correct root= boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

My new domU configuration:

name=vm01
#kernel=/boot/efi/efi/debian/vmlinuz-2.6.16.13-xenU
kernel=/boot/vmlinuz-2.6.16.13-xenU
root=/dev/sda7 ro
memory=128
disk=['file:/vserver/images/vm01.img,sda7,w','file:/vserver/images/vm01-swap.im$vif=['']
dhcp=off
ip=192.168.0.101
netmask=255.255.255.0
gateway=192.168.0.1
hostname=vm01.example.com
extra=xencons=tty0 console=tty0 root=/dev/sda7 3

My kernel of domU appear to be ok... 
Do you know what can be?

Thanks! 

2006/6/9, Akio Takebe [EMAIL PROTECTED]:
Hi, RodrigoYou can add xencons=tty0 console=tty0 into extra option.My config is the below.==kernel = /boot/vmlinux-2.6.16.13-xenU
ramdisk = /boot/initrd-2.6.16.13-xenU.imgmemory = 512name = rhel4disk = [ 'file:/xen/image/rhel4.img,hda1,w' ]root = /dev/hda1 roextra = nomca xencons=tty0 console=tty0 root=/dev/hda1 3
vcpus= 2cpus= 1-2==Best Regards,Akio TakebeHi Akio Takebe!That problem was resolved.Now, my domU boot, but don`t load...
It`s stays stopped in Started domain vm01!debian-ia64:/home/peso# xm create -c -f /etc/xen/vm01-config.sxpUsing config file /etc/xen/vm01-config.sxp.Started domain vm01
debian-ia64:/home/peso# xm listNameID
Mem(MiB) VCPUs StateTime(s)Domain-0
0236 1
r- 235.5vm01
2150 1
-- 143.3Thanks!2006/6/7, Akio Takebe [EMAIL PROTECTED]: Hi, Rodrigo Please try it as root user.
 And you may need to confirm that there is /etc/xen/vm01-config.sxp. Best Regards, Akio Takebe Hi, Rodrigo  Please try the below.
 # xm create -c -f /etc/xen/vm01-config.sxp  Best Regards,  Akio Takebe  I`m trying to boot my domU and occurrs the error below:
  debian-ia64:~# xm create -c /etc/xen/vm01-config.sxp ERROR: Could not obtain handle on privileged command interface (2 = No such file or directory)
 Using config file /etc/xen/vm01-config.sxp. Error: (2, 'No such file or directory')___
 Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel
---html-part included links---mailto:[EMAIL PROTECTED]mailto:
Xen-ia64-devel@lists.xensource.com
___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel

Re: [Xen-ia64-devel] Problems booting domU

2006-06-08 Thread Rodrigo Lord
Hi Akio Takebe!

That problem was resolved.
Now, my domU boot, but don`t load...
It`s stays stopped in Started domain vm01!

debian-ia64:/home/peso# xm create -c -f /etc/xen/vm01-config.sxp
Using config file /etc/xen/vm01-config.sxp.
Started domain vm01


debian-ia64:/home/peso# xm list
Name
ID Mem(MiB) VCPUs State Time(s)
Domain-0
0 236 1
r- 235.5
vm01
2 150 1
-- 143.3


Thanks!2006/6/7, Akio Takebe [EMAIL PROTECTED]:
Hi, RodrigoPlease try it as root user.And you may need to confirm that there is /etc/xen/vm01-config.sxp.Best Regards,Akio TakebeHi, RodrigoPlease try the below.
# xm create -c -f /etc/xen/vm01-config.sxpBest Regards,Akio TakebeI`m trying to boot my domU and occurrs the error below:debian-ia64:~# xm create -c /etc/xen/vm01-
config.sxpERROR: Could not obtain handle on privileged command interface (2 = No suchfile or directory)Using config file /etc/xen/vm01-config.sxp.Error: (2, 'No such file or directory')
___Xen-ia64-devel mailing listXen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel
___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel

Re: [Xen-ia64-devel] Problems booting domU

2006-06-07 Thread Akio Takebe
Hi, Rodrigo

Please try the below.
# xm create -c -f /etc/xen/vm01-config.sxp

Best Regards,

Akio Takebe

I`m trying to boot my domU and occurrs the error below:

debian-ia64:~# xm create -c /etc/xen/vm01-config.sxp
ERROR: Could not obtain handle on privileged command interface (2 = No such
file or directory)
Using config file /etc/xen/vm01-config.sxp.
Error: (2, 'No such file or directory')



___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


Re: [Xen-ia64-devel] Problems booting domU

2006-06-07 Thread Akio Takebe
Hi, Rodrigo

Please try it as root user.
And you may need to confirm that there is /etc/xen/vm01-config.sxp.

Best Regards,

Akio Takebe

Hi, Rodrigo

Please try the below.
# xm create -c -f /etc/xen/vm01-config.sxp

Best Regards,

Akio Takebe

I`m trying to boot my domU and occurrs the error below:

debian-ia64:~# xm create -c /etc/xen/vm01-config.sxp
ERROR: Could not obtain handle on privileged command interface (2 = No such
file or directory)
Using config file /etc/xen/vm01-config.sxp.
Error: (2, 'No such file or directory')



___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel