Jump to content

ich777

Community Developer
  • Posts

    15,743
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. From what I see in the screenshot you are transcoding h265 to h264. May I ask from and to what resolution you are transcoding? Keep in mind if you are transcoding 4K to 4K that thia is not the best thing you could do since h264 was never really meant to be used for 4K. If you transcode for example 4K to 1080p it would be more appropriate and the transcoder would be quicker.
  2. Das log sieht ganz normal aus, würde nur Fehler ausgeben wenn die GUI nicht hoch kommt. Bitte das auf keinen Fall machen, du machst damit nichts besser, der Container setzt die Rechte beim starten. Hast du auch den Ordner aus appdata für luckyBackup vollständig entfernt nach dem deinstallieren des Containers?
  3. Please report back about your findings.
  4. Now I get it, you are using a U processor. A few pages back a user got a similar issue on a U processor and we weren't able to solve it. If I'm not mistaken those are low power CPUs from Intel, maybe it's related to that and they stripped out the GVT-g feature, that my only/best guess. In the newly attached Diagnostics is nothing either... But I think that U processors are not supported, you can only create a issue on Github, wait I saw now that you've created an issue about that... I would rather stick to the guide from Arch, can you try to do it manually and see if it is working?
  5. But I don't see a entry for GVT-g in any of the VM xml's from the Diagnostics that you've provided above.
  6. You are talking about securing Prometheus am I right? I think you should head over to the Prometheus support thread to get help with that. ...no you shouldn't need to modify anything to the node-exporter plugin because Prometheus is polling the plugin.
  7. Which VM are you running with GVT-g?
  8. I see nothing suspicious from the Diagnostics. Have you enabled throttling in Emby? Maybe try to disable it for testing purposes.
  9. That won't work, Steam ports doesn't like it to be translated into another port. The description from the UDP Gameport variable should say all: UDP Gameport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also don't forget to click an 'Show more settings ...' and change the port number Change the Game Port to 27016 delete the old UDP Game Port and create a new UDP port wit host and client 27016. Done.
  10. Did you change it or did you delrted the old ports and created new ones in the template and did you change the config too? Yes.
  11. Have you copied over the file or did you edit it, seems to me that you've copied it over or am I wrong? I would always recommend to edit the file, or at least past in the changes. Are you sure that this file contains no error, 5MB seems a lot to me... Was file running on a Windows server before or on Linux? As said the files should work fine if you change anything. I would strongly recommend that you wait for @Cyd because I really can't help with this.
  12. I know what you mean but since most of the changes are defined in the template I wanted to know what exact settings. The files and the settings should be respected accordingly, have you already read the second recommended post on top from @Cyd? Are you sure that you've stopped the Docker in the first place, changed the files and then start the Docker again? I'm not really the Ark specialist but maybe @Cyd can help here, this is the first time that I've hear that the settings in the files are not respected.
  13. What settings exactly? Have you turned on valdiation on start in the template, if yes, please turn it off!
  14. Du machst es ein wenig zu kompliziert hier: #!/bin/bash if [ ! "$(grep -w "BEGINN CUSTOM-SETTINGS" /mnt/user/appdata/nextcloud/nextcloud/.htaccess)" ]; then echo "$(date "+%d.%m.%Y %T") INFO : Write custom-settings in file." echo " #### BEGINN CUSTOM-SETTINGS #### <IfModule mod_php.c> php_value memory_limit 2G php_value upload_max_filesize 10G php_value post_max_size 10G php_value max_input_time 3600 php_value max_execution_time 3600 </IfModule> #### END CUSTOM-SETTINGS ####" >> "/mnt/user/appdata/nextcloud/nextcloud/.htaccess" else echo "$(date "+%d.%m.%Y %T") INFO : File is up to date." fi echo "$(date "+%d.%m.%Y %T") INFO : Script complete." "exit" am Schluss brauchst du auch nicht. Bitte formatier auch gleich bash richtig, bzw. so das es (besser) leserlich ist.
  15. I would recommend that you are deleting the assigned vGPU on the plugin page, try to start the VM again without a vGPU attached to see if it gives you an error. If the VM starts fine, try to assign a new vGPU and then try to start the VM again.
  16. To be honest, I never tried to import that much pictures. I would strongly recommend that you create an issue on the official Github from Photoprism.
  17. No, this is not possible. DayZ, also like a few other games (Space Engineers,...) are designed without Linux in mind and doesn't run with WINE. You need a Windows machine or VM to run this game or at least the dedicated server.
  18. Hast du bei den Cron jobs auch den Konsolen Modus aktiviert wie es in der Beschreibung steht? Du siehst die Backups erst nachdem du den Container einmal neu gestartet hast.
  19. Yes, you need to install a second instance and change the ports in the config files, delete the old ports and create new ones in the template.
  20. Have you created a new port in the template? Otherwise the port isn't exposed from the container: I would strongly recommend to use another port than 5900 for the Host Port because the VMs also use these ports. So like in this example you have to connect to port 5999 instead of 5900, so to speak: YOURunraidIP:5999
  21. @mgutt jetzt fällt mir grad auf, du könntest auch nach nach der ersten oder letzten Zeile mit: grep -w "# custom start" Wäre ein andere Ansatz als mit tail.
  22. Achso, nein, da wird normalerweise keine Zeile eingefügt, ich hatte nur die newline für's Linux Format gemeint... Bzw. sollte tail die nicht berücksichtigen.
  23. Nicht zwingend und sollte nicht bzw. die Standarmäßige typische Linux newline sollte damit auch erhalten bleiben am Schluss einer Datei..
  24. Sollte auch so funktionieren mit mehrzeilig in einem Script: echo " # custom start code ... mehr code ... # custom end" >> "path/.htaccess" (erste Zeile ist eine Leerzeile)
  25. Can you please share your Diagnostics, I've tried that now on my server and it works flawlessly.
×
×
  • Create New...