Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


virtualbox_for_centos_7_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
virtualbox_for_centos_7_notes [2018/12/12 13:08] juckinsvirtualbox_for_centos_7_notes [2019/09/17 13:04] juckins
Line 1: Line 1:
 ==== VirtualBox running CentOS 7 Notes ==== ==== VirtualBox running CentOS 7 Notes ====
 +
 +**September 2019 - Upgrade to CentOS 7.7:**
 +
 +Best practice is to clone a VM before upgrading so you have a clean starting point.
 +
 +Got these errors upon trying to upgrade: 
 +
 +<code>
 +Error: Package: 1:vlc-core-2.2.5.1-2.el7.nux.x86_64 (@nux-dextop)
 +           Requires: libfreerdp-rail.so.1.0()(64bit)
 +           Removing: freerdp-libs-1.0.2-15.el7_6.1.x86_64 (@updates)
 +               libfreerdp-rail.so.1.0()(64bit)
 +           Updated By: freerdp-libs-2.0.0-1.rc4.el7.x86_64 (base)
 +               Not found
 +Error: Package: 1:vlc-core-2.2.5.1-2.el7.nux.x86_64 (@nux-dextop)
 +           Requires: libfreerdp-channels.so.1.0()(64bit)
 +           Removing: freerdp-libs-1.0.2-15.el7_6.1.x86_64 (@updates)
 +               libfreerdp-channels.so.1.0()(64bit)
 +           Updated By: freerdp-libs-2.0.0-1.rc4.el7.x86_64 (base)
 +               Not found
 +Error: Package: 1:vlc-core-2.2.5.1-2.el7.nux.x86_64 (@nux-dextop)
 +           Requires: libfreerdp-codec.so.1.0()(64bit)
 +           Removing: freerdp-libs-1.0.2-15.el7_6.1.x86_64 (@updates)
 +               libfreerdp-codec.so.1.0()(64bit)
 +           Updated By: freerdp-libs-2.0.0-1.rc4.el7.x86_64 (base)
 +               Not found
 +Error: Package: 1:vlc-core-2.2.5.1-2.el7.nux.x86_64 (@nux-dextop)
 +           Requires: libfreerdp-kbd.so.1.0()(64bit)
 +           Removing: freerdp-libs-1.0.2-15.el7_6.1.x86_64 (@updates)
 +               libfreerdp-kbd.so.1.0()(64bit)
 +           Updated By: freerdp-libs-2.0.0-1.rc4.el7.x86_64 (base)
 +               Not found
 +Error: Package: 1:vlc-core-2.2.5.1-2.el7.nux.x86_64 (@nux-dextop)
 +           Requires: libfreerdp-gdi.so.1.0()(64bit)
 +           Removing: freerdp-libs-1.0.2-15.el7_6.1.x86_64 (@updates)
 +               libfreerdp-gdi.so.1.0()(64bit)
 +           Updated By: freerdp-libs-2.0.0-1.rc4.el7.x86_64 (base)
 +               Not found
 +Error: Package: 1:vlc-core-2.2.5.1-2.el7.nux.x86_64 (@nux-dextop)
 +           Requires: libfreerdp-utils.so.1.0()(64bit)
 +           Removing: freerdp-libs-1.0.2-15.el7_6.1.x86_64 (@updates)
 +               libfreerdp-utils.so.1.0()(64bit)
 +           Updated By: freerdp-libs-2.0.0-1.rc4.el7.x86_64 (base)
 +               Not found
 +Error: Package: 1:vlc-core-2.2.5.1-2.el7.nux.x86_64 (@nux-dextop)
 +           Requires: libfreerdp-core.so.1.0()(64bit)
 +           Removing: freerdp-libs-1.0.2-15.el7_6.1.x86_64 (@updates)
 +               libfreerdp-core.so.1.0()(64bit)
 +           Updated By: freerdp-libs-2.0.0-1.rc4.el7.x86_64 (base)
 +               Not found
 + You could try using --skip-broken to work around the problem
 + You could try running: rpm -Va --nofiles --nodigest
 +</code>
 +
 +Solution:
 +
 +  # yum remove vlc
  
 **December 2018 - Upgrade to CentOS 7.6:** **December 2018 - Upgrade to CentOS 7.6:**
Line 37: Line 94:
 Success with the following steps using [[http://rpm.pbone.net/index.php3/stat/4/idpl/48165651/dir/fedora_other/com/libgtop2-2.36.0-1.fc26.x86_64.rpm.html|libgtop2-2.36.0-1.fc26.x86_64.rpm]]: Success with the following steps using [[http://rpm.pbone.net/index.php3/stat/4/idpl/48165651/dir/fedora_other/com/libgtop2-2.36.0-1.fc26.x86_64.rpm.html|libgtop2-2.36.0-1.fc26.x86_64.rpm]]:
  
-  # yum remove libgtop2+  # yum remove libgpod libgtop2
   # yum -y update   # yum -y update
   # wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/26/Workstation/x86_64/os/Packages/l/libgtop2-2.36.0-1.fc26.x86_64.rpm   # wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/26/Workstation/x86_64/os/Packages/l/libgtop2-2.36.0-1.fc26.x86_64.rpm
Line 52: Line 109:
  
 But [[https://forums.virtualbox.org/viewtopic.php?f=3&t=90267&start=15|Mouse focus problem]] crops up again.   Also see [[https://www.virtualbox.org/ticket/17827|ticket 17827]] But [[https://forums.virtualbox.org/viewtopic.php?f=3&t=90267&start=15|Mouse focus problem]] crops up again.   Also see [[https://www.virtualbox.org/ticket/17827|ticket 17827]]
 +
 +Note: [[https://bugs.centos.org/view.php?id=15570|Bug report for mouse problem]] in RHEL and CentOS has been submitted
  
 I added comments about the video problem to [[https://www.virtualbox.org/ticket/18093|ticket 18093]]. I added comments about the video problem to [[https://www.virtualbox.org/ticket/18093|ticket 18093]].
virtualbox_for_centos_7_notes.txt · Last modified: 2020/05/16 15:42 by juckins