|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Problems starting xend
> 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?
Thanks for investigating.
Having empty directories under /var in an install tar ball doesn't seem
the right soloution. We could fix it in install.sh, but by far the best
soloution would be to create the directories from within xend. Let's
catch the exception from listdir and create the directory.
Best,
Ian
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|