search for: vboxguestadditions

Displaying 9 results from an estimated 9 matches for "vboxguestadditions".

2017 Sep 14
2
Running COS 7.1708 on VirtualBox 5.1.28
Anyone else having issues getting the VB drivers to load on 1708? I keep gettting an "Error: unable to find the sources of your current Linux kernel..." message. I do have kernel-devel installed and I had no issues running 1611 on the same host. Thanks
2017 Sep 14
1
Running COS 7.1708 on VirtualBox 5.1.28
...vel installed and I had no issues running 1611 on the > same host. > > I think you mean VirtualBox 5.1.26. And yes, there's some trouble with it with > the latest update. Check out the CentOS 1708 release notes. > > Workaround is to use VirtualBox 5.1.26 with the 5.1.27 > VBoxGuestAdditions.iso. Tried this out here, works perfectly. > > https://www.virtualbox.org/wiki/Testbuilds > > Cheers, > > Niki > > -- > Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 > Montpezat Web : http://www.microlinux.fr Mail : info at microli...
2017 Sep 14
0
Running COS 7.1708 on VirtualBox 5.1.28
...gt; > > I do have kernel-devel installed and I had no issues running 1611 on the same host. I think you mean VirtualBox 5.1.26. And yes, there's some trouble with it with the latest update. Check out the CentOS 1708 release notes. Workaround is to use VirtualBox 5.1.26 with the 5.1.27 VBoxGuestAdditions.iso. Tried this out here, works perfectly. https://www.virtualbox.org/wiki/Testbuilds Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32
2013 Jan 07
16
stdlib take almost 14 minutes to sync on CentOS Vagrant VM
Hi, I have a fresh CentOS 5.8 Vagrant VM that I''m using to emulate a customer''s server. During the first Puppet run, it takes 13 minutes and 48 seconds to sync the Puppet Labs stdlib module. On a similar Ubuntu 12.04.1 Vagrant VM, Puppet starts up, and almost instantly goes from plugin sync to facter load. Is this load time for stdlib on a RHEL variant normal?
2012 Mar 12
1
[PATCH] virt-v2v: Support for Converting VirtualBox Guests
Hi, attached is an updated [1] patch for virt-v2v to support converting VirtualBox guests with VirtualBox Guest Additions [2] installed. With the patch applied a VirtualBox RHEL 6 guest with Guest Additions can be converted with the steps documented in the manual page. I've tested this patch on a RHEL 6.2 host running VirtualBox 4.1.8 using a RHEL 6.2 guest, the guest works as expected
2016 Nov 16
2
Re: [ovirt-users] OVA import of FC21 VM hangs during virt-v2v conversion?
....17.4-301.fc21.x86_64.img, virtio=true, xen=false, > debug=false) > (kernel-core, 3.17.8-300.fc21, x86_64, > /boot/vmlinuz-3.17.8-300.fc21.x86_64, > /boot/initramfs-3.17.8-300.fc21.x86_64.img, virtio=true, xen=false, > debug=false) > libguestfs: trace: v2v: is_file "/var/lib/VBoxGuestAdditions/config" > "followsymlinks:true" > guestfsd: main_loop: new request, len 0x54 > guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds > libguestfs: trace: v2v: is_file = 0 > libguestfs: trace: v2v: is_file "/etc/init.d/kudzu" "followsymlinks:true"...
2013 Sep 24
0
[PATCH 3/4] Add SUSE converter
...l tool, and run it + # if it's present. + # + # Note that it's important we do this early in the conversion process, as + # this uninstallation script naively overwrites configuration files with + # versions it cached prior to installation. + my $vboxconfig = '/var/lib/VBoxGuestAdditions/config'; + if ($g->exists($vboxconfig)) { + my $vboxuninstall; + foreach (split /\n/, $g->cat($vboxconfig)) { + if ($_ =~ /^INSTALL_DIR=(.*$)/) { + $vboxuninstall = $1 . '/uninstall.sh'; + } + } + if ($g->exist...
2013 Oct 03
2
[PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
...l tool, and run it + # if it's present. + # + # Note that it's important we do this early in the conversion process, as + # this uninstallation script naively overwrites configuration files with + # versions it cached prior to installation. + my $vboxconfig = '/var/lib/VBoxGuestAdditions/config'; + if ($g->exists($vboxconfig)) { + my $vboxuninstall; + foreach (split /\n/, $g->cat($vboxconfig)) { + if ($_ =~ /^INSTALL_DIR=(.*$)/) { + $vboxuninstall = $1 . '/uninstall.sh'; + } + } + if ($g->exist...
2013 Sep 24
5
[PATCH 0/4] Add SUSE guest converter to virt-v2v
This is a new conversion module to convert SUSE Linux and openSUSE guests. The converter is based on the RedHat module, and should offer the same functionality on both SUSE and RedHat hosts. There are a few additional messages in this module, such as reporting of packages when installing through zypper or the local virt-v2v repo. These messages don't necessarily flow unless verbose switches