Everything posted by NewDisplayName
-
encrypt flash
Hi, so since i encrypted my whole array, i wonder if it would be possible to encrypt the flash. Like a bootloader which just receives the key somewhere (http, smb, ftp), encrypts the flash and then start unraid. (i load mine from ftp on startup) It would be useful bc on stick is some sensitive data.
-
[Plugin] unbalanced
What, etabyte? WTF
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
how u start the mount script, you NEED to click run script in background. (not via RUN)
-
Dynamix - V6 Plugins
Could you descripe what exactly your problem is?
-
Dynamix - V6 Plugins
I dont think so. You need to adjust the temp range, if you set it "wrong" you get wrong behaivior. Also if u removed plugin and restartet, there is nothing left.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
So i had some time to give something back... this is a script which i run every 1 min via cron which automaticlly starts and stops dockers (if mount is not working = stops one time all dockers, if mount comes back, starts docker one time). 1.) add rm -f /mnt/user/appdata/other/docker/* to your start/stop array script. It also logs it into sys log one time on start and stop. 2.) Change the paths/name of dockers accordingly to your settings. 3.) remove all docker start/stop from all your other scripts 4.) untick auto start the dockers (in unraid) #!/bin/bash # Check if Mount workz if [[ -f "/mnt/user/mount_rclone/google_vfs/mountcheck" ]]; then # Mount workz echo "$(date "+%d.%m.%Y %T") INFO: Mount okay, starte Docker" if [[ -f "/mnt/user/appdata/other/docker/docker_on" ]]; then #docker schon gestartet. echo "$(date "+%d.%m.%Y %T") INFO: Docker bereits gestartet." exit else #docker noch nicht gestartet logger $(date "+%d.%m.%Y %T") Docker noch nicht gestartet. Starte Docker... docker start PlexMediaServer docker start radarr docker start Sonarr docker start ombi docker start lidarr touch /mnt/user/appdata/other/docker/docker_on rm -f /mnt/user/appdata/other/docker/docker_off fi else if [[ -f "/mnt/user/appdata/other/docker/docker_off" ]]; then echo "$(date "+%d.%m.%Y %T") INFO: Docker bereits gestoppt." exit else logger $(date "+%d.%m.%Y %T") Mount im Arsch. Docker stoppen... docker stop PlexMediaServer -t 1 docker stop radarr -t 1 docker stop Sonarr -t 1 docker stop ombi -t 1 docker stop lidarr -t 1 rm -f /mnt/user/appdata/other/docker/docker_on touch /mnt/user/appdata/other/docker/docker_off fi fi
-
Dynamix - V6 Plugins
U neeed to adjust the temps, also what says log?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
u ofc have to map /tmp to /tmp ^^
-
[Support] Djoss - HandBrake
Just add -c=128 to extra parameters... It means ur handbrake gets all power, when no other need it and if power is needed elsewhere it gets at least ((your cpu power / 1024) * 128). If no c is set, it means the docker get 1024 (full power). Set all your dockers u dont need (everything exept plex normally) to 128 and youre good to go. VM and Plex always highest "priority".
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
u can set ur transcoding to /tmp -> /tmp then it gets transcoded in RAM I never had problem with plex like some of u descripe, but i restart all my apps every day (with CA Backup Plugin). Btw, soon ill get 1gbits/500mbits I got some email from google about they shut something down, i guess it has nothing to dow ith us? (theres no mail in my language avaible atm)
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Yes, i had to. 6.6.6 is working perfectly fine, but wheni upgrade, at some point, unraid just gets unresponsible. I just try to find out if it has something to do with this setup here.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hey did anyone of u upgraded to RC1 or RC2? I get "network lock" (Not reachable via http, https, ssh, any docker or plugin) after 5min to 4h. Someone suggested it might be bc of nerd plugin (or programs in it) Anyone successfully upgraded?
-
[REPO] LinuxServer.io Docker Repo
nope, i gave up.
-
[Plugin] unbalanced
ehhhhhh... dont need to use user script for mover, just install CA mover plugin
-
Unraid 6.7 RC1 (RC2) after some time non reachable
Hey, so about 2-3 hours running, unraid is no longer reachable. Its now the second time. Not via HTTP or HTTPS or SSH. Its pingable, but not more. I plugged VGA in and it says normal "reachable via ip here login: " I try to shut it down non forcefully (last time i had to do it), so i can have some logs. I had loggin open while it happend this time.. but nothing special Jan 23 16:38:14 Unraid-Server autofan: Highest disk temp is 41C, adjusting fan speed from: 111 (43% @ 0rpm) to: 39 (15% @ 0rpm) was last line All docker non reachable. all plugins also. Edit: so i waited 20 min after pressing shutdown (on hardware) It says collecting informations... but nothing happens (normal it takes 1-2 min). I had to force it down again... ive attached my server diag after the last shutdown. unraid-server-diagnostics-20190123-1713.zip
-
[Plugin] unbalanced
What i dont understand is: I did now already 2 or 3 times gather move disk 2 -> disk 9, its 2 times successfull (with a checkmark in yellow), but if i go to history and redo it (because i still see files) it does the same again... and again... and again? Like if its not really moving it? WHat does that mean? skipping:deletion:(rsync command was flagged):(/mnt/disk9/Archiv/Spiele) Nvm. i found out you can expand if its yellow flagged and can manually click rsmc, i checked that the dirs are empty and clicked it. Speed is also relativly normal on other hdds, i guess its the one hdd which sucks. 80-180mb/s - while doin other stuff tho
-
[Plugin] unbalanced
Yes, i know, thats my situation, thats why i said, maybe just add a checkbox, or config edit, so ppl who want to know which files exactly, can change it and find the files easier..
-
[Plugin] unbalanced
No. its the same issue. The files which cant be permission changed, are the corrupt files. If i delete these files, then the count of permission issues goes down, so that are the correct files. The transfer error are on these files. If i one by one delete these, all works expected. But its very hard to do because if i had a full list, i just check that list, delete files and start, finish. Then just make a checkbox to log the files if checked to log?
-
[Plugin] unbalanced
I mean, if you click plan, it shows X files are wrong permissions, so your script does know which files, right? Just write that to the log file? Also i would suggest recreating the unbalanced.log if u start a new job, if the file is not there, it only seems to get recreated when you disable and enable it again.
-
[Plugin] unbalanced
I did nothing. I just want to move all files from one disk to antoher (so i can encrypt it). I use scatter disk 2 -> disk 8. It seems like some of my files are corrupt or something (most of them i cant playback, so i guess its corrupt or was just bad download) for the corrupt files, the "use docker safe permissions" plugin does not work (it does not change the file permissions, probably because it also cant access it??? (idk) But since all good files are correctly permissioned after i run that plugin, i can find out the corrupt files left unpermissioned. because of that files the whole process stops and i need to manually start stop start stop start stop until i find the e.g. 10 failure files in 10000... it would be great if the plugin just displays the failed items (or just log it to log file?) so i could remove all failed files and dont need to startt stop always. You know what i mean? Also i notcied i deleted the unbalanced.log, it doesnt get recreated...?
-
[Plugin] unbalanced
I restartet now and retried disk1 -> disk8 .... atleast transfer speed is np anymore (it look a second) edit: okay nvm. I found the last corrupt file. It now finished and the ghost files (?) dissapeared. Sad thing is that some corrupt files (it says then no permissions) break the whole process, thats pretty ... dumb?! Ive run the permission thing ofc, but even that cant set some permissions and the files are non playable, so i guess, they are corrupt. I need to do: start, wait until it fails, look at log, delete file, start.. and so on... W: 2019/01/23 15:22:09 core.go:821: getReadBytes:err(open /proc/29288/io: permission denied):xfer(0) W: 2019/01/23 15:22:09 core.go:766: command:end:error(exit status 13) I: 2019/01/23 15:22:09 core.go:770: command:retcode(0):exitcode(13) he know ssomething is wrong 6 files(s) with a permission other than '-rw-rw-rw-' or '-r--r--r--' would be cool if it could just display the items so i dont need to start top start stop...
-
[Plugin] unbalanced
Like i said, i removed parity, thats why i expected more. I have nearly 1gbits from array. < log removed after he saw it >
-
[Plugin] unbalanced
I try to cleanr my disks up so i can transform them into encrypted... i choose gather disk1 -> disk 8 its only 30-40mb/s? is that normal? If i transfer from/to array i get around 100mbs normal. (smb) Also i wonder, i did now 3 times gasther disk 1 -> disk 8 (had some errors about not readable files, deleted them) the last 2 times it finished without error, but when i look in unraid ui, it says there are still files left...? (i even removed parity to speed it up)
-
[Support] Djoss - HandBrake
The problem is its not working relialable, i can get it work, and maybe it works 2 days, but then i need to restart server to get it working again. thats no solution for me, maybe its really bc that old cpus are not supported anymore. Ill add this again when i get someday new hardware. thanks for your help anyway!
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
no its bad bc it has to read all files in that folder to see what changed if you add a movie.