|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Differences when using Xen with Debian Lenny and other d
listener wrote:
> Thomas Goirand schrieb:
>> I thought this was important to be said in order to not loose time if
>> you are comming from another distro that Debian.
>>
>> If you are using Lenny, then you should do:
>>
>> cd /usr/lib
>> ln -s /etc/alternatives/xen-default xen
>>
> done ;)
>> Some other same abnormalities in Debian: the python files in
>> /usr/lib/python/xen are NOT accessible in the python path unless you do:
>>
>> cd /usr/lib/python-support
>> ln -s /usr/lib/xen/lib/python xen
>>
> there is no /usr/lib/xen/lib/python!
Of course there is, otherwise the "xm" tools wouldn't be working. It's
just that you don't have a /usr/lib/xen as it should (as I said, you
should create one linking to /etc/alternatives/xen-default that will
itself link to /usr/lib/xen-3.2.1). By the way, I should have write:
cd /usr/lib/python-support
ln -s /usr/lib/xen/lib/python/xen xen
Thomas
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|