ich777

Community Developer
  • Posts

    14614
  • Joined

  • Last visited

  • Days Won

    185

Everything posted by ich777

  1. Did you already try it with the driver version that I recommended above? But do you maybe have to buy a license to make use of it? Such Servers can be horrible when it comes to hardware support. I can't help much with real server stuff because I only use consumer hardware on my system. Thank you, since this is a real Datacenter card you don't have to use the option in nvidia.conf like pointed out on the plugin page but it shouldn't make a real difference. Maybe yes but it is really hard to tell, are you also sure that the PCIe x16 slot can deliver enough power, I think someone with a Dell PowerEdge had an issue where the PCIe slot doesn't delivered enough power because of a riser card. Can you maybe test the card in another system and install the Nvidia driver?
  2. This is a really bad sign: Apr 23 19:08:28 littleboy kernel: NVRM: Xid (PCI:0000:af:00): 140, pid='<unknown>', name=<unknown>, An uncorrectable ECC error detected (possible firmware handling failure) DRAM:-1840691974, LTC:0, MMU:0, PCIE:0 It might be that your card is defective or your Firmware/BIOS is simply not compatible with your Nvidia card. If possible please try to driver version: 550.67 in the plugin, reboot and see if that helps. Can you maybe also try another slot in your Server? It is also possible that the GPU is not compatible with your server, this would not be the first time that I see a card because it's not Dell, HP,... certified. I assume auxiliary power is also connected properly? For testing purposes I would also recommend that you remove the file: /boot/config/modprobe.d/nvidia.conf Just a information because I saw it, you should do it like that if you want to use more options: options nvidia-drm modeset=1 fbdev=1
  3. Why should that be implausible? To send a WoL you have to be on the same Subnet and you need a device that is available on the same subnet... I don't think that this is possible if nothing is running Anydesk or Teamviewer on your local network since otherwise this is in fact impossible because how should they perform a WoL in your subnet? Don't get me wrong but otherwise they must have physical access to your local network through the Internet and if they are able to perform this I won't be very happy because this is a big security risk! Do you use HomeAssistant? If yes, it would be way easier to do it via a WoL package through HomeAssistant or like I do it simply put your PC behind a switchable power outlet (WiFi, Zigbee,...), in your BIOS make sure that the action for Power Loss is set to Always on so that your PC/device is started, with that you won't need a WoL package at all (and maybe save some power since the PC is entirely off).
  4. Have you yet tried to set up a second instance and see if that works, I know it sounds kind of silly but please try and see if that solves your issue. You just have to stop your first container, give the new container another name and change the path to the game files. I only see those kind of issues on non supported CPUs but I assume it was working before. It could also be the case that your game files got corrupt but I haven't seen that only once for a Ark server.
  5. Boah... Ich hoffe das ist ein Fehler das du hier eine neue Zeile hast... Der syntax gefällt mir nicht wirklich hier... Das skript versucht dein /root verzeichnis zu löschen... Bitte mach es doch ein wenig anders: #!/bin/bash cd /mnt/user/CamRecords/video/ZTLVF find . -name "*.mkv" -mtime +1 -type f -exec rm -f {} \; Zuerst gehst du ins Verzeichnis mit cd dann fürhst du find im aktuellen Verzeichnis mit . aus und suchst nach allen Dateien die mit "*.mkv" enden im verzeichnis und allen unterverzeichnissen. EDIT: Wenn du nur im Verzeichnis "/mnt/user/CamRecords/video/ZTLVF" ohne Unterverzeichnissen suchen willst dann muss das so aussehen: #!/bin/bash cd /mnt/user/CamRecords/video/ZTLVF find . -maxdepth 1 -name "*.mkv" -mtime +1 -type f -exec rm -f {} \;
  6. May I ask why? Or can you please explain the benefit? You have to first understand that a reverse proxy is designed for http/https TCP traffic and RustDesk is not http/https traffic, it uses it's own encryption with the key that you have to specify, is encrypted too and also uses UDP ports. Sure you could use streaming ports but you then also have to open up the necessary ports to your reverse proxy because it can only proxy these ports if they are open. With all of that said, that will complicate your setup more than needed. So in conclusion in general it is safe to forward the ports from the container in your Firewall because it is not http/https traffic and uses it's own encryption. BTW I get these questions also from time to time for my game server containers and it's the same there, in general you can forward the ports but you are complicating the setup more than it is necessary and since you are just streaming the ports this also defeats the purpose of a reverse proxy. I also can't give support for such setups.
  7. Ja, aber das dauert noch ein paar Jahre. Wo hast du denn das her? Also die ganzen BluRay player die jetzt im umlauf sind können doch kein AV1... Was? Warum? Kannst genau so eine Intel ARC A380 nutzen, die kann momentan decodierung auf Linux, endocing geht noch nicht, aber prinzipiell kann die das (inklusive der neuen 13th und 14th gen Intel iGPUs). Mal so eine Nebenfrage hast du denn deinen Content schon in AV1 umgewandelt wenn ja warum oder meinst du das du einfach deinen content in AV1 streamst? Das ist aktuell noch nicht praktikabel, zumindest sehe ich das so weil es viele Geräte einfach noch nicht unterstützen. Also jetzt schon eine Grafikkarte in betracht zu ziehen die dann wenn das vermutlich Mainstream ist halte ich nicht für sehr sinnvoll.
  8. Do you install a specific version from the game instead of the latest available? Please note that the container usually pulls the latest version and older versions from the game had a completely different requirement in ports.
  9. This is not entirely true, the maintainer has no compatible hardware anymore and moved on however it is true that he still maintains the repo but relies completely on Pull Requests (I've already made an issue for that here). Sure but that will take some significant amount of time (your linked issue was created 2022), you can read also more about that into my linked issue and as you've already wrote, they delayed it. I only took a quick look what changes would be needed to make it compatible and from what I saw that involves a significant amount of changes. Maybe someone will create a PR and make it compatible with Kernel 6.7+ to make it usable on newer version Unraid versions (6.13.x) which will definitely ship with a up to date Kernel. So to speak I don't think that SR-IOV will be supported on Unraid 6.13.x, at least not as long as someone creates a PR which fixes the driver module. Hope that explains the statement from @giganode a bit better.
  10. I have to try but this will take some time since I'm really busy currently... Have you yet tried to reinstall your game on your local PC?
  11. Thank you for the report! I also don't see a PR, however I changed the library libglib2.0-dev to libglib2.0-0 since the development package is not needed. Sure, I still maintain these container. Just because I don't accept any new requests for game server doesn't mean that I dropped support for existing containers. The container is already updated and is working again. Thanks again for the report!
  12. I don‘t take any game server requests anymore, sorry…
  13. Can you please pull Diagnostics? I assume that this is some kind of hardware issue…
  14. Try to set up a remote syslogserver or connect a monitor so that you can actually see the output from the console when it crashes, take a picture and post it here, that would be super helpful. But as said above this seems like some kind of hardware compatibility issue and is maybe solved with a BIOS update. Please don't forget to disable C-States again after the BIOS update and validate all other settings.
  15. Since this is a Ryzen first gen CPU make sure to disable C-States in the BIOS. I assume you have the card still installed in your system and you have simply uninstalled the driver correct? This seems more of a hardware compatibility issues and has nothing to do with the plugin itself. Your BIOS version is also out of date: Version: 3810 Release Date: 11/21/2022 The newest version on the Asus site is 4604 (08/04/2024) <- I expect that this update also will help the crashing but please also disable the C-States since on Ryzen 1st gen this was quiet a big issue if it's enabled. Make also sure to enable Resizable BAR Support and Above 4G decoding in the PCI settings. Also make sure the Power Supply is still up to the task, your T400 shouldn't draw too much power but just to be on the safe side make sure it is still adequate. BTW In your Diagnostics I see that the plugin is still installed. However make sure to follow the things above that I recommended and see if that solves your issue. May I ask if a normal shutdown is working? Just press the Power button 2x short and you should hear *beep beep* and this is the indication for a normal shutdown. It would be also helpful if such a thing happens if you could pull the Diagnostics, connect through SSH to the server and type in `diagnostics` this will generate Diagnostics that you can pull from /boot/logs/ after the reboot.
  16. Don‘t forget to enable Multi Monitor support too if this is an option in your BIOS since this will ensure that the iGPU stays enabled if a dGPU is installed on most motherboards.
  17. Sorry it took me a bit but I've now tried it now on my server and it starts up fine. I created a database alongside with a user on my MariaDB for Zabbix, fired up Zabbix with the IP from my MariaDB instance (my Server IP), port, username, password, databasename and it was starting fine.
  18. And Zabbix is also in a BR0 or is it in the default bridge? Please keep in mind that you have to enable host access to actually be able to connect to the database if in a custom bridge. Then you have to alter the databse to support this character set.
  19. I don‘t think so but can you give me a bit more information how you configured everyhtinng, screenshot from the template and so on? Maybe also try start over.
  20. Please read these lines… Something seems wrong with the database.
  21. Yes this is a common thing and the case on most systems like on mine but with a negative value: Not really, your card actually reports that temperature and I only display it on the plugin page through the command `mget_temp` nothing more. I don't think that you can deactivate the thermistor on the card because then the card also won't work and report a silly temperature and please keep in mind that the card deactivates itself and that is a thing that the firmware on the card does. Maybe the thermistor is defective on your card but AFAIK the thermistor is located right in the DIE. What could also cause such an issue if the heatsink doesn't make proper contact with the whole chip.
  22. Wirft er nicht auch eine meldung wenn der source und destination pfad gleich sind? Ich kann mich da schon erinnern das da irgendwas war. Naja du kannst nicht in ein unterverzeichnis der source syncen.
  23. This changes basically nothing. Did you follow the link, only 13th gen+: (your CPU can decode it) And Windows, Firefox simply doesn't support h.265, h.264 would work fine. AV1 is still not mainstream and most devices can't even play it natively, your best bet is h.265 or h.264 currently.
  24. Da ist dann eher rsync das Problem. Da wird geprüft ob quelle und ziel ident sind weil das keinen sinn mach sowas zu syncen und nur zu fehlern führen würde.