search for: _settings

Displaying 10 results from an estimated 10 matches for "_settings".

Did you mean: settings
2018 Oct 09
2
virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)
...lder fedora-27 -o /var/tmp/fedora-27.img ... [ 25.2] Opening the new disk virt-builder: error: libguestfs error: bridge ‘virbr0’ not found. Try running: brctl show to get a list of bridges on the host, and then selecting the bridge you wish the appliance network to connect to using: export _SETTINGS=network_bridge=<bridge name> I don't want to add bridges to my new fresh oVirt test host, and remember that this used to work previously without the bridge. So I tried the usual "fix" (I know it should not be used in production): $ export LIBGUESTFS_BACKEND=direct And for s...
2018 Oct 10
2
Re: virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)
...rt-builder: error: libguestfs error: bridge ‘virbr0’ not found. Try > > running: > > > > brctl show > > > > to get a list of bridges on the host, and then selecting the > > bridge you wish the appliance network to connect to using: > > > > export _SETTINGS=network_bridge=<bridge name> > > The libvirt backend uses a network bridge on the host to setup the > networking in the guest, which is enabled by default in virt-builder. > OK, now it is clear why bypassing libvirt avoids this issue. So maybe I'm missing some libvirt packag...
2017 Mar 21
1
[PATCH 2] net: virtio_net: use new api ethtool_{get|set}_link_ksettings
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. Signed-off-by: Philippe Reynes <tremyfr at gmail.com> --- Changelog: v2: - remove comment about the missing hardware, I've tested this change with qemu drivers/net/virtio_net.c | 50 +++++++++++++++++++++++++++-...
2017 Mar 21
1
[PATCH 2] net: virtio_net: use new api ethtool_{get|set}_link_ksettings
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. Signed-off-by: Philippe Reynes <tremyfr at gmail.com> --- Changelog: v2: - remove comment about the missing hardware, I've tested this change with qemu drivers/net/virtio_net.c | 50 +++++++++++++++++++++++++++-...
2018 Oct 10
1
Re: virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)
...gt; > running: > > > > > > > > brctl show > > > > > > > > to get a list of bridges on the host, and then selecting the > > > > bridge you wish the appliance network to connect to using: > > > > > > > > export _SETTINGS=network_bridge=<bridge name> > > > > > > The libvirt backend uses a network bridge on the host to setup the > > > networking in the guest, which is enabled by default in virt-builder. > > > > > > > OK, now it is clear why bypassing libvirt avoid...
2017 Mar 23
0
[PATCH 2] net: virtio_net: use new api ethtool_{get|set}_link_ksettings
From: Philippe Reynes <tremyfr at gmail.com> Date: Tue, 21 Mar 2017 23:24:24 +0100 > The ethtool api {get|set}_settings is deprecated. > We move this driver to new api {get|set}_link_ksettings. > > Signed-off-by: Philippe Reynes <tremyfr at gmail.com> > --- > Changelog: > v2: > - remove comment about the missing hardware, > I've tested this change with qemu Applied.
2018 Oct 10
0
Re: virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)
...[ 25.2] Opening the new disk > virt-builder: error: libguestfs error: bridge ‘virbr0’ not found. Try > running: > > brctl show > > to get a list of bridges on the host, and then selecting the > bridge you wish the appliance network to connect to using: > > export _SETTINGS=network_bridge=<bridge name> The libvirt backend uses a network bridge on the host to setup the networking in the guest, which is enabled by default in virt-builder. > I don't want to add bridges to my new fresh oVirt test host, and > remember that this used to work previously wit...
2018 Oct 10
0
Re: virt-builder fail with "bridge ‘virbr0’ not found" (fixed by LIBGUESTFS_BACKEND=direct ?!)
...dge ‘virbr0’ not found. Try > > > running: > > > > > > brctl show > > > > > > to get a list of bridges on the host, and then selecting the > > > bridge you wish the appliance network to connect to using: > > > > > > export _SETTINGS=network_bridge=<bridge name> > > > > The libvirt backend uses a network bridge on the host to setup the > > networking in the guest, which is enabled by default in virt-builder. > > > > OK, now it is clear why bypassing libvirt avoids this issue. > > So m...
2017 Mar 21
0
[PATCH] net: virtio_net: use new api ethtool_{get|set}_link_ksettings
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. As I don't have the hardware, I'd be very pleased if someone may test this patch. Signed-off-by: Philippe Reynes <tremyfr at gmail.com> --- drivers/net/virtio_net.c | 50 +++++++++++++++++++++++++++-----------...
2017 Mar 21
0
[PATCH] net: virtio_net: use new api ethtool_{get|set}_link_ksettings
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. As I don't have the hardware, I'd be very pleased if someone may test this patch. Signed-off-by: Philippe Reynes <tremyfr at gmail.com> --- drivers/net/virtio_net.c | 50 +++++++++++++++++++++++++++-----------...