An x86 virtualization software package developed by Oracle (which bought Sun, which bought Innotek).

learn more… | top users | synonyms

0
votes
1answer
25 views

VirtualBox under Archlinux can't connect to Internet after “pacman -Syu”

I have a windows 7 VM in virtualbox and I'm used to connect the Internet though NAT. But after the last system upgrade,The Internet can't be reached in the VM. I check the log at /var/log/pacman.log ...
0
votes
0answers
32 views

Virtualbox 4.2.6 can't start on boot (OpenSuSe12.3)

I was working on a old version of VirtualBox (3.2.6) in which I can edit /etc/sysconfig/vbox, there I can add as many VM to start when the host boots up. Now on the this new version 4.2.6 can't edit ...
-1
votes
1answer
43 views

How to SSH apache user from a remote guest server on VirtualBox with host-only network?

I have two CentOS virtual machines on VirtualBox . one of them let's say CentOS-1 holds my Web application code . second is CentOS2 . I have two network connections between these two servers : Bridged ...
1
vote
1answer
84 views

How to install virtualbox guest addition in a guest machine with the latest Archlinux?

I want to install the virtualbox guest addition in a guest Archlinux machine. The vbox version is 4.2.10 r84104, and the Arch install media is the latest release 2013.04.01 with systemd as the ...
0
votes
1answer
69 views

no sound in fedora 18

I installed Fedora 18 Xfce Spin as a guest operating system on VirtualBox.It has no sound. The operating system settings like that; -Host Driver:Windows DirectSound -Controller:ICH AC97 How to ...
0
votes
0answers
65 views

Fedora 18 host cannot ping Windows XP guest

I have my laptop running Fedora 18. I want to run a Windows XP guest using VirtualBox 4.2.6. My configuration seems correct, here is my networking report. Fedora 18 host lo: ...
2
votes
1answer
22 views

switch network on and off of a virtual remote servrer

I need to perform a testing panel which disconnect a network cable and connect it again on a specific virtual server via a php web page . I found that ip & ifconfig can disconnect network but I ...
2
votes
1answer
51 views

Error while mounting directory from host via NFS

I've been looking around the site but I couldn't find anyone with the same problem. On VirtualBox, I have a machine with IP *.28 and another one with IP *.20. The latter should mount a directory ...
1
vote
0answers
56 views

Using a bridge, an LXC container can't ping router, but the host OS can

I've got a virtual machine running under virtualbox, and in that virtual machine I've got an LXC container I'm trying to bridge to virtualbox's NAT interface: ------------- ----------- ...
2
votes
0answers
56 views

Error: invalid arch independent ELF magic, while loading a VirtualBox machine with Ubuntu Tinyos

I've created a virtual machine with Ubuntu (having TinyOS). The problem arises when I start the machine. I immediately get a black screen with written: GRUB loading. error: invalid arch independent ...
-1
votes
1answer
58 views

Do USB emulators exist for Linux?

I'm looking for software that lets me have many virtual USB drives on my Ubuntu installation. I want them to be seen by virtual machines in VirtualBox so I can do backup operators. I need the drives ...
0
votes
1answer
99 views

fstab not mounting VirtualBox shared folder?

I have a virtual machine here which I use for development, so as not to mess anything up in my existing environment. I've made a share named "web" available to the guest OS (Ubuntu 12.10 Server) ...
0
votes
2answers
86 views

grub waits for user input when booting as guest in virtualbox

I have several ubuntu guests inside a Mac OS X virtualbox host. When I start them, about half of the time they correctly boot and get to their login screens/start all their services. The other half of ...
0
votes
2answers
130 views

CentOS doesn't see USB device

I'm running CentOS 6.3 inside of VirtualBox and am having trouble seeing my USB 2.0 thumb drive. In VirtualBox I go to Devices, USB drives and can capture my connected thumb drive. I've created a ...
1
vote
1answer
128 views

Virtualbox: Mount a shared folder in Guest FreeBSD from Host Ubuntu

I have Ubuntu 12.10 as Host OS and FreeBSD 9 as Guest OS in Virtualbox 4.1.18. I have Samba installed in both Ubuntu and FreeBSD and shared a few folders from virtualbox, also ticking the automount ...
1
vote
1answer
111 views

Guest OS Ubuntu 12.04 no network connection

Recently added a new *.VDI image with Ubuntu 12.04 to my existing VirtualBox. The machine hangs with a "Waiting for network configuration" error, eventually times out after 60 seconds and boots in ...
0
votes
3answers
84 views

Can I install ubuntu on a Virtualbox image and use it anywhere?

I am wondering if I install ubuntu once on a virtual machine running inside virtualbox, could I then use it as a portable OS and launch it from virtualbox on any machine? Or would I have to match the ...
0
votes
1answer
65 views

Debian VirtualBox Guest - Common Files to Remove for Space Saving?

I have created a VirtualBox guest using debian-6.0.7-amd64. I am using it as a clone template to create Java work nodes, so my needs are pretty much limited to the JVM, networking, SSH and the basics ...
1
vote
0answers
67 views

Centos 6.2: Unable to open terminal after vbox save state

I'm experiencing this issue frequently. Usually, I work on my Centos 6.2 in VBox for a while and then close it by saving state (going to other machines or doing host work). Then, I resume my session ...
1
vote
2answers
198 views

What's technical difference between official virtualbox and VirtualBox-OSE?

What's technical difference between official VirtualBox and VirtualBox-OSE? My scenario: I'm using Debian sid, it uses a 3.2.0-4 kernel. When you want to download VirtualBox, you have 3 options: ...
1
vote
0answers
171 views

How to setup GParted video mode in Oracle Virtualbox?

I'm trying to boot GParted live 0.14.1-6 within Oracle Virtualbox 4.2.6 r82870 (Extension Pack installed). The host OS is Windows 7, the physical graphic card is an AMD Radeon HD 6900. The physical ...
0
votes
0answers
117 views

SAMBA, CentOS and VirtualBox. Cant reach share from windows

I think I configured my Samba fine, but I cant access the share from a Windows machine. The network is set as bridged in VB configuration and I can ping the Windows machine from CentOS. Also, I can ...
1
vote
2answers
93 views

Virtualbox 64bit image on 64bit computer without virtualization support

I got an 64 bit image for VirtualBox (.vmdk file) and I don't have a 32 bit version. My coputer doesn't support hardware virtualization. Logically VirtualBox says This kernel requeires an x86-64 CPU, ...
1
vote
0answers
43 views

How to manage 2 vm using upstart?

I use an upstart script to monitor a vm and respawn it when it gets killed. I would like to simulate a failover by doing the following. Create a clone of the VM1 say VM2. When either of them is ...
4
votes
1answer
98 views

how to send CTRL-ALT-Fn to virtual box guest Linux?

This should be a simple question: Host OS: Arch Linux Guest OS: Arch Linux (GNOME) How can I send Ctrl+Alt+F1 to my Guest Linux OS?
2
votes
1answer
1k views

Fedora 18 Virtualbox Resolution Guest Additions

I've installed Fedora 18 64bit guest into a Virtualbox VM running on a Max OSX host. Previously I've installed Fedora 17 and after installing guest additions from the rpm fusion repo full screen mode ...
2
votes
1answer
81 views

Gedit cannot save in shared folder (Virtualbox)

I'm getting the "Cannot save _ Unexpected error: Error renaming temporary file: Text file busy" in Gedit 2 when I try to save in a shared folder with Virtualbox (Debian). I've searched and apparently ...
1
vote
0answers
318 views

Problem getting Fedora to run in VirtualBox

I'm using Ubuntu 12.04 64-bit, trying to get Fedora 18 64-bit to run in the Oracle VM VirtualBox. I've got VirtualBox installed (via the .deb package available from the official site,) and I got the ...
1
vote
1answer
181 views

Add ipv4 support to CentOS 6.3

I've installed two identical versions of CentOS using VirtualBox. The first instance works fine and has ipv4 configuration automatically working, but the second instance doesn't; it only comes with ...
2
votes
1answer
282 views

Xorg not working on Arch Linux

I installed Arch i686 on a VirtualBox VM (I have an nvidia GT610). I ran the following commmand as root: pacman -S nvidia After installation and rebooting, I ran pacman -S xorg-server xorg-xinit ...

1 2 3 4 5 7
15 30 50 per page