5,608 questions
-3
votes
0
answers
33
views
How to increase display screen size using of CentOS/Redhat using virtualbox on a mac
I just installed CentOS10 (actually I have tried so many versions) using VirtualBox on my Macbook pro 16 (M1) but the display is so small.
I have searched online for a solution but haven't been able ...
0
votes
0
answers
31
views
x86_64 driver get_user_pages_remote crash:low address (0x...aa56c75b) leads to follow_page_mask panic
I am developing an Android Emulator based on VirtualBox and Android-x86. I want to achive the GPU pass through render according to the Android Hardware OpenGLES emulation design. Now i am debugging ...
2
votes
1
answer
98
views
monitoring directory with 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 doesnt even print out the ...
0
votes
0
answers
45
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 ...
1
vote
0
answers
132
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 ...
0
votes
0
answers
43
views
GNS3 - WinError (Router Issue)
I get this error message when I try to start the devices in GNS3. Can you please help me regarding this matter? Below is the error message I get.
Could not send Dynamips command vm set_ghost_status &...
-4
votes
1
answer
215
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
54
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
1
answer
43
views
Error message in FlightGear (too much current)
I am running FlightGear in a virtual box alongside a number of other processes and I find that when I run those processes, FlightGear will give me the message:
[bash-1] 93.50 [ALRT]:systems ...
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
56
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
110
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
62
views
vagrant up fails to SSH on Linux host, but works on Windows host
I'm using the same Vagrantfile on two machines: Windows 7 with VirtualBox 6.1.50 and Linux Mint 22 with VirtualBox 7.1.4. Vagrant 2.4.3 on both. On the Windows host vagrant up brings up the VM just ...
0
votes
0
answers
32
views
Jump starting a very stale Laravel Spark project that was mothballed
I started a Laravel Spark project several years ago. I had to mothball it for a while, but trying to pick back up now. In the meantime the development machine has become unstable, so need to move ...
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 ...