Displaying 20 results from an estimated 700 matches similar to: "libvirt can't communicate over network while creating VM"
2016 Jun 16
4
libguestfs can't communicate over network while creating VM
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 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
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
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
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 >
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
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
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??
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 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
+++
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?
2014 Oct 02
2
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:
> It seems as if it would, from reading the dhcpcd man page ..
Looks like the syntax is 'dhcpcd <interface>'.
Olaf
2020 Apr 05
2
samba Digest, Vol 208, Issue 5
> > I'm looking for some general advice.
> >
> > I'm beginning to set up a Raspberry Pi 4 as a SOHO server with Samba on Raspbian Buster.
> >
> > I will be running as a member of an existing Windows AD (JOIN), then allow logging in from
> > Windows and Linux clients.
>
> Do you mean as a Unix domain member or as an AD DC ?
>
> This is a
2019 Mar 04
2
getent not working after installing firewall
On Mon, 4 Mar 2019 20:43:17 +0000 Rowland Penny wrote:
>
> On Mon, 04 Mar 2019 15:18:31 -0500
> Mark Foley via samba <samba at lists.samba.org> wrote:
>
> > On Mon, 4 Mar 2019 18:31:07 +0000 From: Rowland Penny wrote:
> > >
> > > On Mon, 04 Mar 2019 12:58:17 -0500
> > > Mark Foley via samba <samba at lists.samba.org> wrote:
> > >
2017 Feb 14
1
dhcpcd.conf
Hi,
ran into a problem w/ linode hosted VM where IPv6 address changed after
they migrated it to a different host.
They claim I can fix it with
sed -i 's/slaac private/slaac hwaddr/' /etc/dhcpcd.conf
However there appears to be no dhcpcd.conf on any of my CentOS 7 systems.
What is the CentOS 7 equivalent?
2010 Jan 11
1
Bug#564702: [PATCH] rules suggestions for dhcpcd
Package: logcheck
Severity: wishlist
I'm attaching rules suggestions for dhcpcd as a git patch, and also a
sample from my logs.
Please review the patch (I can fix any issues with it) and include in
logcheck if you like it.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-Added-rules-for-dhcpcd.patch
URL: