Displaying 2 results from an estimated 2 matches for "guest_base2g".
Did you mean:
guest_base
2007 Sep 08
1
PV guest kernel location
...ost. Below is the cfg file
for my mail server guest.
# -*- mode: python; -*-
kernel = "/boot/vmlinuz-2.6.16.33-xen"
ramdisk = "/boot/initrd.img-2.6.16.33-xen"
memory = 256
name = "mail"
vif = [''bridge=xenbr0'']
disk =
[''file:/vserver/mail/guest_base2G.img,hda1,w'',''file:/vserver/mail/guest_swap256M.img,hda2,w'',''phy:data/mail,hda3,w'']
ip = "192.168.10.43"
netmask = "255.255.255.0"
gateway = "192.168.10.1"
hostname = "mail"
root = "/dev/hda1 ro"
extra = &...
2007 Nov 08
0
pygrub fails to load sometimes?? memory leak??
...s acting funny and I have to
reboot dom0. I think there is a memory leak or something.
Here is the domU config.
===========================================
# -*- mode: python; -*-
memory = 256
name = "www"
vif = [''bridge=xenbr0'']
disk =
[''file:/vserver/www/guest_base2G.img,hda1,w'',''file:/vserver/www/guest_swap256M.img,hda2,w'',''phy:data/gallery,hda3,w'']
bootloader = ''/usr/bin/pygrub''
===========================================
Here is the grub.conf in the domU.
=====================================...