Skip to main content
The 2024 Developer Survey results are live! See the results

Unanswered Questions

8,008 questions with no upvoted or accepted answers
6 votes
3 answers
6k views

How can I troubleshoot VirtualBox port forwarding from Windows guest to Mac OS X host not working?

There is a plethora of questions about VirtualBox port forwarding problems but none with my specific details. Details of setup: I have a Windows 7 Professional 64bit install living in VirtualBox 4.1....
6 votes
1 answer
3k views

git clone extremely slow using ssh

Originally I could do git clone using ssh at an acceptable speed. However my ubuntu crashed, so I reinstalled using the newest version 13.04. After I re-installed all I try to do git clone using ssh ...
6 votes
3 answers
6k views

Mac OS X Server 10.6.6 "disables" CPU in VMware Fusion

I installed Mac OS X Server 10.6.0 in VMWare Fusion the other night and it worked perfectly, until I ran Software Update. I upgraded to 10.6.6 through the combo updater, and now when I start the VM it ...
5 votes
0 answers
596 views

How to troubleshoot a long delay when connecting over SSH?

SSH'ing to my Linux workstation from my Mac laptop works totally fine, except that there is sometimes a very long delay before I see a prompt. If I try again then it's fast like normal, but a few ...
5 votes
3 answers
8k views

Ubuntu VM hangs in VirtualBox under Window 10: "watchdog BUG: soft lockup - CPU#0 stuck for 23s"

This is Windows 10 with VirtualBox installed and Ubuntu virtual machine with Apache server. Often CPU hangs on the Ubuntu virtual machine, taking up to 50% host CPU usage with no response at all, when ...
5 votes
2 answers
8k views

Trying to ssh into IPv6 address, getting "no route to host"

I have a home computer that uses Ubuntu 22.04, that I'd likely to remotely SSH into, from the internet. I'm trying to do this through its public IPv6 address. The address doesn't begin with fe80::, so ...
5 votes
0 answers
2k views

Cannot use `open` command via SSH on Mac

I have a workflow where I use SSH in terminal in conjunction with remote desktop, and I often use the open command in SSH to open something in the GUI. However, recently it stopped working with the ...
5 votes
0 answers
2k views

Qemu throws back error after i tried to use whpx acceleration (not sure if this the right community)

I am using qemu to emulate Zorin OS 16 (a hour old user of qemu) I tried to emulate Zorin OS 16 with whpx acceleration with this command in power shell: qemu-system-x86_64.exe -boot d -cdrom zorincore....
5 votes
0 answers
1k views

Installing Windows virtualization features within KVM virtual machine causes early-boot guest crash

See updates below for what I've discovered about the more general nature of this problem. I have a Windows VM running OVMF firmware with VFIO passthrough for a graphics card running on an Arch Linux ...
5 votes
1 answer
2k views

How can I emulate Ubuntu 18.04 on MacOS using qemu?

How can I run Ubuntu 18.04 on my MacBook Air (Mojave) using QEMU? (yes I have to use QEMU for now.) I got QEMU from here. But also got it from Homebrew as well. I've tried looking at the QEMU's ...
5 votes
2 answers
19k views

VM got 10.0.x.x address instead of 192.168.x.x address?

I've searched the similar question (and prepared to be downvoted too). I'm new to virtualbox, and I have Ubuntu-server-VM (with guest addition installed) run on my Windows-10-Host using VirtualBox-5.2....
5 votes
0 answers
3k views

Is there any way to type the clipboard to the guest in VMware

Similar to this question for VirtualBox: How do you auto-type the contents of the clipboard from the host into a guest Virtual Box instance? Is there any way to type the contents of the clipboard to ...
5 votes
2 answers
8k views

Boot a physical disk with EFI in VirtualBox Ubuntu 18.04 host

I used to use legacy BIOS booting on this machine to dual-boot Ubuntu 16.04 and Windows 10 across three hard drives. I used GRUB to boot to Ubuntu on an SSD and HDD combo and Windows 10 on it's own ...
5 votes
3 answers
8k views

Microsoft Remote Desktop - "Started Connecting, Giving Up"

My local machine is a Mac and I ran out of disk space on on my remote machine's "/dev/xvda1" filesystem. % sudo df Filesystem 1K-blocks Used Available Use% Mounted on /dev/xvda1 ...
5 votes
1 answer
221 views

Ssh X11 forwarding messes up with default shell

I have a bash specific code in my bash profile: $ cat ~/.bash_profile #!/usr/bin/env bash echo "SHELL: $SHELL" function printfiles() { while IFS='' read -r _file || [[ -n "$_file" ]]; do echo ...

15 30 50 per page