VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 16363)

Ticket Resolution Summary Owner Reporter
#2938 fixed /etc/init.d/vboxdrv setup fails on Gentoo Linux with "/sbin/functions.sh: No such file or directory" => Fixed in SVN Sebastian Flügge
Description

On Gentoo Linux the file "functions.sh" moved from /sbin/functions.sh to /etc/init.d/functions.sh a couple of month (years?) ago ... Please modify in file /etc/init.d/vboxdrv:

elif [ "$system" = "gentoo" ]; then

. /sbin/functions.sh

to

elif [ "$system" = "gentoo" ]; then

. /etc/init.d/functions.sh

In Virtualbox 2.1.0 it is line 98 of /etc/init.d/vboxdrv.

The problem exists in VirtualBox since version 1.4.x or 1.5.x or so.

#10642 fixed /etc/init.d/vboxweb-service incorrect functions.sh-path for Gentoo-Host -> fixed as of 3 July 2012 virlem
Description

As ticket #2938 already pointed out: /sbin/functions.sh move long time ago to /etc/init.d/functions.sh.

You patched it in /etc/init.d/vboxdrv but not in /etc/init.d/vboxweb-service.

Please modify line 161 of /etc/init.d/vboxweb-service from

if [ "$system" = "gentoo" ]; then

. /sbin/functions.sh start_daemon() {

to

if [ "$system" = "gentoo" ]; then

. /etc/init.d/functions.sh start_daemon() {

#9215 wontfix /etc/vbox/vbox.cfg should not be automatically removed (Debian) Mark A. Ziesemer
Description

When upgrading VirtualBox on Ubuntu / Debian, /etc/vbox/vbox.cfg is automatically removed, with the following message:

Found old version of /etc/vbox/vbox.cfg, removing.

This is also visible in http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/linux/debian/postinst.in .

This file is required for use with vboxweb-service, including for use with phpVirtualBox. Having this file automatically and unconditionally removed breaks this configuration with every upgrade. Why is this considered "old cruft" (as per postinst.in) if it still serves a need - or is there another way that vboxweb-service should be configured? If there are no alternatives, this removal should be removed - or at least made conditional.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy