8,109 questions
Score of -4
0 answers
67 views
Azure VM run command keeps failing [closed]
I have an Azure Windows VM which is up and running and I can remote desktop to it now problem.
In my DevOps system in Pipelines->Environments I have setup a new env as below
And when I Add a ...
Score of 0
0 answers
64 views
Kernel debugging a Windows VM causes high CPU usage
My host computer runs Windows 11 23H2. I have tried debugging:
Windows 11 in a Hyper-V Generation 2 VM
Windows 11 in VMware Workstation Pro 17
Windows Sandbox with CmDiag
over either a COM port or ...
Tooling
0
votes
3
replies
75
views
A way to connect USB to Ubuntu VM directly
Usually, once we connect a USB device, it gets recognized by Host Machine (Windows 11) and then we chose the USB device in the VirtualBox Devices->USB Menu then it gets recognized by the VM.
I want ...
Tooling
0
votes
2
replies
57
views
Virtual machine with no ssh can't access my local files
So, I launch my virtual machine with this command
qemu-system-arm -M ast2600-evb -nic user -nographic -drive file=image.static.mtd,format=raw,if=mtd
but ssh is not activated in my virtual machine, I ...
Best practices
0
votes
1
replies
80
views
Running Windows 11 GUI Applications in Azure CI/CD Pipeline
I am trying to set up automated GUI testing for a Windows application within an Azure-based CI/CD pipeline, but I am running into fundamental issues with maintaining a stable GUI session.
Context
OS: ...
Score of 2
1 answer
145 views
Strange behavior of the EAX register being truncated to 16-bit when single-stepping with CodeViewer debugger? [duplicate]
DOS 6.22. Virtual Machine.
Simple code:
.model small, stdcall
.386
.stack 1024
.code
Main proc
mov AX, @data
mov DS, AX
mov EBX, 00F00140h ; ebx contain 00F00140h
mov EAX,...
Tooling
0
votes
0
replies
61
views
Which hypervisors (other than KVM/QEMU/VFIO) support stable PCIe/FPGA passthrough for driver debugging?
I am debugging a complex PCIe passthrough issue involving an FPGA and its Linux driver. I need to isolate whether the bug resides in the VFIO/KVM/QEMU stack, the FPGA hardware/firmware, or the Linux ...
Best practices
0
votes
2
replies
59
views
Can you run Moltbot as a container?
Does this provide enough separation for security purposes or am I better off using a VM?I know that Moltbot is fraught with security issues. I would like to try it out, but I obviously do not want it ...
Score of 0
1 answer
219 views
Vite + React deployed with Nginx: “Failed to load module script… MIME type text/html” but assets return application/javascript via curl
I deployed a Vite + React app on an Ubuntu VM using Nginx. The site loads, but in the browser console.I get:Failed to load module script: Expected a JavaScript-or-Wasm module script but the server ...
Score of 0
0 answers
88 views
Renesas e² studio / SSP install fails on macOS and Windows ARM VM (GetLastError 317)
I’m trying to develop and flash firmware for a Renesas Synergy DK-S7G2 board, but I’m completely blocked by tooling issues across macOS and Windows on ARM (VM). For context, I am using an M4 MacBook ...
Advice
0
votes
1
replies
87
views
Why is the WSL (Nat) able to reach to Vmware (Nat)?
Thank you all for reading my post in advance.
So I have my VMware Virtual machine (Nat) which is listed as below:
huang@ubuntu:~$ ip route show default
default via 192.168.189.2 dev ens33 proto ...
Advice
0
votes
0
replies
125
views
Hyper-V VM Not Getting DHCP Address (169.254.x.x APIPA)
I’ve been troubleshooting an issue with my Hyper-V setup where my VM keeps getting an automatic private IP address (169.254.x.x) instead of receiving a proper DHCP address from my router. Any advice ...
Tooling
0
votes
0
replies
50
views
How to tell gdb the default opsize, so it can debug multi cpu mode code (without a weird disassembly output)
Note: This is a repost of a question I asked on RetroComputing, where I was told to move it here.
I've made my own kernel. It has 32-bit pm, 16-bit pm, and 16-bit real mode code. I use Qemu to ...
Best practices
0
votes
1
replies
64
views
Which VDI to choose
For an exercise, I am setting up a server on VirtualBox, I don't know which VDI to choose.
My choices are: VDI , VHD, VMDK, HDD, QCOW and QED.
My server will run on the absolute minimal. Its a Debian ...
Score of 0
0 answers
96 views
VS Code Remote-SSH disconnects when opening folder on Azure VM
I can SSH into my Azure VM from the Mac terminal without any issues, but when I try to use VS Code Remote-SSH, the connection fails as soon as I open a folder.
Environment:
Local machine: macOS
VS ...