Jump to content

ich777

Community Developer
  • Posts

    15,759
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. And what does this have to do with the game server? Why did you even changed the port in the first place. You should really buy the game if you want to play it.
  2. @suchamoneypit remove the file: /boot/config/plugins/nvidia-driver.plg from your boot device and then boot the server again. By doing that your server won‘t install the plugin on boot.
  3. Try to reboot since the driver plugin tries to download the driver on reboot too. Keep in mind that the reboot will take a bit longer because of the download. If that doesn‘t work: Remove the plugin Reboot Install the plugin again Reboot
  4. Also ich würd so anfangen: Screenshots von deinen Disk zuordnungen machen Screenshots von deinen Docker templates machen Screenshots von deine Plugins machen (evtl noch Screenshots von anderen Einstellungen machen die ich hier vergessen hab) Den Array start aus machen in den Settings Server aus USB Stick abziehen Gesamten USB Stick Inhalt auf den PC ziehen in einen Sicheren Ordner (damit du die config noch hast sollte was schief gehen USB Stick Formatieren Mit dem USB Creator den Stick neu mit offiziellem Unraid bespielen USB Stick wieder an den Server Server starten In Unraid angekommen gleich eine Lizenz kaufen Anhand deiner Screenshots die Disks neu zuordnen (Array und Pools) Array starten (deine Shares usw sollten danach alle wieder da sein) Share settings bearbeiten und für jeden Share die Freigaben einstellen wie du sie brauchst Andere Einstellungen wie Netzwerk, Docker usw. wie gehabt einstellen (evtl Array Stoppen weil du nicht alle Einstellungen mit dem laufenden Array machen kannst) Docker anhand deiner Screenshots wiederherstellen Es gibt natürlich noch andere Wege aber das ist der sauberste und dir bleibt prinzipiell alles erhalten (zumindest deine Daten).
  5. Ist bekannt. Mit neueren Kernel versionen wurde das Problem immer scheller sichtbar.
  6. Dein Docker image scheint kaputt zu sein.
  7. Why should they? My containers are self maintaining: Just restart the container and it looks for updates. No container update needed.
  8. Macht es auch nach einer bestimmten zeit kann aber ein paar tage dauern. Das ist ein generelles system problem eine bridge und macvlan ist keine gute idee. Wenn du keine Fritzbox hast dann lass die bridge stell bei Docker auf ipvlan um und starte Unraid nochmal neu.
  9. Du hast noch macvlan aktiv mit eine Bridge, das verursacht bei dir die Kernel Panic. ...gut ich spar mir den Rest, hat @alturismo schon geschrieben...
  10. Also wenn du dir Emby/Jellyfin/Plex auf dem Server installierst (ersteres und letzteres Kostenpflichtig), dann macht der Server die ganze Arbeit falls was transkodiert werden muss, vorausgesetzt natürlich der Server hat dementsprechende Hardware verbaut (Intel 9th gen+ mit iGPU) oder eine Nvidia Grafikkarte (Pascal 10xxer Serie+) dann wird das kein Problem werden. Sprich am Server läuft dann Emby oder Jellyfin oder Plex und auf dem/den Endgerät(en) hast du dann den jeweiligen Client installiert mit denen du deine Medien vom Server streamst (wenn nötig auch transkodierst) -> alle von den oben genannten haben auch ein Webinterface in dem du auch streamen kannst. Jedoch wenn du im Heimnetzwerk bist brauchst du üblicherweise nicht zu transkodieren weil dort genügend Bandbreite zur Verfügung steht außer natürlich der Client oder Browser unterstütz den Codec nicht dann wird am Server transkodiert und zum Endgerät geschickt. Client kann sein Android, iOS, Chrome, Firefox,... nahezu alles was einen Browser oder eine native App gibt inklusive Raspberry Pi mit beispielsweise Kodi wie schon von @alturismo erwähnt. Unraid selbst ist nur x86_64 kompatibel (sprich nahezu jede AMD/Intel Platform) also fällt armhf & aarch64 weg (sprich alles was auf ARM basiert). Beantwortet das deine Frage?
  11. @KaitsuN6 attached the files, I think you know how it should be done. Basically the same as here but with that command: installpkg corefreq_INTEL-develop-x86_64-1.txz corefreq_INTEL-develop-x86_64-1.txz corefreq_INTEL-develop-x86_64-1.txz.md5
  12. Syncthing würde auch noch funktionieren.
  13. Lizenz kaufen und die gecrackte version runterschmeißen vom Stick <- ist die einzige Lösung. Vergiss nicht gecrackte Unraid versionen können generell gefährlich sein, dein ganzes Netwerk infiltrieren mit rootkits, den du ja praktisch selbst mit eine gecrackten version womöglich installiert hast. Grade am Server setzt du dich einem großen Risiko aus mit so einer version.
  14. Weil MMC unter Unraid nicht unterstützt wird OOB. Könnte für viele zum Problem werden wenn MMC erkannt wird da diese als Festplatte zählen und somit vermutlich bei manchen eine höhere Lizenz erfordern würde.
  15. The main issue with game servers is that they most have a query port that sends the ports where the server is running back to the client and if the ports are set to for example 8766 in the config and you simply change the port in the template to 8767 the client tries still to connect on port 8766 <- I think you might know where I'm going with that. Of course there are game servers out there where you can simply change the port in the template and leave it in the config as is (Minecraft). For game servers it is most of the times a bit different and you have to change the ports in the config, delete the old port mappings and create new ones with the host and container port set to the same as in the config, of course with the correct protocol (you can also look at the first recommended post on top for an example for Valheim). A game server is not a web server (where it is also possible to simply change the port in the template) and therefore you have to go through all of this for a game server...
  16. Can you be a bit more precise what "these" files are? Are these image files of some kind? Since you've blurred the picture I can't see what file type these files are. Usually qcow or image files in general are synced with their real maximum size which was specified when creating the image files.
  17. As you can see nothing is using your iGPU. I assume that your container is using the CPU for face recognition and not your iGPU.
  18. Are you really sure that it is not running on the CPU instead of the iGPU? Open up a Unraid terminal and issue: intel_gpu_top What is the output from that command, please post a screenshot.
  19. Everything seems alright, what is the exact issue? Keep in mind that your GPU will only show utilization when the iGPU is actually in use. It is a known issue that no IMC Bus utilization is shown on 13th Gen+ Mine looks almost the same when nothing is using the iGPU: When I put some load on it it looks like that:
  20. As said, I have no issues on my system with the variable... I really don't know what's going on on your system... If you really want to I can send you screenshots from where it's working with the variable.
  21. Open up a console from the container and issue: env and see if it get passed through. On my machine I have no issue passing through the UUID with the variable.
  22. I don't recommend doing it like that because that can cause issues, passing over the UUID is way safer. Please check when passing over the UUID to not include any space infront or at the end of the UUID.
  23. Doesn't work is not very helpful, please include always Diagnostics. I thought you where using Plex?
  24. I'm currently in troubleshooting mode and investigating why the new driver is not working. Please hold off of driver version 550.54.14 for now.
×
×
  • Create New...