|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Problems starting xend
On 6/14/05, Ian Pratt <m+Ian.Pratt@xxxxxxxxxxxx> wrote:
> > Ian has just removed the related item in TODO list, so i
> > guess this problem has been solved? anybody know how it has
> > been solved then?
>
> In the unstable tree, xend no longer manages the database -- that's what
> xenstore is for.
>
> I guess it should still be listed as a bug for 2.0, though.
>
> It's a fairly odd one, as xend does attempt to create the directory.
> Probably trivial to debug with a bit of tracing, though.
>
> Patches welcome :-)
indeed, just checked out and the reason is pretty simple ;-)
- python 2.3 doesnt complain if dircache.listdir() execute on
non-existent directory.
- python 2.4 spit out an error and stop on the same situation.
now the problem is how to fix it. i propose checking for and make
necessary directories from Makefile, and that is clean enough. any
comment, Ian?
regards,
aq
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|