|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Problems starting xend on Squeeze
On Sat, Sep 10, 2011 at 12:19 PM, Rudi Ahlers <Rudi@xxxxxxxxxxx> wrote:
> On Sat, Sep 10, 2011 at 12:13 PM, Christian Motschke
> <christian@xxxxxxxxxxx> wrote:
>> Depending on your distribution and kernel you should extend /etc/init.d/xend
>> to load some additional XEN kernel modules.
>>
>> modules_setup()
>> {
>> modprobe xenfs 2>/dev/null
>> modprobe xen-evtchn 2>/dev/null
>> modprobe xen-pciback 2>/dev/null
>> modprobe xen-blkback 2>/dev/null
>> modprobe xen-netback 2>/dev/null
>> }
>>
>> This helped me on Debian. Maybe this will help one of you too.
>>
>>
>
> Hi,
>
> I'm running:
>
> newusaxen:~# cat /etc/debian_version
> 6.0.2
>
>
> And I think XEN is on 4.0.1, but I can't check.
>
> Those extra options unfortunatelly didn't help either :(
>
>
> --
Ok, I got it working!
/var was full, so I presume something that XEN does saves an active
state or something in /var somewhere
XEN is now running fine after adding 10GB more space to /var - luckily
I use LVM for this very reason :)
--
Kind Regards
Rudi Ahlers
SoftDux
Website: http://www.SoftDux.com
Technical Blog: http://Blog.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|