learningunraid

Members
  • Posts

    23
  • Joined

Posts posted by learningunraid

  1. 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.

  2. 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.

  3. Just now, binhex said:

    multiple fixes and improvements - resources usage is improved for one example.

     

    yes

     

    see 1.

    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.

  4. 1 minute ago, binhex said:

    This will be a configuration option in your /config/rtorrent/config/rtorrent.rc file that is no longer compatible with the newer version of rtorrent (now v0.9.8).

     

    The permanent fix for this is to simply rename or delete the existing config file /config/rtorrent/config/rtorrent.rc and then restart the container, then re-edit the config file if required to re-apply any settings you want, sadly this is not something i can automate for you.

    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.

  5. 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

    37 minutes ago, DontWorryScro said:

    Just updated this container about 20 mins ago and now i cant get the client to load.  Just loops in the log.

     

    The client UI will load but it's all empty.  Just looks like a fresh install of Rtorrentvpn with no torrents in it.

     

    Before I start getting H&R warnings all over the place is there a means to revert just this container to whatever I previously had working?

     

  6. 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: VzWQA6x.png

     

     

    Thanks.

     

     

  7. On 1/1/2021 at 6:33 AM, ken-ji said:

    Here's what I did in my own system (also behind CGNAT). Spun up a Mikrotik CHR (virtual router) on Linode (but any other VPS with completely unblocked ports is also fine). Made a site-to-site VPN between my home networks (3 different houses) and the VPS. then port forwarded port 80 + 443 to an nginx container (kinda like SWAG - but I prefer to roll my own). This could be done with a Linux VPS, but I wanted to play with a Mikrotik router (all of my edge routers are Mikrotiks) and have less issues with the rather performant IPSec site-to-site vpn

     

    This means I can access my Emby server + Transmission container over HTTPS from anywhere. (Added DNS entries at the house with the Unraid server to avoid having to go out and back)

     

    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.

  8. On 12/29/2020 at 1:12 AM, Hoopster said:

    I prefer WireGuard as it is built into unRAID, however, it does require port forwarding.  OpenVPN is my backup and I occasionally still use ZeroTier as well.

    Thanks. OpenVPN also requires Port-Forwarding?

    On 12/29/2020 at 1:12 AM, Hoopster said:

    If you have an existing VPN that allows you to specify access to the local network on which unRAID resides, you should be able to access the GUI by local IP address through the VPN.

    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.

    On 12/28/2020 at 11:34 PM, strike said:

    Then your only option is to use something like Zerotier, which doesn't require port forwarding. There is a zerotier docker in apps. Or you can use a machine/VM that is always on then use something like teamviewer to remote in to it.

    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.

  9. On 4/20/2018 at 9:39 PM, Hoopster said:

     

    Assuming that "access your server from the outside world" means you primarily want access to the unRAID GUI in order to manage the server, a vpn is the best way to go about it.  jonathanm has already explained your options.

     

    Personally, I have it set up this way:

     

    1 - OpenVPN-AS docker running on unRAID server (server runs 24x7)

    2 - No-IP domain name assigned to public IP of my router

    3 - Port forwarding rules in the router that forward OpenVPN ports to the LAN IP:ports of my unRAID server

    2 - OpenVPN client software installed on my laptops, phones and tablets for remote access via No-IP domain name assigned to unRAID server.

     

    Your router may have OpenVPN (or another VPN server) built in which you could configure there.  Personally, I prefer to run it on unRAID.  If your server has IPMI, you could setup a vpn on a Raspberry Pi and start up your server remotely (if it is not running 24x7) from the RPi after you vpn in to it.

     

    If you primarily want to access files, documents, etc. perhaps you want to go the Owncloud/Letsencrypt (reverse proxy)/DuckDNS (or No-IP) route which is well documented in these forums.

    Hi, How do I access the server outside my network if my ISP doesn't support Port-Forwarding?

     

    Thanks. (Originally Asked Here: https://forums.unraid.net/topic/100638-access-unraid-and-docker-apps-outside-network/?tab=comments#comment-928502)

     

  10. 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.

  11. 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!

     

  12. Hello! I am using rclone (1.53.3) in unraid (6.8.3) but I am facing certain issues with the rclone and Google Drive.

    I have made this post with my explanation format and rclone's official format too so that I could mention the issue in my words too for easy explanation and rclone's format too for easy understanding.

     

    Mounted Location: 

    /mnt/disks/ua_hdd1/gdrive

    (ua_hdd1 is an unassigned disk/drive).

    Command: 

    rclone mount --allow-other --buffer-size 256M --dir-cache-time 96h --timeout 1h --default-permissions --uid 99 --gid 100 --umask 002 -vv gdrive: /mnt/disks/ua_hdd1/gdrive &

    Now, I have actually mapped a network drive directly to this mounted location onto my Windows PC.

    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

     

    Error Log:

    2020/12/26 23:07:09 ERROR : 100MB.bin: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes
    2020/12/26 23:07:10 ERROR : 100MB.bin: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
    2020/12/26 23:07:12 ERROR : 100MB.bin: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
    2020/12/26 23:07:13 ERROR : 100MB.bin: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes

    (Log with -vv is shared below)

     

    Solution?

    --vfs-cache-mode writes

    But, this issue is only happening when I am doing the copy or any other action via. Windows SMB Share of this Folder.

     

    If I submit a command

    root@unraid:/mnt/disks/ua_hdd1/test# cp 100MB.bin /mnt/disks/ua_hdd1/gdrive/Test1

    It doesn’t throw the error as mentioned above and it directly uploads the file to Google Drive. Issue is only happening inside the Windows Share and it is perfectly working fine when, I am copying the file inside the unraid using the terminal/console.

     

    So, Please assist me, how could I do the same when I’m using the smb share mapped network drive of this folder on the Windows OS.

     

    unraid login user: root
    Windows Mapped Drive user: adi (this is the user I have created in the unraid)

     

    Screenshot: https://i.imgur.com/6PMNzZQ.png

     

    Thanks.

     

    Below is rclone forum's official format:


    What is the problem you are having with rclone?
    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

     

    What is your rclone version (output from `rclone version`)
    1.53.3


    Which OS you are using and how many bits (eg Windows 7, 64 bit)
    rclone is installed on unraid and I am using Mapped Network Drive to the Mounted Location of Google Drive on my Windows 10 OS 64Bit.


    Which cloud storage system are you using? (eg Google Drive)
    Google Drive

     

    The command you were trying to run (eg `rclone copy /tmp remote:tmp`)  

    rclone mount --allow-other --buffer-size 256M --dir-cache-time 96h --timeout 1h --default-permissions --uid 99 --gid 100 --umask 002 -vv gdrive: /mnt/disks/ua_hdd1/gdrive &


    The rclone config contents with secrets removed.  

    [gdrive]
    type = drive
    client_id = xxxx.apps.googleusercontent.com
    client_secret = xxxx
    scope = drive
    token = {"access_token":"xxxxx","token_type":"Bearer","refresh_token":"xxxx","expiry":"2020-12-27T01:28:04.435079521+05:30"}
    team_drive =xxxx
    root_folder_id = 

     

    A log from the command with the `-vv` flag  

    2020/12/27 00:56:51 DEBUG : rclone: Version "v1.53.3" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "mount" "--allow-other" "--buffer-size" "256M" "--dir-cache-time" "96h" "--timeout" "1h" "--default-permissions" "--uid" "99" "--gid" "100" "--umask" "002" "-vv" "gdrive:" "/mnt/disks/ua_hdd1/gdrive"]
    2020/12/27 00:56:51 DEBUG : Creating backend with remote "gdrive:"
    2020/12/27 00:56:51 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf"
    2020/12/27 00:56:51 DEBUG : Google drive root '': Mounting on "/mnt/disks/ua_hdd1/gdrive"
    2020/12/27 00:56:51 DEBUG : : Root:
    2020/12/27 00:56:51 DEBUG : : >Root: node=/, err=
    2020/12/27 00:56:57 DEBUG : /: Attr:
    2020/12/27 00:56:57 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:56:57 DEBUG : : Statfs:
    2020/12/27 00:56:58 DEBUG : Google drive root '': read info from team drive "AlexJohn1"
    2020/12/27 00:56:58 DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
    2020/12/27 00:56:58 DEBUG : /: Attr:
    2020/12/27 00:56:58 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:56:58 DEBUG : : Statfs:
    2020/12/27 00:56:58 DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
    2020/12/27 00:57:51 DEBUG : /: Attr:
    2020/12/27 00:57:51 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:57:51 DEBUG : /: Lookup: name="Desktop.ini"
    2020/12/27 00:57:51 DEBUG : Google drive root '': Checking for changes on remote
    2020/12/27 00:57:51 DEBUG : /: >Lookup: node=, err=no such file or directory
    2020/12/27 00:57:51 DEBUG : /: Lookup: name="Desktop.ini"
    2020/12/27 00:57:51 DEBUG : /: >Lookup: node=, err=no such file or directory
    2020/12/27 00:57:51 DEBUG : /: ReadDirAll:
    2020/12/27 00:57:51 DEBUG : /: >ReadDirAll: item=11, err=
    2020/12/27 00:57:51 DEBUG : /: Attr:
    2020/12/27 00:57:51 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:57:51 DEBUG : /: Lookup: name="AutoRun.inf"
    2020/12/27 00:57:51 DEBUG : /: >Lookup: node=, err=no such file or directory
    2020/12/27 00:57:51 DEBUG : /: Lookup: name="AutoRun.inf"
    2020/12/27 00:57:51 DEBUG : /: >Lookup: node=, err=no such file or directory
    2020/12/27 00:57:51 DEBUG : /: ReadDirAll:
    2020/12/27 00:57:51 DEBUG : /: >ReadDirAll: item=11, err=
    2020/12/27 00:57:53 DEBUG : /: Attr:
    2020/12/27 00:57:53 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:57:53 DEBUG : : Statfs:
    2020/12/27 00:57:53 DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
    2020/12/27 00:57:53 DEBUG : : Statfs:
    2020/12/27 00:57:53 DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
    2020/12/27 00:58:01 DEBUG : /: Attr:
    2020/12/27 00:58:01 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:01 DEBUG : /: Lookup: name="desktop.ini"
    2020/12/27 00:58:01 DEBUG : /: >Lookup: node=, err=no such file or directory
    2020/12/27 00:58:01 DEBUG : /: Lookup: name="desktop.ini"
    2020/12/27 00:58:01 DEBUG : /: >Lookup: node=, err=no such file or directory
    2020/12/27 00:58:01 DEBUG : /: ReadDirAll:
    2020/12/27 00:58:01 DEBUG : /: >ReadDirAll: item=11, err=
    2020/12/27 00:58:01 DEBUG : /: Attr:
    2020/12/27 00:58:01 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:01 DEBUG : /: ReadDirAll:
    2020/12/27 00:58:01 DEBUG : /: >ReadDirAll: item=11, err=
    2020/12/27 00:58:01 DEBUG : /: Attr:
    2020/12/27 00:58:01 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:01 DEBUG : /: Lookup: name="5GB1.bin"
    2020/12/27 00:58:01 DEBUG : /: >Lookup: node=5GB1.bin, err=
    2020/12/27 00:58:01 DEBUG : 5GB1.bin: Attr:
    2020/12/27 00:58:01 DEBUG : 5GB1.bin: >Attr: a=valid=1s ino=0 size=1 mode=-rw-rw-r--, err=
    2020/12/27 00:58:01 DEBUG : /: Lookup: name="P"
    2020/12/27 00:58:01 DEBUG : /: >Lookup: node=P/, err=
    2020/12/27 00:58:01 DEBUG : P/: Attr:
    2020/12/27 00:58:01 DEBUG : P/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:01 DEBUG : /: Lookup: name="Test1"
    2020/12/27 00:58:01 DEBUG : /: >Lookup: node=Test1/, err=
    2020/12/27 00:58:01 DEBUG : Test1/: Attr:
    2020/12/27 00:58:01 DEBUG : Test1/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:01 DEBUG : /: Lookup: name="bu"
    2020/12/27 00:58:01 DEBUG : /: >Lookup: node=bu/, err=
    2020/12/27 00:58:01 DEBUG : bu/: Attr:
    2020/12/27 00:58:01 DEBUG : bu/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:01 DEBUG : /: Lookup: name="media"
    2020/12/27 00:58:01 DEBUG : /: >Lookup: node=media/, err=
    2020/12/27 00:58:01 DEBUG : media/: Attr:
    2020/12/27 00:58:01 DEBUG : media/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:01 DEBUG : /: Lookup: name="media_swizzin"
    2020/12/27 00:58:01 DEBUG : /: >Lookup: node=media_swizzin/, err=
    2020/12/27 00:58:01 DEBUG : media_swizzin/: Attr:
    2020/12/27 00:58:01 DEBUG : media_swizzin/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:01 DEBUG : /: Lookup: name="nzb"
    2020/12/27 00:58:01 DEBUG : /: >Lookup: node=nzb/, err=
    2020/12/27 00:58:01 DEBUG : nzb/: Attr:
    2020/12/27 00:58:01 DEBUG : nzb/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:01 DEBUG : /: Lookup: name="test"
    2020/12/27 00:58:01 DEBUG : /: >Lookup: node=test/, err=
    2020/12/27 00:58:01 DEBUG : test/: Attr:
    2020/12/27 00:58:01 DEBUG : test/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:01 DEBUG : /: Lookup: name="torrent"
    2020/12/27 00:58:01 DEBUG : /: >Lookup: node=torrent/, err=
    2020/12/27 00:58:01 DEBUG : torrent/: Attr:
    2020/12/27 00:58:01 DEBUG : torrent/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:01 DEBUG : /: Lookup: name="youtube"
    2020/12/27 00:58:01 DEBUG : /: >Lookup: node=youtube/, err=
    2020/12/27 00:58:01 DEBUG : youtube/: Attr:
    2020/12/27 00:58:01 DEBUG : youtube/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:01 DEBUG : /: Lookup: name="yt"
    2020/12/27 00:58:01 DEBUG : /: >Lookup: node=yt/, err=
    2020/12/27 00:58:01 DEBUG : yt/: Attr:
    2020/12/27 00:58:01 DEBUG : yt/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:01 DEBUG : /: Attr:
    2020/12/27 00:58:01 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:02 DEBUG : yt/: ReadDirAll:
    2020/12/27 00:58:02 DEBUG : yt/: >ReadDirAll: item=1, err=
    2020/12/27 00:58:02 DEBUG : yt/: Attr:
    2020/12/27 00:58:02 DEBUG : yt/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:02 DEBUG : yt/: Lookup: name="1"
    2020/12/27 00:58:02 DEBUG : yt/: >Lookup: node=yt/1/, err=
    2020/12/27 00:58:02 DEBUG : yt/1/: Attr:
    2020/12/27 00:58:02 DEBUG : yt/1/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:02 DEBUG : /: Attr:
    2020/12/27 00:58:02 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:02 DEBUG : /: Lookup: name="yt"
    2020/12/27 00:58:02 DEBUG : /: >Lookup: node=yt/, err=
    2020/12/27 00:58:02 DEBUG : yt/: Attr:
    2020/12/27 00:58:02 DEBUG : yt/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:02 DEBUG : yt/: Attr:
    2020/12/27 00:58:02 DEBUG : yt/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:02 DEBUG : yt/1/: ReadDirAll:
    2020/12/27 00:58:03 DEBUG : yt/1/: >ReadDirAll: item=0, err=
    2020/12/27 00:58:03 DEBUG : yt/1/: Attr:
    2020/12/27 00:58:03 DEBUG : yt/1/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Attr:
    2020/12/27 00:58:05 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : : Statfs:
    2020/12/27 00:58:05 DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
    2020/12/27 00:58:05 DEBUG : /: ReadDirAll:
    2020/12/27 00:58:05 DEBUG : /: >ReadDirAll: item=11, err=
    2020/12/27 00:58:05 DEBUG : /: Attr:
    2020/12/27 00:58:05 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="5GB1.bin"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=5GB1.bin, err=
    2020/12/27 00:58:05 DEBUG : 5GB1.bin: Attr:
    2020/12/27 00:58:05 DEBUG : 5GB1.bin: >Attr: a=valid=1s ino=0 size=1 mode=-rw-rw-r--, err=
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="P"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=P/, err=
    2020/12/27 00:58:05 DEBUG : P/: Attr:
    2020/12/27 00:58:05 DEBUG : P/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="Test1"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=Test1/, err=
    2020/12/27 00:58:05 DEBUG : Test1/: Attr:
    2020/12/27 00:58:05 DEBUG : Test1/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="bu"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=bu/, err=
    2020/12/27 00:58:05 DEBUG : bu/: Attr:
    2020/12/27 00:58:05 DEBUG : bu/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="media"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=media/, err=
    2020/12/27 00:58:05 DEBUG : media/: Attr:
    2020/12/27 00:58:05 DEBUG : media/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="media_swizzin"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=media_swizzin/, err=
    2020/12/27 00:58:05 DEBUG : media_swizzin/: Attr:
    2020/12/27 00:58:05 DEBUG : media_swizzin/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="nzb"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=nzb/, err=
    2020/12/27 00:58:05 DEBUG : nzb/: Attr:
    2020/12/27 00:58:05 DEBUG : nzb/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="test"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=test/, err=
    2020/12/27 00:58:05 DEBUG : test/: Attr:
    2020/12/27 00:58:05 DEBUG : test/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="torrent"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=torrent/, err=
    2020/12/27 00:58:05 DEBUG : torrent/: Attr:
    2020/12/27 00:58:05 DEBUG : torrent/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="youtube"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=youtube/, err=
    2020/12/27 00:58:05 DEBUG : youtube/: Attr:
    2020/12/27 00:58:05 DEBUG : youtube/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="yt"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=yt/, err=
    2020/12/27 00:58:05 DEBUG : yt/: Attr:
    2020/12/27 00:58:05 DEBUG : yt/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Attr:
    2020/12/27 00:58:05 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="100MB.bin"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=, err=no such file or directory
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="100MB.bin"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=, err=no such file or directory
    2020/12/27 00:58:05 DEBUG : /: ReadDirAll:
    2020/12/27 00:58:05 DEBUG : /: >ReadDirAll: item=11, err=
    2020/12/27 00:58:05 DEBUG : /: Attr:
    2020/12/27 00:58:05 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : /: Lookup: name="100MB.bin"
    2020/12/27 00:58:05 DEBUG : /: >Lookup: node=, err=no such file or directory
    2020/12/27 00:58:05 DEBUG : /: Create: name="100MB.bin"
    2020/12/27 00:58:05 DEBUG : 100MB.bin: Open: flags=O_RDWR|O_CREATE|O_EXCL
    2020/12/27 00:58:05 DEBUG : : Added virtual directory entry vAdd: "100MB.bin"
    2020/12/27 00:58:05 DEBUG : 100MB.bin: >Open: fd=100MB.bin (w), err=
    2020/12/27 00:58:05 DEBUG : /: >Create: node=100MB.bin, handle=&{100MB.bin (w)}, err=
    2020/12/27 00:58:05 DEBUG : 100MB.bin: Attr:
    2020/12/27 00:58:05 DEBUG : 100MB.bin: >Attr: a=valid=1s ino=0 size=0 mode=-rw-rw-r--, err=
    2020/12/27 00:58:05 DEBUG : /: Attr:
    2020/12/27 00:58:05 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:05 DEBUG : 100MB.bin: Setattr: a=Setattr [ID=0xbf Node=0xe Uid=99 Gid=100 Pid=610] mode=-rw-rw-rw- handle=INVALID-0x0
    2020/12/27 00:58:05 DEBUG : 100MB.bin: >Setattr: err=
    2020/12/27 00:58:05 DEBUG : 100MB.bin: Attr:
    2020/12/27 00:58:05 DEBUG : 100MB.bin: >Attr: a=valid=1s ino=0 size=0 mode=-rw-rw-r--, err=
    2020/12/27 00:58:05 DEBUG : 100MB.bin: Setattr: a=Setattr [ID=0xc0 Node=0xe Uid=99 Gid=100 Pid=610] size=104857600 handle=0x2 lockowner
    2020/12/27 00:58:05 DEBUG : 100MB.bin: Truncating 1 file handles
    2020/12/27 00:58:05 ERROR : 100MB.bin: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes
    2020/12/27 00:58:05 DEBUG : 100MB.bin: >Setattr: err=operation not permitted
    2020/12/27 00:58:05 DEBUG : &{100MB.bin (w)}: Write: len=1, offset=104857599
    2020/12/27 00:58:05 DEBUG : 100MB.bin: waiting for in-sequence write to 104857599 for 1s
    2020/12/27 00:58:06 DEBUG : 100MB.bin: aborting in-sequence write wait, off=104857599
    2020/12/27 00:58:06 DEBUG : 100MB.bin: failed to wait for in-sequence write to 104857599
    2020/12/27 00:58:06 ERROR : 100MB.bin: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
    2020/12/27 00:58:06 DEBUG : &{100MB.bin (w)}: >Write: written=0, err=illegal seek
    2020/12/27 00:58:06 DEBUG : &{100MB.bin (w)}: Write: len=1, offset=0
    2020/12/27 00:58:06 DEBUG : : Added virtual directory entry vAdd: "100MB.bin"
    2020/12/27 00:58:06 DEBUG : &{100MB.bin (w)}: >Write: written=1, err=
    2020/12/27 00:58:06 DEBUG : /: Attr:
    2020/12/27 00:58:06 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:06 DEBUG : 100MB.bin: Setattr: a=Setattr [ID=0xc4 Node=0xe Uid=99 Gid=100 Pid=610] atime=2020-12-27 00:58:05.376145022 +0530 IST mtime=2020-12-27 00:58:06.380347038 +0530 IST handle=INVALID-0x0
    2020/12/27 00:58:06 DEBUG : 100MB.bin: >Setattr: err=
    2020/12/27 00:58:06 DEBUG : 100MB.bin: Attr:
    2020/12/27 00:58:06 DEBUG : 100MB.bin: >Attr: a=valid=1s ino=0 size=1 mode=-rw-rw-r--, err=
    2020/12/27 00:58:06 DEBUG : &{100MB.bin (w)}: Write: len=131072, offset=0
    2020/12/27 00:58:06 DEBUG : 100MB.bin: waiting for in-sequence write to 0 for 1s
    2020/12/27 00:58:07 DEBUG : 100MB.bin: aborting in-sequence write wait, off=0
    2020/12/27 00:58:07 DEBUG : 100MB.bin: failed to wait for in-sequence write to 0
    2020/12/27 00:58:07 ERROR : 100MB.bin: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
    2020/12/27 00:58:07 DEBUG : &{100MB.bin (w)}: >Write: written=0, err=illegal seek
    2020/12/27 00:58:07 DEBUG : 100MB.bin: Attr:
    2020/12/27 00:58:07 DEBUG : 100MB.bin: >Attr: a=valid=1s ino=0 size=1 mode=-rw-rw-r--, err=
    2020/12/27 00:58:07 DEBUG : &{100MB.bin (w)}: Write: len=131072, offset=1048576
    2020/12/27 00:58:07 DEBUG : 100MB.bin: waiting for in-sequence write to 1048576 for 1s
    2020/12/27 00:58:07 DEBUG : /: Attr:
    2020/12/27 00:58:07 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:07 DEBUG : 100MB.bin: Attr:
    2020/12/27 00:58:07 DEBUG : 100MB.bin: >Attr: a=valid=1s ino=0 size=1 mode=-rw-rw-r--, err=
    2020/12/27 00:58:07 DEBUG : 100MB.bin: Attr:
    2020/12/27 00:58:07 DEBUG : 100MB.bin: >Attr: a=valid=1s ino=0 size=1 mode=-rw-rw-r--, err=
    2020/12/27 00:58:08 DEBUG : 100MB.bin: aborting in-sequence write wait, off=1048576
    2020/12/27 00:58:08 DEBUG : 100MB.bin: failed to wait for in-sequence write to 1048576
    2020/12/27 00:58:08 ERROR : 100MB.bin: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
    2020/12/27 00:58:08 DEBUG : &{100MB.bin (w)}: >Write: written=0, err=illegal seek
    2020/12/27 00:58:08 DEBUG : &{100MB.bin (w)}: Write: len=131072, offset=2097152
    2020/12/27 00:58:08 DEBUG : 100MB.bin: waiting for in-sequence write to 2097152 for 1s
    2020/12/27 00:58:09 DEBUG : 100MB.bin: aborting in-sequence write wait, off=2097152
    2020/12/27 00:58:09 DEBUG : 100MB.bin: failed to wait for in-sequence write to 2097152
    2020/12/27 00:58:09 ERROR : 100MB.bin: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
    2020/12/27 00:58:09 DEBUG : &{100MB.bin (w)}: >Write: written=0, err=illegal seek
    2020/12/27 00:58:09 DEBUG : &{100MB.bin (w)}: Write: len=131072, offset=3145728
    2020/12/27 00:58:09 DEBUG : 100MB.bin: waiting for in-sequence write to 3145728 for 1s
    2020/12/27 00:58:10 DEBUG : 100MB.bin: aborting in-sequence write wait, off=3145728
    2020/12/27 00:58:10 DEBUG : 100MB.bin: failed to wait for in-sequence write to 3145728
    2020/12/27 00:58:10 ERROR : 100MB.bin: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
    2020/12/27 00:58:10 DEBUG : &{100MB.bin (w)}: >Write: written=0, err=illegal seek
    2020/12/27 00:58:10 DEBUG : &{100MB.bin (w)}: Write: len=131072, offset=4194304
    2020/12/27 00:58:10 DEBUG : 100MB.bin: waiting for in-sequence write to 4194304 for 1s
    2020/12/27 00:58:11 DEBUG : 100MB.bin: aborting in-sequence write wait, off=4194304
    2020/12/27 00:58:11 DEBUG : 100MB.bin: failed to wait for in-sequence write to 4194304
    2020/12/27 00:58:11 ERROR : 100MB.bin: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
    2020/12/27 00:58:11 DEBUG : &{100MB.bin (w)}: >Write: written=0, err=illegal seek
    2020/12/27 00:58:11 DEBUG : &{100MB.bin (w)}: Write: len=131072, offset=5242880
    2020/12/27 00:58:11 DEBUG : 100MB.bin: waiting for in-sequence write to 5242880 for 1s
    2020/12/27 00:58:12 DEBUG : 100MB.bin: aborting in-sequence write wait, off=5242880
    2020/12/27 00:58:12 DEBUG : 100MB.bin: failed to wait for in-sequence write to 5242880
    2020/12/27 00:58:12 ERROR : 100MB.bin: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
    2020/12/27 00:58:12 DEBUG : &{100MB.bin (w)}: >Write: written=0, err=illegal seek
    2020/12/27 00:58:12 DEBUG : &{100MB.bin (w)}: Write: len=131072, offset=6291456
    2020/12/27 00:58:12 DEBUG : 100MB.bin: waiting for in-sequence write to 6291456 for 1s
    2020/12/27 00:58:13 DEBUG : 100MB.bin: aborting in-sequence write wait, off=6291456
    2020/12/27 00:58:13 DEBUG : 100MB.bin: failed to wait for in-sequence write to 6291456
    2020/12/27 00:58:13 ERROR : 100MB.bin: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
    2020/12/27 00:58:13 DEBUG : &{100MB.bin (w)}: >Write: written=0, err=illegal seek
    2020/12/27 00:58:13 DEBUG : &{100MB.bin (w)}: Write: len=131072, offset=7340032
    2020/12/27 00:58:13 DEBUG : 100MB.bin: waiting for in-sequence write to 7340032 for 1s
    2020/12/27 00:58:14 DEBUG : 100MB.bin: aborting in-sequence write wait, off=7340032
    2020/12/27 00:58:14 DEBUG : 100MB.bin: failed to wait for in-sequence write to 7340032
    2020/12/27 00:58:14 ERROR : 100MB.bin: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
    2020/12/27 00:58:14 DEBUG : &{100MB.bin (w)}: >Write: written=0, err=illegal seek
    2020/12/27 00:58:14 DEBUG : 100MB.bin: Attr:
    2020/12/27 00:58:14 DEBUG : 100MB.bin: >Attr: a=valid=1s ino=0 size=1 mode=-rw-rw-r--, err=
    2020/12/27 00:58:14 DEBUG : /: Attr:
    2020/12/27 00:58:14 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:14 DEBUG : /: Remove: name="100MB.bin"
    2020/12/27 00:58:14 DEBUG : 100MB.bin: Remove:
    2020/12/27 00:58:14 DEBUG : : Added virtual directory entry vDel: "100MB.bin"
    2020/12/27 00:58:14 DEBUG : 100MB.bin: >Remove: err=
    2020/12/27 00:58:14 DEBUG : /: >Remove: err=
    2020/12/27 00:58:14 DEBUG : &{100MB.bin (w)}: Flush:
    2020/12/27 00:58:14 DEBUG : Google drive root '': File to upload is small (1 bytes), uploading instead of streaming
    2020/12/27 00:58:16 DEBUG : 100MB.bin: MD5 = 93b885adfe0da089cdf634904fd59f71 OK
    2020/12/27 00:58:16 INFO : 100MB.bin: Copied (new)
    2020/12/27 00:58:17 DEBUG : 100MB.bin: Applied pending mod time 2020-12-27 00:58:06.380347038 +0530 IST OK
    2020/12/27 00:58:17 DEBUG : : Added virtual directory entry vAdd: "100MB.bin"
    2020/12/27 00:58:17 DEBUG : &{100MB.bin (w)}: >Flush: err=
    2020/12/27 00:58:17 DEBUG : &{100MB.bin (w)}: Release:
    2020/12/27 00:58:17 DEBUG : 100MB.bin: WriteFileHandle.Release nothing to do
    2020/12/27 00:58:17 DEBUG : &{100MB.bin (w)}: >Release: err=
    2020/12/27 00:58:17 DEBUG : /: Attr:
    2020/12/27 00:58:17 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:17 DEBUG : : Statfs:
    2020/12/27 00:58:17 DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
    2020/12/27 00:58:17 DEBUG : : Statfs:
    2020/12/27 00:58:17 DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
    2020/12/27 00:58:24 DEBUG : /: Attr:
    2020/12/27 00:58:24 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:47 DEBUG : /: Attr:
    2020/12/27 00:58:47 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=
    2020/12/27 00:58:51 DEBUG : Google drive root '': Checking for changes on remote
    2020/12/27 00:58:51 DEBUG : : changeNotify: relativePath="100MB.bin", type=3
    2020/12/27 00:58:51 DEBUG : : invalidating directory cache
    2020/12/27 00:58:51 DEBUG : : >changeNotify:
    2020/12/27 00:59:51 DEBUG : Google drive root '': Checking for changes on remote
    2020/12/27 01:00:51 DEBUG : Google drive root '': Checking for changes on remote
    2020/12/27 01:01:02 DEBUG : /: Attr:
    2020/12/27 01:01:02 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=

     

  13. On 11/12/2020 at 11:22 PM, Bobat said:

    If you're using PIA, make sure you're using the most up to date ovpn config files from the PIA site.  They just recently retired a bunch of legacy servers.  My config file was pointing to one of those old servers and I couldn't figure out why it wouldn't connect anymore.  Download the default Nextgen config files and make sure you're using the current server names.

    How many Port Forwarding PIA allows?

  14. 8 hours ago, DZMM said:

    Edit the script if you want to, or let the script create the directory.

     

    create another instance of the upload script and choose copy not move or sync

     

    Yes - create more instances of the mount script and disable the mergerfs mount if you don't need.  If you want the other drives in your mergerfs mount, add the extra rclone mount locations as extra local folder locations in the mount script that creates the mergerfs mount.

    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: 

    xThpF3p.png

    11 hours ago, DZMM said:

    You don't have to encrypt your files if you don't want to.  Just create an unecrpyted rclone remote.  This is very easy to do - if you need help doing this there are other threads (although you can probably work out what you need to do in this thread) as this thread is for support of my scripts

     

    3. If I let your script create the directory, it means it would use the array right?

    8 hours ago, DZMM said:

    Edit the script if you want to, or let the script create the directory.

     

    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.

     

  15. 6 minutes ago, DZMM said:

    You don't have to encrypt your files if you don't want to.  Just create an unecrpyted rclone remote.  This is very easy to do - if you need help doing this there are other threads (although you can probably work out what you need to do in this thread) as this thread is for support of my scripts

    In my scripts, 

     

    RcloneMountShare="/mnt/wherever_you_want/mount_rclone" - doesn't matter as these aren't actually stored anywhere

     

    LocalFilesShare="/mnt/ua_hdd_or_whatever_you_called_it/local" - for the files that are pending upload to gdrive

     

    MergerfsMountShare="/mnt/wherever_you_want/mount_mergerfs" - doesn't matter as these aren't actually stored anywhere

     

    I've just checked my readme, and once you've worked out how to setup your remotes, which isn't covered but shows what they should look like afterwards, all the information you need is there

     

    https://github.com/BinsonBuzz/unraid_rclone_mount/blob/latest---mergerfs-support/README.md

    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: 8mYZu0i.png

     

    AGr3XdI.png

     

    1zxrZc4.png

     

    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.

     

  16. On 10/23/2020 at 10:19 PM, learningunraid said:

    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.

    Hi @DZMM Sorry. Hmm, I am still looking for the help here.

  17. On 10/16/2020 at 10:43 PM, mvc said:

    This is probably an incredibly simple question but trying to setup the OpenVPN-AIO-Client-Torless and it won't connect. I use PIA, I've added the ovpn file, renamed it openvpn.ovpn, added the .crt and .pem files all 3 to /etc/openvpn, restarted the docker and still nothing. I added ports 1198, 8153, and 9443 to my router for port forwarding. I know I'm suppose to have a credentials file as well but not sure how to add/setup info in file. Any help is greatly appreciated.

    1.png.d761974b8e4df90faa62118e4801b4cb.png

     

    Edit:

    figured it out, it was the credentials.conf file that was missing

    Hello, Mine is not resolved yet. I am having the same issue. What to do?

  18. 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.