Everything posted by ProphetSe7en
-
[Plugin] unbalanced
Do you mind explaining how?
-
Protonmail Bridge via docker, network issues
Did you ever get this to work?
-
[Plugin] CA User Scripts
Hmm. I thought if I put the command under the "if" part of that script it would only be issued if the cache disk is >xx% ful, like the mover would in the script? Maybe I am mistaken, but in this script everything under "if" only runs if the disk threshold is met? #!/usr/bin/php <?PHP $moveAt = 70; # Adjust this value to suit. $diskTotal = disk_total_space("/mnt/cache"); $diskFree = disk_free_space("/mnt/cache"); $percent = ($diskTotal - $diskFree) / $diskTotal * 100; if ( $percent > $moveAt ) { exec("/usr/local/sbin/mover"); } ?> So I need to figure out on how to combine the script above with these commands. docker exec comand mover && docker exec comand (when mover is finished) Not very elegant, but can I replace exec("/usr/local/sbin/mover"); with exec("/mnt/user/various/unRaid/script/mover.sh); Then in the mover.sh I have the docker exec (command to pause all torrents) mover && docker exec (command to start all torrents) I get it to work, but then I dont have the threshold part in place.
-
[Plugin] CA User Scripts
Hmm. That might work, need to test it first Do you know if it is possible to issue the pause command only if cache is >60% full? No need to pause the container if mover wont run because of cache drive is less the 60% full. I know mover can be started using script, and from mover settings it wont run if cache is less than 60%. But while doing this with a script it will cause rtorrent to pause/resume each time the script runs regardless of mover will be running or not Edit: So I need to add the pause & unpause command to the mover script? Clearly the "docker pause/unpause rtorrentvpn" wont work like this, but what format should it be in to work? if ( $percent > $moveAt ) { docker pause rtorrentvpn; exec("/usr/local/sbin/mover"); docker unpause rtorrentvpn; }
-
[Plugin] CA User Scripts
Probably, but stopping a torrent container can cause problems if a torrent is during dl or recently finished and no session has been saved the last 20 minutes. So I prefere to sett all active torrents in a pause state, run mover then resume all torrents
-
[Plugin] CA User Scripts
Thanks. That covers one part of want I want. Still need to figure out how to stop/pause all torrents and then restart them after mover is done
-
[Plugin] CA User Scripts
I am looking for a script that does the following: - check if cache is more than 60% ful - If so, then pause/stop all torrents in rtorrent and start mover - if cache is less than 60% full do nothing Anyone got a script like this?
-
[Support] binhex - Krusader
Is it possible to change the startup path and what path the "home" button has?
-
[Support] binhex - rTorrentVPN
So I finally got it working with wireguard, but no the web-ui wont load anymore. This is the same issue I had when updating the container so I had to use and older version. To day i started over with a new install but stil no web ui I found one error in the log, not sure if it is related. ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory
-
[Support] binhex - rTorrentVPN
I have a script that runs 10 minutes after CA auto update. This scripts add icons to labels I use and to trackers that dont have and icons/banner. It copies files from "trackers" and "labels" to the same directory inside the container. I have to run it after every update or it will reset. #!/bin/bash docker cp "/mnt/user/various/unRaid/icons/rutorrent/." binhex-rtorrentvpn:"/usr/share/webapps/rutorrent/plugins/tracklabels/"
-
[Plugin] unbalanced
Is there any way to use this plugin without breaking hardlinks?
-
[Support] binhex - rTorrentVPN
Since you are using Deluge and not rtorrent you should probably ask in the deluge thread.
-
[Support] binhex - rTorrentVPN
What steps have you done so far? What vpn are you using? Have you added the vpn files to the correct folder? What error do you get in the log?
-
[Plugin] rclone
Yes it works, but not sure how we can find our username since we only use email for login. Waseh @Waseh Can we get an update to the latest Beta version to include the fix added? Looks like the plugin is running an old beta version.
-
[Plugin] rclone
The fix is actually live, we just need the plugin to be updated
-
[Plugin] rclone
Jotta changed their API two days ago. https://github.com/rclone/rclone/pull/3436 Should be fixed in next release
-
[Support] binhex - UrBackup
Can I use this to make incremental backups from my shares on unraid? Backup documents, photos and some other shares to a backup share, or is this for clients to send backups to unraid?
-
[Support] binhex - rTorrentVPN
I am having the same problem. After the container got updated during the night autodl stopped working. Then I have to go to irc-server settings and press ok and it starts to work again.
-
Virt-Manager, Intel-GPU-Tools and more Dockers
I am using a GeForce GTX 1060 Pascal GP106. Using GPU is so much faster than using software at my system, so it is working now I will try software and gpu encoding for the first movie just to compare them to see if I notice any difference.
-
Virt-Manager, Intel-GPU-Tools and more Dockers
Yes it looks that way. I am trying one more time to see if it uses gpu or only cpu. I noticed that when I choose the Nvidia NVEnc the Extra Options is removed. I was told to use "ref=5:bframes=5" in Extra Options for best quality, so now I am wondering if using GPU will give worse quality since I cant use the Extra Options?
-
Virt-Manager, Intel-GPU-Tools and more Dockers
Done my-HandBrake.xml
-
Virt-Manager, Intel-GPU-Tools and more Dockers
I cant get my nvidia gpu to work with Handbrake. It works fine with jellybean and other containers, but not with Handbrake. Any tips on where to start looking for errors?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I have some issue with borg from this plugin Traceback (most recent call last): File "/usr/bin/borg", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources'
-
[Plugin] rclone
Thank you. Need to look into that and see what I can make of it. I have made a script for testing discord messages. This one sends a message to discord. All it does is showing a bell, pinging my user and type the text "this is a test". Now I need to figure out how to integrate it to the script to get the correct message. curl -X POST "webhookurl" \ -H "Content-Type: application/json" \ -d '{"username":"borg", "content":":bell: Hey <@userid> This is a test"}' There is also a script that uses borg + rclone. At the end it sends a email if any error or backup has finished without errors. It should be possible to change this to use discord, I just dont know how to yet. https://pastebin.com/8WGmJgiQ
-
[Plugin] rclone
Hi. I am using this plugin to backup some stuff to my gdrive. Is there any way to get a notification on completed backup or if there was any error during backup? I would prefer the notification to be sendt to discord using webhook, but pushover or email is ok too. I ended up with the script like this. Is there anything I should change for it? rsync -ahv --delete --partial --ignore-existing source destination