VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2098 - 2100 of 16363)

Ticket Resolution Summary Owner Reporter
#2017 fixed Install Windows guest OS on Open Solris or RHEl 5 Qinghuai Gao
Description

I got several different errors when I installed Window XP or vista (32-bit) on Open Soalris and RHEL5. Most of the times when it started to format the disk, virtual box ran really slow and gradually the host OS response very slow and then hung.

The log files are attached to this email for better locating the issues. Please let me know if anyone need more information to debug these issues.

By the way, the computers are AMD64-based workstations.

#2019 fixed Incorrect Time in OpenSolaris2008.05 guest on Mac Leopard host Jhansen
Description

Every time I run OS2008.05 as a guest in Leopard (Intel), it comes up

with the wrong time (future time), hence, it appears that my emails come from someone in the future :-P

This issue occurs despite configuring the clock to autosync to time servers on the internet. I have to manually tell it to sync to the specified time servers for it to pick up the correct time.

#2020 invalid Patch to VBox.sh for Linux 2.4.x host kernels abe_skolnik
Description

here is a patch that removes annoying erroneous warnings when vboxdrv.o [note: _not_ .ko, as in Linux 2.6] is already loaded:

* VBox.sh Wed Aug 27 23:14:51 2008 --- VBox.sh_orig Wed Aug 27 22:46:43 2008 * * 32,40

if [ "$1" = "shutdown" ]; then

SHUTDOWN="true"

! # The following patch to prevent spurious unnecessary warnings when running on a 2.4.x host kernel written by Abe Skolnik 2008-8-27 ! # elif [ ! -e /lib/modules/uname -r/misc/vboxdrv.ko ]; then ! elif [ ! -e /lib/modules/uname -r/misc/vboxdrv.ko ] && [ ! -e /lib/modules/uname -r/misc/vboxdrv.o ]; then

cat << EOF

WARNING: There is no module available for the current kernel (uname -r).

Please recompile the kernel module and install it by:

--- 32,38 ----

if [ "$1" = "shutdown" ]; then

SHUTDOWN="true"

! elif [ ! -e /lib/modules/uname -r/misc/vboxdrv.ko ]; then

cat << EOF

WARNING: There is no module available for the current kernel (uname -r).

Please recompile the kernel module and install it by:

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