Jump to content

ich777

Community Developer
  • Posts

    15,752
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. I've only created the Exile mod Arma3 container, but it should be possible. This container is just like you run it on bare metal, nothing different.
  2. This is pretty normal from what I know and you should now be able to connect.
  3. Wie meinst du das? Ah sorry weil ich eben geschrieben hab... Blöder ausdruck von hier... Das ist und war schon immer so im Plugin verankert... Schau mal ins syslog ob der das noch immer aufführt, wenn ja hast du evlt. das SMB plugin installiert (Active Streams oder so glaub ich heißt das), wenn ja dann deinstallier das mal testweise.
  4. Because this can cause a lot of overhead when copying or installing many small files because it's a FUSE file system and will also cause more system load because of FUSE. It can get even that far that the WebUI from Unraid itself can become unresponsive and hang for a short time, seen this when installing Docker container inside a LXC container with a huge Layer that has many packages to install/extract. Don't get me wrong but I write such things for a good reason... Glad that you've worked it out! I will recommend this post on top of this thread.
  5. Sorry haven't got much time yesterday and didn't look through it entirely. Please change INSP_NET_NAME to "yourdomain.org" without any subdomain (seems a little long from the screenshot) What also catch my eye was the casemap in the Anope settings, please make sure that you've set the right value. In my case I had to change it to: "rfc1459" (without double qutoes) but that depends on the settings from InspIRCd.
  6. Thank you fro the report! Fixed this issue now, please do a from the container and set the version variable "THUNDERBIRD_V" back to "latest" (without double qutoes).
  7. This is not an issue on the host when you are talking about OpenCL drivers this an issue in the container where OpenCL should be installed in the container, but I bet the OpenCL drivers are installed already in the Docker container. Please post an issue on their GitHub here: Click
  8. Please try to create a variable in the template with the following contents and see if it fixes the issue: On what Unraid version are you, if you are not on 6.10.3 I would recommend that you upgrade first and then try it again.
  9. If that happens again, please post your Diagnostics so that I can see what‘s going on. Glad to hear that it is working again.
  10. You've wrote that in 10.8.1 the issue is resolved, but AFAIK 10.8.1 isn't released yet, or am I wrong? Yes, the config looks alright, oh does Plex now officially support AMD GPU hardware transcoding? As said above I will maybe deprecate the container in the near future in favor to the official one because they have now everything built in including the OpenCL drivers for Intel & AMD, like it is also the case in my container.
  11. From where is this error? From the syslog or when you try to install the plugin? I have many thoughts... Do you have any AdBlocking software in your network running? Can you actually connect to GitHub from your network? Usually this is a indication that the plugin can't pull the latest version numbers from GitHub. Please open up a Unraid terminal and post the output from: wget -qO- https://raw.githubusercontent.com/ich777/versions/master/nvidia_versions ...and also watch how long that it take to execute this command, you should get a instant response. What you can also try is that you uninstall the plugin, reboot your server, reinstall the plugin (the error should hopefully be gone) and the reboot once more or simply disable and enable the Docker service if you don't want to reboot again.
  12. Jap, aber nur falls es wieder mal geändert wird, RadeonTOP wird immer versuchen die iGPU zu aktivieren wenn sie nicht schon aktiviert ist, hab ich eben so im plugin verankert. Ja genau, du könntest das eigentlich alles auskomentieren (bis auf den ersten block von Unassigned Devices) da mit 6.10 Multichannel support standardmäßig eingeschaltet wurde. Nachher würde ich den Server auf jeden Fall neu starten.
  13. Yes and no, I'm maybe deprecating my container in the near future because I've mainly created the container because back in the day Jellyfin doesn't support AMD hardware transcoding OOB which it does now. Can you try to pull the official container for testing purposes? It should be pretty simple to migrate to the official Jellyfin container after you've validated that everything is working.
  14. Stop the container and then open the logs, it is most likely the case that it loops because of some error. You don't need the second fake domain, I would strongly recommend to let Anope connect directly to InspIRCD on your LAN and not route it through the internet, at least that's what I'm doing... If you doing it without the second fake domain and instead in your local LAN there is no need to let it run over SSL but you can enable SSL of course if you are doing it that way or you even can create a dedicated Docker network for the two containers so that Anope can talk directly to InspIRCd and vice versa. Try to point set the "Services - Connection Address" in the InspIRCd settings to your internal IP address and in Anope you can set the "IP Address from IRCd" also to the same IP address or if you are using a dedicated Docker network to the hostnames (container names).
  15. I will try the other maps that you've sent over another day on my server and will keep you updated too.
  16. Hoffe es ist okay für dich wenn ich dir hier antworte... Dir füllt auf jeden Fall hier smbd_audit dein syslog (nur eine Zeile daraus): Jun 26 23:01:02 Raster smbd_audit[3692]: connect to service Backup_Mobil by user backup_mobil Muss nochmal nachsehen was das auslöst aber das ist glaub ich ein setting in deiner smb-extra.config, bin mir jetzt aber nicht sicher... Also nur so nebenbei erwähnt du kannst das aus deinem go file entfernen: # Einbindung AMD GPU Treiber modprobe amdgpu ...weil du hast das RadeonTOP plugin installiert das dies für dich übernimt.
  17. Then RCON must be enabled differently, but don't quote me on that. I'm really not into RUST or any other game currently and as always modding is always up to the user, I only provide the base functionality from the container. I'm also pretty confident that I've answered a question about RUST and RCON a few times but I have to search for that, also keep in mind that RUST doesn't use the default RCON protocol they use something that is called WebRCON or something similar.
  18. This is really weird, I did nothing else as you did. Maybe try a fresh container... Are there any old save files in that folder?
  19. If some files become corrupt you can validate the files like you can do it in your Steam client but if you enable this it will actually validate the files each time the container starts and will slow down the start process since it always have to check the files against the Steam servers.
  20. Please turn off validation, it has no benefit in your case. I would like you to start over please by doing the following things: Remove the container Remove the projectzomboid folder from your appdata directory Pull a fresh copy from the CA App and try it again without changing anything and leave it sometime to start up
  21. Can you post a screenshot from your Docker template? Do you have a cache drive installed? If yes to what is the appdata share set in terms of use cache in the Share settings? I don't think so because my server is about 50% load when it boots up for about 10 - 20 seconds but never freezes. Maybe your drive can't keep up and that's why it freezes, on what drive is the game on (brand)?
  22. I don't understand, what is the exact issue? From your log I see that it downloads just fine... When the container starts up it will use a lot of CPU and RAM to actually start. This is what it should look like after it fully started: I've also attached the log from a fresh installation what it should look like, you can also see that it restarts once after the first download: ProjectZomboid.log
  23. You are definitely having some issue there: Jun 26 15:48:32 Workstation kernel: vfio-pci 0000:01:00.0: BAR 1: can't reserve [mem 0x1fc00000000-0x1ffffffffff 64bit pref] ### [PREVIOUS LINE REPEATED 116436 TIMES] ### Jun 26 15:48:33 Workstation avahi-daemon[8762]: Registering new address record for fe80::fc54:ff:fef1:b088 on vnet1.*. Jun 26 15:48:33 Workstation kernel: vfio-pci 0000:01:00.0: BAR 1: can't reserve [mem 0x1fc00000000-0x1ffffffffff 64bit pref] Please make sure that you are on the latest BIOS version and maybe try to enable Resizable BAR support and Above 4G Decoding in your BIOS. Seems to be related to your RTX3060
×
×
  • Create New...