5,601 questions
-4
votes
0
answers
26
views
Onboard virtual keyboard cannot type special characters on US layout (Linux in VirtualBox) [closed]
I'm using the Onboard virtual keyboard on Linux inside VirtualBox.
Problem:
I cannot type special characters using Onboard. Letters (A–Z) and numbers (0–9) work normally, but symbols do not work.
...
-7
votes
0
answers
47
views
Trying to start windows machine with vagrant and virtualbox [closed]
Got a weird error while loading this vagrantfile with virtualbox on ubuntu. I tried a few got the same error. Anyone know how to fix?
vagrant --version
Vagrant 2.4.9
vboxmanage --version
7.0....
0
votes
0
answers
67
views
No breakpoints when using xdebug in vscode to a apache server running in virtualbox
Currently trying to get breakpoints working in vscode to a php server running in virtual box.
My VS Code launch is as follows
{
"name": "Listen for Xdebug",
"type&...
3
votes
1
answer
94
views
NASM bootloader: Protected mode jump to kernel at 0x00010000 shows nothing in VirtualBox
I’m writing a small text‑based operating system in NASM to learn how bootloaders, protected mode and kernels work. The system is called AtomOS and the kernel is called the Nucleus.
My problem is that ...
1
vote
1
answer
111
views
Monitoring a directory with an inotify script in C on VirtualBox
I’m trying to monitor a directory called "/lab/prog2" on VirtualBox with this code, but when I run it, it gets stuck after printing out the directory's path.
It doesn’t even print out the ...
0
votes
0
answers
50
views
Virtualbox hosted COSMOS Does Not Get IP with mobile hotspot
I'am hosting a NAS OS with cosmos and oracle virtualbox with vs 2022 C#. But unfortunately somehow it doesn't get IP address with mobile hotspot meanwhile it works through wifi from home. In the ...
0
votes
0
answers
176
views
Visual Code window not movable and resizable when starting code via a MobaXterm ssh connection
I have Virtual-Box VM where Debian Linux 11.11 is installed with Visual Code 1.99.3
I use MobaXterm v24.4 Personal Edition to login via ssh to the machine. If i start code, then the window displayed ...
-4
votes
1
answer
278
views
Unexpected NodeJS and NPM network behaviour - Kubuntu 24, docker, Virtualbox 7
I was getting ETIMEDOUT when installing packages with nvm 0.40.1, node 22.14.0 & npm v10.9.2. Tried multiple fixes that's across the internet and nothing worked! (downgrade, upgrade, cleanup, ...
0
votes
1
answer
57
views
Unable to add the arrikto/minikf box with vagrant up : "The requested URL returned error: 403" [closed]
I encountered the following error when trying to add the arrikto/minikf box with vagrant up:
The requested URL returned error: 403
Setup
Vagrant version:
$ vagrant version
Installed Version: 2.4.3
...
0
votes
0
answers
42
views
Can't run ASP.NET Core gRPC project in shared folder
I am unable to run my ASP.NET Core gRPC project in a shared folder in a vm environment of virtualbox due to an infinite loop that occurs when loading the appsettings.json file, which results in a file ...
0
votes
0
answers
59
views
Cannot run Laravel Homestead - VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component SessionMachine, interface ISession
Any help will be helpful.
Just transferred data to the new mac, upgraded Virtualbox and Homestead, but cannot run.
Im using macos sequoia.
There was an error while executing `VBoxManage`, a CLI used ...
0
votes
0
answers
135
views
ACPI device does not exist after adding custom ACPI table to Windows11 virtual machine in VirtualBox
I'm using VirtualBox v7.1.6 with a Windows11 virtual machine.
I want to add a custom acpi table to the virtual machine
DefinitionBlock ("DSDT.AML", "DSDT", 0x02, "VMW", &...
0
votes
0
answers
41
views
Why sr1 return None when TCP flags are FPU
from scapy.all import IP, ICMP, TCP, sr1
import sys
def probe_scan(ip):
probe_packet = IP(dst=ip) / ICMP()
return sr1(probe_packet, timeout=10) != None
def tryXMas(ip, port):
xMas_packet ...
0
votes
0
answers
49
views
A network related or instance-specific error occurred whilst establishing a connection to SQL Server from Oracle Virtual Box to Host Windows machine [duplicate]
I have deployed an ASP.NET Core Web API to run on an Oracle Virtual Box, but calls to the database fail.
The database is on the host machine that Virtual Box is running on. Other machines on the ...
4
votes
1
answer
291
views
debug.exe from DOS 6.22 errored on assembling mov ax, imm16 with the `a` command; works in Win 2000
The details of my problem
Enviroment: I was using MS-DOS 6.22 virtual machine in VirtualBox.
Task: With the help of the built-in debug.exe program which lives in C:\DOS\DEBUG.EXE , I wanted to write ...