-
[Support] binhex - qBittorrentVPN
I feel like an idiot. I used /downloads/started instead of /data/started like I had in my original docker (non-vpn one before i switched) after fixing the mappings for the categories and default locations its all working. Thank you for noticing that
-
[Support] binhex - qBittorrentVPN
My turn to request help. After requesting Celo VPN open port because torrent would get metta data but never download the files after. Didnt help Torrent never download a byte after metadata. Logs indicate VPN is established. Any ideas? https://pastebin.com/hmRzHdzC my ovpn profile dev tun persist-tun persist-key cipher AES-256-GCM ncp-disable auth SHA256 tls-client client resolv-retry infinite remote nl1.celo.net 161 udp auth-user-pass remote-cert-tls server push "redirect-gateway def1" script-security 2 dhcp-option DNS 185.66.140.230 dhcp-option DNS 77.81.120.211 # Only on ubuntu client, you also need following directives: up /etc/openvpn/update-resolv-conf down /etc/openvpn/update-resolv-conf <ca> -----BEGIN CERTIFICATE----- xxx -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- xxx -----END CERTIFICATE----- </ca> setenv CLIENT_CERT 0 <tls-crypt> # # 2048 bit OpenVPN static key # -----BEGIN OpenVPN Static key V1----- xxx -----END OpenVPN Static key V1----- </tls-crypt>
-
[Support] Linuxserver.io - Plex Media Server
This would be better suited as it's own thread. But to answer quickly. 1. mounting the share from the HTPC to unraid will not make the drive inaccessible from the PC. that would defeat the entire purpose of shares. 2. When the htpc is powered off, the share to unraid will be disconnected. The share will only work with the PC on 3. If you do power cycle the htpc, you will have to go back into the unraid gui and remount it unless you make a cron job to test/remount when needed
-
[Support] Linuxserver.io - Plex Media Server
@wgstarks yes its still PlexPass only https://www.plex.tv/blog/smooth-stream-operator/
-
[Support] Linuxserver.io - Plex Media Server
If you dont add those to your go file, you will have to ssh in every reboot and manually do it.
-
[Support] Linuxserver.io - Plex Media Server
- [Support] Linuxserver.io - Plex Media Server
on unraid or within the container. I didnt find one in unraid either. but I found it inside the plex container. You have a link tot he instructions you are trying to follow?morbidpete started following [unRAID 6 beta14+] Unassigned Devices [former Auto Mount USB] , VM all of a sudden wants to use UEFI. Won't boot , Stuck on CPULOAD started and 6 others- [Support] Linuxserver.io - Duplicati
Where is it keeping the temp files or whatever it makes? I'm getting an unraid error that the docker img is filling up until it purges the backup to my destination drive. Would liek to pass in a variable to let the temp files go somewhere else (cache drive) until its ready to spit out the backup to the real destination :update: found it. Was simply the /tmp directory. Mapped that to a tmp folder in the docker folder and good to go. no more docker img filling up when backing up more than 30 gigs (all i have free int he docker image)- [Support] Linuxserver.io - Radarr
no issues using the cardigann unraid docker in Radarr. used torrent potato. TPB is down right now so test's will fail.- Problem stopping array - Retry unmounting user share(s)
Also a screen session can cause this - easy to forget they might still be hanging around waited an hour until googling this. Found this post. Damn screen sessions thanks for the tip- [Support] Linuxserver.io - Jackett
This please :-P- [Deprecated] Linuxserver.io - CouchPotato
I'm guessing that the IMDB changed some things around. Cp gives me this when I try to add a movie Only noticed because plex request is giving a similar error so I tried CP directly. Should I post this to the Github as an issue?- [Plug-In] SNMP
So awesome!!!! Thank you- [Plug-In] SNMP
I guess you're looking for size? I suppose I could write a custom script like I did for the drive temps. Disk size is easy because query it is relatively fast. Looking at the unraid GUI, there's a "free" column next to the shares. It looks like that data comes from /var/local/emhttp/shares.ini, perhaps updated every few minutes by unraid. That would be easy. Would that work for you? If so, I need some recommendation on where the data should end up. Can I just "extend" something like I did for disk temps? Unfortunately computing the size is hard. That requires walking the whole tree, which for a big share could take several minutes. The other complexity is that you'll probably want a UI to configure which folders to monitor. This is a part of plugin design that I haven't waded into yet. Thanks for the reply. The free space available from the shares.ini is just fine. I would love that.- [Plug-In] SNMP
so after reading this thread I didn't see an answer for a question I have. Is it possible to get it to report the user folder or even individual shares as a drive. Worse case scenario, I would be ok with all my disk's showing. right now its only tracking Log, boot and libvirt - [Support] Linuxserver.io - Plex Media Server