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

[Xen-devel] xen-2.0.7: Can't start xenstored

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xen-2.0.7: Can't start xenstored
From: "M." <vo.sinh@xxxxxxxxx>
Date: Mon, 10 Oct 2005 16:17:40 +0200
Delivery-date: Mon, 10 Oct 2005 14:15:06 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=YyP9klJknBD8kwGePiwTS6iTThMmMngPQdngocvyf7IiZfM0L89c7c8P5IRNZhc5lrRyV+YMQX2IF3A2j1sIivHh1o8u1qqrRcisHdlla0L3Srm1beJFKvkWrnRj0OxVwfJ077qE5xAep4JHnxkXMyJUJVQXIgUC1RAtW9tL58w=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I recently installed xen-2.0.7 and, after playing a bit with LVM2 I cant start xend anymore. "xend start" gives:

Exception in thread Watcher:
Traceback (most recent call last):
  File "/usr/lib/python2.3/threading.py", line 436, in __bootstrap
    self.run()
  File "/usr/lib/python2.3/threading.py", line 416, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python/xen/xend/xenstore/xswatch.py", line 45, in watchMain
    cls.xs = xs.open()
RuntimeError: (111, 'Connection refused')

a quick look at /usr/sbin/xend suggested me to start xenstored separately and:

<snip>
mprotect(0x43084000, 4096, PROT_READ)   = 0
mprotect(0x13c000, 4096, PROT_READ)     = 0
munmap(0xb7ffa000, 21181)               = 0
fork(FATAL: Failed to bind to domain exception virq port: Function not implemented
)                                  = 4009
--- SIGCHLD (Child exited) @ 0 (0) ---
exit_group(0)                           = ?
</snip>

it seems like kernel lacks xen capabilities, but:

# dmesg | grep -i xen
Linux version 2.6.11.12-xen0 (root@sixtyfour) (gcc version 3.4.3 20050227 (Red Hat 3.4.3-22.1)) #1 Thu Oct 6 02:28:03 CEST 2005
 Xen: 0000000000000000 - 0000000020000000 (usable)
Xen reported: 2793.104 MHz processor.
PCI: Using configuration type Xen
xen_mem: Initialising balloon driver.
IA-32 Microcode Update Driver: v1.14-xen <tigran@xxxxxxxxxxx>
Xen virtual console successfully installed as ttyS
Initialising Xen netif backend

what's going on?

thanks in andvance,
Michele

--
"Share your knowledge. It is a way to achieve immortality."
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xen-2.0.7: Can't start xenstored, M. <=