Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ich777

Community Developer
  • Joined

Everything posted by ich777

  1. Did you read the note about the encryption (in the Description). Do you have a static IP or a dynamic IP? I just can tell that the server works fine for me (since this is my favorite game and I still play it from time to time). Often times not being displayed in the game is ether the encryption still enabled or the server not being publicly reachable and/or Hair Pin NAT not working properly (maybe try to connect from outside your network).
  2. Sure this is also possible but introduces maybe some other difficult to solve escape scenarios for characters, I also tried that myself in the beginning but I find it much more practicable to do it that way, you can also create just one "big" file, I just split the process into many different files to be able to troubleshoot quicker and to be a bit more transparent in the log what is/was done. The issue is definitely your cat command since it stops there.
  3. Okay, this is a modified script from my create container packages script correct? Can you please be a bit more specific what you want to do exactly? You have definitely an issue in your cat with the quotations from EOF and therefore you "hang" at your cat command. This would be way easier and I'm not 100% sure what you are doing here since you are trying to create a file named ${LXC_CONT_NAME}_installer.sh, please don't also forget that you have to make the file executable or run it with bash in front of it: ... sleep 10 echo "echo \"hello world\"" > /mnt/vecna/lxc/${LXC_CONT_NAME}/rootfs/tmp/${LXC_CONT_NAME}_installer.sh echo "installer file created" ...However this seems rather complicated, why not do it like in my GitHub repository here. Since I copy files from the host in the container and then loop through them. The main issue from above are the quotations from what I see.
  4. I'll look into this, but this will take a few days.
  5. Are you really sure that this is the case, the container should save the date to the root of the folder for Craftopia in DedicatedServerSave/ so to speak in the container in /serverdata/serverfiles/DedicatedServerSave (you can also check that in your ServerSetting.ini which should be located also in the main directory). Do you restart the container in between (please also note if you do a CA Backup most of the times is restarted automatically). However please also check your paths in the template, if you have /mnt/cache/appdata/... you have to make sure that your appdata is actually set to stay on the cache and not to be moved off to another pool/disk. You could also set the path in the template to /mnt/user/appdata/... so that the container will be actually be able to locate the files if you move the data off to another pool/disk.
  6. For Unraid this is a special case because the Kernel and drivers and firmwares are located in the different bz files and you need a special dev environment for this. However there are custom Kernels out there, which are of course newer but might introduce instability and you'll never know what is included else. :) I can build drivers if you tell me which one, but do keep in mind for in tree drivers (which ship with the Kernel itself) you would need a newer Kernel.
  7. Do the following: Stop the container Delete the steamapps folder from you Stationeers directory in your appdata directory Start the container Open the logs and you should see that it pulls the update I'll look into the port issue maybe today if I find some spare time.
  8. Should work but please note that I'm not super sure if the GPU and NPU is already supported by the Kernel which Unraid is currently using. Usually not because in Linux all the drivers are built into the Kernel but I'm not too familiar with this Hardware. If it's a third party driver which you need to compile, then maybe yes. Depends what you need, if it's a simple plugin it's usually easy and quick to set up.
  9. Maybe they switched over to Port 7777, BTW you don't have to switch over the container since you can install netstat in the container easily. This seems, at least to me, that the server is running. Please try to create two ports one with UDP and one with TCP in the template both with ports 7777 on host and container set to the same.
  10. You can ignore those messages since a dedicated server doesn't use shaders since it's dedicated, sometimes these messages are just there to see what's missing not working and in terms of shaders you can ignore them. How much resources does the container consume in terms of CPU and RAM (Docker page with Advanced View enabled). But that's not true for my container, the container listens on 27500 as you can also see here. Is this a completely new installation or is this an existing installation? Did you also open the ports in your Router/Firewall? Is Hair Pin NAT working? Do you have other services exposed to the Internet.
  11. State 0x202 means some kind of disk error, usually that there is no free space on the drive.
  12. Yes. How old is the power supply? You know that PSUs degrade over time and this wouldn't be the first time a user installing a new power supply after 8 years and the issue is gone. However I still think it's related to hardware incompatibilty or the driver not being fully bug free.
  13. This is a common issue with Conan and there is nothing I can do about that since this is related becaue the container is running through WINE. You can ask on the Conan Forums but I don't think that they can solve the issue.
  14. Something seems to be messed up with 5000 series and the PCIe 5.0 specification, however for your usecase that shouldn affect performance. You can try that, since it helped other people, I recommended that because of a newer driver and of course also newer Kernel. I don't think that they can say much because this is basically a 3rd party driver and ot would be probably better to ask on the Nvodia Developer Forums. However it seems to me that this is a general issue with 5000 series cards and some Motherboards (especially AMD based) since you are not allone with that issue, but most of the time lowering PCIe version is enough to avoid that issue.
  15. It should be possible to just transfer the world folder and of course your preferences, otherwise I would ask for help in the Binhex support thread for his container.
  16. Is this a new installation or your existing installation from 2023, if it's the installation from 2023 then please try the following: Stop the container Delete the steamapps folder Start the container Open the log from the container if it pulls a update
  17. Not really, where does it fail to transcode? Plex? Please also make sure to lower the PCIe Gen for the slot that the card is in to PCIe Gen 3 I really can't tell what's going on since this seems like some hardware incompatibility issue, maybe a newer driver will fix this issue if Nvidia releases one.
  18. There is a Recommended Post on top of this thread, which is sadly not easily visible anymore since the new design, however here is the link to the post (this applies to your issue):
  19. On what Unraid version are you? Sorry but I only compile the plugin packages when a new Unraid version is released.
  20. Where did you have that parameter from, I thought it was a recommendation from the maintainers repository? If the parameter doesn't work please create an issue on the Issue tracker on GitHub from the maintainer since it seems that you've passed over the parameter correctly but the module itself complains about not recognizing it.
  21. AFAIK the Proprietary driver doesn't support 5000 series anymore. However for certain games you have to pass over custom start arguments to be able to use some Nvidia features, at least this was the case on my Debian Linux Desktop computer for some games but most games nowadays support it right OOB. I'm not familiar with Steam Headless much but maybe a package in the container is missing since you also need some base OS packages but that is just a guess.
  22. Add this to your syslinux.conf: nct6687.fan_config=msi_alt1 Should look something like that and of course with your parameter:
  23. I think so, but I‘m not 100% sure since another user reported that it doesn‘t work anymore like it should. However you can always use a live distro to flash the card.
  24. You can‘t because the plugin is not designed to support your iGPU. Only Polaris, Vega and Navi are supported.
  25. Isn't that a bit out of scope for this thread. Yes, but I would recommend that you do it through the WebUI since you end up with a "3rd party" Container that way. Please don't install anything to Unraid directly because you will be not be able to retain that installed applications since Unraid runs from RAM and that means everything custom that you've did (manually) will be wiped the next time you reboot.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.