Displaying 10 results from an estimated 10 matches for "lhype_add".
2007 Apr 18
2
lhype on 2.6.20-rc2: Guest didn't handle trap 6 at c071b594 (cr2=00000000, err=0)
Hi everybody,
Attracted by the puppies, I'm trying to run lhype. The patch applies cleanly
to 2.6.20-rc2, my .config is in accord with lhype.txt, but when I try to
launch an instance, I get this:
$ sudo drivers/lhype/lhype_add 64m 0 vmlinux --tunnet=192.168.19.1 --block=linux.img root=/dev/lhba
lhype_add: Failed to get DMA buffer from 0xb7fff008: No such file or directory
lhype_add: network: no dma buffer!: No such file or directory
lhype_add: Running guest failed: No such file or directory
When I subsequently retry, I...
2007 Apr 18
2
lhype on 2.6.20-rc2: Guest didn't handle trap 6 at c071b594 (cr2=00000000, err=0)
Hi everybody,
Attracted by the puppies, I'm trying to run lhype. The patch applies cleanly
to 2.6.20-rc2, my .config is in accord with lhype.txt, but when I try to
launch an instance, I get this:
$ sudo drivers/lhype/lhype_add 64m 0 vmlinux --tunnet=192.168.19.1 --block=linux.img root=/dev/lhba
lhype_add: Failed to get DMA buffer from 0xb7fff008: No such file or directory
lhype_add: network: no dma buffer!: No such file or directory
lhype_add: Running guest failed: No such file or directory
When I subsequently retry, I...
2007 Apr 18
3
lhype booting debootstrapped debian image over nfsroot, partial success
Hi!
Bored by previous lhype success, I tried to boot a debootstrapped debian
over nfsroot, and lo, this almost works!
Commandline:
# drivers/lhype/lhype_add 256m 0 ./vmlinux --tunnet=192.168.1.20
root=/dev/root nfsroot=/home/ahu/lhype-root
ip=192.168.1.21:192.168.1.20:192.168.1.20
This with lhype.patch current as of this message and 2.9.20-rc4.
The boot process stops after:
Starting periodic command scheduler: crond.
Trying to use the console yield...
2007 Apr 18
3
lhype booting debootstrapped debian image over nfsroot, partial success
Hi!
Bored by previous lhype success, I tried to boot a debootstrapped debian
over nfsroot, and lo, this almost works!
Commandline:
# drivers/lhype/lhype_add 256m 0 ./vmlinux --tunnet=192.168.1.20
root=/dev/root nfsroot=/home/ahu/lhype-root
ip=192.168.1.21:192.168.1.20:192.168.1.20
This with lhype.patch current as of this message and 2.9.20-rc4.
The boot process stops after:
Starting periodic command scheduler: crond.
Trying to use the console yield...
2007 Apr 18
0
[PATCH] lhype: Add LFS support to lhype_add for disk images
This patch allows lhype_add to open disk image files larger than 2GB.
Please apply.
Signed-off-by: James Morris <jmorris@redhat.com>
---
diff -r 82d084b15417 drivers/lhype/lhype_add.c
--- a/drivers/lhype/lhype_add.c Wed Nov 15 00:58:18 2006 -0500
+++ b/drivers/lhype/lhype_add.c Wed Nov 15 01:01:35 2006 -0500
@@ -329...
2007 Apr 18
0
[PATCH] lhype: Add LFS support to lhype_add for disk images
This patch allows lhype_add to open disk image files larger than 2GB.
Please apply.
Signed-off-by: James Morris <jmorris@redhat.com>
---
diff -r 82d084b15417 drivers/lhype/lhype_add.c
--- a/drivers/lhype/lhype_add.c Wed Nov 15 00:58:18 2006 -0500
+++ b/drivers/lhype/lhype_add.c Wed Nov 15 01:01:35 2006 -0500
@@ -329...
2007 Apr 18
1
lhype guest oops
...c6 89 d3 89 e0 25 00
e0 ff ff 8d 78 08 8b 40 08 a8 08 75 1e 31 c9 89 f8 89 ca <0f> 01 c8 89 e0 25
00 e0 ff ff 8b 40 08 a8 08 75 07 89 f0 89 d9
EIP: [<c0101223>] mwait_idle_with_hints+0x1e/0x3a SS:ESP 0069:c03c9f74
<0>Kernel panic - not syncing: Attempted to kill the idle task!
lhype_add: CRASH: Attempted to kill the idle task!
-----------
The invocation of lhype_add that I made is:
./linux-2.6.20-rc2/drivers/lhype/lhype_add --verbose 64m
0 /boot/vmlinux-2.6.20-rc2-lhype --tunnet=192.168.0.1 --block=linux-test/linux.img
root=/dev/lhba
Can anyone point me in the direction of fi...
2007 Apr 18
1
lhype guest oops
...c6 89 d3 89 e0 25 00
e0 ff ff 8d 78 08 8b 40 08 a8 08 75 1e 31 c9 89 f8 89 ca <0f> 01 c8 89 e0 25
00 e0 ff ff 8b 40 08 a8 08 75 07 89 f0 89 d9
EIP: [<c0101223>] mwait_idle_with_hints+0x1e/0x3a SS:ESP 0069:c03c9f74
<0>Kernel panic - not syncing: Attempted to kill the idle task!
lhype_add: CRASH: Attempted to kill the idle task!
-----------
The invocation of lhype_add that I made is:
./linux-2.6.20-rc2/drivers/lhype/lhype_add --verbose 64m
0 /boot/vmlinux-2.6.20-rc2-lhype --tunnet=192.168.0.1 --block=linux-test/linux.img
root=/dev/lhba
Can anyone point me in the direction of fi...
2007 Apr 18
0
lhype -> lguest
...eloquantly passionate about hating the name lhype, so after
some debate (and importantly, the rejection of both "Wonkavisor" and
"Rustyvisor"), I decided to name it after the guest (which is what users
care about), not the hypervisor (which is what hackers care about).
Hence:
lhype_add -> lguest
lguest.ko -> lg
/dev/lhba -> /dev/lgba
Thanks to everyone for the naming input!
Rusty.
2007 Apr 18
0
lhype -> lguest
...eloquantly passionate about hating the name lhype, so after
some debate (and importantly, the rejection of both "Wonkavisor" and
"Rustyvisor"), I decided to name it after the guest (which is what users
care about), not the hypervisor (which is what hackers care about).
Hence:
lhype_add -> lguest
lguest.ko -> lg
/dev/lhba -> /dev/lgba
Thanks to everyone for the naming input!
Rusty.