Questions tagged [virtualbox]

[Notice: Only programming-related questions are on-topic] Oracle VM VirtualBox is an x86 virtualization software package, now developed by Oracle Corporation

Oracle VM VirtualBox

Oracle VM VirtualBox is an x86 virtualization software package. It was created by software company innotek GmbH, purchased by Sun Microsystems, and is now developed by Oracle Corporation as part of its family of virtualization products.

VirtualBox is installed on an existing host operating system; within this application, additional guest operating systems can be loaded and run. Each guest OS operates within its own virtual environment.

Presently, VirtualBox runs on Windows, Linux, Macintosh, and Solaris hosts. It supports a large number of guest operating systems including but not limited to:

  • Windows (NT 4.0, 2000, XP, Server 2003, Vista, Windows 7)
  • DOS/Windows 3.x,
  • Linux (2.4 and 2.6)
  • Solaris and OpenSolaris
  • OS/2
  • OpenBSD

See also:

5682 questions
2
votes
0 answers

Unable to create temporary file / permissions denied while running git in docker cloning to shared VirtualBox folder

I have mounted an external SDD as a shared folder into a VirtualBox running Ubuntu. There is a script running in Docker which executes git clone at some point. When it runs it fails because it cannot create temp files which git needs. The shared…
2
votes
1 answer

Can't get the localhost linked to sandbox ip address through hosts

I am on Windows 7, I need to copy a file from Windows 7 to the sandbox which is a Linux guest in VirtualBox and has the IP address of 172.18.0.2 I have hosts file like below: ::1 localhost 172.18.0.2 localhost 127.0.0.1 localhost 172.18.0.2…
mdivk
  • 3,545
  • 8
  • 53
  • 91
2
votes
2 answers

Parsing colon delimited tabular data from VBoxManage output

I am writing some ansible playbooks that wrap the VirtualBox VBoxManage cli. The data that is returned is in a tabular colon-separated format, but I'd like it to be in something like JSON/YAML for better parsing. For example I'd like to take the…
Nick
  • 1,834
  • 20
  • 32
2
votes
1 answer

Understanding the linux audio subsystem (alsa). any recommended book?

I am trying to fiddle with linux audio sub-system. Basically, I am trying to understand how audio input/ouput flows (use of audio encoders etc) when running a linux image on Vbox. Anyone know a good place to start or a good book to refer to.
Vikram.exe
  • 4,565
  • 3
  • 29
  • 40
2
votes
2 answers

container init caused \"rootfs_linux.go:58: mounting to rootfs caused not a directory

I've got a problem with my docker configuration on windows 7. I'm using docker toolbox. Previously my config worked perfectly, but now it cause an error. DOCKER> I/O Error [Unable to start container id [7b5a4bd7ccfd] : OCI runtime create failed:…
2
votes
2 answers

VBoxManage: error: VERR_PROC_ELEVATION_REQUIRED (VirtualBox guestcontrol execute)

I am trying to run a program inside a Windows 7 guest VM from my Linux host: VBoxManage guestcontrol Win7-64bit-Pro-VM1 run --exe "C:\Program Files\7-Zip\Uninstall.exe" --verbose --username Admin1 --password "123" However, since the program needs…
user2972081
  • 573
  • 1
  • 4
  • 15
2
votes
0 answers

Docker Desktop for Windows running at Windows10 hyper-V is not working inside Oracle Virtualbox 6

I'd like to run Docker desktop for Windows on a Windows10x64 PRO VM which is inside the Oracle Virtualbox and my hyper-V feature is enabled. But I got the following error message. [12:15:10.393][Linux ][Error ] Failed to start: Unable to start: The…
2
votes
1 answer

Virtualbox: How to install guest additions on a Windows10 guest on Ubuntu?

I'm running a Windows 10 guest on an Ubuntu 18.04 host. Within the Windows 10 guest, browsers are able to connect to the internet. When I go to 'Devices' -> 'Insert guest addition CD image', a dialogue pops up immediately. The dialogue window…
bob
  • 753
  • 4
  • 15
  • 27
2
votes
0 answers

Hotmodule autoreload chrome from vagrant-vm without ssh-tunnel

I have a Vagrant VM running in Oracle VM Virtualbox with a webpack installation. The Hot-Module Autoreload Feature for the browser is working when I expose the Webpack-Node Server to 127.0.0.1:8080 and then ssh-tunnel into ssh -L 8080:localhost:8080…
2
votes
1 answer

Connect to VirtualBox localhost from a Mac host

I am running a .NET server running on localhost in a virtual box VM. I would like to access the VM localhost from a browser in my mac - I am developing a new javascript client for the project and would prefer to do so on my mac. There are tons of…
Nathan Beck
  • 1,152
  • 14
  • 23
2
votes
0 answers

How to share (config.vm.synced_folder), directories between Windows 10 and CentOS7 Virtual Machine created using Vagrant and VirtualBox

I'm trying to create a VM CentOS7 using Vagrant (2.2.3) and Virtual Box (6.0.4), on Windows 10 using the following Vagrant file Vagrant.configure("2") do |config| config.vm.box = "bento/centos-7" config.vm.network "private_network", ip:…
Cesare
  • 1,629
  • 9
  • 30
  • 72
2
votes
1 answer

SQLSTATE[08006] timeout expired

I'm trying to connect a laravel project to postgresql database using Vagrand with homestead and VirtualBox, but I always getting this error below when migrate, i've tried changing host and port, but still the same. Can somebody give me a clue to…
Arthur Oliveira
  • 77
  • 1
  • 1
  • 9
2
votes
1 answer

Raw-mode is unavailable courtesy of Hyper-V

Today I was opening a Virtual Machine on VirtualBox and I can't start it. I had to enable Hyper-V in order to use Android Manager on Android Studio. Is there any way to run both or do I need to disable Hyper-V? Thank you all
2
votes
0 answers

psql: server closed the connection unexpectedly

I have an app with Postgres with a VirtualBox machine which I control with Vagrant. I think it was because of an unfortunate packages updates today I'm not able to connect with the Database anymore. When I run: psql -U password -d database -h…
luissevillano
  • 124
  • 1
  • 7
2
votes
2 answers

Could not access Web API inside docker container from localhost

I know that there are many discussion about this, but none of the proposed solutions worked for me, so I will have to know at least if I was doing something wrong or I was hitting a limitation. Step 1. I created the default .NET Core 2.0 WEB…
Clock
  • 974
  • 3
  • 17
  • 35