Jump to content

ich777

Community Developer
  • Posts

    15,755
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. No worries! Glad that everything is now working for you!
  2. Only ports 2456 to 2458 UDP are needed. Please be aware that there are plenty of sites out there which have wrong ports documented and simply open up all Steam ports wich is basically a security risk. My templates have all the necessary ports in them and I even specify the protocol needed in the description or the name from the port itself in the template.
  3. I really don't know what's going on on your system. Please start the Valheim container, start the game itself, go to Multiplayer and click on Direct connection, enter you ServerIP:2456 (this port is needed to connect from inside the game - it should be also enough to enter only your ServerIP in game).
  4. ich777

    Raspberry Pi OS

    Ich verstehe den Satz nicht ganz... Optional würde ich in diesem Fall weg lassen, das bedeutet nur das wenn das Gerät am Host nicht gefunden wird wird die VM tortzdem gestartet wenn du nur Select anklickst wird die VM wenn das Gerät am Host nicht gefunden wird nicht gestartet. Bei boot order musst du nix rein machen, das gehört nur wenn du von einer USB Festplatte booten willst. Vermutlich.
  5. Please keep me updated about your findings… Can you maybe try to set up a CS Source container and see if this is working or better speaking if you can see it in the Steam Server Browser? Default port is 27015
  6. No worries at all! So still nothing in the Steam Server Browser? Do you have maybe another computer on the network that you can try to connect to or search it?
  7. The container is definitely running and waiting for connections. Are you sure that you are on the same subnet as the server? I really can't tell what's going on on your system, network. The usage that you see on the Docker page indicates that the container is running. What did you change in the template exactly? Can you maybe try to delete the container and the folder "valheim" that lives in your appdata directory and pull a fresh copy from the CA App without changing anything and see if that makes a difference?
  8. Please turn on Advanced View on the Docker page and send a screenshot from there. Have you yet tried to disable BepInEx and try to run it without any modification?
  9. Please read the first recommended post on top, it is for Valheim but shouldn't be that different. You have to edit the ports in the config, then delete them in the template and create new ones which match the ports that you've defined in the config. Also don't forget to change the name from the container and the path to the game files.
  10. Something seems off with the files when verifying the installation, can't tell what this error is exactly because I've never seen such an error before... Do you have enough free space on your device? Is it possible for you to stop the container, rename the folder for squad to something different like "squad-backup" in your appdata directory and start the container again? With this the container will pull the files again from Steam so that you can see if a fresh installed container is working and you have all your "old" data in the backup directory as mentioned above. Wouldn't change anything at all. You can of course do something like: docker container logs CONTAINERNAME from the Host (Unraid) and of course change CONTAINERNAME to the exact container name, case sensitive or even better write it to a file in the appdata directory: docker container logs CONTAINERNAME > /mnt/user/appdata/LOGNAME.log so that you can access it from your network. Simply go to the app store and search for any installed app that you have installed, there is a Donation button. You'll find also a Donation button on the first page of this thread.
  11. No, for SteamCMD container simply restart it and SteamCMD will check for updates on start. What did you do exactly to force update it? The last update from the Squad Dedicated Server app was 12 hours ago: Click You can't set a manual version, at least not like it is for Terraria because the SteamCMD containers use SteamCMD and it is invoked every time you start/restart the container. Do you have any kind of AdBlocking software on your network or something like Unbound, this could actually cause issues in terms of updates.
  12. Please try to set write back to true and see if this makes a difference to start with. Where are the images located? Array or Cache? I assume theses are both Cache Pools? I would recommend that you also use the real path to the image like for example /mnt/cache/iSCSI/... or /mnt/dsik1/iSCSI/... because if you are using /mnt/user/... you are basically using the FUSE filesystem and this adds more overhead than using the real file path. Anyways, I would not recommend that you put a iSCSI FileIO image on the Array because this will be rather slow. From my perspective I would always use/recommend a real Block Device for iSCSI because that's simply faster and you can achieve speeds like if it is connected directly through the SATA bus in the foreign computer, as long as the Network can keep up.
  13. Oh, I thought this is some kind of Dell Server because I saw lots of Dell devices in your devices overview. Anyways, maybe check if there is a newer BIOS available which enables this function, technically speaking this should be possible on nearly every motherboard which is capable of x86_64.
  14. There is an option for that for sure because another user here enabled it successfully on his Dell server. Something with large PCI address space or something like that.
  15. Here is the error: Jan 10 12:28:22 UnraidTower kernel: NVRM: This PCI I/O region assigned to your NVIDIA device is invalid: Jan 10 12:28:22 UnraidTower kernel: NVRM: BAR1 is 0M @ 0x0 (PCI:0000:01:00.0) This seems pretty much BIOS related, please double check that you've enabled Above 4G Decoding (this is surely called very differently on your Dell server in the BIOS) and check for a option about resizable BAR support and enable it. The driver should work fine, the only thing what is preventing it from working is your BIOS currently, hope that helps. Please let me know how that option is called on the Dell servers if you find it.
  16. Please install the Nvidia Driver plugin (and wait until the Done button is displayed in the installation pop up) as requested above and post your Diagnostics again.
  17. If you got it running locally then the server is definitely working. I really can't do or say much hwy it isn't working. Are you sure that you have a static public IP address an you don't have a CG-NAT? It could also be the case that you hair pin NAT is not working correctly, have you yet tried it to connect to the server from the outside world so to speak from not inside your LAN with your public IP address? BTW please only forward the necessary protocol which is in this case only UDP, reason behind this is that some game servers won't let you connect if you forward TCP too for example.
  18. Your container mapping in the template seems off. As @DBone-Unraid said, check if you don't have a space at the end of your path mappings in the template, most likely that you've copy pasted it and a space at the end at the container path.
  19. You have two options: Go to the CA App -> Settings -> set "Allow install of second instance" to "Yes" -> Apply -> search the container again and click "Install second instance" -> the name should be also different, change the directory for the container and delete the ports in this template if you share the network to avoid further issues -> Apply Go to the Docker page -> Add Container -> select your already installed Mincraft container from the drop down -> be sure to change the name, also the directory for the container and delete the ports in this template if you share the network to avoid further issues -> Apply
  20. The server is running at least from what I see from the output from your log. Please delet the -console parameter at the GAME_PARAMS, this would do nothing at all. Have you yet tried if you can see it in the Steam Server Browser (View -> Servers -> Favorites -> Add Server -> enter your local server IP and the port 2458 -> click refresh twice). How much CPU and RAM does the container use? Is your password at least 6 characters long? I would also recommend to not use special characters! Please follow the same procedure as posted above and check first if the container is reachable from your local network.
  21. Me too about the Tesla cards because they are Datacenter cards in general but the K series is confirmed working fine. From what I see the Tesla M40 24GB card uses the same driver as the consumer cards when you select the Cuda 12.0 Toolkit so in theory it should work just fine. Can you please post your Diagnostics with the driver installed so that I can see how your System is set up and what is maybe preventing it from being recognized?
  22. @Sascha Heilemann nur zur Info, du Meldest (dem Moderatoren) immer Sachen die du Quoten willst. Wenn du jemand Quoten willst dann einfach doppelklick auf den Text, kurz warten und dann erscheint so ein Quote Text Feld, dort klickst du dann drauf: Oder noch einfacher, du kannst einfach ganz unten auf Quote klicken: @Sascha Heilemann wollte dir das schreiben: Das habe ich gestern Abend gemacht. Mit erfolgt er Mountet trotzdem nicht die disk 4
  23. A little bit more information would be nice, maybe a screenshot from the configuration overview from iSCSI. Do you use a Block Volume or FileIO did you enable Write Back? Anyways, this speeds seem really slow, is this from a sustained copy process? Does it never go above these speeds or is it fluctuating?
  24. ich777

    Raspberry Pi OS

    Wenn er es dort auch nicht findet dann hast du aber ein Problem mit der Verbindung zu deinem Server. Das kann nicht funktionieren weil du ihn noch nicht durchgereicht hast zur VM. Geh mal aus dem VM Template raus, dann stöpsel den Minder von Unraid aus, dann gehst wieder in das Template und schaust mal nach welches Gerät verschwunden ist. Ich bin mir ziemlich sicher das dieses Gerät nicht unter diesem Namen am USB Bus geführt wird, das benutzt sicher einen Bridge Chip, vermutlich das erste Gerät von deinem Screenshot. EDIT: Und genau so ist es auch, das erste Gerät sollte dein Miner sein und das musst du durch reichen (Haken bei Select setzen).
  25. Also, das wäre für mich deine Antwort, ist sogar ein Link dabei wo alles beschrieben ist, in dem Link steht wie alles genau gemacht gehört: Klick Ich glaube nicht viele nutzen ZFS zumindest nicht aus DE -> der Stromspargedanke ist bei ZFS eben nicht gerade groß und ist ein ganz anderes Storage Konzept als bei Unraid. Die basics kommen in der 6.12, aber erwarte noch nicht das ein Tausch der Platten dort über die GUI funktioniert.
×
×
  • Create New...