Everything posted by Skylinar
-
[Support] ich777 - Gameserver Dockers
I checked Oxidemod and you are right, it's not 100% needed if you want to make a server listed in the modded section. But if you want to administrate an "unmodded" server and want to be listed in the official tab this would be a usecase I think. Would it be much effort?
-
[Support] ich777 - Gameserver Dockers
Hi @ich777, many thanks for you hard work! I have one question: Is there a way to connect to the Rust Server Console? Thanks
-
[Support] ich777 - Application Dockers
Confirmed working now, thank you very much!
-
Multiple docker networks with SWAG
Thanks for you insights, helped me!
-
[Support] ich777 - Application Dockers
Thanks! But when using this method I am getting "An unexpected error occured" after VNCService tries to start.
-
[Support] ich777 - Application Dockers
Hi @ich777 thanks for the JDownloader2 Docker. Curious if it is possible to use VNC_PASSWORD variable to protect the UI? I tried to, but seems not to work for me. Any suggestions? Thanks
-
Xpenology VM any one running this ?
I'm using Xpenology as well and I've updated to 6.9.2 without any problems. Running fine. I'm using a dedicated SSD for it, but I am not sure if it should be the same.
-
How to KILL a docker container?
I have also had the problem a few times that the Docker service did not stop because a container did not want to kill itself. I have also tried to do this manually and have never been able to successfully kill a Docker container manually. I have also used docker kill containername with no success. I then had to manually unplug my Unraid server, which is really suboptimal. It's good that rebooting worked around the problem for you, however it's not a real solution. Has anyone else experienced this and can either confirm that docker kill worked for them or what the correct solution was? Because I would like to know if it is a problem on my machine or a general unraid problem.
-
Docker apps install slow
Facing the same issue.. lage docker pulls (e.g. linuxserver/nextcloud) are slow for me. Only getting about 1.6mbps download speed. The 212mb file takes ages. Is it dockerhub which has got problems or my docker setup? unraid-diagnostics-20210713-2241.zip
-
Errors on Main and Dashboard Pages
Just to note here, this problem occured on my machine as I was preclearing one disk via USB on the neigbour port of the unraid usb stick.
-
Docker inside a VM
@mark41 pleased to hear that my research could bring you further!
-
Docker inside a VM
@vatsalya Due to you are using AMD this method could not work because with my mentioned method you change from "Penryn" to "host" which will pass the host CPU. In your case, it will be AMD and not Intel. At the time I posted the solution I was running Dual Xeons and it could be, that it only works with Intel host CPUs. As I am not running macOS VM anymore I sadly can't help much more here.
-
[Support] PTRFRLL - Docker images
Bump, can someone assist?
-
[Support] PTRFRLL - Docker images
Thanks for the insights. I'm messing around with this and a P2000 and can't even get it working. I've added "mt" : 4 to the config after the "worker" and started the trex docker in PRIVILEGED mode, is there more I've missed?
-
Script to check if any VM is up and running, then shutdown
Bump. Searching as well. Would be really appreciated if someone could share a script on how to detect if a specific VM is running. Thanks!
-
[Plugin] Nvidia-Driver
Thanks, but I can't confirm that. I've got a Smart Plug for the power socket and can see in idle consumption of my unraid system (incl. router and small other stuff) of about 204 watts and when the Windows 10 Gaming VM runs (in idle) its about 230 watts - even when it's set to energy saving in windows.
-
[Plugin] Nvidia-Driver
How do you deal with a GPU that is used for a gaming VM? Since GPU is bind via VFIO, I don't see it with the nvidia-smi command and can't see what power state it is in when the VM is turned off. I have a relatively high power consumption and would like to save power in all places if possible. Are there any tips?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I'm trying to get hedgedoc to work with swag reverse proxy, but unfortunately it doesn't work. Has anyone already got it working, if so, could they help with the config for swag/hedgedoc?
-
[PLUGIN] GPU Statistics
Would be appreciated if the fix could be merged, I love this tool. Thanks to mlapaglia for taking the time!
-
[Plugin] Nvidia-Driver
Thanks for posting it here. I'am facing exactly the same issues as you mentioned on 6.9.0-rc2. I thought I had broke something on my own fault. Happy to hear it is (again) a release issue from Plex. Let's hope it will be fixed quickly.
-
[Plugin] Nvidia-Driver
I've updated to Version: 6.9.0-beta35 just now and I was using linuxserver.io Plex docker as well with unraid nvidia plugin. I switched to this plugin and hardware transcoding is working without any problems out of the box. I think it is simply important to follow the instructions exactly. @ich777 Thanks for the great work!
-
[PLUGIN] GPU Statistics
Reporting the same issue for Version: 6.9.0-beta35. Data won´t refresh on dashboard.
-
Docker inside a VM
Got it working with another solution due to I am on Unraid Version: 6.8.3. modprobe -r kvm_intel modprobe kvm_intel nested=1 Seem not to work properly for me. So I've done this steps, with help of Spaceinvadors Video ( The problems and solutions of nested vms in kvm on unRAID) https://www.youtube.com/watch?v=2-saWn6ZbHc systool -m kvm_intel -v | grep nested Retuned nested="N" due to on my Unraid Version it is default deactivated. So I've downloaded User Scripts and used the custom script from Spaceinvader One Video and followed the steps. Additional to that I've edited my MacOS XML and changed the ARGS at the bottom. It seems like the CPU which is per default "Penryn" is not supported by nested VMS, so I've swichted to host passthrough. Now my OSX is showing unknown CPU but Docker Client is working fine, due to VTX is passed through now. You can check it witch this: sysctl -a | grep machdep.cpu.features Changed this line: <qemu:arg value='Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check'/> to that: <qemu:arg value='host,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check'/> Let me know if something is not clear. Cheers.
-
Docker inside a VM
Hi @Daniel Ehrhardt, I am facing the same problem as you. Tried to do the same steps you posted but I cant get it up and running. Could you please share your XML? Thanks