Jump to content

NewDisplayName

Members
  • Posts

    2,288
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by NewDisplayName

  1. Maybe first try to put the docker on other disk? or before try other directory.
  2. Couldnt disk I/O have anything to do with broken hdd/ssd/file system?!
  3. Again, how u test its not working? Do you download a game in steam client? (does it download?)
  4. yeah, also true. btw, i mean the cache folder from steamcache, if that is increasing or not. Because not all will get cached, for me it happend too often that only 1/4 of a game was cache (able) , thats why i removed it.
  5. How u try if it works? Install some games? Did you restartet? If the powershell outputs the correct ip, then problem can be only on steams (client) side. Are you sure your data folder for steam isnt increasing?
  6. Hi, 1.) no 2.) Can, yes. But i dont see the big gain to use letsentcrypt, btw you can still use your own ddns for nextcloud..
  7. Ive got the same, but now its like: bash: /etc/my_init.d/40_install_xeoma.sh: No such file or directory I will never understand why some dockers break every time and other just work for years without any problems.... My dockers restart every day bc of backup, still this docker broke another time. It downloads an update, but says it doesnt need to be updated (???) My guess its this piece of crap xeoma rather then the docker image, but it still sucks. After restarting and deleting of the update, it starts without any error. But you can no longer connect via mobile or desktop to it. Mobile fuggs about "server zertificate" (i hate this whole sh1t so hard), desktop says its not reachable. It seems like the docker just not listening on the port anymore. 2018-08-16 21:15:44 Determining version of Xeoma to use2018-08-16 21:15:44 Config version is "latest"2018-08-16 21:15:44 Fetching version information from Felenasoft at http://felenasoft.com/xeoma/downloads/version2.xml2018-08-16 21:15:45 Using Xeoma version 18.7.10 (the latest stable version)2018-08-16 21:15:45 Deleting files in /config/downloads to reclaim space...2018-08-16 21:15:45 Downloading from http://felenasoft.com/xeoma/downloads/xeoma_linux64.tgz into /config/downloads2018-08-16 21:15:45 Downloading from http://felenasoft.com/xeoma/downloads/xeoma_linux64.tgz2018-08-16 21:16:26 Downloaded to /config/downloads/xeoma_18.7.10.tgz2018-08-16 21:16:26 Skipping installation because the currently installed version is the correct one
  8. Hey is you or some other maybe interested in converting a server manager to unraid? Like https://linuxgsm.com/ as far as i know there is no support for game servers at the moment in unraid... which would be very very handy... There is already a docker: https://github.com/GameServerManagers/LinuxGSM-Docker Just needs to be converted to unraid (the automatic one doesnt work...)
  9. Im currently connectet to my VM because im not home, want to reporduce it, but it worked flawlessly.... i w ill look into it and respond when i find something out, maybe its client side problem...
  10. As sson when i open GUI and then go back to my browser and try it again, it works.
  11. maybe try rm -r the directory via terminal and do a fresh install? I had a similiar problem and fixed it this way. Djoss, can you look into my problem? :=)
  12. Oh, i didnt saw that, really nice, if just all dockers would be like this
  13. Hey, im using your dokcer since months now without problems... besides one really annoying thing: i like to use jdownloader for bigger downloads and want to use the myjdownloader plugin to sent it to the docker... problem is, that it says app@jdownloader not reachable (or not connected or what ever) even if the docker is running. if i go into the GUI of jdownloader everything works again for some time... could that be fixxed?
  14. Thanks, money is out! Is there a option to only output the film, without any extra "titles"?
  15. @Djoss Is that your correct pp? Just to be sure..
  16. I have really no idea what im doing, but it seems like this is working: (changed file in files (doenst seem to be declared) and removed fi bc there was no if and replaced it with done Sent me your pp!
  17. Thanks for your help. Can i send you some money via paypal? #!/bin/bash FROM_DIR=/mnt/user/downloads/completed/Filme TO_DIR=/mnt/user/downloads/DVDR FILES="$(find "$FROM_DIR" -iname '*.iso' -or -iname '*.img')" for FILE in $FILE; do DIR="$(basename "$(dirname "$FILE")")" mkdir -p "$TO_DIR"/"$DIR" mv "$FILE" "$TO_DIR"/"$DIR" fi logger DVDRs verschoben. find /mnt/user/downloads/DVDR/ -mtime 7 -delete touch find /mnt/user/downloads/DVDR/touch find /mnt/user/downloads/DVDR/* -type d -empty -exec rmdir {} \; rm /mnt/user/downloads/DVDR/touch logger DVDRs älter als eine Woche gelöscht. thats how i have it now, but it errors with, i have no idea, but isnt there a if missing?! /tmp/user.scripts/tmpScripts/dvdr/script: line 10: syntax error near unexpected token `fi'/tmp/user.scripts/tmpScripts/dvdr/script: line 10: `fi'
  18. At this moment i just need to edit my script to move directory (instead of just file) which have iso or img in it to the watch folder and im finished, but i couldnt find a way to do it.
  19. The problem is he just trys to convert every video file, and this costs much cpu (i have very low cpu..) i really just need him to convert images, because plex cant read that.... currently radarr, sonarr -> nzbget -> download folder -> what plex can read gets imported -> what plex cant read gets converted But since handbrake doenst know the correct folder name, radarr is failing to find the correct directory.. because it looks in the old folder, which is, ofc empty now...^^
×
×
  • Create New...