Jump to content

ich777

Community Developer
  • Posts

    15,753
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. Maybe but not if you have upgraded from 6.11.2 since this will only happen when the legacy driver version changes.
  2. You have the weong driver installed for such an old card. Please install the 400-series drivers which are available on the plugin page and reboot afterwards. I would rather recommend that you watch out for a Nvidia T400 since this card is Turing based an can be found brand new for about 120,-
  3. Achso, da fehlt nocht, das du dir Overhead ersparst vom FUSE Dateisystem und außerdem manche container mit dem FUSE Dateisystem nicht richtig bzw. gar nicht funktionieren. Das sind eigentlich meine Hauptgründe warum ich das in den meisten meiner Docker templates so mache.
  4. Please change the Docker network to ipvlan. macvlan is known to crash servers. You have started using Frigate or am I wrong? Maybe that is causing crashes in combination with macvlan. Please change it as described above and see if it crashes again.
  5. The Ubuntu-APT-Mirror should be available within the next few hours in the CA App.
  6. Bei fast all meinen Containern zeigt der Pfad auf /mnt/cache/appdata by default, CA sollte es aber erkennen falls ein user diesen Pool nicht hat bzw. wenn ein user gar keinen Cache Pool hat wird dort dann /mnt/diskX/... eingesetzt (X wird natürlich mit der Zahl der Disk ersetzt auf der das erste appdata Verzeichnis gefunden wird).
  7. Please run those two commands from a Unraid Terminal and report back if the TPU is recognized on the Plugin page afterwards: modprobe gasket modprobe apex
  8. @Simon82 I see no indication that your iGPU is even enabled in the Diagnostics that you've attached. I only see the Nvidia GPU. Do you have a mixed network configuration for your Docker containers, for example some use bridge, some use br0 and so on? If yes, make sure that you set your "Docker custom network type" to "ipvlan":
  9. From my testing everything is working and the saves are actually surviving reboots or container restarts. Have you yet tried to restart the container and see if you have the same issue? To what is your appdata share set in therms of Use Cache in the Share settings? Have you changed anything in the template?
  10. Without the Diagnostics from 6.11.3 I can‘t say anything.
  11. If you go through the code… I don‘t expose/mention these variables or better speaking don‘t put it in the template to avaid confusion. The last time I needed them was about two years ago because a user had a similar use case, again, this is a very niche use case and if you run the container as usual you wouldn‘t need them at all.
  12. Ich würde es trotzdem auch mal mit dem manuellen weg versuchen, stell dir nur mal vor der server manager wird eingestellt oder so… Außerdem das mit den mods ist üblicherweise schnell erledigt und du lernst auch was das dir evtl. wo anders hilfreich sein kann. 😉
  13. Ah okay, ich bin nicht wirklich der DayZ spieler und modding is always up to the user... Man kann nicht über alles Bescheid wissen ist mein Motto.
  14. PM me please and I will reach out after the weekend.
  15. Nice, maybe something changes in the container to make it even more easy to use but nothing that would change anything significantly to it already works. What do you think about it, is it relatively easy to use?
  16. Not really because I've only built this option into my container for such a use case like you have here and that it is a bit more flexible <- by default this option isn't in there because it's a real niche use case. Container. This is only there to change the port inside the container. Not really, the noVNC WebGUI is just the port which is opened/exposed so that you can actually open http://CONTAINERIP:PORT, if this is not in you even can't communicate with the container. In simpler terms this is a mapping from the port 8081 in the container to 8081 on the host. In your case you have to create both Variables as @alturismo pointed out above for one from my containers (doesn't matter which one) because you are using two of my VNC containers within one Docker and you can't use the same port at the same time <- you can compare this like if you are using two applications on the same computer which both of which want to use one specific port and that's simply not possible. So I would recommend that you create in the Firefox template a variable with the Key: NOVNC_PORT and as Value: 8081 and also another Variable with the Key: RFB_PORT and as Value: 5091 (the RFB_PORT is the VNC server inside the container which needs also to be changed). After that you have to create a port mapping in your GlutenVPN container for jDownloader as TCP with Container port: 8080 and Host port: WHATEVERYOUWANT (eg: 8091) and a second one for Firefox as TCP with Container port: 8081 and Host port: WHATEVERYOUWANT (eg: 8092) -> then you should be able to connect to the jDownloader container by: GLUTENVPNIP:8091/vnc.html?autoconnect=true and the Firefox container GLUTENVPNIP:8092/vnc.html?autoconnect=true Hope that makes somewhat sense to you
  17. This shouldn't happen. But please make sure that you also specify the --dns parameter in your Extra Parameters from the template with your IP address from the LANCache-DNS server, with this you make sure that it doesn't download everything again from the Internet. Also make sure that you put the Prefill container on the same Docker network as the LANCache-DNS. Please report back if everything is working for you or not, really curious...
  18. Kannst bitte mal deine Diagnostics posten?
  19. Warum, Unraid wird jedes mal neu "installiert" wenn du es startest da es aus dem RAM läuft (gilt nicht für den Ordner /mnt und alles was drunter ist). Compose ist nicht verfügbar auf Unraid so wie es ausgeliefert wird, musst dir zuerst das Compose plugin installieren aus der CA App. Darf ich fragen was der Omega Manager Docker anders macht als mein DayZ container? Ich bin nicht wirklich der DayZ modding experte aber mein container lädt das Spiel beim ersten start und dann startet es.
  20. This is really strange and sounds like some other issue with the BIOS and allocation itself since the Coral TPU doesn't even need Re-BAR but some manufacturers seem to struggle implementing it correct. On my Asus Z490-E Gaming I can put it in whatever slot I want, see my configuration here:
  21. Yes, my first issue was solved with one of the previous updates so that it loads now from lancache instead every time from the Internet. However I've had a nice chat back and forth with tpill90 and he said that is by design that it always pulls the full game on a update but it should download the already existing parts from the cache and the update then from the Internet <- this is working for me and was not working before for me. This is a thing that I can't answer and you have to look into if that's the case on your system. I've set the lancache now to 3TB and prefill always loads the parts which already downloaded from the Internet and available on the lancache from lancache and the rest from the Internet. Have you already seen the container that I've did in the CA App? LANCache-Prefill? Try it with this but read the description please carefully if you want to try it (also at the variables because some things are in there how to configure things).
  22. Here: But I see that you are booting in GUI mode, then nvidia-persistenced should not be necessary... P8 will only be enabled if you don't transcode and it will take a little bit of time so that it falls back to that state. nvidia-persistenced should be only necessary if you boot Unraid CLI only.
  23. Unraid is Linux. My container does everything automated up to the part where you want to mod your server. Not really, just stick to the modding tutorial and create the files accordingly as described. My Docker containers are not that much different that if you run it on Bare Metal Linux. As said above, just navigate to your appdata folder via SMB then go into your insurgency directory and from there you should find all folders and files that you need, of course you have to let the container start fully one time to let it pull the game from SteamCMD and run for the first time. As always, I recommend stopping the container when you edit create files for the container.
  24. @SpencerJ can you help here? @relink I would also recommend that you open up a Ticket here: Click
×
×
  • Create New...