Jump to content

ich777

Community Developer
  • Posts

    15,738
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. Wie meinst? Was hast du für ein Problem oder was schreibt er dir für einen Fehler hin? Gehts um Python2 oder 3?
  2. Auch wenn du viele von Linuxserver.IO hast heißt das nicht die alle das selbe Baseimage haben... MariaDB haben die beispielsweise erst auf Alpine umgestellt und soweit ich weiß basiert Plex auf Ubuntu und dann gibt es noch ein paar variablen das evtl MariaDB ein anderes oder älteres baseimage als SWAG hat. Weil das auch nur Hobbyisten sind die sich zu Linuxserver.io zusammengeschlossen haben und evtl. keiner von denen eine Verwendung dafür hat. Deswegen laufen bei mir am Server auch noch andere Container die nicht von mir sind weil mir der Aufwand zu groß ist für jede Anwendung einen Container zu erstellen und den zu Pflegen. Bei images die eine WebGUI benötigen überleg ich immer 2 mal weil die schon ordentlich Platz brauchen, die sind zB bei mir am Server alle von mir.
  3. Ich hab die Gosund von Amazon mit der Custom Firmware espurna und noch Homematic aber das ist wieder ein eigenes Thema...
  4. Das war ein Grund warum ich damit angefangen hab Container zu erstellen, bei mir laufen nur mehr 4 Container die nicht von mir sind und der Hauptgrund war das es keine GameServer gab damals, jetzt hab ich keine Zeit mehr selbst zu Spielen. Hab übrigens auch ein paar ARM v7 und ARM v8 Container (Firefox, Thunderbird zB)...
  5. Aber vergiss nicht das Baseimage verbraucht auch speicher und wenn du zB einen container von mir hast du installierst einen 2. ist das Baseimage schon vorhanden und verbraucht mehr oder weniger keinen zusätzlichen Speicher. Deswegen hab ich mir auch mein eigenes Baseimage gemacht.
  6. Genau das ist auch mein Ansatz hier. Hab ein Debian-Baseimage dann ein Debian-VNC-Baseimage das wiederum auf dem Debian-Baseimage basiert usw... Bei mir im Baseimage ist zB auch nur das wichtigste drin, zumindest für mich, wget, locales & procps Sieh dir zB meinen DoH Container an der brauch wenn er läuft auch nur wenig MB RAM.
  7. Meine basieren auf Debian, bin einfach ein Debian Mensch. 😅 Alpine ist nur eine andere Linux Distribution, die zugegebener maßen auch kleiner ist von der größe her, jedoch für mich nicht praktikabel ist da dort SteamCMD, das ich in vielen Containern verwende, nicht funktioniert weil es verschiedene Libraries für x86 für Alpine einfach nicht gibt. Unterschiede wird es kaum geben, ich versuch wenn möglich immer verschiedene Sprachen zu integrieren und versuche alles so einfach als möglich für den Benutzer zu gestalten. Jedoch habe ich bei den meisten Containern eine andere Update Strategie als die anderen das die beim start/neustart auf Updates Prüfen und nicht der Docker selbst upgedated wird (steht aber immer in der containerbeschreibung). Das der Container upgedated wird hab ich nur ganz vereinzelt. Meine GUI Container nutzen alle TurboVNC in Kombination mit noVNC für das Webinterface mit der Option das man den Port von TurboVNC im Template eintragen kann und dann nativ im LAN einen VNC client nutzen kann und sich direkt verbinden kann ohne noVNC. Liegt immer an der persönlichen Preferenz was du auf deinem Server installierst, ich versuch auch so schnell wie möglich Support zu geben wenn mal was nicht funktioniert, aber das machen die anderen natürlich auch, schätze ich zumindest...
  8. This is a Warning and you can safely ignore that since you don't need SDL in/for a dedicated server. I've now tested it on my server, first I started CounterStrike:Source and it pulled the update for SteamCMD and started the server after that successfully: css.log Then I started Valheim and as you can see SteamCMD doesn't updated but pulled a small update for the game itself and started fine too: valheim.log
  9. Du kannst dir eine china steckdose kaufen und sie mit tasmota bzw. espurna flashen wenn dir der Aufwand nicht zu groß ist (bei den meistem funktioniert das schon mit OTA updates aber pass auf die version des steckers auf). Es gibt hier in der CA App plugins dafür die dir dann den energieverbrauch am dashboard anzeigen für die beiden firmwares.
  10. Do you have a cache drive installed? Is your appdata or better speaking the share where the games are located is set to use cache "Only" or "Prefer"?
  11. Evtl. dumme Frage aber weißt du auch welche? Evtl hilft es jemand anderem... ;)
  12. Lösch bitte mal deinen Browser Cache. Bist du auch als richtiger Benutzer eingeloggt?
  13. Please don't use Steam credentials, that's actually what prevents the updates. Use only Steam credentials if the are marked as required with the red asterisk (*) in the template, also mentioned in the first post...
  14. Only some machines are affected by this, please read this post:
  15. Stop the Docker service then change at the drop down from image to path, specify the path and then start the Docker service again. ATTENTION: Keep in mind if you do this your Docker page will be empty but you can easily restore them by clicking ADD CONTAINER on the Docker page and from the drop down you can select the containers again (these are actually the templates with your specific configurations) that you've had installed previously and they will be downloaded again. You have this to do for each individual container that you have installed, I recommend taking pictures from the docker page so that you actually don't miss one if you got many containers installed.
  16. But still not the exact speed that you get with the native client or am I wrong? Maybe try to create an issue on dperson's Github, maybe he experienced something similar. It is also possible that a setting is wrong or needs to be changed to get better speed.
  17. Yes, I also had it once with version 2.0 in the CA App but got reports that some servers crashed and moved back to 1.5.0 On my server and my app server, I don't have this issue at all with v2.0 But now I moved on to Prometheus and various plugins for Prometheus. Maybe also something for you to look into, already made a few plugins and there is also a thread about it in the Plugin Support subforums.
  18. Then simply create another Path in the template like: Of course you can use another path on the Host if you prefer it to have it on an UnassignedDevices Disk or somewhere else. This will create basically a new folder with the maps in it, but keep in mind the maps that you've already downloaded will be wiped after doing that for the first time. This should fix the issue that the container is writing to the docker.img
  19. According to this documentation here /tmp is used for the workshop content, so to speak the maps. How did you download the maps, is there in game a option to download maps?
  20. Really strange that this container is writing to the /tmp directory I also don't understand what this container should write to /tmp Have to look into the dedicated server documentation what is causing that, a dedicated server should always write in the work directory and not in /tmp. Please don't map anything for now to /tmp inside the container, this needs further investigation. Open up the container console again and please send me the output from (maybe in a text document -> simply drag it here in the text box): ls -la /tmp/* /tmp/.* Yes, if you map it in the template but don't do that yet.
  21. Yes I know, this was actually a safety move because the newer version crashed unRAID on some systems but I wasn't able to figure out why. You can do that by changing the repository to: checkmk/check-mk-raw:2.0.0-latest Like: But keep in mind in the official Docker Readme also says to use 1.5.0
  22. Please open up a console from the container and copy and past this: du -sh /* 2>/dev/null and post the output here please.
  23. Can you update the Prometheus Nvidia Exporter plugin or install it again and see if it is working now? The issue with N/A should now be solved.
  24. This was already discussed in another thread on the German subforums with another VPN provider and was solved by contacting the support from the VPN itself. I would strongly recommend to contacting NordVPN about slow speeds on OpenVPN and the container from dperson.
  25. That's because I'm listing only the 8 last drivers since this can be a really big mess... Edit the file "/boot/config/plugins/nvidia-driver/settings.cfg" and change the line where it says "driver_version=..." to: driver_version=460.73.01 After that open up the plugin page and you should see that nothing is selected, just ignore that and click the Download button, then you should see that it downloads the driver 460.73.01, after it finished reboot your server to install it.
×
×
  • Create New...