|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Error: Unable to connect to xend: No such file or direct
yeah, this works
for the rest
cd xen-4.0.0/build-linux-2.6-pvops_x86_64/source
git-revert 376d908f52427591cef4acd172db9c3ef28676ec
git-revert 9d85e25edbcb8a684db8470119077475ac4d90b5
cd ..
cd ..
make kernels
make install-kernels
reboot
Hi
I had the same problem and resolved it with the following.
git revert 376d908f52427591cef4acd172db9c3ef28676ec
git revert 9d85e25edbcb8a684db8470119077475ac4d90b5
Then I made a make dist to preserve my kernel configuration , make
install-kernel , make install-xen
Do no use make world cuz will delete everything and download the source
again.
Hope this helps
Best Regards
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|