Everything posted by darthcircuit
-
Docker-OSX
I'm still working to get mine set up, but the vnc container does run and stays running unlike the standard one. Here's what I did: open the terminal on your unraid machine either through the web or ssh. #entirely optional.. i just wanted an easy place to dump the dockerfile temporarily mkdir /var/tmp/docker-osx cd /var/tmp/docker-osx wget https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/vnc-version/Dockerfile docker build -t docker-osx-vnc . docker run --device /dev/kvm --device /dev/snd -p 8888:5999 -p 50922:10022 -d --privileged docker-osx-vnc:latest that should get it to show up in your containers list in unraid. I didn't have to change any default settings or permissions. Just r After it starts running, you will be shown a vnc password in the terminal. Copy than and then you can connect to it with VNC on port 8888. I just used RealVNC viewer to connect. Works a treat. I'm looking at adding NoVNC support to mine later, but that will a problem for future darthcircuit to worry about.
-
QEMU PCIe Root Port Patch
Thank you very much for that.
-
QEMU PCIe Root Port Patch
Fingers crossed
-
QEMU PCIe Root Port Patch
Is there any way of manually updating qemu to 4.1? I won't be using qcow2, especially compressed. I just pass through the whole controller for my windows 10 vm, and if my pcie lanes are only running at 1x speed, that will be a problem.
-
QEMU PCIe Root Port Patch
Interesting. Thanks for that. Would be nice to have the option anyway for those that aren’t using qcow2. I’m just passing through my nvme controller natively and a sata drive.
-
QEMU PCIe Root Port Patch
Do we know why it was downgraded? I was hoping to have that fixed as well.
-
Performance Improvements in VMs by adjusting CPU pinning and assignment
Thanks! I'll give that a try I deleted my post here the same time you hit submit so i could create my own thread. dunno if that was the right choice or not. didn't want to double post I'll let you know if that helped or not tho. Thanks! EDIT: I've updated the post I made HERE I think that helped a lot along with a couple other things, but am still getting some crazy latency. Thanks for the suggestion do you have any more ideas?