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] Bug: xend-relocation-hosts-allow in xend-config.sxp

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Bug: xend-relocation-hosts-allow in xend-config.sxp
From: Michael Best <mbest@xxxxxxxxxxxxx>
Date: Thu, 10 Aug 2006 00:05:09 -0600
Delivery-date: Wed, 09 Aug 2006 23:05:48 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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
User-agent: Thunderbird 1.5.0.4 (X11/20060614)
Comparing my last know working configuration with the current one, it appears to be gagging on the new localhost\.localdomain that is in the configuration file. I don't know if this got added by my machine when compiling.

diff -ur xen-3.0-testing.hg/install/etc/xen/xend-config.sxp xen-unstable.hg/install/etc/xen/xend-config.sxp --- xen-3.0-testing.hg/install/etc/xen/xend-config.sxp 2006-08-07 18:53:36.000000000 -0600 +++ xen-unstable.hg/install/etc/xen/xend-config.sxp 2006-08-09 23:23:46.000000000 -0600
@@ -54,7 +54,7 @@
 #  (xend-relocation-hosts-allow '^localhost$ ^.*\.example\.org$')
 #
 #(xend-relocation-hosts-allow '')
-(xend-relocation-hosts-allow '^localhost$')
+(xend-relocation-hosts-allow '^localhost$ ^localhost\.localdomain$')

 # The limit (in kilobytes) on the size of the console buffer
 #(console-limit 1024)

/var/log/xend.log:

[2006-08-09 23:35:43 xend 4249] INFO (SrvDaemon:283) Xend Daemon started
[2006-08-09 23:35:43 xend 4249] INFO (SrvDaemon:287) Xend changeset: Wed Aug 9
21:34:27 2006 +0100 11049:0e32095a7b46.
[2006-08-09 23:35:43 xend 4249] ERROR (SrvDaemon:297) Exception starting xend (u
nbalanced parenthesis)
Traceback (most recent call last):
File "/root/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/SrvD
aemon.py", line 290, in run
File "/root/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/relo
cate.py", line 129, in listenRelocation
  File "/usr/lib64/python2.3/sre.py", line 179, in compile
    return _compile(pattern, flags)
  File "/usr/lib64/python2.3/sre.py", line 230, in _compile
    raise error, v # invalid expression
error: unbalanced parenthesis
[2006-08-09 23:35:43 xend 4248] INFO (SrvDaemon:183) Xend exited with status 1.

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

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