Everything posted by learningunraid
-
[Plug-In] Community Applications
Hi, Apps option is missing from the bar now.
-
[Support] A75G Repo
Hi, I am getting an error with TT-RSS on Unraid. (All Latest Version) Exception while creating PDO object:SQLSTATE[08006] [7] could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? Please help me. Thanks.
-
[Plugin] rclone
Only if I knew how to do that? Because, Sonarr/Radarr runs automatically.
-
[Plugin] rclone
Hi @Waseh, I am facing an issue with rclone. Below I have mentioned the detailed information regarding that. Unraid: 6.8.3 | rclone: 1.54.0 I have multiple apps running on my docker such as Sonarr, Radarr, Plex and rclone. Before rclone can mount the Google Drive, Sonarr/Radarr starts making the folder onto my mounting location. Yes, I use Google Drive for the Media and Sonarr/Radarr stores the files to Google Drive which is mounted by rclone. So, if Sonarr/Radarr ran before rclone could complete the mounting, rclone would throw this error: 2021/03/01 20:31:27 Fatal error: Directory is not empty: /mnt/disks/ua_hdd1/gdrive If you want to mount it anyway use: --allow-non-empty option Script Starting Mar 01, 2021 20:38.01 Now, as the error suggests, make use of --allow-non-empty but I think that has been discontinued by rclone officially. So let me know if there was a concrete solution which would make sure nothing writes onto the mounting location before rclone mounts the Google Drive on the mounting location? rclone command: rclone mount --allow-other --buffer-size 256M --dir-cache-time 96h --timeout 1h --default-permissions --uid 99 --gid 100 --umask 002 --vfs-cache-mode full --vfs-cache-max-age 24h -v --progress --cache-dir /mnt/disks/ua_hdd1/rclone/cache gdrive: /mnt/disks/ua_hdd1/gdrive & mounting locaiton: /mnt/disks/ua_hdd1/gdrive rclone config (sanitized): [gdrive] type = drive client_id = xxxxxxx.apps.googleusercontent.com client_secret = xxxxxx scope = drive token = {"access_token":"xxxxxxx"} team_drive = xxxxxx root_folder_id = Looking forward to hearing from you. rclone forum post regarding the same issue: https://forum.rclone.org/t/how-to-delete-files-folder-inside-the-mount-location-before-mounting/22566 Thanks.
-
[Support] binhex - rTorrentVPN
Thanks for the reply again, I will try the solution as you have suggested and will report back here. One more question: Are we ever going to have Discord Server for the Binhex Fan Club? And if there is any channel in other discord server where you provide support, please let me know. Thanks.
-
[Support] binhex - rTorrentVPN
Thanks for the prompt reply. If you don't mind, 1. How is the current update helps us? (Since, we are mostly layman who doesn't understand technical terms, I wish to know what benefit latest update brings in comparison to the previous stable version)? 2. VPN are going to work as good as the previous version? 3. This update is going to fix any bugs of rutorrent/rtorrent? Thanks.
-
[Support] binhex - rTorrentVPN
Hello, Nothing is working after updating. Please let me know what to do? 2021-02-12 01:27:54,365 DEBG 'rutorrent-script' stderr output: [NOTICE] [pool www] 'group' directive is ignored when FPM is not running as root 2021-02-12 01:27:54,369 DEBG 'rutorrent-script' stdout output: [info] starting nginx... 2021-02-12 01:28:01,133 DEBG 'watchdog-script' stdout output: [info] rTorrent process started [info] Waiting for rTorrent process to start listening on port 5000... 2021-02-12 01:28:01,151 DEBG 'watchdog-script' stdout output: [info] rTorrent process listening on port 5000 [info] Initialising ruTorrent plugins (checking rTorrent is running)... 2021-02-12 01:28:01,164 DEBG 'watchdog-script' stdout output: [info] rTorrent running [info] Initialising ruTorrent plugins (checking nginx is running)... 2021-02-12 01:28:01,177 DEBG 'watchdog-script' stdout output: [info] nginx running [info] Initialising ruTorrent plugins... 2021-02-12 01:28:17,985 DEBG 'watchdog-script' stdout output: [info] ruTorrent plugins initialised Meanwhile, I have moved back to the previous working version with tag: binhex/arch-rtorrentvpn:rtorrent-ps-1.1.r54.ga787dd9-1-28 Hey, You can change the latest tag to above mentioned tag like this: Screenshot: https://i.imgur.com/WoTUrGy.png
-
Access Unraid and Docker Apps outside Network
Okay, Hmm. What I can do right now then? Because, I'm not technically good in these stuff.
-
[Support] binhex - rTorrentVPN
Hey @binhex, I have been using your apps on unraid for sometime now but I am facing issue with rtorrentvpn for unraid. Please help me with this. There are multiple torrents all the time throwing below mentioned error until it updates the torrent. Tracker: [Failure reason \"Invalid user-agent !\"] It happens when a torrent surpasses 30minutes and 0seconds marker and it remains in the error list until it updates and become 0seconds. I have shared the screenshot for you. Screenshot: Thanks.
-
Access Unraid and Docker Apps outside Network
Hi, Thanks for the reply. Hmm, Is there any way if you have laid down the steps somewhere or if there is any guide regarding this, that I could follow and achieve it? Thanks.
-
Access Unraid and Docker Apps outside Network
Thanks. OpenVPN also requires Port-Forwarding? I didn't get this statement? Please if you could tell me, What did you mean by VPN here? I have TorGuard, PrivateVPN. Thanks for the answers. I have installed zerotier to test, but then I realized, I will be forced to install zerotier in each and every system, right? I still cannot access the unRaid on public systems. Hmm, Is there any way I could use Public AWS Server to create a tunnel between my unraid server so that, I access my unraid server using the AWS IP? Thanks for the answers.
-
Access Unraid and Docker Apps outside Network
Hello, How can I access the Unraid (Version: 6.8.3) and Docker Apps such as Plex, Sonarr, Radarr etc. outside my Local Network (LAN)? Given that, My ISP doesn't support Port-Forwarding because of the CG-NAT. I do have a VPN which does allow the Port-Forwarded VPN Access though. So if I could somehow use the VPN Provider to access the UnRaid outside of my Local Network? They have both OpenVPN and Wireguard as the option. (OpenVPN is preferable). Thanks.
-
[Plugin] rclone
Hi, I am currently facing some issue with the rclone's mounted Google Drive which is shared on Windows OS as SMB Share (Mapped Network Drive). Issue: If I try to copy or do any action on this drive, it gives me a permission error “You need permission to perform this action”. Screenshot: https://i.imgur.com/sAnLaeu.png Please if you could take a look at this thread as I have in-detail mentioned the issue with all the logs/screenshots/commands. Thanks. Thread: https://forums.unraid.net/topic/100567-rclone-permission-and-writefilehandlewrite-issue/ Thanks! P.S.: If you want, I can post the whole content on this thread too just in case if you cannot provide support over there in General Support Section. Please do mention!
-
[SUPPORT] testdasi repo
How many Port Forwarding PIA allows?
-
[Support] binhex - rTorrentVPN
Hello, I am trying to install Binhex-rTorrentVPN. But, I am not able to run it. Error from Log: Docker: I use unassigned drive - SSD for the app-data. Please help me. Thanks.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Thanks. 1. I don't know how to install or setup: Mergerfs? 2. Even though, you have said that, if you don't want don't use crypt drives but then your files ask for the encrypt/crypt drives only. Screenshot: 3. If I let your script create the directory, it means it would use the array right? 4. Adding to Question 3, Since, I use unassigned drive for the downloading purpose, how would mergefs would work? Because, then Download Directory is different from the Directory your script makes. Thanks.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Thanks for the reply. 1. I have already mounted the Google Drive (manually) using the rclone command in CLI. But, I will leave it to your script now. 2. I am little new but in your script, there are multiple locations which are not matching my setup as I use unassigned drive for the appdata. For example: 3. I also wish to do one thing more, I use my unraid server for the CCTV as well and I want to copy (not sync) from local HDD to Google Drive. How can I do so using your script? 4. Can we mount multiple Google Drives using your script? Thanks.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hi @DZMM Sorry. Hmm, I am still looking for the help here.
-
[SUPPORT] testdasi repo
Hello, Mine is not resolved yet. I am having the same issue. What to do?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hello, I have been trying to install rClone on my unRaid Server. But I wish to have a little bit of understand with the custom setup I've been doing. Disk Setup: Parity: 8TB Data: 8TB Cache: 250GB SSD Unassigned Drives: 1TB HDD (/mnt/disks/us_hdd1) and 120GB SSD (/mnt/disks/ua_ssd1) Setup: I use 120GB SSD of Unassigned Drives for the AppData of the Docker and also for the Docker.img. I use 1TB HDD of Unassigned Drives for the Downloads of SABnzb or Torrent Client which means, it skips the whole array (Cache/Data/Parity). Because, I mainly download Movies/Shows and I use Google Drive for it. As I have many other shows on Google Drive already and I want to use Google Drive only. (In short, I don't want to use Data Drives or Array in Total for the Media/Entertainment which if I loose, I wouldn't cry either because I want to use Array for the Data which is important for me like Work/CCTV etc). Docker.img: /mnt/disks/ua_ssd1/system/docker/docker.img Appdata Storage: /mnt/disks/ua_ssd1/appdata/ Now, How do I make sure that, rclone copies the content which are downloaded by the Sonarr/Radarr to the Google Drive and then Plex is able to stream those content from Google Drive? Previous Experience: Yes, I have used rClone but never with unraid or docker. I have seen multiple videos but I am just not able to understand it, and I have read your readme file on Github too but still, I am unclear of many things. I do have questions but I don't know how to ask them since, I don't know how I can achieve it for now. But, 1. I do not want to use crypt/decrypt/encrypt thing. I straight away with to use Google Drive and It's Mount. 2. I want to use unassigned 1TB HDD for the downloading. 3. Rest, I have shared the docker settings/config above. Thanks.