search for: tunnet

Displaying 20 results from an estimated 22 matches for "tunnet".

Did you mean: tunnel
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 get the same, but third...
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 get the same, but third...
2007 May 09
0
[patch 9/9] lguest: the documentation, example launcher
...ot;%s", reason); + } else if (errno != EINTR) + err(1, "Running guest failed"); + handle_input(lguest_fd, waker_fd, device_list); + } +} + +static struct option opts[] = { + { "verbose", 0, NULL, 'v' }, + { "sharenet", 1, NULL, 's' }, + { "tunnet", 1, NULL, 't' }, + { "block", 1, NULL, 'b' }, + { "initrd", 1, NULL, 'i' }, +}; +static void usage(void) +{ + errx(1, "Usage: lguest [--verbose] " + "[--sharenet=<filename>|--tunnet=(<ipaddr>|bridge:<bridgename>...
2007 May 09
0
[patch 9/9] lguest: the documentation, example launcher
...ot;%s", reason); + } else if (errno != EINTR) + err(1, "Running guest failed"); + handle_input(lguest_fd, waker_fd, device_list); + } +} + +static struct option opts[] = { + { "verbose", 0, NULL, 'v' }, + { "sharenet", 1, NULL, 's' }, + { "tunnet", 1, NULL, 't' }, + { "block", 1, NULL, 'b' }, + { "initrd", 1, NULL, 'i' }, +}; +static void usage(void) +{ + errx(1, "Usage: lguest [--verbose] " + "[--sharenet=<filename>|--tunnet=(<ipaddr>|bridge:<bridgename>...
2007 Jun 01
2
lguest problem on boot of guest kernel
...0 just started playing with lguest - patching, compiling and booting the host-kernel goes ok - compiling lguest is ok as well after hardcodeing SIOCBRADDIF - but on the first boot attempt of a guest linux I get: root@darkstar:/usr/src/linux-2.6.21# Documentation/lguest/lguest 64m vmlinux --tunnet=192.168.2.1 --block=../root_fs root=/dev/lgba lguest: unhandled trap 6 at 0xc0117903 (0x0) this should be in "c01178db T reserve_top_address" - any idea what could be wrong ? thx ! hofrat
2007 Jun 01
2
lguest problem on boot of guest kernel
...0 just started playing with lguest - patching, compiling and booting the host-kernel goes ok - compiling lguest is ok as well after hardcodeing SIOCBRADDIF - but on the first boot attempt of a guest linux I get: root@darkstar:/usr/src/linux-2.6.21# Documentation/lguest/lguest 64m vmlinux --tunnet=192.168.2.1 --block=../root_fs root=/dev/lgba lguest: unhandled trap 6 at 0xc0117903 (0x0) this should be in "c01178db T reserve_top_address" - any idea what could be wrong ? thx ! hofrat
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 yields: lhype_add: Failed to ge...
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 yields: lhype_add: Failed to ge...
2007 Apr 18
1
lhype guest oops
...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 figuring this out? Thanks. -- Karl Rister
2007 Apr 18
1
lhype guest oops
...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 figuring this out? Thanks. -- Karl Rister
2008 Mar 05
1
[Lguest] networking in lguest: strange error: lguest: Guest moved used index from 6 to 256
...indice wrote: > > Hello > > > > I have some difficulty to use network inside lguest. > > I use a slackware 12 for guest and host with a 2.6.24 kernel. > > > > I boot lguest like that: > > # tunctl > > # ifconfig tap0 192.168.19.1 > > # lguest --tunnet=192.168.19.1 --block=/var/samba/iso/lguest.img 48 > > /usr/src/linux/arch/i386/boot/bzImage root=/dev/vda rw > > > > The init script files try to do a DHCP. It doesn't work (I do'nt have a > > DHCP server). > > > > If in the host I try to configure the et...
2008 Mar 05
1
[Lguest] networking in lguest: strange error: lguest: Guest moved used index from 6 to 256
...indice wrote: > > Hello > > > > I have some difficulty to use network inside lguest. > > I use a slackware 12 for guest and host with a 2.6.24 kernel. > > > > I boot lguest like that: > > # tunctl > > # ifconfig tap0 192.168.19.1 > > # lguest --tunnet=192.168.19.1 --block=/var/samba/iso/lguest.img 48 > > /usr/src/linux/arch/i386/boot/bzImage root=/dev/vda rw > > > > The init script files try to do a DHCP. It doesn't work (I do'nt have a > > DHCP server). > > > > If in the host I try to configure the et...
2010 Jan 08
2
Virtio ballooning support for Lguest
Hi, I am doing working on enabling Transcendent Memory(OLS '09) support on lguest. For the same, I need ballooning support for lguest. Is there an implmentation of Virtio Balloon driver, that I can use for my purpose? Could someone give me an insight, as to how to go about, for implementing this myself, incase I dont find this patch... Thankyou. -- Gaurav Kukreja +91 997 030 1257
2010 Jan 08
2
Virtio ballooning support for Lguest
Hi, I am doing working on enabling Transcendent Memory(OLS '09) support on lguest. For the same, I need ballooning support for lguest. Is there an implmentation of Virtio Balloon driver, that I can use for my purpose? Could someone give me an insight, as to how to go about, for implementing this myself, incase I dont find this patch... Thankyou. -- Gaurav Kukreja +91 997 030 1257
2007 Dec 21
0
[kvm-devel] [Virtio-for-kvm] [PATCH 2/13] [Mostly resend] virtio additions
...h the core of the Launcher, which runs the Guest, serves * its input and output, and finally, lays it to rest. */ static void __attribute__((noreturn)) run_guest(int lguest_fd) @@ -1581,6 +1630,7 @@ static struct option opts[] = { { "verbose", 0, NULL, 'v' }, { "tunnet", 1, NULL, 't' }, { "block", 1, NULL, 'b' }, + { "rng", 0, NULL, 'r' }, { "initrd", 1, NULL, 'i' }, { NULL }, }; @@ -1648,6 +1698,9 @@ int main(int argc, char *argv[]) case 'b': setup...
2007 Dec 21
0
[kvm-devel] [Virtio-for-kvm] [PATCH 2/13] [Mostly resend] virtio additions
...h the core of the Launcher, which runs the Guest, serves * its input and output, and finally, lays it to rest. */ static void __attribute__((noreturn)) run_guest(int lguest_fd) @@ -1581,6 +1630,7 @@ static struct option opts[] = { { "verbose", 0, NULL, 'v' }, { "tunnet", 1, NULL, 't' }, { "block", 1, NULL, 'b' }, + { "rng", 0, NULL, 'r' }, { "initrd", 1, NULL, 'i' }, { NULL }, }; @@ -1648,6 +1698,9 @@ int main(int argc, char *argv[]) case 'b': setup...
2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 07/13] lguest64 loader
...har *, unsigned long *, + unsigned long *); + + if (argv[1] && strcmp(argv[1], "--verbose") == 0) { + verbose = true; + argv++; + argc--; + } + + if (argc < 4) + errx(1, "Usage: lguest [--verbose] <mem> vmlinux " + "[--sharenet=<filename>|--tunnet=(<ipaddr>|bridge:<bridgename>)" + "|--block=<filename>|--initrd=<filename>]... [args...]"); + + zero_fd = open("/dev/zero", O_RDONLY, 0); + if (zero_fd < 0) + err(1, "Opening /dev/zero"); + + mem = memparse(argv[1]); + kern_fd = open(...
2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 07/13] lguest64 loader
...har *, unsigned long *, + unsigned long *); + + if (argv[1] && strcmp(argv[1], "--verbose") == 0) { + verbose = true; + argv++; + argc--; + } + + if (argc < 4) + errx(1, "Usage: lguest [--verbose] <mem> vmlinux " + "[--sharenet=<filename>|--tunnet=(<ipaddr>|bridge:<bridgename>)" + "|--block=<filename>|--initrd=<filename>]... [args...]"); + + zero_fd = open("/dev/zero", O_RDONLY, 0); + if (zero_fd < 0) + err(1, "Opening /dev/zero"); + + mem = memparse(argv[1]); + kern_fd = open(...
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c