Jump to content

ich777

Community Developer
  • Posts

    15,752
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. Did you even take a look at the plugin page itself yet, the driver version 470.94 maybe??? On what Unraid version are you? The driver 470.94 is available for every Unraid version so far and I will compile it as long as it compiles on newer Kernel versions. Of course when you are on Unraid 6.9.2, which is now outdated because Unraid 6.10.1 stable was released, you won't see the version because I list only the last 8 drivers but it's there and you have to enable it manually.
  2. This is not a bug from Unraid, please remove this bug post. Limetech only added the ability for my plugin to open up a WebTerminal this was not possible before and this bug is only related to my plugin and has nothing to do with Unraid itself. Pleas read this post: Simply type in: bash You have to understand that I can't simply connect to the bash shell because not every container has a bash shell (Alpine for example has no bash shell by default) and it would fail if I set the standard shell to /bin/bash This is only a temporary solution and will be worked on but for now you have to connect to the shell and then type in bash or you change the default shell for the root user, this would also be a possibility. This is just because the sh shell uses another coding as the Unraid shell, simply type in bash as mentioned above.
  3. Just to let you know: Click
  4. I have to look into this further, I never need to change the date nor the time...
  5. Is someone here interested in something like a "Button" on the create container page where a Debian Bullseye container is set up with a pretty basic Desktop environment (XFCE4) in conjunction with TurboVNC and noVNC so that you can connect to the container via a WebBrowser or a VNC Client?
  6. Sorry it was already late yesterday, forgot to include this line mkdir -p ${DATA_DIR}/.kde/share/config/kdeglobals Changed the complete command above too.
  7. Will be added Soon™ in a very basic form, maybe today... Don't expect too much, it will be very basic (connects to the sh shell but you can change that by typing in bash or whatever shell you want to execute).
  8. Not really, try to reseat the card in the slot has the card enough cooling? Try to enable Above 4G Decoding.
  9. Open up the container console and type in this: su $USER mkdir -p ${DATA_DIR}/.kde/share/config/kdeglobals echo "[Locale] Charset=iso8859-1 Country=GB DateFormatShort=%d/%m/%Y Language=en_GB MonetaryThousandsSeparator=$0.$0 ThousandsSeparator=$0.$0" > ${DATA_DIR}/.kde/share/config/kdeglobals Then close the console window and restart the container. Hope that helps.
  10. Hmmm, this is really strange, have to open a issue on GitHub in the next few days, the card is listed in the Wiki from TBS-OS on GitHub but seems like the drivers aren't compiled. Not related but I would also recommend that you upgrade to Unraid 6.10.1
  11. But then you are still on LibreELEC drivers and not on TBS-OS drivers or am I wrong? I've wrote above that you have to be on TBS-OS drivers above, I completely overlooked that you wrote that you tried that with the LibreELEC drivers.
  12. Please check if the card is now visible in the system, the driver should be loaded: cx23885 163840 0 altera_ci 16384 1 cx23885 tda18271 49152 1 cx23885 altera_stapl 28672 1 cx23885 m88ds3103 24576 1 cx23885 videobuf2_dvb 16384 1 cx23885 snd_pcm 90112 1 cx23885 You can also send your Diagnostics again if I should take a look at it again.
  13. Can you try to install the TBS-OS drivers open up a terminal from Unraid and issue this command and send me the output: modprobe cx23885 if you got no output please send me the output form: lsmod too.
  14. Can you post your Diagnostics with the LibreELEC drivers installed and also if possible with the TBS-OS package? This would be really great to see why it doesn't work, on the TBS-OS drivers both should work.
  15. I don't see why this should help... anyways the file should be located in /serverdata/Steam/logs/stderr.txt but I think you will not get much information from it because it only logs the output from SteamCMD. Have you changed or added anything in the 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? On what Unraid version are you? What CPU are you using? Please turn off validation. Are the files in the data directory from the container?
  16. As far as I can tell, there is no real dedicated server for this game and also it's only available on Windows. I can surely look into if it's possible to create a dedicated server but I'm not too sure if it will work.
  17. Have you changed anything to your hardware configuration too (added hardware or made a BIOS update or something like that)? May 23 14:02:50 Tower kernel: apex 0000:04:00.0: Cannot get BAR2 base address May 23 14:02:50 Tower kernel: apex 0000:04:00.0: error adding gasket device May 23 14:02:50 Tower kernel: apex: probe of 0000:04:00.0 failed with error -12
  18. Have you tried this yet: Or what do you mean with that? Did you bound the second card also to VFIO?
  19. From what I see in your logs both of your Nvidia cards are bound to VFIO, this is the reason why the plugin can't see none of the cards: 03:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:1fb2] (rev a1) Subsystem: Lenovo Device [17aa:1489] Kernel driver in use: vfio-pci Kernel modules: nvidia_drm, nvidia 03:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:10fa] (rev a1) Subsystem: Lenovo Device [17aa:1489] Kernel driver in use: vfio-pci 04:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] [10de:1c82] (rev a1) Subsystem: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] [10de:11bf] Kernel driver in use: vfio-pci Kernel modules: nvidia_drm, nvidia 04:00.1 Audio device [0403]: NVIDIA Corporation GP107GL High Definition Audio Controller [10de:0fb9] (rev a1) Subsystem: NVIDIA Corporation GP107GL High Definition Audio Controller [10de:11bf] Kernel driver in use: vfio-pci
  20. Please try to change the directory to /mnt/user/appdata/corekeeper. Also one question is open, to what is the appdata Share set in terms of Use Cache (you'll find this in the Share settings). Please don't do that!!!!!!! I don't know why everyone is so loose about privileged rights and Docker, by enabling this you give the container almost full access to your Unraid server, this is a huge security risk!
  21. Me too because this saves a lot of resources on my server to because I use a LXC container with Docker installed in it to build all my Docker containers locally and push it to DockerHub and the GitHub Container Registry. Planing also to switch over my Homeassistant Docker container to the LXC Homassistant Core version because I was never really satisfied with the Docker container. Please also let me know about your findings with the USB passthrough <- this is a thing on my to do list but as you can imagine my to do list is pretty long...
  22. No issue over here (completely new installed container from the CA App): ---Ensuring UID: 99 matches user--- ---Ensuring GID: 100 matches user--- ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Taking ownership of data...--- ---Starting...--- ---Update SteamCMD--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation - version 1653101151 -- type 'quit' to exit -- Loading Steam API...OK Connecting anonymously to Steam Public...OK Waiting for client config...OK Waiting for user info...OK ---Update Server--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation - version 1653101151 -- type 'quit' to exit -- Loading Steam API...OK Connecting anonymously to Steam Public...OK Waiting for client config...OK Waiting for user info...OK Update state (0x3) reconfiguring, progress: 0.00 (0 / 0) Update state (0x3) reconfiguring, progress: 0.00 (0 / 0) Update state (0x61) downloading, progress: 24.46 (68610225 / 280515706) Update state (0x81) verifying update, progress: 24.65 (69152587 / 280515706) Success! App '1963720' fully installed. ---Prepare Server--- ---Checking for old display lock files--- ---Checking for old logfiles--- ---Server ready--- ---Starting Xvfb server--- ---Start Server--- Server Game ID: TcWVdFXBPQbGQAfz57GJvBwUDa7C Do you have a Cache drive installed? Do you have anything changed in the template? To what is the appdata directory set in therms of Use Cache? What processor are you running this on?
  23. Also the systemd issue… Hope it‘s enough for now… I will definitely continue to improve the plugin but I was a little concerned releasing the plugin with the systemd issues.
  24. Please post your Diagnostics. This message means that the driver can't find a graphics card in your system, at least not a Nvidia graphics card.
×
×
  • Create New...