|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] FC5 error connecting to xend (for xen0)
On 5/9/06, Rick van der Linde <h.r.vanderlinde@xxxxxxxxxx> wrote:
>> Used the FedoraXenQuickstartFC5 directions for installing Xen.
>> Rebooted
>> to the xen0 kernel (reconfirmed with uname -r). Getting message when
>> typing in /usr/sbin/xm list
>>
>> Error: Error connecting to xend: No such file or directory. Is xend
>> running?
>> < SNIP >
>>
>> Vince,
>>
>> I'm seeing the same behavior. I was able to get xm list working
>> earlier,
>> not sure what is going on here.
>>
>> I've seen this too. It seems to have to deal with the kernel. Loading
>> the
>> kernel-xen0-2.6.16-1.2111_FC5 kernel shows this behaviour. Turning back
>> to previous kernel kernel-xen0-2.6.16-1.2096_FC5 and everything works
>> fine again. Perhaps something needs to be updated to migrate to the
>> newer
>> kernel,. for example xen 3.0.2? which I haven't found a RPM package for.
>>
>
> I did the kernl rollback (any easy way to do with with yum greatly
> appreciated).
>
> I'm back here: *Error creating domain: (22, 'Invalid argument').
>
>
Can you provide the config file you've used for the partition/virtual host
you're trying to start?
Probably you're now able to issue "xm list" yet?
Rick
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.16-1.2096_FC5xen0 #1 SMP Wed Apr 19
05:49:52 EDT 2006 i686 i686 i386 GNU/Linux
[root@localhost ~]# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 1763 2 r----- 926.5
[root@localhost ~]# cat /etc/xen/xendomain1
# Automatically generated xen config file
name = "xendomain1"
memory = "256"
disk = [ 'file:/home/xen/xendomain1,xvda,w' ]
vif = [ 'mac=00:16:3e:32:ca:8f' ]
bootloader="/usr/bin/pygrub"
on_reboot = 'restart'
on_crash = 'restart'
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|