All of lore.kernel.org
 help / color / mirror / Atom feed
* Bug: xend-relocation-hosts-allow in xend-config.sxp
@ 2006-08-10  6:05 Michael Best
  2006-08-10  9:17 ` Keir Fraser
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Best @ 2006-08-10  6:05 UTC (permalink / raw)
  To: xen-devel

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.

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

* Re: Bug: xend-relocation-hosts-allow in xend-config.sxp
  2006-08-10  6:05 Bug: xend-relocation-hosts-allow in xend-config.sxp Michael Best
@ 2006-08-10  9:17 ` Keir Fraser
  2006-08-10  9:35   ` Keir Fraser
  2006-08-10  9:36   ` Harry Butterworth
  0 siblings, 2 replies; 4+ messages in thread
From: Keir Fraser @ 2006-08-10  9:17 UTC (permalink / raw)
  To: Michael Best, xen-devel




On 10/8/06 7:05 am, "Michael Best" <mbest@pendragon.org> wrote:

> 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.

So you can't currently even start xend? It's odd that this patch would have
this effect just for you (since noone else has complained of this problem).

 -- Keir

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

* Re: Bug: xend-relocation-hosts-allow in xend-config.sxp
  2006-08-10  9:17 ` Keir Fraser
@ 2006-08-10  9:35   ` Keir Fraser
  2006-08-10  9:36   ` Harry Butterworth
  1 sibling, 0 replies; 4+ messages in thread
From: Keir Fraser @ 2006-08-10  9:35 UTC (permalink / raw)
  To: Keir Fraser, Michael Best, xen-devel




On 10/8/06 10:17 am, "Keir Fraser" <Keir.Fraser@cl.cam.ac.uk> wrote:

>> 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.
> 
> So you can't currently even start xend? It's odd that this patch would have
> this effect just for you (since noone else has complained of this problem).

Looks like I spoke to soon -- Xin Li posted a patch which claims to fix this
issue.

 -- Keir

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

* Re: Bug: xend-relocation-hosts-allow in xend-config.sxp
  2006-08-10  9:17 ` Keir Fraser
  2006-08-10  9:35   ` Keir Fraser
@ 2006-08-10  9:36   ` Harry Butterworth
  1 sibling, 0 replies; 4+ messages in thread
From: Harry Butterworth @ 2006-08-10  9:36 UTC (permalink / raw)
  To: Keir Fraser; +Cc: Michael Best, xen-devel

On Thu, 2006-08-10 at 10:17 +0100, Keir Fraser wrote:
> 
> 
> On 10/8/06 7:05 am, "Michael Best" <mbest@pendragon.org> wrote:
> 
> > 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.
> 
> So you can't currently even start xend? It's odd that this patch would have
> this effect just for you (since noone else has complained of this problem).

It broke me too.  I had already seen the notes on the list though so I
knew the workaround.

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

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

end of thread, other threads:[~2006-08-10  9:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-10  6:05 Bug: xend-relocation-hosts-allow in xend-config.sxp Michael Best
2006-08-10  9:17 ` Keir Fraser
2006-08-10  9:35   ` Keir Fraser
2006-08-10  9:36   ` Harry Butterworth

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.