WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] 2.6.28 64-bit domU not booting

Hi,

Changing vcpus to one and using only xvda disk produces this error:

root@xen-1:~# xm create dataproof.cfg -c
Using config file "/etc/xen/dataproof.cfg".
Started domain dataproof
Unexpected error: exceptions.OSError

Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in ?
    main.main(sys.argv)
  File "//usr/lib64/python/xen/xm/main.py", line 2884, in main
    _, rc = _run_cmd(cmd, cmd_name, args)
  File "//usr/lib64/python/xen/xm/main.py", line 2908, in _run_cmd
    return True, cmd(args)
  File "<string>", line 1, in <lambda>
  File "//usr/lib64/python/xen/xm/main.py", line 1376, in xm_importcommand
    cmd.main([command] + args)
  File "//usr/lib64/python/xen/xm/create.py", line 1328, in main
    do_console(sxp.child_value(config, 'name', -1))
  File "//usr/lib64/python/xen/xm/create.py", line 1355, in do_console
    (p, rv) = os.waitpid(cpid, os.WNOHANG)
OSError: [Errno 10] No child processes

and when running it again it produces this error:

root@xen-1:~# xm create dataproof.cfg -c
Using config file "/etc/xen/dataproof.cfg".
Started domain dataproof
xenconsole: Could not open tty `/dev/pts/5': No such file or directory

and third time

root@xen-1:~# xm create dataproof.cfg -c
Using config file "/etc/xen/dataproof.cfg".
Started domain dataproof

and then it just crashes like before


- Valtteri Kiviniemi

Pasi Kärkkäinen kirjoitti:
On Wed, Jan 07, 2009 at 06:25:40PM +0200, Valtteri Kiviniemi wrote:
Hi,

Whoops :)

Here you go:

kernel = "/boot/vmlinux-2.6.28"
builder = "linux"
memory = "256"
name = "dataproof"
vcpus = "4"
vif = ['mac=00:16:3e:50:c7:43, bridge=xenbr0']
disk = [ 'phy:/dev/virtual/dataproof,xvda1,w',
        'phy:/dev/virtual/dataproof-swap,xvda2,w']
root = "/dev/xvda1 ro"
extra = "console=hvc0 earlyprintk=xen"
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'


Does vcpus=1 change anything?
Or only having disk = [ 'phy:/dev/virtual/dataproof,xvda,w' ] ?

-- Pasi
- Valtteri Kiviniemi

Pasi Kärkkäinen kirjoitti:
On Wed, Jan 07, 2009 at 06:19:10PM +0200, Valtteri Kiviniemi wrote:
Hi,

Here is my two .config files

Uhm, I meant _Xen_ domU cfgfile :) not kernel.
-- Pasi


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>