VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (256 - 258 of 16363)

Ticket Resolution Summary Owner Reporter
#262 fixed Kernel X Modules - external source tarball laxathom
Description

Hi all,

Does it plan to provide an external xgraphic and xmouse kernel module driver source tarball like vboxdrv.ko (vbox-kernel-module-driver.src.tar.bz2) ?

this will avoid to rebuild all the main source tarball to just update the kernel module for the updated kernel release.

For now the way to avoid a full rebuild it's to: pushd %{_builddir}/%{package_name}-%{version}/src/VBox/Additions then do kmk on related Makefile contained folder to build them alone.

I can provide a script kernel X module install for Fedora Core system is someone need it.

#263 fixed Network setting dosn't restore... tester1
Description
  1. setup a netwok with "Host Interface", with "Interface Name" and start-/stop scripts.
  2. Disable the Network Adapter
  3. close the "Settings" windows with "ok"
  4. reopen the "Settings"
  5. goto Network and enable the Network Adapter

Now two things are wrong here: The "Attached to" are now "Not attached" and not the old value "Host Interface". If you switched back to "Host Interface", the settings are not restored currectly: The "INterface Name" are empty :(

I used Virtualbox v1.3.8 under Ubuntu.

#264 fixed No error msg. if "Host Interface" Network dosn't start... tester1
Description

I used VirtualBox v1.3.8 under Ubuntu with a "Host Interface" setup. I make this start/stop scripts: tap0up.sh

#!/bin/sh
sudo ifconfig $2 up
sudo brctl addif br0 $2

tap0down.sh

#!/bin/sh
sudo brctl delif br0 $2

I started with these settings, and everything works fine. Now, i would restart the VM and thre restoring aborted without any errors :( If i disable Network the VM starts.

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