|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Did anyone succeeded in installing xen 4.0.0 on Debian L
Hi!
> There are not too many howtos regarding xen 4.0 on Debian lenny, so I tried
> them all and all failed.
I am using Xen 4 on Lenny for quite some time. At that time no official
Xen4 packages were available so I forward ported the Xen 3.4 debian dir and
patches to Xen 4.0 which worked fine.
I'd suggest you get the source of the Xen packages from unstable and try to
compile them on Lenny. There are probably some dependencies you might need
to resolve but it should work just fine.
2.6.32 pvops kernels are available from backports and work just fine.
[SNIP]
> + xend status
> + '[' 3 -ne 0 -a 9 -lt 10 ']'
> + sleep 1
> + echo -n .
> .+ i=10
> + xend status
> + '[' 3 -ne 0 -a 10 -lt 10 ']'
> + exit 3
> Any ideas? Any working howto?
xend status is checking for a running daemon and therefor tries to connect
to the daemon for 10 seconds (or 10 times with 1 second sleep inbetween)
A return code of 0 means the daemon is running; exit code 3 means the
daemon is not running -- for whatever reason.
-- Adi
> _______________________________________________
> 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
|
|
|
|
|