All of lore.kernel.org
 help / color / mirror / Atom feed
* Domains blocked
@ 2004-09-27 13:41 Tom Cranbrook
  2004-09-27 14:55 ` Keir Fraser
  2004-09-27 15:15 ` Ian Pratt
  0 siblings, 2 replies; 4+ messages in thread
From: Tom Cranbrook @ 2004-09-27 13:41 UTC (permalink / raw)
  To: xen-devel

Hello,

I have been tinkering with Xen lately.  Very nice, so far.  I have compiled
the latest tarball on a debian Sarge distro, and have a Dom0 partition
running OK.  Biggest problem is with starting addional domains.  I've tried
with several distros on seperate partitions, even a clone of the dom0 file
tree that seems to run ok.  All new domains are marked as blocked in a xm
list.  They appear on a ping, but all ssh attemps fail with connection
refused.  I am assuming that this has something to do with being in a
blocked state, but I can find no info about this in the docs.

What is a blocked state and how do I unblock them?

ANd if that not the likely cause of the ssh failures, what else should I
look at?





-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Domains blocked
  2004-09-27 13:41 Domains blocked Tom Cranbrook
@ 2004-09-27 14:55 ` Keir Fraser
  2004-09-27 15:15 ` Ian Pratt
  1 sibling, 0 replies; 4+ messages in thread
From: Keir Fraser @ 2004-09-27 14:55 UTC (permalink / raw)
  To: tcranbrook; +Cc: xen-devel

> Hello,
> 
> I have been tinkering with Xen lately.  Very nice, so far.  I have compiled
> the latest tarball on a debian Sarge distro, and have a Dom0 partition
> running OK.  Biggest problem is with starting addional domains.  I've tried
> with several distros on seperate partitions, even a clone of the dom0 file
> tree that seems to run ok.  All new domains are marked as blocked in a xm
> list.  They appear on a ping, but all ssh attemps fail with connection
> refused.  I am assuming that this has something to do with being in a
> blocked state, but I can find no info about this in the docs.
> 
> What is a blocked state and how do I unblock them?

Blocked means 'not runnable - waiting for an I/O event'. So a
quiescent domain will pretty much continuously be blocked, but
incoming network packets, timer events, disc responses, etc. will all
make it runnable again.

The problem here is almost certainly that you have misconfigured the
network for those domains in some way, or are failing to start sshd.

Do you have console output? Either use the '-c' option to 'xm create'
or use 'xm console <VM name>'. Make sure you have 'console=tty0' on
the new domain's kernel command line.

 -- Keir

> ANd if that not the likely cause of the ssh failures, what else should I
> look at?


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Domains blocked
@ 2004-09-27 15:01 Neugebauer, Rolf
  0 siblings, 0 replies; 4+ messages in thread
From: Neugebauer, Rolf @ 2004-09-27 15:01 UTC (permalink / raw)
  To: tcranbrook, xen-devel



> -----Original Message-----
> From: xen-devel-admin@lists.sourceforge.net [mailto:xen-devel-
> admin@lists.sourceforge.net] On Behalf Of Tom Cranbrook
> Sent: 27 September 2004 14:42
> To: xen-devel@lists.sourceforge.net
> Subject: [Xen-devel] Domains blocked
> 
> Hello,
> 
> I have been tinkering with Xen lately.  Very nice, so far.  I have
> compiled
> the latest tarball on a debian Sarge distro, and have a Dom0 partition
> running OK.  Biggest problem is with starting addional domains.  I've
> tried
> with several distros on seperate partitions, even a clone of the dom0
file
> tree that seems to run ok.  All new domains are marked as blocked in a
xm
> list. They appear on a ping, but all ssh attemps fail with connection
> refused.  I am assuming that this has something to do with being in a
> blocked state, but I can find no info about this in the docs.
> 
> What is a blocked state and how do I unblock them?
> 
> ANd if that not the likely cause of the ssh failures, what else should
I
> look at?

What does the console output from these domains say? You should be able
to get a console window with xm console <vmid> or by adding the -c to
the xm create. I might also be worth looking in /var/log/xend.log for
any obvious errors.

If you don't see any output you need to add an entry to the domains
/etc/initab. please refer to the user docs which specifiy how to do
this.

Rolf

> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
> Project Admins to receive an Apple iPod Mini FREE for your judgement
on
> who ports your project to Linux PPC the best. Sponsored by IBM.
> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Domains blocked
  2004-09-27 13:41 Domains blocked Tom Cranbrook
  2004-09-27 14:55 ` Keir Fraser
@ 2004-09-27 15:15 ` Ian Pratt
  1 sibling, 0 replies; 4+ messages in thread
From: Ian Pratt @ 2004-09-27 15:15 UTC (permalink / raw)
  To: tcranbrook; +Cc: xen-devel, Ian.Pratt


> I have been tinkering with Xen lately.  Very nice, so far.  I have compiled
> the latest tarball on a debian Sarge distro, and have a Dom0 partition
> running OK.  Biggest problem is with starting addional domains.  I've tried
> with several distros on seperate partitions, even a clone of the dom0 file
> tree that seems to run ok.  All new domains are marked as blocked in a xm
> list.  They appear on a ping, but all ssh attemps fail with connection
> refused.  I am assuming that this has something to do with being in a
> blocked state, but I can find no info about this in the docs.

Try firing up a console to the domain, either putting '-c' on the
xm create command line, or connecting with 'xm console
<dom_name>'

You should be able to see the startup messages, and hence deduce
what's wrong. This kind of problem is often due to a duff
/etc/fstab or suchlike.

Ian


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-09-27 15:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-27 13:41 Domains blocked Tom Cranbrook
2004-09-27 14:55 ` Keir Fraser
2004-09-27 15:15 ` Ian Pratt
  -- strict thread matches above, loose matches on Subject: below --
2004-09-27 15:01 Neugebauer, Rolf

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.