Displaying 2 results from an estimated 2 matches for "guest_swap256m".
2007 Sep 08
1
PV guest kernel location
...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 = "4"
I see post talking about 32bit guests on 64bit ho...
2007 Nov 08
0
pygrub fails to load sometimes?? memory leak??
...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.
===========================================
default 2
timeout 5
title Ubun...