Nanobug

Members
  • Posts

    382
  • Joined

  • Last visited

Everything posted by Nanobug

  1. No, same as before Should I do it manually?
  2. Progress! It's no longer saying N/A: I started something on Plex to make sure it was actually working. This is the nvidia-smi:
  3. It looks... Weird... VENDOR="" GPUID="" TEMPFORMAT="C" DISPCLOCKS="1" DISPENCDEC="1" DISPTEMP="1" DISPFAN="1" DISPPCIUTIL="1" DISPPWRDRAW="1" DISPPWRSTATE="1" DISPTHROTTLE="1" DISPSESSIONS="1" UIREFRESH="1" UIREFRESHINT="1000" DISPMEMUTIL="1" DISP3DRENDER="1" DISPBLITTER="1" DISPVIDEO="1" DISPVIDENH="1" DISPINTERRUPT="1" DISPEVENT="1" DISPVERTEX="1" DISPTEXTURE="1" DISPSHADEREXP="1" DISPSEQUENCER="1" DISPSHADERINTER="1" DISPSCANCON="1" DISPPRIMASSEM="1" DISPDEPTHBLK="1" DISPCOLORBLK="1" DISPGFXTRANS="1" Should I add the vendor and GPU ID?
  4. No worries. You're just trying to help, and I appreciate it 🙂 I ran this: php -r "var_dump(@simplexml_load_string(shell_exec('nvidia-smi -q -x -g GPU-23265d6c-1de2-5786-b964-e20b2a209ad6 2>&1')));" With this result: nvidia-smi-3
  5. I assume you wnat me to bash into it first? the nc command just goes to the next line, like I've pressed ENTER: The curl command gives me this: I can reach the page locally: It just doens't work because of the HTTPS thing, but it worked with NPM before, but out of a sudden, it stopped working. And now, I can't even reach the page. This is the configuration in NPM: "Custom location" and "Advnaced" has nothing in it.
  6. I have no idea what I'm doing, but here: notsurewhatitis I don't know what to look for, so it looks like the other one to me. What me to run this as well?: php -r "var_dump(shell_exec('nvidia-smi -q -x -g GPU-23265d6c-1de2-5786-b964-e20b2a209ad6'));"
  7. Does anyone have an idea about how to fix this?
  8. It gave me this: bool(false) And thank you, I try to do at least some work before I ask for help. Again, take your time. It works, it's just sad to have the GPU statistics not working.
  9. I don't remember changing anything. Take your time, it's working, it's just not showing anything on the dashboard
  10. Hello, My GPU is not showing up on the dashboard. I'm not sure how to troubleshoot it, so I'm just going to include the information you ask for. 1. is attached in a text file called "nvidia-smi". nvidia-smi 2. The gpustatus.php is this: {"clock":"N\/A","fan":"N\/A","memclock":"N\/A","memutil":"N\/A","memused":"N\/A","power":"N\/A","powermax":"N\/A","rxutil":"N\/A","txutil":"N\/A","temp":"N\/A","tempmax":"N\/A","util":"N\/A","error":[{"code":302,"message":"Vendor command returned unparseable data.","extra":""}]} 3. Screenshot of the dashboard plugin: The GPU works, the dashboard is just not picking anything up. nvidia-smi is showing this: Any ideas how to fix it?
  11. It checked okay before I started having issue. I only noticed it since it randomly saw it CPU transcoded on my Plex server. Looks fine to me, and it's transcoding as well:
  12. It works now. I did verify the checksum before I posted here, since I was talking to the Linux Server guys on Discord. It's hard to tell what worked, since it had an update to the production driver at the same time. Anyway, thank you for your help, as always EDIT: One side question; How do I make the GPU part work on the unRAID dashboard? It looks like this: It's a P2200.
  13. It popped up with a new driver, so I need to reboot. But right now (before the reboot) it says: Gonna reboot, and get back to you in 5-10 minutes. EDIT: It's working atm...
  14. It's just blank: I've added the diagnostics below. nanostorage-diagnostics-20210531-0820.zip
  15. I've run into an issue I can't figure out. I noticed my Plex server stopped using hardware transcode, so it was sucking up the CPU instead. When I added "--runtime=nvidia" to the extra parameters in the docker from Linux Server guys. I was using the latest version of the driver (v465.31), and the UUID of the GPU was showing. So I decided to go the for the production version instead, and rebooted the server. Now it's no longer showing the UUID of the GPU. I can't figure out what has changed, and I'm not sure how to troubleshoot it. Any ideas?
  16. Could you connect from your LAN? Also, do you know if your ISP is using double NAT? - If your ISP is using double NAT, you probably never will get it to work before you get a static IP.
  17. I can't figure out how to configure unpackerr. Google wasn't any help. Does anyone have a guide for it?
  18. Hello, I'm getting a "502 Bad Gateway" error. used docker exec -it NginxProxyManager bash And pinged the container I'm trying to reach, with this result: 64 bytes from 192.168.100.99: seq=0 ttl=64 time=0.103 ms 64 bytes from 192.168.100.99: seq=1 ttl=64 time=0.117 ms 64 bytes from 192.168.100.99: seq=2 ttl=64 time=0.098 ms 64 bytes from 192.168.100.99: seq=3 ttl=64 time=0.099 ms 64 bytes from 192.168.100.99: seq=4 ttl=64 time=0.070 ms 64 bytes from 192.168.100.99: seq=5 ttl=64 time=0.080 ms 64 bytes from 192.168.100.99: seq=6 ttl=64 time=0.097 ms 64 bytes from 192.168.100.99: seq=7 ttl=64 time=0.060 ms 64 bytes from 192.168.100.99: seq=8 ttl=64 time=0.098 ms 64 bytes from 192.168.100.99: seq=9 ttl=64 time=0.096 ms I've also done this: nc 192.168.100.99 8888 GET / And got this result: BusyBox v1.31.1 () multi-call binary. Usage: nc [OPTIONS] HOST PORT - connect nc [OPTIONS] -l -p PORT [HOST] [PORT] - listen -e PROG Run PROG after connect (must be last) -l Listen mode, for inbound connects -lk With -e, provides persistent server -p PORT Local port -s ADDR Local address -w SEC Timeout for connects and final net reads -i SEC Delay interval for lines sent -n Don't do DNS resolution -u UDP mode -v Verbose -o FILE Hex dump traffic -z Zero-I/O mode (scanning) From what I'm reading, I can connect to it. It works on LAN, just not on the subdomain. Any ideas on how to fix this?
  19. I'm not sure what you mean by redirecting to br0. But if you have a domain, yourdomain.com you can point the DNS A record to your IP. In your router, you need to forward port 80 (HTTP) and 443 (HTTPS) to your NPM service. In NPM you need to point yourdomain.com to where ever it is on your local network, and the port to reach it. So if you wanted to reach cockpit on a Linux VM, you'd point yourdomain.com on port 9090 to the IP of 192.168.1.10 if that was the IP of your VM/service. Does it make sense?
  20. If there's an error in the mod somewhere, you won't know before you try it without mods. If it works just fine, you need to contact the modders to fix it. You could also set up a Cronjob to reboot it every 6th our or so. But that would be a workaround, not a fix. Also, I don't know how much ich777 can/will help when you're using a mod.
  21. You can use whatever for the external one on the router, the side being reached from the internet. Thought it's not recommended to use the first 1023. So you could use 30000 if you like. But if you'd set it up to use 25565, which sounds like MC, it needs to be that on the internal side. You could use 25565 on both sides. Just remember if your users wants to connect, they need to use the external port.
  22. I'm so dumb.... My port forwarding was something like this: 80 --> 8080 443 --> 4443 I think I changed the ports last time, I can't remember why. Now it's: 80 --> 2080 443 --> 20443 I've got 10000 - 19999 assigned for game servers so I don't have to update that range all the time. It works now, thanks