From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Best Subject: Bug: xend-relocation-hosts-allow in xend-config.sxp Date: Thu, 10 Aug 2006 00:05:09 -0600 Message-ID: <44DACC95.4020708@pendragon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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.