search for: guestname

Displaying 20 results from an estimated 115 matches for "guestname".

2019 Mar 26
3
[PATCH 1/3] v2v: tests: add debian-9 and fedora-29 for test-v2v-conversion-of
Test the newer versions of these distros. --- v2v/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2v/Makefile.am b/v2v/Makefile.am index 53c137fc6..39511022e 100644 --- a/v2v/Makefile.am +++ b/v2v/Makefile.am @@ -530,8 +530,10 @@ real_guests_scripts = \ test-v2v-conversion-of-debian-6.sh \ test-v2v-conversion-of-debian-7.sh \ test-v2v-conversion-of-debian-8.sh \ +
2013 Feb 14
1
virt-edit Guestname /boot/grub/grub.conf error
Hello, I get the following message on virt-edit Guestname /boot/grub/grub.conf. I have executed the command. guestmount ?ro -a /var/lib/nova/instances/instance-00000001/disk -m /dev/sda1 /mnt guestmount -d instance-00000001 -i ?ro /mnt root at compute:~# virt-edit instance-00000001 /boot/grub/grub.conf libguestfs: error: error: domain is a live virtual m...
2016 Oct 20
2
[PATCH] customize: Test that the --root-password parameter works.
This is the second half of the patch series posted yesterday (see: "[PATCH 0/2] builder: Add test that a serial console is set up for guest templates we supply."). This checks that our code to change passwords works on real guests. It creates a real guest using virt-builder with the --root-password option, then boots it up and tries to log in with the root password. Interaction with
2016 Sep 01
2
[PATCH 0/2] customize: Fix hostname setting in Debian/Ubuntu.
https://bugzilla.redhat.com/show_bug.cgi?id=1372269 It was fairly broken. This fixes it -- except on Ubuntu 10.04 -- and adds a slow test. Rich.
2019 Feb 08
0
[PATCH v2 3/3] v2v: tests: test paths for installation of linux guest tools
...GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +# Test copying of guest tools into guest + +set -e + +$TEST_FUNCTIONS +slow_test +skip_if_skipped +skip_unless_arch x86_64 + +guestname="fedora-29" + +d=test-v2v-copy-guest-tools.d +disk="$guestname.img" +xml="$guestname.xml" +libvirt_uri="test://$abs_builddir/$xml" + +rm -f "$disk" "$xml" +rm -rf $d +mkdir $d + +# Build a guest (using virt-builder). +virt-builder "$g...
2019 May 16
2
[PATCH] v2v: -o json: add a simple test for it
...+ +set -e + +$TEST_FUNCTIONS +skip_if_skipped +skip_if_backend uml +skip_unless_phony_guest windows.img +skip_unless jq --version + +libvirt_uri="test://$abs_top_builddir/test-data/phony-guests/guests.xml" + +export VIRT_TOOLS_DATA_DIR="$top_srcdir/test-data/fake-virt-tools" + +guestname=windows + +d=test-v2v-o-json.d +rm -rf $d +mkdir $d + +json=$d/$guestname.json + +$VG virt-v2v --debug-gc \ + -i libvirt -ic "$libvirt_uri" windows \ + -o json -os $d -on $guestname + +# Test the disk was created. +test -f $d/$guestname-sda + +# Test the JSON. +test x$(jq -r '.n...
2016 Oct 19
3
[PATCH 0/2] builder: Add test that a serial console is set up for guest templates we supply.
The first of two sets of patches. This checks that the templates we supply have the serial console enabled, or in two cases, that the serial console can be enabled by fiddling with some grub config. The second set of patches (to follow) will test that the --password and --root-password options work. This implementation of this is quite complex. Rich.
2016 Aug 26
2
[PATCH 1/2] customize: Fix firstboot scripts on Debian 6 & 7 (RHBZ#1019388).
I have only verified the fix on Debian 7. The Debian 6 guest doesn't appear to boot, I'm not sure why. The second patch contains a test suite. Rich.
2016 Feb 16
3
[PATCH 0/2] v2v: glance: Allow Glance backend to import multiple disks
...uest to Glance that had more than one disk. The first patch is just better documentation for the Glance output mode. The second patch contains the change (best viewed with 'git diff -w' since it is mostly a whitespace change). virt-v2v -o glance will now create multiple disks called: - guestname # assumed system disk - guestname-disk2 # assumed data disks - guestname-disk3 - etc. Probably you'd want to immediately import the data disks into Cinder, and possibly the system disk too. Unfortunately direct import from virt-v2v to Cinder is not possible at this time (https://...
2019 Feb 08
6
[PATCH v2 0/3] allow alternative guest tools directories for distributions
First patch just fixes installing guest tools from directory that was broken. Second patch revamps how virt-v2v chooses from which directory install guest tools on Linux. Details in commit message. v2: - included comments from Pino and Rich - added test Tomáš Golembiovský (3): v2v: fix path to source when copying files from guest tools directory v2v: allow alternative directories for
2019 May 16
0
Re: [PATCH] v2v: -o json: add a simple test for it
...d > +skip_if_backend uml > +skip_unless_phony_guest windows.img > +skip_unless jq --version > + > +libvirt_uri="test://$abs_top_builddir/test-data/phony-guests/guests.xml" > + > +export VIRT_TOOLS_DATA_DIR="$top_srcdir/test-data/fake-virt-tools" > + > +guestname=windows > + > +d=test-v2v-o-json.d > +rm -rf $d > +mkdir $d > + > +json=$d/$guestname.json > + > +$VG virt-v2v --debug-gc \ > + -i libvirt -ic "$libvirt_uri" windows \ > + -o json -os $d -on $guestname > + > +# Test the disk was created. > +tes...
2003 Oct 12
1
Error when creating user with Samba 3.0 & LDAP
Hy, I just install OpenLDAP 2.0 and Samba 3.0. (both from RPM). I used tools from idealx (found in src from Samba 3.0) to populate the ldap tree. My ldap is empty when i start, i just added index and samba.schema in slapd.conf. I used net rpc getsid to generate my domain SID and put in the smbldap_conf.pm with others options (dc, ou, dn etc.) I didn't get any error with this tool, it create
2018 Jan 31
1
[PATCH] customize: allow missing SELINUXTYPE in SELinux config
...ld have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +# This slow test checks that SELinux relabel works. + +set -e + +$TEST_FUNCTIONS +slow_test + +guestname="fedora-27" + +disk="selinuxrelabel.img" +disk_overlay="selinuxrelabel-overlay.qcow2" +rm -f "$disk" + +skip_unless_virt_builder_guest "$guestname" + +# Build a guest (using virt-builder). +virt-builder "$guestname" --quiet -o "$disk&...
2019 Mar 25
1
Re: [PATCH 3/3] v2v: add -o json output mode
...; + > +let print_output_options () = > + printf (f_"Output options (-oo) which can be used with -o json: > + > + -oo json-disks-pattern=PATTERN Pattern for the disks. > +") > + > +let known_pattern_variables = ["DiskNo"; "DiskDeviceName"; "GuestName"] > + > +let parse_output_options options = > + let json_disks_pattern = ref None in > + > + List.iter ( > + function > + | "json-disks-pattern", v -> > + if !json_disks_pattern <> None then > + error (f_"-o json: -oo jso...
2019 Mar 26
0
[PATCH 2/3] v2v: test-v2v-conversion-of.sh: update the guest
...-- v2v/test-v2v-conversion-of.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/test-v2v-conversion-of.sh b/v2v/test-v2v-conversion-of.sh index 29c1eb4bb..48d7ce88d 100755 --- a/v2v/test-v2v-conversion-of.sh +++ b/v2v/test-v2v-conversion-of.sh @@ -57,7 +57,7 @@ case "$guestname" in esac # Build a guest (using virt-builder). -virt-builder "$guestname" --quiet -o "$disk" "${extra[@]}" +virt-builder "$guestname" --quiet -o "$disk" "${extra[@]}" --update # Create some minimal test metadata. cat > &quo...
2017 Apr 26
2
[PATCH 1/2] v2v: -o glance: add property for UEFI firmware (RHBZ#1445659)
...er has @@ -66,9 +66,6 @@ object ) targets method create_metadata source targets _ guestcaps inspect target_firmware = - (* See #supported_firmware above. *) - assert (target_firmware = TargetBIOS); - (* The first disk, assumed to be the system disk, will be called * "guestname". Subsequent disks, assumed to be data disks, * will be called "guestname-disk2" etc. The manual strongly @@ -143,6 +140,11 @@ object (* XXX Neither memory balloon nor pvpanic are supported by * Glance at this time. *) + (match target_firmw...
2019 Mar 29
0
[PATCH v2 3/3] v2v: add -o json output mode
...{ + json_disks_pattern : string; +} + +let print_output_options () = + printf (f_"Output options (-oo) which can be used with -o json: + + -oo json-disks-pattern=PATTERN Pattern for the disks. +") + +let known_pattern_variables = ["DiskNo"; "DiskDeviceName"; "GuestName"] + +let parse_output_options options = + let json_disks_pattern = ref None in + + List.iter ( + function + | "json-disks-pattern", v -> + if !json_disks_pattern <> None then + error (f_"-o json: -oo json-disks-pattern set more than once"); +...
2018 Nov 29
2
Re: console type tcp with logging
...to do in libvirt xml for such case? > > XML is described here > > https://libvirt.org/formatdomain.html#elementsConsole > > In particular regardless of what backend type you use for the > seral port, you can add logging using > > <log file="/var/log/libvirt/qemu/guestname-serial0.log" append="off"/> > > > Thanks! Does it possible to read this log via libvirt api? -- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru
2003 Dec 30
1
sambaSamAccount versus SambaSAMAccount
...Tue Dec 30 22:39:56 2003 +++ smbldap-populate.pl Tue Dec 30 22:37:54 2003 @@ -122,7 +122,7 @@ cn: $adminName sn: $adminName objectClass: inetOrgPerson -objectClass: sambaSAMAccount +objectClass: sambaSamAccount objectClass: posixAccount gidNumber: 512 uid: $adminName @@ -149,7 +149,7 @@ cn: $guestName sn: $guestName objectClass: inetOrgPerson -objectClass: sambaSAMAccount +objectClass: sambaSamAccount objectClass: posixAccount gidNumber: 514 uid: $guestName -------------- next part -------------- --- smbldap_tools.pm.orig Tue Dec 30 22:34:47 2003 +++ smbldap_tools.pm Tue Dec 30 22:...
2014 Feb 12
2
F20 Virt-Manager with MacVTap not working
Hello, I've setup a VM with default networking (NAT) and this works fine but hosts on my LAN can't get to the VM since it uses NAT. When I try to set network to use MacVTap with either default or bridged I get no networking for the VM. Any hints around this? I would like to have the VM's on the same LAN as my host and other machines. I don't care if the VM host can't reach the