similar to: libguestfs can't communicate over network while creating VM

Displaying 20 results from an estimated 3000 matches similar to: "libguestfs can't communicate over network while creating VM"

2016 Jun 15
1
libvirt can't communicate over network while creating VM
Hello guys, we use libvirt for dynamic creation of our VM and we do various modifications of those VMs in the process. One with I am struggling with is to signing keys of our custom repository - " vm.sh("wget -O - " + key_address + " | apt-key add -")" where "vm" is a GuestFS object. So I have set "vm.set_network(True)" and I have installed
2016 Jun 16
2
Re: libguestfs can't communicate over network while creating VM
Hello Pino, I tried installing the package and running the command, however nothing has changed :-/ This package should be installed as an addition to the dhcpcd5 or is a replacement? Thanks Best regards, Petr ________________________________________ From: Pino Toscano <ptoscano@redhat.com> Sent: Thursday, June 16, 2016 1:45 PM To: libguestfs@redhat.com; Mensik, Petr Subject: Re:
2016 Jun 16
0
Re: libguestfs can't communicate over network while creating VM
Hi, On Thursday 16 June 2016 11:17:16 Mensik, Petr wrote: > we use libguests for dynamic creation of our VM and we do various > modifications of those VMs in the process. One with I am struggling > with is to signing keys of our custom repository - " > vm.sh("wget -O - " + key_address + " | apt-key add -")" where "vm" is > a GuestFS object.
2016 Jun 16
0
Re: libguestfs can't communicate over network while creating VM
On Thu, Jun 16, 2016 at 11:17:16AM +0000, Mensik, Petr wrote: > Hello guys, > > we use libguests for dynamic creation of our VM and we do various modifications of those VMs in the process. One with I am struggling with is to signing keys of our custom repository - " > vm.sh("wget -O - " + key_address + " | apt-key add -")" where "vm" is a
2016 Jun 16
2
Re: libguestfs can't communicate over network while creating VM
Hello Pino, I am still getting the same error however from libguestfs log (when creating VM) seems that DHCP has been found - no 'DHCP can't be found' or whatever error it was. So there is some progress but the issue persists :-/ This is what I have done apt-get purge dhcpcd5* apt-get install isc-dhcp-client echo isc-dhcp-client >
2020 Apr 06
2
Any advice for installing Samba as an AD server on Raspbian Buster with BIND9 and ISC DHCP?
Thanks for your advice, Rowland > > Yes, I am setting up a new Samba-based AD DC. > If you are joining? to an existing domain, then you cannot be setting up > a new domain ;-) Yes - joining a new DC to an existing domain. > > Should I install BIND9 and DHCP first, then install Samba and do the join? > > I personally would do it in stages, set up the Rpi, add
2014 Mar 15
2
[PATCH pkg-libvirt/libguestfs] Split off ZFS support from libguestfs0.
Hilko, This is an experimental patch showing how to split libguestfs into subpackages, so the main libguestfs0 doesn't depend on everything. Splitting packages only works for packages which are in the appliance (ie. in appliance/packagelist or supermin.d/packages). In this patch, only zfs-fuse [which previously caused trouble for users: https://bugs.launchpad.net/bugs/1053911] has been
2016 Jun 16
0
Re: libguestfs can't communicate over network while creating VM
Hi, On Thursday 16 June 2016 15:12:39 Mensik, Petr wrote: > I tried installing the package and running the command, however > nothing has changed :-/ This package should be installed as an > addition to the dhcpcd5 or is a replacement? Curiously enough, another user asked about this on our IRC channel (#libguestfs on freenode) a couple of hours ago, and what came out is that there is a
2016 Jun 17
0
Re: libguestfs can't communicate over network while creating VM
On Thursday 16 June 2016 16:28:47 Mensik, Petr wrote: > I am still getting the same error however from libguestfs log (when > creating VM) seems that DHCP has been found - no 'DHCP can't be > found' or whatever error it was. So there is some progress but the > issue persists :-/ > > This is what I have done > > apt-get purge dhcpcd5* > apt-get install
2019 Aug 19
2
interference of the nmbd service with the dhcp of the debian server??
> > Just a thought, is dhcpcd5 installed ? No. Does this happen on the XEN Server of Client (guest OS). If Xen, which xen version? xen 7.0.0 The command cat lan-dev-$(ip route | grep default |awk '{ print $5 }').network shows nothing. Do I need to create this file? His content is just my interface. Ex: eth0? On Mon, Aug 19, 2019 at 11:54 AM Rowland penny via samba < samba
2019 Aug 19
2
interference of the nmbd service with the dhcp of the debian server??
Thanks for your feedback Rowland!!! I am eliminating the possibilities! :D On Mon, Aug 19, 2019 at 10:57 AM Rowland penny via samba < samba at lists.samba.org> wrote: > On 19/08/2019 14:41, Elias Pereira via samba wrote: > > Hello guys, > > > > I have a fileserver configured on a debian 9.9 using Louis APT. This is > not > > always the case, but sometimes the
2014 Mar 15
3
[PATCH pkg-libvirt/libguestfs] Remove update-guestfs-appliance
[First attempt to send this using git send-email didn't work because of SMTP routing problems] Hilko, This is my experimental patch to remove update-guestfs-appliance from Debian. With this patch, libguestfs builds with a supermin [version 5] appliance in /usr/lib/guestfs/supermin.d: $ ll -h /usr/lib/guestfs/supermin.d/ total 884K -rw-r--r-- 1 root root 94K Mar 15 12:18 base.tar.gz
2018 Aug 17
2
buffer overflow detected error
So I'm using the libguests library in my Java code and when running my vm I am seeing this error: ***buffer overflow detected***:/bin/java terminated Backtrace:========= /lib64/libc.so.6(__fortify_fail+0x37)[ox7f7932b4ed87] /lib64/libc.so.6(+0x10df40)[0x7f7932b4cf40] /lib64/libc.so.6(+0x10df40)[0x7f7932b4ecf7] /lib64/libguestfs.so.0(+0xa6508)[0x7f78755bd508]
2014 Oct 02
5
Re: [PATCH v2 1/4] appliance: Use dhclient instead of hard-coding IP address of appliance.
On Thu, Oct 02, Richard W.M. Jones wrote: > The script won't fail, but the network won't work. What's the > alternative on SuSE? I think that would be dhcpcd, which is also used by NetworkManager. Olaf
2015 Jul 28
4
[PATCH 0/2] Misc fixes
Here are two patches: one fixes the gpg-agent causing unmount to fail after running dnf to install packages. The other ones fixes dhcpcd call in the init program to provide it an interface name. Cédric Bosdonnat (2): appliance init: find NIC name for dhcpcd Make sure gpg-agent is terminated before umount appliance/init | 3 ++- customize/customize_run.ml | 3 ++- 2 files
2015 Mar 13
2
Re: Name resolution not working inside virt-customize
On 03/13/2015 11:13 AM, Richard W.M. Jones wrote: > > Yes, the log indicates name resolution not working. Please try the > diagnosis steps that I outlined in: > > https://www.redhat.com/archives/libguestfs/2015-March/msg00075.html Sorry, I somehow missed the above message. $ ./run guestfish get-backend direct Here are the outputs of the /dev/tcp test, first doing: $ ./run
2015 Jul 29
1
[PATCH v2] appliance init: find NIC name for dhcpcd
dhcpcd requires an interface name as parameter to work. We are now getting it from /proc/sys/net/ipv4/conf/ folder children. dhclient on Debian also has the problem, thus use the guessed interface name for it too. --- appliance/init | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appliance/init b/appliance/init index cca62e7..d5a428d 100755 --- a/appliance/init +++
2014 Nov 03
2
Large Dependency List on Ubuntu Server 14
Forgive me if this is the wrong area to ask this question. I'm happy to inquire to a diff list if that's better. From: http://libguestfs.org/ "Downloads For source see the downloads directory. In Fedora or Red Hat Enterprise Linux: sudo yum install libguestfs-tools On Debian/Ubuntu: sudo apt-get install libguestfs-tools Open a disk image: guestfish --ro -i -a disk.img Other
2017 Sep 22
5
Connecting to internet with USB tethered iphone
I am trying to get a centos 6 system on the internet with a tethered iPhone. I can see the phone with lsusb as bus 001 device 011. A post on stackoverflow said I would need to run "# ip link set usb0 up && dhcpcd usb0" But how do I reference my phone in that command?
2017 Mar 14
2
guestfsd: error while loading shared libraries in SUSE12
Hi guys, I've struggled in this error for 1 week and your help is really appreciated. As one EMC software engineer, I need to setup the libguestfs tool in SUSE12 ( SUSE11SP4 is also OK, while SUSE12 is preferred ) to mount some qcow2 image from openstack environment. Then we can read its file system architecture and restore some files. 1. The first thing is we build one SUSE