ich777

Community Developer
  • Posts

    14591
  • Joined

  • Last visited

  • Days Won

    185

Posts posted by ich777

  1. 10 hours ago, DisplayFusion said:

    So it's looking like the saves for whatever reason is now corrupted after me adding two variables regardless of what variables I enter and which backup of the save I put into the servers saves, even ones days before I changed anything.

    It can be possible if the container was just starting and you changed right a value while it was starting and couldn't save successfully that it got corrupt but that is really a edge case that I never saw.

     

    As said before I have seen that only one time that a save game became corrupt on a Ark server.

     

    10 hours ago, DisplayFusion said:

    Am I out of luck or is there a workaround?

    You can try to move the savegame to a Windows machine and import it there and see if it is working.

    Do you maybe have a backup from your appdata where an "old" save is included?

  2. 10 hours ago, estuine said:

    Minecraft just updated to 1.20.5 this morning, and now my server isn't booting. Looking at the log I'm seeing the following error:

    Thank you for the report!

     

    Please update the container itself, after that edit the template, at the bottom click on Show more settings... and at Runtime Name enter "jre21" (without quotes) like:grafik.png.6cacccf1635c54fde83f087aa976adaa.png

     

    After that the container will start, download the new JRE and maybe restart one more time.

  3. 9 hours ago, skler said:

    Done, Diagnostic attached (without nvidia.conf params)

    Did you already try it with the driver version that I recommended above?

     

    9 hours ago, skler said:

    it should be compatible.. 

    But do you maybe have to buy a license to make use of it? Such Servers can be horrible when it comes to hardware support.

    I can't help much with real server stuff because I only use consumer hardware on my system.

     

    9 hours ago, skler said:

    I've tried opensource drivers too

    Thank you, since this is a real Datacenter card you don't have to use the option in nvidia.conf like pointed out on the plugin page but it shouldn't make a real difference.

     

    9 hours ago, skler said:

    do you think that the GPU could be broken? 

    Maybe yes but it is really hard to tell, are you also sure that the PCIe x16 slot can deliver enough power, I think someone with a Dell PowerEdge had an issue where the PCIe slot doesn't delivered enough power because of a riser card.

     

    Can you maybe test the card in another system and install the Nvidia driver?

  4. 2 hours ago, skler said:

    I've upgraded my old P400 with a T4 but the new card is not recognized. 

    This is a really bad sign:

    Apr 23 19:08:28 littleboy kernel: NVRM: Xid (PCI:0000:af:00): 140, pid='<unknown>', name=<unknown>, An uncorrectable ECC error detected (possible firmware handling failure) DRAM:-1840691974, LTC:0, MMU:0, PCIE:0

     

    It might be that your card is defective or your Firmware/BIOS is simply not compatible with your Nvidia card.

     

    If possible please try to driver version: 550.67 in the plugin, reboot and see if that helps.

    Can you maybe also try another slot in your Server?

     

    It is also possible that the GPU is not compatible with your server, this would not be the first time that I see a card because it's not Dell, HP,... certified.

     

    I assume auxiliary power is also connected properly?

     

    For testing purposes I would also recommend that you remove the file: /boot/config/modprobe.d/nvidia.conf

    Just a information because I saw it, you should do it like that if you want to use more options:

    options nvidia-drm modeset=1 fbdev=1

     

    • Upvote 1
  5. 3 hours ago, Elmojo said:

    I've asked on the Rustdesk Github, and the answer is "you can't", but that seems...implausible.

    Why should that be implausible?

    To send a WoL you have to be on the same Subnet and you need a device that is available on the same subnet...

     

    3 hours ago, Elmojo said:

    I feel like there has to be a way to do such a simple and commonly-needed thing, especially since Teamviewer and Anydesk do it without issue.

    I don't think that this is possible if nothing is running Anydesk or Teamviewer on your local network since otherwise this is in fact impossible because how should they perform a WoL in your subnet? Don't get me wrong but otherwise they must have physical access to your local network through the Internet and if they are able to perform this I won't be very happy because this is a big security risk!

     

    3 hours ago, Elmojo said:

    Any ideas?

    Do you use HomeAssistant? If yes, it would be way easier to do it via a WoL package through HomeAssistant or like I do it simply put your PC behind a switchable power outlet (WiFi, Zigbee,...), in your BIOS make sure that the action for Power Loss is set to Always on so that your PC/device is started, with that you won't need a WoL package at all (and maybe save some power since the PC is entirely off).

  6. 33 minutes ago, DisplayFusion said:

    I'm not sure what me adding those two variables done to the server but would like assistance if there is any and to save my saves at least.

    Have you yet tried to set up a second instance and see if that works, I know it sounds kind of silly but please try and see if that solves your issue.

     

    You just have to stop your first container, give the new container another name and change the path to the game files.

     

    I only see those kind of issues on non supported CPUs but I assume it was working before.

    It could also be the case that your game files got corrupt but I haven't seen that only once for a Ark server.

  7. 8 hours ago, unDog said:

    Bitteschön:

     

    Quote

    #!/bin/bash
    find 
    /mnt/user/CamRecords/video/ZTLVF/*.mkv -mtime +1 -type f -exec rm -f {}\;

    Boah... Ich hoffe das ist ein Fehler das du hier eine neue Zeile hast... Der syntax gefällt mir nicht wirklich hier...

    Das skript versucht dein /root verzeichnis zu löschen...

     

    Bitte mach es doch ein wenig anders:

    #!/bin/bash
    cd /mnt/user/CamRecords/video/ZTLVF
    find . -name "*.mkv" -mtime +1 -type f -exec rm -f {} \;

     

    Zuerst gehst du ins Verzeichnis mit cd dann fürhst du find im aktuellen Verzeichnis mit . aus und suchst nach allen Dateien die mit "*.mkv" enden im verzeichnis und allen unterverzeichnissen.

     

     

    EDIT: Wenn du nur im Verzeichnis "/mnt/user/CamRecords/video/ZTLVF" ohne Unterverzeichnissen suchen willst dann muss das so aussehen:

    #!/bin/bash
    cd /mnt/user/CamRecords/video/ZTLVF
    find . -maxdepth 1 -name "*.mkv" -mtime +1 -type f -exec rm -f {} \;

     

  8. 17 minutes ago, HHUBS said:

    But I want, if possible, to close those ports and run it through nginx. 

    May I ask why? Or can you please explain the benefit?

     

    You have to first understand that a reverse proxy is designed for http/https TCP traffic and RustDesk is not http/https traffic, it uses it's own encryption with the key that you have to specify, is encrypted too and also uses UDP ports.

    Sure you could use streaming ports but you then also have to open up the necessary ports to your reverse proxy because it can only proxy these ports if they are open.

    With all of that said, that will complicate your setup more than needed.

     

    So in conclusion in general it is safe to forward the ports from the container in your Firewall because it is not http/https traffic and uses it's own encryption.

     

     

    BTW I get these questions also from time to time for my game server containers and it's the same there, in general you can forward the ports but you are complicating the setup more than it is necessary and since you are just streaming the ports this also defeats the purpose of a reverse proxy.

    I also can't give support for such setups.

  9. 11 minutes ago, Eagleboone said:

    Da es so aussieht das alle Streamer "Netflix usw." auf den AV1 Codec umsteigen

    Ja, aber das dauert noch ein paar Jahre.

     

    11 minutes ago, Eagleboone said:

    und auch die UHD-BluRay's den zukünftig verwenden werden

    Wo hast du denn das her? Also die ganzen BluRay player die jetzt im umlauf sind können doch kein AV1...

     

    11 minutes ago, Eagleboone said:

    ist es wohl angebracht vorzusorgen und die Quadro RTX 4000 in Betracht zu ziehen...

    Was? :D

    Warum? Kannst genau so eine Intel ARC A380 nutzen, die kann momentan decodierung auf Linux, endocing geht noch nicht, aber prinzipiell kann die das (inklusive der neuen 13th und 14th gen Intel iGPUs).

     

     

    Mal so eine Nebenfrage hast du denn deinen Content schon in AV1 umgewandelt wenn ja warum oder meinst du das du einfach deinen content in AV1 streamst? Das ist aktuell noch nicht praktikabel, zumindest sehe ich das so weil es viele Geräte einfach noch nicht unterstützen.

    Also jetzt schon eine Grafikkarte in betracht zu ziehen die dann wenn das vermutlich Mainstream ist halte ich nicht für sehr sinnvoll.

  10. 2 minutes ago, Maitresinh said:

     will install the version 41.76.16 and check. thanks for your time and patience.

    Do you install a specific version from the game instead of the latest available?

     

    Please note that the container usually pulls the latest version and older versions from the game had a completely different requirement in ports.

  11. 8 hours ago, Daniel15 said:

    The repo for the SR-IOV DKMS module itself (which is the core functionality of this plugin) is still maintained; it was last updated 3 days ago: https://github.com/strongtz/i915-sriov-dkms

    This is not entirely true, the maintainer has no compatible hardware anymore and moved on however it is true that he still maintains the repo but relies completely on Pull Requests (I've already made an issue for that here).

     

    8 hours ago, Daniel15 said:

    Last I heard, Intel were working on mainlining SR-IOV support, but they had to delay it due to higher priority kernel work. I haven't seen any recent updates though, so I'm not sure if they still plan to do it. Here's the thread: https://github.com/intel/linux-intel-lts/issues/33

    Sure but that will take some significant amount of time (your linked issue was created 2022), you can read also more about that into my linked issue and as you've already wrote, they delayed it.

     

    I only took a quick look what changes would be needed to make it compatible and from what I saw that involves a significant amount of changes.

    Maybe someone will create a PR and make it compatible with Kernel 6.7+ to make it usable on newer version Unraid versions (6.13.x) which will definitely ship with a up to date Kernel.

     

    So to speak I don't think that SR-IOV will be supported on Unraid 6.13.x, at least not as long as someone creates a PR which fixes the driver module.

     

    Hope that explains the statement from @giganode a bit better.

    • Like 1
  12. 16 hours ago, Maitresinh said:

    Maybe you can see the server (romero-popollo) ?

    I have to try but this will take some time since I'm really busy currently...

     

    16 hours ago, Maitresinh said:

    Could it be a probleme with the client ?

    I' ve noticied that the "Ip" file is not showing up.

    Have you yet tried to reinstall your game on your local PC?

  13. 4 hours ago, owlman said:

    I wanted to use your openTTD container but I am finding it is missing some libraries and crashes on run.

    Thank you for the report! :)

     

    4 hours ago, owlman said:

    I'd submit a PR directly but it does not appear I can.

    I also don't see a PR, however I changed the library libglib2.0-dev to libglib2.0-0 since the development package is not needed.

     

    4 hours ago, owlman said:

    Do you still take fixes for your existing containers or should users fork it?

    Sure, I still maintain these container. ;)

    Just because I don't accept any new requests for game server doesn't mean that I dropped support for existing containers.

     

    The container is already updated and is working again.

    Thanks again for the report!

    • Like 1
  14. 1 hour ago, BastiKA84 said:

    I thought this would be better for the informations. But I can unplug the Card, uninstall the plugin and then get a new diagnostics if that would be helpful.

    Try to set up a remote syslogserver or connect a monitor so that you can actually see the output from the console when it crashes, take a picture and post it here, that would be super helpful.

     

    But as said above this seems like some kind of hardware compatibility issue and is maybe solved with a BIOS update.

     

    1 hour ago, BastiKA84 said:

    I now have some minutes and will do bios update, control all bios settings and check if anything happens in the GUI.

    Please don't forget to disable C-States again after the BIOS update and validate all other settings.

    • Like 1
  15. 44 minutes ago, BastiKA84 said:

    AMD Ryzen 7 1700

    Since this is a Ryzen first gen CPU make sure to disable C-States in the BIOS.

     

    I assume you have the card still installed in your system and you have simply uninstalled the driver correct? This seems more of a hardware compatibility issues and has nothing to do with the plugin itself.

     

    Your BIOS version is also out of date:

        Version: 3810
        Release Date: 11/21/2022

     

    The newest version on the Asus site is 4604 (08/04/2024) <- I expect that this update also will help the crashing but please also disable the C-States since on Ryzen 1st gen this was quiet a big issue if it's enabled.

    Make also sure to enable Resizable BAR Support and Above 4G decoding in the PCI settings.

     

    Also make sure the Power Supply is still up to the task, your T400 shouldn't draw too much power but just to be on the safe side make sure it is still adequate.

     

    BTW In your Diagnostics I see that the plugin is still installed. However make sure to follow the things above that I recommended and see if that solves your issue.

     

    May I ask if a normal shutdown is working? Just press the Power button 2x short and you should hear *beep beep* and this is the indication for a normal shutdown.

     

    It would be also helpful if such a thing happens if you could pull the Diagnostics, connect through SSH to the server and type in `diagnostics` this will generate Diagnostics that you can pull from /boot/logs/ after the reboot.

    • Thanks 1
  16. 3 hours ago, jkBuckethead said:

    but doing so disabled my Plex hardware transcoding via QSV on my i5-12500

    4 minutes ago, SavageAUS said:

    change it to on or enabled

    Don‘t forget to enable Multi Monitor support too if this is an option in your BIOS since this will ensure that the iGPU stays enabled if a dGPU is installed on most motherboards.

  17. 2 hours ago, Rkpaxam said:

    all three are on cutom br0 as i didnt want cross over. i dont know how to change that but surly it should work out of the box as i havnt changed anything 

    Sorry it took me a bit but I've now tried it now on my server and it starts up fine.

     

    I created a database alongside with a user on my MariaDB for Zabbix, fired up Zabbix with the IP from my MariaDB instance (my Server IP), port, username, password, databasename and it was starting fine.

  18. 4 minutes ago, Rkpaxam said:

    Maria DB had been set up with a custom BR0

    And Zabbix is also in a BR0 or is it in the default bridge?

    Please keep in mind that you have to enable host access to actually be able to connect to the database if in a custom bridge.

     

    2 minutes ago, Rkpaxam said:

    i belive its somthing to do with "Character set utf8 and utf8_bin collation is required for Zabbix server to work properly with MySQL database."

    Then you have to alter the databse to support this character set.

  19. 2 hours ago, Amane said:

    The termalsensor AUXTIN is not output correctly!

    Yes this is a common thing and the case on most systems like on mine but with a negative value:

    grafik.png.199f1ae5b38ecf22dbda488065c33f7d.png

     

    2 hours ago, Amane said:

    but the problem is that my card only works if they stay below 105°C,  also the temperature of the Melanox card is probably wrong because of that?!

    Not really, your card actually reports that temperature and I only display it on the plugin page through the command `mget_temp` nothing more.

    I don't think that you can deactivate the thermistor on the card because then the card also won't work and report a silly temperature and please keep in mind that the card deactivates itself and that is a thing that the firmware on the card does.

     

    2 hours ago, Amane said:

    I plugged the card in with a riser cable and touched it with my fingers, it doesn't get that bad warm...

    Maybe the thermistor is defective on your card but AFAIK the thermistor is located right in the DIE.

    What could also cause such an issue if the heatsink doesn't make proper contact with the whole chip.

    • Like 1
  20. 2 minutes ago, Revan335 said:

    Aber in luckyBackup selbst oder den einzelnen Job Logs wäre sowas deutlich hilfreicher.

    Wirft er nicht auch eine meldung wenn der source und destination pfad gleich sind?

    Ich kann mich da schon erinnern das da irgendwas war.

     

    3 minutes ago, Revan335 said:

    Vielleicht auch nur ein Gedankenfehler von mir wie ich das luckyBackup Profil und dessen Jobs verstehe.

    Naja du kannst nicht in ein unterverzeichnis der source syncen.