Jump to content

ich777

Community Developer
  • Posts

    15,759
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. May I ask why there is a Nvidia logo in the right lower corner? The feature to display icons what is using the card is only limited to the Nvidia part from the plugin IIRC. Just asking...
  2. Dir fehlen hier die erlaubten IPs: Ich würd hier 0.0.0.0/0 eintragen.
  3. Sag mal wie heißt der SMB benutzer und dein Windows Benutzer? Heißen die beide Albert (sehe ich im Screenshot oben) sprich heißt den Windows Benutzer auch Albert? Falls ja, hast du vermutlich auf Unraid ein anderes Passwort für den Benutzer als in Windows richtig? Wenn das der Fall ist, ist dies genau dein Problem. Probier mal entweder das Passwort vom Benutzer albert auf Unraid auf das Passwort vom Windows Benutzer zu ändern oder leg auf Unraid einen anderen Benutzer an und gib dem die dementsprechenden Rechte für die Shares (du musst vermutlich Windows einmal neu starten wenn du den ersten Weg wählst nachdem du das Passwort für den Benutzer auf Unraid änderst). Ist ein bekanntes Problem. Was heißt das? Wenn du dich von Linux verbinderst musst du smb://<IP> eingeben wenn du zB Thunar verwendest.
  4. Ja genau, diese Meldung kommt immer wenn du den Befehl ausführst, es änder wie gesagt nix dran das der Befehl "alt" ist und nicht mehr verwendet werden sollte. Ich hab ihm grad eine Nachricht geschrieben, du kannst es auch selbst im script ändern aber du brauchst es nicht alle paar Stunden ausführen außer du willst die Berechnung von der Stromersparnis. Wie gesagt im go file oder das erste mal beim Array start ausführen reicht vollkommen.
  5. @EliteGroup hab grad sogar gesehen das es in dem verlinkten Repo einen Issue gibt wo genau die Fehlermeldung angezeigt wird.
  6. Genau, mehr braucht es nicht. Ja das macht auch nichts, aber ich versuche nichts ins plugin ein zu bauen was evtl. für manche Nutzer Probleme verursacht. Wie gesagt, `nvidia-persistenced` ist der "neue" Weg und du brauchst das auch nicht dauernd ausführen weil das ein Hintergrunddienst ist, wie gesagt einmal beim starten genügt vollkommen. Vielleicht könntest du das auch in deinen ersten Post nochmal wo rein schreiben bitte.
  7. Bitte dieses Skript nicht mehr benutzen das ist outdated, zumindest das kommando, klar, du kannst mit dem einzelne GPUs ansprechen aber es wird auch angeführt das dieses kommando mal entfernt wird (diesen Hinweis gibt es schon seit einigen Jahren). Stattdessen solltest du schlichtweg: nvidia-persistenced ausführen, das genügt einmal beim starten von Unraid. Wie du das machst ist dir überlassen, entweder im go file in einem User Script. Sorry aber das werde ich nicht integrieren weil das auch zu Komplikationen fürhen kann wie beispielsweise wenn jemand zwei GPUs verbaut hat und eine für Docker und eine GPU in einer VM verwendet und dabei die zweite Karte nicht stubbed ist, dann ist die Wahrscheinlichkeit groß das der Server crashed. Klar man könnte das anders lösen das man nvidia-persistenced ein kill sendet bevor man die VM startet und wenn sie gestartet ist wieder nvidia-persistenced ausführt aber das ist ein wenig aufwändiger aber würde auch funktionieren.
  8. But everything seems alright… You don‘t get every reading on every CPU/iGPU. Put a load on the iGPU and you’ll see that the values are populated. Intel iGPUs will show every time zeros when they have no laod on them.
  9. Probier bitte mal meinen container. Ich glaube aber auch das es an dem remote mount liegt.
  10. Please post in the correct support forums. Go to your Docker page, click on the contain icon, click on Support. Is this the full log output? What are the contents of the thunderbird folder in your appdata directory?
  11. Wäre mal interessant welchen container du benutzt und vor allem welche Unraid version usw. Poste auch deine Diagnostics und wie @EliteGroup schon geschrieben hat einen screenshot deines Docker templates.
  12. No, that doesn't make a lot of sense for me. I assume someone else already did a container running WINE. I really don't get why people requesting Proton... Proton is just a toolcase which includes WINE and various other scripts to make Windows game run on Linux and where it shines is on a Desktop where it can utilize the graphics API. Proton is just a fancy name...
  13. Is it necessary that the card is stubbed in the first place? Why not do it like that:
  14. Did you try that too: https://grafana.com/grafana/dashboards/12357-nvidia-smi-graphs/
  15. Maybe check from time to time where you see the rate limit, usually nothing should use the rate limit. The driver checks once a day if a new version is available but that would only require one API call per day by the plugin. However, glad that it's working now and sorry for the inconvenience.
  16. No worries, I think that some container is using your API calls and that's why it is failing sometimes. Do you have a Docker container installed that monitors uptime or something like that? I remember a few people reporting a similar issue here and they discovered that this container is calling the GitHub API really heavily. EDIT: The container was PiAlert:
  17. Please run the command again, now, does the number decrease?
  18. You can run this command: wget -qO- https://api.github.com/rate_limit | jq -r There you can see information about the GitHub rate limit: The free tier is 60 and right below that line you can see the remaining ones, you will also see the reset time which is displayed in a Unix timestamp that you can convert here. Maybe try to convert the reset time on the linked page above and try downloading the the driver quickly when the reset from the API call is triggered (maybe run the command from above first to see if there are API calls available).
  19. Are you using the GitHub API? I can only think that you are behind a CG-NAT and your public IP is shared with other users from your ISP and someone is using the GitHub API quiet heavily. Could that be the case or do you have a dedicated public IP address?
  20. Do you have any Unifi network gear or AdBlocking on your network? Please make sure that your Server is able to communicate with the GitHub API. Please open up a Unraid Terminal and execute this command: wget -qO- https://api.github.com/repos/ich777/unraid-nvidia-driver/releases/tags/$(uname -r) | jq -r '.assets[].name' | grep "nvidia" | grep -E -v '\.md5$' | sort -V | tail -1 It should return: nvidia-550.40.07-6.1.74-Unraid-1.txz If nothing is returned then something is blocking the access to the GitHub API on your network.
  21. Do you have a active Internet connection on boot? So to speak no Firewall or AdBlocking running on Unraid which would prevent Unraid accessing the Internet on boot? It should be safe to reboot if you have a active Internet connection since the plugin tries to download the driver on boot too, but keep in mind that the boot maybe takes a bit longer since it has to download the driver (about 200MB). If you don't have a active Internet connection uninstall the driver, reboot and install the driver again -> maybe reboot after that again or simply restart the Docker service. If you run into issues after the reboot simply do the following: Check on the Plugins page in Unraid if you have an Plugins Error tab (remove the plugin from there if you have such a tab) Reboot Install the Plugin from the CA App Reboot (or restart the Docker service)
  22. As said, it's a dedicated plugin and not part of the Nvidia Driver plugin: Install it, configure it on the Settings page and after that you will see it on the Dashboard.
  23. No, at least no way that I'm aware of.
  24. Install the plugin and configure it. It's a dedicated plugin.
×
×
  • Create New...