search for: guestfs_vmchannel

Displaying 9 results from an estimated 9 matches for "guestfs_vmchannel".

Did you mean: guestfs_channel
2009 Sep 21
2
[PATCH 00/10] Remove the need for vmchannel
...y and make launch into a single large function that can handle both cases. [PATCH 04/10] Remove unnecessary extra space from qemu command line. [PATCH 05/10] Make GUESTFWD_PORT into a string. [PATCH 06/10] Rearrange and tidy up code in guestfsd.c - More code cleanups. [PATCH 07/10] Flexible guestfs_vmchannel parameter for future appliances. - Add guestfs_vmchannel=(tcp:<ip>:<port>|...) parameter to the appliance, and make it backwards compatible with older library version. [PATCH 08/10] configure.ac: Check for <netinet/in.h> and <arpa/inet.h> [PATCH 09/10] Implement &...
2014 Sep 28
2
Re: Why libguestfs guest exist exceptionally?
...vlan=0,net=10.0.2.0/24 \ -net nic,model=virtio,vlan=0 \ -kernel /var/tmp/.guestfs-0/kernel.27302 \ -initrd /var/tmp/.guestfs-0/initrd.27302 \ -append 'panic=1 noapic console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/vdb selinux=0 guestfs_vmchannel=tcp:10.0.2.2:33186 guestfs_verbose=1 TERM=vt100'Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory Back to tcg accelerator. Linux version 2.6.18-274.el5 (mockbuild@x86-002.build.bos.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4...
2014 Sep 28
2
Why libguestfs guest exist exceptionally?
...-net user,vlan=0,net=10.0.2.0/24 -net nic,model=virtio,vlan=0 -kernel /var/tmp/.guestfs-0/kernel.28754 -initrd /var/tmp/.guestfs-0/initrd.28754 -append 'panic=1 noapic console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/vdc selinux=0 guestfs_vmchannel=tcp:10.0.2.2:45041 guestfs_verbose=1 TERM=vt100' Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory Back to tcg accelerator. Linux version 2.6.18-274.el5 (mockbuild@x86-002.build.bos.redhat.com) (gcc version 4.1.2 20080704 (Red Hat...
2014 Sep 28
0
Re: Why libguestfs guest exist exceptionally?
...-net nic,model=virtio,vlan=0 \ > -kernel /var/tmp/.guestfs-0/kernel.27302 \ > -initrd /var/tmp/.guestfs-0/initrd.27302 \ > -append 'panic=1 noapic console=ttyS0 udevtimeout=600 > no_timer_check acpi=off printk.time=1 cgroup_disable=memory > root=/dev/vdb selinux=0 guestfs_vmchannel=tcp:10.0.2.2:33186 > guestfs_verbose=1 TERM=vt100'Could not access KVM kernel module: No > such file or directory > failed to initialize KVM: No such file or directory > Back to tcg accelerator. > Linux version 2.6.18-274.el5 (mockbuild@x86-002.build.bos.redhat.com) > (gcc ver...
2014 Sep 28
2
Re: Why libguestfs guest exist exceptionally?
...irtio,vlan=0 \ >> -kernel /var/tmp/.guestfs-0/kernel.27302 \ >> -initrd /var/tmp/.guestfs-0/initrd.27302 \ >> -append 'panic=1 noapic console=ttyS0 udevtimeout=600 >> no_timer_check acpi=off printk.time=1 cgroup_disable=memory >> root=/dev/vdb selinux=0 guestfs_vmchannel=tcp:10.0.2.2:33186 >> guestfs_verbose=1 TERM=vt100'Could not access KVM kernel module: No >> such file or directory >> failed to initialize KVM: No such file or directory >> Back to tcg accelerator. >> Linux version 2.6.18-274.el5 (mockbuild@x86-002.build.bos.redha...
2014 Sep 28
2
Re: Why libguestfs guest exist exceptionally?
On Sun, Sep 28, 2014 at 6:26 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Sun, Sep 28, 2014 at 04:30:37PM +0800, Zhi Yong Wu wrote: >> HI, >> >> On a RHEL5 box, i tried to directly run guest which was issued by >> libguestfs virt-xxx commands as below. But after some minutes, it >> exited exceptionally. >> >> Does anyone also hit the
2010 Jul 05
5
[PATCH 0/3] RFC: Allow use of external QEMU process with libguestfs
...ket,id=guestfsvmc,path=/tmp/guest/sock,server,nowait -net user,vlan=0,net=169.254.0.0/16,guestfwd=tcp:169.254.2.4:6666-chardev:guestfsvmc -net nic,model=virtio,vlan=0 -append 'panic=1 console=ttyS0 udevtimeout=300 noapic acpi=off printk.time=1 cgroup_disable=memory selinux=0 guestfs_vmchannel=tcp:169.254.2.4:6666 TERM=xterm' -kernel /tmp/libguestfsqJB1iN/kernel -initrd /tmp/libguestfsqJB1iN/initrd 3. Tell guestfish to connect to this instance ><fs> launch-method attach ><fs> sockpath /tmp/guest/sock ><fs> launch The temporary ker...
2013 Aug 24
46
[PATCH 00/46] Proposed patches for libguestfs 1.20.11.
Tested with 'make check-release'. tests/parallel (in check-slow) failed, although it does regularly and that seems to be because of libvirt. Rich.
2013 Aug 24
67
[PATCH 00/67] Proposed patches for libguestfs 1.22.6.
In the kernel and qemu communities it is routine for patches that will be backported to stable branches to be posted for review. I'm proposing we do the same for libguestfs stable branches. All of the attached have been tested with 'make check-release'. Rich.