|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] VM-Tools 0.0.2
On Sat, 19 Feb 2005, Anthony Liguori wrote:
http://www.cs.utexas.edu/users/aliguori/vm-tools-latest.tar.gz
FWIW, I grabbed vm-tools-20050220, then I tried to run it with console
output
# vm-create -c /boot/vmlinuz-2.6.9-xenU -m 96 -C "/dev/hda1 ro"
--attach-vif=aa:00:00:02:00:00 -B 0707:0301
vm-create: invalid option -- c
Try `vm-create --help' for more information.
so I removed "-c" and tried again
# losetup /dev/loop7 -o 131604480 /usr/src/cm/root/./suse-uml.img
# ls -l /dev/loop7 /dev/hda1
brw-rw---- 1 root disk 3, 1 Dec 3 11:50 /dev/hda1
brw-rw---- 1 root disk 7, 7 Dec 3 11:50 /dev/loop7
# vm-create /boot/vmlinuz-2.6.9-xenU -m 96 -C "/dev/hda1 ro"
--attach-vif=aa:00:00:02:00:00 -B 0707:0301
Configuring device
VIRTUAL MEMORY ARRANGEMENT:
Loaded kernel: c0100000->c03784e0
Init. ramdisk: c0379000->c0379000
Phys-Mach map: c0379000->c0391000
Page tables: c0391000->c0394000
Start info: c0394000->c0395000
Boot stack: c0395000->c0396000
TOTAL: c0000000->c0800000
ENTRY ADDRESS: c0100000
VCPUS: 1
#
but I get no output
# vm-list
Name Status Memory
Domain-0 -----r 256MB
Domain-1 -s---- 96MB
Domain-2 -s---- 96MB
Domain-3 -s---- 96MB
# vm-console 3
Opening console for Domain-3. Use Ctrl-] to exit.
#
ideas?
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|