Displaying 5 results from an estimated 5 matches for "d6zzg1bk".
2016 Jun 16
4
libguestfs can't communicate over network while creating VM
...ing to the log libvirt is still complaining that dhcpcd is missing (line 371 in the log). I ran dhcpcd command on both machines and I've even restarted networking service - unfortunately nothing helps. So I'd like to ask you for help or at least any hints. Thanks a lot.
http://pastebin.com/d6zZG1BK
P.S. I already wrote to the #libvirt channel on IRC but nobody replied so I am trying my luck here :)
Best regards
Petr Mensík
2016 Jun 15
1
libvirt can't communicate over network while creating VM
...ng to the log libvirt is still complaining that dhcpcd is missing (line 371 in the log). I ran dhcpcd command on both machines and I've even restarted networking service - unfortunately nothing helps. So I'd like to ask you for help or at least any hints. Thanks a lot.
http://pastebin.com/d6zZG1BK
P.S. I already wrote to the #libvirt channel on IRC but nobody replied so I am trying my luck here :)
Best regards
Petr Mensík
2016 Jun 16
0
Re: libguestfs can't communicate over network while creating VM
...log libvirt is still complaining that dhcpcd is missing (line 371 in the log). I ran dhcpcd command on both machines and I've even restarted networking service - unfortunately nothing helps. So I'd like to ask you for help or at least any hints. Thanks a lot.
>
> http://pastebin.com/d6zZG1BK
>
> P.S. I already wrote to the #libvirt channel on IRC but nobody replied so I am trying my luck here :)
Most likely dhcpcd is not being copied into the appliance.
Try doing:
echo dhcpcd > /usr/lib/x86_64-linux-gnu/guestfs/supermin.d/zzz-dhcp
Rich.
--
Richard Jones, Virtualizatio...
2016 Jun 16
0
Re: libguestfs can't communicate over network while creating VM
...still complaining that dhcpcd is missing (line
> 371 in the log). I ran dhcpcd command on both machines and I've even
> restarted networking service - unfortunately nothing helps. So I'd
> like to ask you for help or at least any hints. Thanks a lot.
>
> http://pastebin.com/d6zZG1BK
This is not really a libvirt issue, but a libguestfs one.
When setting up the network, libguestfs tries to use first dhclient if
available, then dhcpcd otherwise.
I see that libguestfs0 currently in Stretch has a dependency on
isc-dhcp-client, but it looks like the version in Jessie does not.
Do...
2016 Jun 16
2
Re: libguestfs can't communicate over network while creating VM
...s still complaining that dhcpcd is missing (line
> 371 in the log). I ran dhcpcd command on both machines and I've even
> restarted networking service - unfortunately nothing helps. So I'd
> like to ask you for help or at least any hints. Thanks a lot.
>
> http://pastebin.com/d6zZG1BK
This is not really a libvirt issue, but a libguestfs one.
When setting up the network, libguestfs tries to use first dhclient if
available, then dhcpcd otherwise.
I see that libguestfs0 currently in Stretch has a dependency on
isc-dhcp-client, but it looks like the version in Jessie does not.
Do...