Jump to content

ich777

Community Developer
  • Posts

    15,753
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. Then you have to use RCON (if the game supports it) and make it dependent if someone is connected that a message is sent to the users that the server is restarted in n minutes and after that restart it. Okay, then I can't help with that, maybe make a request for such on app an the Plugin Support forums. Maybe someone is willing to create such a thing. I have to also say that I really don't recommend that users can start/stop servers, can be very bad sometimes...
  2. No one ever answered my question on the Steam Community Hub and if you search for Linux Dedicated Server on there you'll find many post that it is not working or not working properly. TBH I really don't like to support a game which even the developers don't answer to questions...
  3. Search for „Emby XML Tvheadend“ on the Emby forums and I think you will find a post from @alturismo who describes how to do that…
  4. Eher nicht, vermutlich nur mit einer VM wenn der controller durchgereicht wird. Das Problem ist immer das die Kernel Space Treiber auf Unraid verfügbar sind und die User Space Tools nicht bzw. braucht man die oft gar nicht. @Dtrain hast du im BIOS eine Einstellung alle Geräte einfach so zu erlauben ohne sicheren Handshake, wenn ja, das solltest du anschalten. Linux und Thunderbolt sind oftmals nicht beste Freunde...
  5. Yes, reinstall it from the CA App. The GPU Statistics plugin is uninstalled when no GPU tool is found and that's likely the case what happened on your machine. Also check if it's not in the Plugin Error tab on the Plugin page in Unraid, if it is uninstall it from there first and then reinstall it from the CA App.
  6. The workaround is to disable encryption and I won't disable the encryption because this is always bad, even for a game server.
  7. TBS-OS as well as LibreELEC are compatible with this card. Keep in mind that I would recommend that you use TVHeadend for the management of the TV Card and then add it via XMLTV to Emby.
  8. I would always recommend to set the Server IP and also the DNS to something static, be it the DNS server from your router or something like 8.8.8.8 Your server always needs exclusive access to the Internet without any AdBlocking in place... Hope that makes sense. Delete the plugin if it's in the Plugins Error tab, execute this command from a Terminal from Unraid: rm -rf /boot/config/plugins/nvidia-driver , reboot and pull a fresh copy from the CA App (don't forget to restart once more or restart the Docker service).
  9. Where are the Diagnostics? Why did you do this? Click on Check for updates, go to the Main tab and back to the Upgrade OS page and it will show you 6.10.3 Please pull the Diagnostics next time before downgrading, without them I can't say anything what went wrong and steps to fix it.
  10. Please remove the plugin, also check if it is not in the Plugins Error tab, execute the command from a Unraid Terminal: rm -rf /boot/config/plugins/nvidia-driver , reboot and after that pull a fresh copy from the CA App (don't forget to restart once more or restart the Docker service).
  11. Please note that the official Jellyfin is on 10.8.1 and not 10.8 Anyways, the container will be deprecated soon (when I got time to actually change it...).
  12. Then I think you got a faulty card, I'm also using a T400 in my test server and have no issues whatsoever. From your syslog I also see here: Jul 2 13:50:43 Tower kernel: NVRM: No NVIDIA GPU found.
  13. Have you made sure that the ports are forwarded with the right protocol? Have you changed any of the Ports in the template itself. ProjectZomboid is a little unique in terms of ports because it needs for every player it's own specific port.
  14. If you have a active internet connection on boot, no.
  15. Any modification to the server is strictly spraking modding and since MultiTheftAuto rlies heavily on lua scripts and the server needs to be customized in some way, even the webserver to get it working, this is basically modding. BTW I‘ve now tried to add a administrator and added it to the ACL list like described in the documentation and it wokrs just fine.
  16. You can of course go through the source of the driver in my GitHub Repo here: Click (in the source dorectory you‘ll find how the driver is compiled) But you have to set up a development environment yourself and compile the Kernel and then the driver and package everything up for the right Kernel version. I remeber someone who also asked this question and I think he finally ended up buying a consumer card instead of a grid one. Theoreticly it would be possible for me to compile the driver but this is a really niche usecase and would also a complete overhaul of the plugin itself.
  17. Not with my plugin, sorry. Only consumer cards are supported.
  18. Was meinst du mit der Stick ist nicht erreichbar? Was funktioniert genau nicht?
  19. ich777

    Backup System

    Also ich weiß nicht was du gegen Kunststoff hast, ich mach mit dem fast alles... Schau mal hier, ist mein Account, hab aber lange nicht alles hoch geladen... Klick
  20. No, because I only provide the basic functionality from the container and I usually don't support modding, that's up to the user because this would make my life very difficult if I support modding for games that I even don't play or doesn't play very often. Why should they not work? Have you connected to the console from the container like described in the description from the container or did you simply opened up a console from the container?
  21. In your case this is really bad because how it's configured the Mover will move the files from the Cache to the Array. You have two options, set the path in the template instead from /mnt/cache/... to /mnt/user/... or you can set the Cache to Prefer or Only. I would also recommend that you remove the container, also the minecraftbasicserver folder from your appdata directory and then pull a fresh copy from the CA App with the changes applied from above, but please only one.
  22. To start and stop it? #!/bin/bash docker restart CONTAINAME (please not that this must be the exact container name)
×
×
  • Create New...