Displaying 20 results from an estimated 30000 matches similar to: "Re: Up Guest network"
2014 Jan 21
2
virt-builder & virt-sysprep: Avoiding SELinux relabelling
A common problem that people have with virt-builder and virt-sysprep
is which guests that use SELinux, like Fedora and RHEL. In both cases
we touch /.autorelabel in the guest, which means the guest has to
reboot once during its first boot.
Recap: SELinux file labels
--------------------------
SELinux requires that files have labels. Access to a file is
controlled by the label on that file.
2017 Feb 28
1
[PATCH] sysprep: Remove DHCP_HOSTNAME= from ifcfg-* files (RHBZ#1427529).
---
sysprep/sysprep_operation_net_hostname.ml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/sysprep/sysprep_operation_net_hostname.ml b/sysprep/sysprep_operation_net_hostname.ml
index 3824d42..7284d63 100644
--- a/sysprep/sysprep_operation_net_hostname.ml
+++ b/sysprep/sysprep_operation_net_hostname.ml
@@ -30,10 +30,12 @@ let net_hostname_perform (g :
2012 Mar 09
1
[PATCH V2] virt-sysprep:add ipconfig for preparation
Hi Rich:
V1->V2: add the documentation.
Any comments?
Thanks,
Wanlong Gao
---------------------------------------------------------------------------------------------------
Add the the ipconfig for vir-prep.
Usage like below:
[root at Allen ~]# virt-sysprep --ipconfig="eth0:192.168.1.2,255.255.255.0,192.168.1.1" --enable=ipconfig -d clone-6u1
OR
[root at Allen ~]#
2012 Mar 04
1
[RFC PATCH] virt-sysprep:add ipconfig for preparation
Hi Rich:
I just send a patch to request for your comments,
then will do further work about this.
things like this:
[root at Allen ~]# virt-sysprep --ipconfig="eth0:192.168.1.2,255.255.255.0,192.168.1.1" --enable=ipconfig -d clone-6u1
OR
[root at Allen ~]# virt-sysprep -d clone-6u1
Please comments.
Thanks
-Wanlong Gao
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
2012 Sep 03
2
[PATCH] sysprep: remove hostname from ifcfg-*
Remove hostname from network interface configuration.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
po/POTFILES-ml | 1 +
sysprep/Makefile.am | 1 +
sysprep/sysprep_operation_net_hostname.ml | 58 +++++++++++++++++++++++++++++++
3 files changed, 60 insertions(+)
create mode 100644 sysprep/sysprep_operation_net_hostname.ml
2012 Mar 14
3
[PATCH V3] virt-sysprep:add ipconfig for preparation
V1->V2: add the documentation.
V2->V3: change the split sign from ":" to "@" for IPv6.
Add the the ipconfig for vir-prep.
Usage like below:
[root at Allen ~]# virt-sysprep --ipconfig="eth0:192.168.1.2,255.255.255.0,192.168.1.1" --enable=ipconfig -d clone-6u1
OR
[root at Allen ~]# virt-sysprep -d clone-6u1
Signed-off-by: Wanlong Gao <gaowanlong at
2018 Feb 27
0
Re: [PATCH] v2v: remove MAC address related information
On Tue, Feb 27, 2018 at 12:35:36PM +0100, Tomáš Golembiovský wrote:
> Remove ties to MAC address because it is likely to change.
>
> The code is based on operations net-hwaddr and udev-persistent-net of
> virt-sysprep.
>
> Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
> ---
> v2v/convert_linux.ml | 17 +++++++++++++++++
> 1 file changed, 17
2016 Jan 12
0
Re: What are the advantages and disadvantages of running with or without libvirt?
There's two parts to this question.
On Tue, Jan 12, 2016 at 05:26:10PM +0200, Yaniv Kaul wrote:
> I didn't see what are the main differences in
> http://libguestfs.org/guestfs.3.html#backend
The basic concept of the backend is how do we run the libguestfs
appliance
(http://libguestfs.org/guestfs-internals.1.html#architecture).
There are two ways we could run the appliance: either
2018 Feb 27
1
Re: [PATCH] v2v: remove MAC address related information
On Tue, 27 Feb 2018 11:47:38 +0000
"Richard W.M. Jones" <rjones@redhat.com> wrote:
> On Tue, Feb 27, 2018 at 12:35:36PM +0100, Tomáš Golembiovský wrote:
> > Remove ties to MAC address because it is likely to change.
> >
> > The code is based on operations net-hwaddr and udev-persistent-net of
> > virt-sysprep.
> >
> > Signed-off-by: Tomáš
2014 Sep 23
0
[PATCH 11/13] syntax-check: fix prohibit_undesirable_word_seq check
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
---
BUGS | 6 +++---
guestfs-release-notes.pod | 8 ++++----
guestfs-release-notes.txt | 8 ++++----
po-docs/ja.po | 8 ++++----
po-docs/libguestfs-docs.pot | 8 ++++----
po-docs/uk.po | 8 ++++----
6 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/BUGS b/BUGS
index
2012 Jan 19
0
Fwd: Typo in the FAQ at http://wiki.centos.org/FAQ/CentOS6, /etc/sysconfig/nertwork-scripts/ifcfg-eth0 should be /etc/sysconfig/network-scripts/ifcfg-eth0
-------- Original Message --------
Subject: Typo in the FAQ at http://wiki.centos.org/FAQ/CentOS6,
/etc/sysconfig/nertwork-scripts/ifcfg-eth0 should be
/etc/sysconfig/network-scripts/ifcfg-eth0
Date: Thu, 19 Jan 2012 15:31:08 +0100
From: Maximilian Heise <maximilian.heise at gmx.net>
To: webmaster at centos.org
Hello,
I think there is a typo in the faq at
2018 Feb 27
0
Re: [PATCH] v2v: remove MAC address related information
Running sysprep is quite easy today because we use the export domain, which
is frequently NFS. So we simply mount it on the conversion host and run
sysprep against the disks of the converted VM before it is imported.
Soon, we want to skip the export domain, so the disks of the VM will be in
a separate domain. We can still find them and run the sysprep, but I have
the feeling that it would be more
2013 Jan 09
0
network not accessible through bridged interface but traffic visible
I had a major HD failure and need to rebuild my host server and the virtual
servers that resided on it. I am moving from CentOS 5.6 to CentOS 6.3. I
am using the same configuration, as best as I can tell, that was working
only hours ago on 5.6 but does not work on 6.3. My guest server can see
network traffic on the bridged network device but I cannot seem to interact
with it. Iptables turned
2011 Aug 11
0
[PATCH] map nics-> bridges correctly in network pages, when cancelling nic configuration return to network page
rhbz#720568
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
scripts/ovirt-config-setup.py | 41 +++++++++++++++++------------------------
1 files changed, 17 insertions(+), 24 deletions(-)
diff --git a/scripts/ovirt-config-setup.py b/scripts/ovirt-config-setup.py
index 4bd46d5..bddf6aa 100755
--- a/scripts/ovirt-config-setup.py
+++ b/scripts/ovirt-config-setup.py
@@ -774,6 +774,7
2010 Oct 25
0
[PATCH node] add network.py script
---
scripts/network.py | 207 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 207 insertions(+), 0 deletions(-)
create mode 100644 scripts/network.py
diff --git a/scripts/network.py b/scripts/network.py
new file mode 100644
index 0000000..28e32f2
--- /dev/null
+++ b/scripts/network.py
@@ -0,0 +1,207 @@
+#!/usr/bin/python
+
+from ovirtfunctions import *
+import tempfile
2018 Feb 27
0
Re: [PATCH] v2v: remove MAC address related information
In this case, shouldn't that be done by the upload-disk API ? When you
upload a VM, oVirt knows what to do with it and handle the locking and any
operations required to make the VM an oVirt VM.
On 27 February 2018 at 13:53, Tomáš Golembiovský <tgolembi@redhat.com>
wrote:
> On Tue, 27 Feb 2018 13:43:59 +0100
> Fabien Dupont <fdupont@redhat.com> wrote:
>
> > We can
2015 Aug 31
2
Libvirt resume guest startup issues centos 7
> -----Original Message-----
> From: Gordon Messmer
> Sent: Monday, August 31, 2015 12:15 PM
>
> On 08/31/2015 03:51 AM, Jason Pyeron wrote:
> > I feel like this is an issue of libvirt starting before networking,
> > but I am a fish out of water with systemd.
>
> Are you using the "network" or "NetworkManager" service to
> configure your
2010 May 18
1
problem with bridged network for a kvm guest
I'm having trouble with the bridged network setup. I'm new to kvm, but I
got a window xp sp2 guest set up without trouble a few days ago. I followed
the instructions in the RH virtualization guide, and all was fine until I
had to reboot the host machine a few days later.
Then, I lost networking altogether on the host machine. I lost track of all
the things I tried, but finally got
2018 Feb 27
5
[PATCH] v2v: remove MAC address related information
Remove ties to MAC address because it is likely to change.
The code is based on operations net-hwaddr and udev-persistent-net of
virt-sysprep.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
v2v/convert_linux.ml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml
index b273785e6..8bba74786 100644
---
2015 May 15
1
Strange network failure on C6
On Thu, May 14, 2015 16:09, Fred Smith wrote:
> Hi all!
>
> I'm running C6 (up to date) on x86-64. have been running on the same
> system for over a year.
>
> a couple of times lately access to the outside network has suddenly
> stopped working for reasons that I didn't figure out until it happened
> again yesterday.
>
> I had the time to fool with it,