Everything posted by Partial
-
[Support] binhex - qBittorrentVPN
I love you!! There must have been a recent change because everything worked fine before. I just had to add my Tailscale subnet (/32 network because it's just me) to the LAN_NETWORK key and my web ui came back! Just did an ipconfig from cmd prompt to find my tailscale IP showing a 255.255.255.255 mask. I've never had this set up and everything worked fine until a few weeks ago.. no idea what changed. Hopefully others see this and it helps them :)
-
PLEASE HELP! vBIOS Dump Script does not work
This did not help me :(
-
Mover not moving [SOLVED]
I am so thankful that people like Karyudo exist in this world. You saved my bacon. ❤️
-
[Support] binhex - rTorrentVPN
I figured out my issue so I'll put my resolution here for any future dummies like me: I changed the default container path.. When it generates the rtorrent.rc file it doesn't know this and uses the original default. I went into rtorrent.rc and changed: execute = {/bin/bash,-c,mkdir -p /data/torrents} directory.default.set = /data/torrents/ which coincide with my new paths. Everything works now and it was definitely user error from a change I made a while ago. FYI I changed the paths based on "Trash Guides" guide to get hard links working for faster/instant Sonarr imports.
-
[Support] binhex - rTorrentVPN
My docker run: Docker run -d --name='binhex-rtorrentvpn' --net='proxynet' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-rtorrentvpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='...' -e 'VPN_PASS'='...' -e 'VPN_PROV'='pia' -e 'VPN_CLIENT'='wireguard' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'ENABLE_AUTODL_IRSSI'='no' -e 'ENABLE_RPC2'='yes' -e 'ENABLE_RPC2_AUTH'='yes' -e 'ENABLE_WEBUI_AUTH'='yes' -e 'RPC2_USER'='...' -e 'RPC2_PASS'='...' -e 'WEBUI_USER'='...' -e 'WEBUI_PASS'='...' -e 'LAN_NETWORK'='192.168.69.0/24' -e 'NAME_SERVERS'='84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'PHP_TZ'='UTC' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:9080]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/rtorrent-icon.png' -p '5000:5000/tcp' -p '9080:9080/tcp' -p '9443:9443/tcp' -p '8118:8118/tcp' -v '/mnt/user/data/torrents/':'/data/torrents':'rw' -v '/mnt/user/appdata/binhex-rtorrentvpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-rtorrentvpn' 7363c663c14046b494d6a97245c04bde3edf4b12240f042fd2a23d86cbfe468d The command finished successfully!
-
[Support] binhex - rTorrentVPN
Just deleted my rtorrentvpn container and removed the image and deleted the appdata folder just to start fresh. When trying to start the container I'm getting this error: 2023-01-28 02:04:19,647 DEBG 'watchdog-script' stdout output: Script done. 2023-01-28 02:04:30,759 DEBG 'watchdog-script' stdout output: [warn] Wait for rTorrent process to start aborted, too many retries [warn] Failed to start rTorrent, skipping initialisation of ruTorrent Plugins... 2023-01-28 02:05:15,818 DEBG 'watchdog-script' stdout output: [info] rTorrent listening interface IP 0.0.0.0 and VPN provider IP 10.24.138.156 different, marking for reconfigure 2023-01-28 02:05:15,825 DEBG 'watchdog-script' stdout output: [info] rTorrent not running 2023-01-28 02:05:15,826 DEBG 'watchdog-script' stdout output: [info] Removing any rTorrent session lock files left over from the previous run... 2023-01-28 02:05:15,828 DEBG 'watchdog-script' stdout output: [info] Attempting to start rTorrent... 2023-01-28 02:05:15,830 DEBG 'watchdog-script' stdout output: Script started, output log file is '/home/nobody/typescript'. 2023-01-28 02:05:15,860 DEBG 'watchdog-script' stdout output: Script done. 2023-01-28 02:05:26,971 DEBG 'watchdog-script' stdout output: [warn] Wait for rTorrent process to start aborted, too many retries [warn] Failed to start rTorrent, skipping initialisation of ruTorrent Plugins... It just keeps going round and round giving that error. Any ideas? I'm pretty sure everything to do with this container is fresh and "untainted" by human error.. My docker run is identical to how I had it previously.
-
Nextcloud GUI & Site stuck on "Update in Process."
Try finishing the upgrade in the terminal: cd /config/www/nextcloud/ sudo -u abc php occ upgrade
-
***GUIDE*** Passing Through Network Controllers to unRAID 6 Virtual Machines
❤️ That worked! TY!
-
***GUIDE*** Passing Through Network Controllers to unRAID 6 Virtual Machines
Hi all I seem to be having the same issues as others are having, but I'm using a 2 port SFP+ NIC. Might be a little different. Here's my xml: <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x81' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x81' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </hostdev> If anybody could help me id be sooo happy.
-
[Support] binhex - rTorrentVPN
Yup. I'm getting the same thing currently, except is starts with "*11 upstream timed out.."
-
[Support] Djoss - Firefox
I have a pretty ridiculous issue.. Some links I click such as the "log" links for dockers in Unraid, open a new window with no way to close it or switch back. Currently I just attempt to close firefox and it takes me back to the main window and asks if I'm sure I want to close and I hit no, but it leaves the other window open. Is there are shortcut or anything like that to close the current window or switch between windows? Edit - Figured out the shortcut (Ctrl+Shift+W) to close current window, but I'm viewing this firefox docker in chrome browser so it just closes that window.. My current work around is to use IE which doesn't have that shortcut.
-
*VIDEO GUIDE* A comprehensive guide to pfSense both unRAID VM and physical
If it's not too late, I would definitely be interested in a short tutorial of this!
-
[Support] binhex - DelugeVPN
Is there any extractor plugin that works with this deluge version that can extract to the same folder? The default plugin makes you extract to a specific folder.. pretty trash.
-
[Support] Linuxserver.io - Nextcloud
Yessir. 1.5gbps down and 940mbps up. Granted I only use a gbit switch so I lose out on some of the dl speeds.
-
[Support] Linuxserver.io - Nextcloud
Does anybody know why my downloads from my server via NextCloud would be so slow? It only goes at about 25mbps and my ISP gives 940mbps. It also times out every now and then and cancels downloads.. Thanks
-
[Support] Linuxserver.io - Nextcloud
When download from my Nextcloud over the internet I'm getting very slow speeds - like 25mbps. I have a 940 mbps upload with my ISP. I found some other posts mentioning the same issue but haven't found any solutions. Anybody know of this issue?
-
[Support] binhex - rTorrentVPN
Is there a way to change the default username/password for ruTorrent? Edit - I just created a new user with docker exec -it binhex-rtorrentvpn /home/nobody/createuser.sh <username>
-
Secure your unRAID SSH Access and Tunnel using PuTTY
So I had this going, but it seems the Go file didn't work as intended upon restart. When I restart the server I get the error mkdir: cannon create directory '/root/.ssh' : File exists chmod: cannot access '/root/.ssh/authorized_keys' $'/357/273/277/...../277' : No such file or directory I start up Putty and get the server refused our key error, so I go back in with the password. I nano back in to /root/.ssh/authorized_keys and it seems the key is there.. but I can no longer change permissions. I get the no such file or directory exists when trying both /root/.ssh and /root/.ssh/authorized_keys No idea what's happening. Edit - Fixed it! Copying and pasting was causing random errors.. manually typed everything in and it's all working now!.