NewDisplayName

Members
  • Posts

    2280
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by NewDisplayName

  1. I mean with dupeguru, i start the docker, delete duplicates, stop docker. I dont know if it would be possible to just start it and he does it automatic and then shutdown again. Or a timer inside the docker which can be manipulated.
  2. today were 20+ updates to docker, again 4 docker didnt start. Storj2 Storj7 Storj8 Storj9 So it seems its not docker specific, manual it startet just fine. Could it be because theres no delay between starts of dockers? (or too low) unraid-server-diagnostics-20180505-1423.zip
  3. It startet to happen first after i installed the autostart plugin. (but like i said, i removed it)
  4. Upps, sorry, yea, that was the wrong one, i didnt realized that the diagnostic take so much time and closed page before it was downloading, i guess... unraid-server-diagnostics-20180504-2033.zip
  5. No, i had it, but i removed it. edit: doubelchecked it, plugin is not installed and it doesnt show up under dockers.
  6. root@Unraid-Server:~# cat /var/lib/docker/unraid-autostart duplicati DDclient pihole SteamCache-DNS SteamCache SteamCacheSnipproxy mariadb nextcloud radarr Sonarr heimdall hydra JDownloader2 nzbget PlexMediaServer plexrequests Xeoma Storj Storj1 Storj2 Storj3 Storj4 Storj5 Storj6 Storj7 Storj8 Storj9 Storj10
  7. Hi, i noticed it with the newest RC 6.5.2. RC1 after the restart it startet all dockers, except 3 (or 4?) in the middle. I could start them manually and i didnt found an issue in syslog (he tells he startet the dockers correct). Didnt startet was: Storj Storj1 Storj2 Storj3 (or also 4, i dont remember) all other dockers/ 1 vm startet just fine. Log is attached. edit: changed it to correct diagnostic unraid-server-diagnostics-20180504-2033.zip
  8. So its not known, ill post a bug report asap.
  9. Is it a known bug that sometimes (e.g. in this case after restart) not all dockers get really restartet? In log he says he startet them just fine, like all other dockers, but they were red and wasnt startet. I could manual start them after the restart. No error in syslog
  10. I really would like to automate this. its because i download top 100 every week, and many top 100 are the same as the week before... ^^ is there a way to automaticle scan for dupes (manual via grafic works fine)? Or someone know a bash script or something what could do it?
  11. Cleaning script for your archives, logs to syslog. Just change the directorys to fit yours. If you need more extentions, just add them, if you dotn want to remove some extentions, remove the according lines. First block is something you want to delete on all shares, second block is for files which shouldnt be inside movies/series/dokus - but .e.g in games. You could remove the logger entries, but i like to see whats happening... Someone know if theres are clever way to remove files WITHOUT an EXTENTION? e.g." SOMEFILE" Script is very fast, example output:
  12. For all you who want an automatic filescan to happen (with log output, fo all users), get the user scripts plugin and enter this: Script which start nextcloud file sync for all users, with logger output to syslog on unraid
  13. Yep, i found out, was too easy, thanks! Finally: Script which start nextcloud file sync for all users, with logger output to syslog on unraid
  14. I googled it, but didnt find anything on how to use it. From help it seems it can only write to log from file? Enter messages into the system log. Options: -i log the logger command's PID --id[=<id>] log the given <id>, or otherwise the PID -f, --file <file> log the contents of this file -e, --skip-empty do not log empty lines when processing files --no-act do everything except the write the log -p, --priority <prio> mark given message with this priority --octet-count use rfc6587 octet counting --prio-prefix look for a prefix on every line read from stdin -s, --stderr output message to standard error as well -S, --size <size> maximum size for a single message -t, --tag <tag> mark every line with this tag -n, --server <name> write to this remote syslog server -P, --port <port> use this port for UDP or TCP connection -T, --tcp use TCP only -d, --udp use UDP only --rfc3164 use the obsolete BSD syslog protocol --rfc5424[=<snip>] use the syslog protocol (the default for remote); <snip> can be notime, or notq, and/or nohost --sd-id <id> rfc5424 structured data ID --sd-param <data> rfc5424 structured data name=value --msgid <msgid> set rfc5424 message id field -u, --socket <socket> write to this Unix socket --socket-errors[=<on|off|auto>] print connection errors when using Unix sockets -h, --help display this help -V, --version display version is that true? Edit: okay it was too easy. logger test displays May 4 12:54:47 Unraid-Server root: test Thanks for the fast help!
  15. Yeah, but still all other dirs after would be on the same disk as the folder before?!
  16. I created the following script (it makes nextcloud scan all files to add files which were not uplodaed thru app (e.g. SMB) Is it possible to display something to the unraid log about this script run?
  17. Docker shell button? Clever idea! Keep goin casual, thanks!
  18. Thanks CHBMB for this app! Nextcloud makes me loose my last hair... I found the following problem after many grey hairs: [03-May-2018 19:58:47] WARNING: [pool www] server reached pm.max_children setting (5), consider raising it Then i tried to make it higher, but it wont accept the localphp.ini, as it seems. Now i read in this thread like on page 30, that you can change it inside the docker, but after new update, its away.... ... soooo is there a way to make this thing handle 1 person at a time (Handy+PC) without changing config after every update? Like a variable in the template i could use? I dont use SSL or reverse proxy, but mariadb. Is there anything i can do to increase speed besides the FPM thingy? Login takes forever, uploads sometimes also... downloads also... What could This be?
  19. Okay i found out how its working: docker exec -it nextcloud sudo -u abc php /config/www/nextcloud/occ files:scan --all I created a user script to be run every week, i guess thats okay.
  20. Now is only the question, whats the correct file structure for the nextcloud container? Var www nextcloud does not exist I bashed into the docker and find / occ.php find: occ.php: No such file or directory
  21. Okay, log purge does seem to work also for nodes, thanks! For clarification, i just use this node mode since some days on one node, to test it. "1" seem to be more then 1 day, but that doenst matter as long as it gets automatic deleted from time to time... Good work. For automated building: https://docs.docker.com/docker-hub/builds/#create-an-automated-build
  22. Thanks ill try first just adding the variable I also changed your repo to zugz/r8mystorj:latest Okay, works, atleast for the main node - does it work for storj10\Node_1\log? - i dont have old enaught files to test I just wonder, because while i had the other storj docker, i got an update every day, now not anymore, did i forget anythign!?
  23. Correct. Casual user, i need to not forget that. Thats what i mean.
  24. Yeah, like i said, i had this happen, but i had no problem with it, no crash no slowdown, i guess its just ignroing when you do the script while its running.