All of lore.kernel.org
 help / color / mirror / Atom feed
From: Valtteri Kiviniemi <valtteri.kiviniemi@dataproof.fi>
To: "Pasi Kärkkäinen" <pasik@iki.fi>, xen-devel@lists.xensource.com
Subject: Re: 2.6.28 64-bit domU not booting
Date: Wed, 07 Jan 2009 20:06:31 +0200	[thread overview]
Message-ID: <4964EF27.7090708@dataproof.fi> (raw)
In-Reply-To: <20090107171557.GF15052@edu.joroinen.fi>

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@lists.xensource.com
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@lists.xensource.com
> http://lists.xensource.com/xen-devel

  reply	other threads:[~2009-01-07 18:06 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-05 12:19 2.6.28 64-bit domU not booting Valtteri Kiviniemi
2009-01-05 12:48 ` Valtteri Kiviniemi
2009-01-06 14:50   ` Pasi Kärkkäinen
2009-01-05 14:24 ` Ian Campbell
2009-01-05 18:11   ` Valtteri Kiviniemi
2009-01-06  9:54     ` Ian Campbell
2009-01-06 14:37       ` Valtteri Kiviniemi
2009-01-06 14:56         ` Ian Campbell
2009-01-06 14:59           ` Valtteri Kiviniemi
2009-01-07 13:28             ` Valtteri Kiviniemi
2009-01-07 13:33               ` Ian Campbell
2009-01-07 13:39                 ` Valtteri Kiviniemi
2009-01-07 14:25                   ` Valtteri Kiviniemi
2009-01-07 15:25                     ` Pasi Kärkkäinen
2009-01-07 16:19                       ` Valtteri Kiviniemi
2009-01-07 16:23                         ` Pasi Kärkkäinen
2009-01-07 16:25                           ` Valtteri Kiviniemi
2009-01-07 17:15                             ` Pasi Kärkkäinen
2009-01-07 18:06                               ` Valtteri Kiviniemi [this message]
2009-01-07 18:17                                 ` Pasi Kärkkäinen
2009-01-07 18:20                                   ` Valtteri Kiviniemi
2009-01-07 19:26                                     ` Pasi Kärkkäinen
2009-01-07 19:34                                       ` Valtteri Kiviniemi
2009-01-07 19:38                                         ` Pasi Kärkkäinen
2009-01-07 19:42                                           ` Valtteri Kiviniemi
2009-01-07 19:47                                             ` Pasi Kärkkäinen
2009-01-07 19:51                                               ` Valtteri Kiviniemi
2009-01-11  0:39                                                 ` Valtteri Kiviniemi
2009-01-16 19:16                                                   ` Jeremy Fitzhardinge
2009-01-18 18:11                                                     ` Valtteri Kiviniemi
2009-01-20 19:16                                                       ` Jeremy Fitzhardinge
2009-01-20 21:39                                                         ` Valtteri Kiviniemi
2009-02-01 15:13                                     ` dbaxps
2009-03-27 10:37 ` Chris Lalancette
2009-03-27 18:34   ` Jeremy Fitzhardinge
2009-03-30  9:19     ` Chris Lalancette

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4964EF27.7090708@dataproof.fi \
    --to=valtteri.kiviniemi@dataproof.fi \
    --cc=pasik@iki.fi \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.