Jump to content

ich777

Community Developer
  • Posts

    15,753
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. If possible send over the Diagnostics. Perl should not be the issue…
  2. Warum läuft das bei dir mit Priviligierten Rechten?
  3. It's not hanging it just started, if it's not restarting it is working. You will get only error messages if one happens.
  4. IBRACORP already made a template for Unraid, see here: https://docs.ibracorp.io/crowdsec/crowdsec/unraid @Sycotix I mark you here too. I would also recommend that you reach out to the developers via the contact form over here: Click
  5. This is really strange, have you changed anything in the meantime? Glad to hear that it is working now...
  6. Can you give me a bit more context please? I see that the installation fails, can you reach GitHub from you network? Do you have any AdBlocking software installed in your network? Where are you located in the world? Can you open this page, if yes, please post a screenshot from the output: Click If you can open the page from above, please open up a console from Unraid and paste this command and post the output: wget -qO- https://api.github.com/repos/ich777/unraid-lxc-plugin/releases/latest | jq -r '.tag_name'
  7. Yes, because the Intel J5005 doesn't have non of the mentioned iGPUs, it has to be compatible Core or Xeon variant.
  8. Can you also post the link to the GitHub issue?
  9. Please post a scrennshot from how you where adding the variable and from the docker run command that is displayed after you add the variable and clicked Apply.
  10. Please post them, without them I really can‘t say much… What do you mean with that?
  11. Is the script executable, the Python script? I would recommend that you do a: chmod +x SCRIPTNAME You are missing here something really trivial, don't forget that this isn't interactive and you have to pass over -y like: apt-get -y install --no-install-recommends python3 rename (also include no install recommends because this can speed up the installation)
  12. Vergiss das mit dem Lesekopf und generell das Bild das du gepostet hast, das betrifft drehende Platten, sprich HDDs, die für ein Betriebssystem verwendet werden... Bei einem NAS Einsatz bzw. Datengrab wie die meisten es hier verwenden greift das nicht mal ansatzweise.
  13. Why don't you run it even before the server starts? All my containers have the ability to add a startup script that is run before the server is started and the update routine is triggered. Simply create a file on the host (Unraid) called whatever you want for example arma-custom-start.sh and link it like so in the template: Please note that the container path needs to bo /opt/custom/user.sh and also please note that you have to customize the path to the script on your Host and of course you can name it whatever you want. Also make sure that you put this in your script at the top: #!/bin/bash su $USER so that the container executes everything as the right user and not as root! Hope that helps.
  14. Und warum ist der Lesekopf auf Anschlag bei 95%? Also wenn bei einer Festplatte der Lesekopf nicht die ganze Festplatte erreicht ist irgendwas falsch. Dann wäre die Festplatte mal besser ein drehendes Präsentierteller geworden und keine Festplatte wenn die ein Problem damit hat... Jokes aside du hast sicher mal gehört das man 90 bis 95% füllen kann wenn man die Platte für Windows oder irgend ein Betriebssystem nutzt kann das sein, das ist schon eher realistischer aber das ist ein ganz anderer Use Case. Während des kopierens geht gar nichts, da musst du wie @mgutt schon richtig schrieb das Array einmal aus und an machen, den Server neu starten bzw. den Kopiervorgang abbrechen und dann wieder weiter machen.
  15. But then this is an issue with your Android sync client and not with this container or am I wrong?
  16. Wer sagt das? Warum soll das nicht gut sein? Soweit ich sehe liegen da nur Medien drauf oder? Und selbst wenn die Platte zu 99% voll ist, ist es bei eineum Use Case wie einem NAS egal, du solltest aber mal lieber "Minimum Free Space" angeben (sollte immer mindestens so groß sein wie die größte Datei die du dort hinkopieren willst, normalerweise sollten 100GB reichen, das ist übrigens auch dann der Platz den er lässt wenn du die Platte randvoll anfüllen würdest. Lass es auf High Water, hast du mit der Allocation method schon herumgespielt? High Water ist meiner Meinung nach, für ein Datengrab wie es die meisten hier haben, richtig. Ich vermute du redest von TB... Eigentlich sollte er eine Platte mit 9TB befüllen, dann die andere bis 9TB und dann wird wieder die erste mit weiteren 4,5 dann wieder die 2. mit weiteren 4,5 danach kommt wieder die 1. mit 2,25 dran und dann wieder die 2. mit 2,25 usw...
  17. Yes, but I would have edited it if so. No, because 4th gen doesn‘t have the necessary hardware capabilities for GVT-g
  18. I don‘t know what you want to do, can you explain what your goal is by logging in? Why do you try to login anonymous, do you want to install some workshop content? To install a CS:GO server download the CS:GO template from the CA App leave everything at default, don‘t enter your Steam credentials and wait for it to finish. Have you also read the description from the container?
  19. Ich werde sie sobald die Treiber kompilierbar sind kompilieren, aber momentan siehts eher schlechter aus.
  20. Ja, weil die TBS Treiber momentan nicht kompilierbar sind mit Kernel 5.19 (welcher glaub ich ab Unraid 6.11.0-RC4 implementiert ist wenn ich mich nicht irre), hilft nur warten und auf einer älteren Version bleiben bis Linux Media das fixt. Ist direkt im OS integriert und wird nicht mehr benötigt. Nur so am Rande, du solltest einen neuen Thread aufmachen oder irgend jemand markieren hier damit du auch eine Antowrt bekommst.
  21. What is the output from: sensors-detect See also this post for example here: Click I think this would be better suited in the support thread from the Daynamix Temp plugin over here: But ultimately scroll a little bit up and see the response form @Frank Crawford, have you passed over this to your syslinux.conf: i87.ignore_resource_conflict=1 Also see my edited comment here: What exact steps did you do in the temp plugin (step by step)?
  22. Try to uninstall the Temp plugin once, reboot and start from scratch. Maybe something is messed up...
  23. Yes, because it's not the Nvidia Plugin, they both work different and use two different approaches. The Nvidia Plugin is based on the proprietary driver from Nvidia where for each new release from Unraid the drivers have to be recompiled and uploaded and the AMD Plugin uses the in-tree drivers which are shipped with Unraid and install also on top of that "radeontop" which you can issue from the command line to get the utilization from your GPU/iGPU. Are you sure that tdarr is capable of using the open source, in-tree drivers? Please remember these are not the proprietary ones from AMD!
  24. I think @Frank Crawford is working on it to get it upstream into the Kernel but this can take some time. However if it makes it upstream into the Kernel the Plugin will be deprecated with the next release where it is included in the Kernel and nothing has to change. I would rather not include it directly into Unraid for now. For the time being please use the Plugin instead, I compile it directly from @Frank Crawford's repository for each new Unraid release.
×
×
  • Create New...