VirtualBox

Ticket #18257 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

VirtualBoxVM not accessible on Linux hosts -> fixed after (not in) 6.0.0

Reported by: andyp1973 Owned by: pentagonik
Component: VM control Version: VirtualBox 6.0.0
Keywords: VirtualBoxVM, shortcut Cc:
Guest type: other Host type: Linux

Description

When installing VirtualBox 6.0.0 onto a Linux host, the VirtualBoxVM application is not accessible with the standard Linux paths.

To resolve this issue a soft link should be created in /usr/bin:

ln -s VBox VirtualBoxVM

...and the following added to the case statement in /usr/bin/VBox...

    VirtualBoxVM|virtualboxvm)
        exec "$INSTALL_DIR/VirtualBoxVM" "$@"
        ;;

Change History

comment:1 Changed 4 years ago by andyp1973

comment:2 Changed 4 years ago by pentagonik

This will be fixed in the next upcoming maintenance release.

comment:3 Changed 4 years ago by pentagonik

  • Owner set to pentagonik
  • Status changed from new to assigned

comment:4 Changed 4 years ago by michael

  • Summary changed from VirtualBoxVM not accessible on Linux hosts to VirtualBoxVM not accessible on Linux hosts -> fixed after (not in) 6.0.0

Fixed as of revision 128075 and later.

comment:5 Changed 4 years ago by andyp1973

This appears to be fixed in changeset 76608. Should there be an additional change to the src/VBox/Installer/linux/uninstall.sh file to add /usr/bin/VirtualBoxVM to the list of symlinks to be deleted?

Likewise, are the same changes needed for the Solaris equivalents (src/VBox/Installer/solaris/VBox.sh)?

-Andy.

comment:6 Changed 4 years ago by michael

Thanks Andy, I have gone through our installers and fixed a few places where VirtualBoxVM was still missing. (src/VBox/Installer/solaris/VBox.sh was not actually one of them.)

comment:7 Changed 4 years ago by michael

  • Status changed from assigned to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.

www.oracle.com
ContactPrivacy policyTerms of Use