From: Michael Best <mbest@pendragon.org>
To: xen-devel@lists.xensource.com
Subject: Bug: xend-relocation-hosts-allow in xend-config.sxp
Date: Thu, 10 Aug 2006 00:05:09 -0600 [thread overview]
Message-ID: <44DACC95.4020708@pendragon.org> (raw)
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.
next reply other threads:[~2006-08-10 6:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-10 6:05 Michael Best [this message]
2006-08-10 9:17 ` Bug: xend-relocation-hosts-allow in xend-config.sxp Keir Fraser
2006-08-10 9:35 ` Keir Fraser
2006-08-10 9:36 ` Harry Butterworth
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=44DACC95.4020708@pendragon.org \
--to=mbest@pendragon.org \
--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.