Jump to content

ich777

Community Developer
  • Posts

    14,681
  • Joined

  • Last visited

  • Days Won

    185

Posts posted by ich777

  1. 38 minutes ago, methanoid said:

    Anyone able to do that? Or see the value?

    I do that also with User Scripts.

     

    Something like:

    docker container stop CONTAINER1 CONTAINER2 …

    will do the job just fine...

     

    If you need to stop the container for example in 45 minutes you can do:

    echo "docker container stop CONTAINERNAME" | at now + 45 minutes

     

    • Thanks 1
  2. 10 minutes ago, Gex2501 said:

    Just in case it's of interest.

    Just in case are you sure that your CPU is stable?

     

    I heard a lot of things in regards that 13th and 14th gen are really unstable and even crashing on Windows quiet frequently…

     

    Please make sure that your BIOS is up to date and ensure that your power limits are under control.

  3. 6 hours ago, Teffi71 said:

    Today, I wanted to check on SABnzbd and was greeted by this error message:

    This is caused because you have the WebUI from TVHeadend on the same IP running as SABnzbd.

    You have two (or maybe more) options:

    • Make sure that TVHeadend and SABnzbd are not running on the same IP address
    • Don't open the WebUI from TVHeadend and SABnzbd on the machine where you manly access the WebUI from SABnzbd
    • (Open TVHeadend in a Private Browser window)
    • (Open TVHeadend in another Browser that you don't user for SABnzbd)
    • ...

    This is nothing weird this is a known issue. ;)

    • Like 1
  4. 24 minutes ago, mew0717 said:

    I've reinsalled the driver, I'm moved the card to a different PCIE  and still not able to get passed this error.

    Sorry but I don't see a Nvidia GPU on your PCIe bus.

     

    Are you sure the card isn't defective. Please try to reseat the card and make sure that it plugged in properly if it needs auxiliary power.

  5. On 4/24/2024 at 10:18 AM, nixweis said:

    P.S. könnte sich der Hersteller da nicht mal ein anderes System überlegen?, die Sticks halten nicht so lange und steigen ohne Vorwarnung aus, wenn ich das Produktiv einsetzen würde, hätte ich jetzt einen mittelschweren Wutanfall 🙂

    Also welche USB Sticks verwendest du denn das würde mich interessieren hab hier ein System von einem Kumpel und das läuft schon ca 8 Jahre mit ein und dem selben USB Stick.

     

    Mein development system, das bei jeder Unraid version die neue version automatisch installiert für die Plugin packages hat sicher schon 100 mal die Unraid version gewechselt und läuft auch noch immer.

     

    Bitte beachte aber hier das ich nur USB2.0 Sticks verwende der Marke Transcend.

     

    On 4/24/2024 at 10:18 AM, nixweis said:

    P.S. Klicke ich oben rechts auf "Fehler beheben" sehe ich "This USB Flash device has an invalid GUID. Please try a different USB Flash device." und Contact Support, habe ich gemacht, weiß aber nicht, ob die mich verstehen ;-)

    Welche Sticks kaufst du denn? Das hört sich sehr nach gefälschten USB Sticks an.

    • Upvote 1
  6. 1 hour ago, zero_neverload said:

    weiss jemand was er mit dem Post Script meint?

    Ich nutze den container nicht also kann ich dir da nicht weiter helfen.

     

    Ich würde mich aber an den Entwickler selbst wenden wenn im Docker container was fehlt.

     

    1 hour ago, zero_neverload said:

    (sorry aber mein English is not the Yellow from the Egg)

    Google translate, ChatGPT oder Google Gemini hilft.

  7. 17 minutes ago, Gex2501 said:

    Well that'll teach me to buy the "latest and greatest" hardware.

    Bleeding edge hardware on Linux in general is never the best choice, at least when it was just released.

     

    17 minutes ago, Gex2501 said:

    Can I be on the list to beta test or get an alert when the RC is avilable?

    I think so, maybe @SpencerJ can put you on the list of testers, would be also interesting to me if everything is working properly.

     

    Also check back from time to time in the Announcements subforums or subscribe to the newsletter.

  8. 6 hours ago, DontWorryScro said:

    Is a backup machine meant to be pulling from the source machine instead of the source machine pushing to the destination machine?  Does it matter?

    You can do it either way and it doesn't matter much.

     

    I'm more comfortable pulling it from the source machine to the destination since it feels a bit more safe to me since you can write a script that is running on server start that starts the backup, shuts down the machine automatically if needed and if this machine is only powered on for a backup.

     

    5 hours ago, DontWorryScro said:

    Can you tell me how to take the id_rsa from the root dir that was explained in the guide and copy/move it to where ever this is?

    Please don't use the root directory, you always have to use the id_rsa from the /luckybackup/.ssh directory not root because otherwise it will be wiped on a container update.

     

    5 hours ago, DontWorryScro said:

    I rewatched the video and any instance of typing root in cli i replaced with luckybackup but all things being equal, in the end, i just saw this when i navigated to the newly created luckybackup directory for the key. Looks to be empty inside.  what i do wrong?

    Please post a screenshot from your Docker template.

     

    5 hours ago, DontWorryScro said:

    but selecting them and attempting the backup popped some weird password request window in the VNC.

    Then you selected the wrong keys.

     

    BTW You don't have to create new keys, please use the existing ones which are located in /luckybackup/.ssh since they are individually created for each installation and as said above, please don't use the keys from /root/.ssh

  9. 12 hours ago, Elmojo said:

    Maybe I misunderstand how TV and Anydesk are working, but somehow they are both able to wake my remote machines (several of them) from sleep over the internet.

    I don't know how they are doing it but it can't be a real WoL package because that simply won't work.

     

    12 hours ago, Elmojo said:

    Would it still be of any use?  I suspect no.

    No, but if you choose the power outlet method and bind the power outlets to your HomeAssistant instance then it would be of course possible.

     

    12 hours ago, Elmojo said:

    For now, the simplest solution has been just to leave the machines awake (never sleep) and let the monitors turn off.

    We're not really concerned with power consumption, since it's not many machines in total, and they are spread out over various locations.

    Than this is your best bet.

    • Like 1
  10. 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?

  11. 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.

  12. 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?

  13. 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
  14. 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).

  15. 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.

  16. 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 {} \;

     

  17. 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.

  18. 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.

  19. 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.

  20. 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
×
×
  • Create New...