Rclone Union with VFS - Remote file not readable

What is the problem you are having with rclone?

When using VFS Cache on a union mount, locally stored media can be played, but anything on the remote times out.

I've moved my setup from a full Ubuntu server install with plex, rclone etc running directly from the OS to running Proxmox and containerizing the applications. For Rclone I've set this up on the master node and am bind mounting for the containers to have read/write access ensuring the same GUID is used and mapped. I've mirrored my rclone setup from how it was on the Ubuntu installation and copied the config over.

On the node running rclone I changed the fuse.conf to uncomment allow-other and also installed fuse3. Now when I start the mount I can play any files which are stored locally mounted to sd, but anything that is stored on the gdrive part of the union just freezes. I've tried playing files using a plex CT, and also trying directly from the plex mount point on the node without any luck.

The only way I can get this working is to remove the VFS element (comment out) of the mount command. Once I remove VFS the files play without a problem.

I have tried both beta and production version of rclone, the same issue happens with both.

I don't know if it's a permissions issue for the cache, but everything I try seems to fail. Like I say, I've just mirrored how I had it, so I'm confused why when I try to use VFS cache it just doesn't seem to want to allow remote files to be accessed. Any thoughts?

Thanks for anyone that can help

FYI here's the perms for the cache where a remote 2019 file won't play, but the 2023 local file does:

root@pve:/mnt/ssd/cache/rclone/vfs/Union/Movies# ls -la
total 16
drwx------ 4 plex media 4096 Apr 10 10:30 .
drwx------ 4 plex media 4096 Apr 10 02:31 ..
drwx------ 2 plex media 4096 Apr 10 08:47 'Shazam! (2019)'
drwx------ 2 plex media 4096 Apr 10 02:27 'Shazam! Fury of the Gods (2023)'

Run the command 'rclone version' and share the full output of the command.

rclone v1.63.0-beta.6951.52fbb10b4

  • os/version: debian 11.6 (64 bit)
  • os/kernel: 6.0.19-edge (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.20.3
  • go/linking: static
  • go/tags: none

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

Google Drive, Local SD Union

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

[Unit]
Description=rclone FUSE mount
Documentation=http://rclone.org/docs/

[Service]
Type=notify
User=plex
Group=media
RestartSec=5
Environment=RCLONE_CONFIG=/home/plex/.config/rclone/rclone.conf
ExecStart=/usr/bin/rclone mount Union: /mnt/plex \
--uid 1000 \
--gid 1000 \
--allow-other \
--log-file /home/plex/rcloneunion.log \
--log-level DEBUG \
--umask 002 \
--cache-dir=/mnt/cache/rclone \
--vfs-cache-mode full \
--vfs-cache-max-size 600G \
--vfs-read-chunk-size 32M \
--vfs-cache-max-age 9999h \
--disable-http2
ExecStop=/bin/fusermount -uz /mnt/plex
ExecStartPost=/usr/bin/rclone rc vfs/refresh recursive=true --url 127.0.0.1:5574 _async=true
Restart=on-failure

[Install]
WantedBy=multi-user.target

The rclone config contents with secrets removed.

[crypt]
type = crypt
remote = gdrive2:mechanimal82/
filename_encryption = standard
password = redacted
password2 = redacted

[gdrive2]
type = drive
client_id = redacted
client_secret = redacted
scope = drive
token = {"access_token":"redacted","expiry":"2023-04-10T10:45:15.767116138+01:00"}
root_folder_id = redacted

[Union]
type = union
upstreams = /mnt/sd/Plex/local crypt::nc
action_policy = epall

A log from the command with the -vv flag

Sample (can provide more if needed):

2023/04/10 08:45:10 DEBUG : rclone: Version "v1.63.0-beta.6951.52fbb10b4" starting with parameters ["/usr/bin/rclone" "mount" "Union:" "/mnt/plex" "--uid" "1000" "--gid" "1000" "--allow-other" "--dir-cache-time" "9999h" "--log-file" "/home/plex/rcloneunion.log" "--log-level" "DEBUG" "--umask" "002" "--rc" "--rc-addr" "127.0.0.1:5574" "--rc-no-auth" "--cache-dir=/mnt/ssd/cache/rclone" "--vfs-cache-mode" "full" "--vfs-cache-max-size" "600G" "--vfs-fast-fingerprint" "--vfs-read-chunk-size" "32M" "--vfs-cache-max-age" "9999h" "--disable-http2"]
2023/04/10 08:45:10 NOTICE: Serving remote control on http://127.0.0.1:5574/
2023/04/10 08:45:10 DEBUG : Creating backend with remote "Union:"
2023/04/10 08:45:10 DEBUG : Using config file from "/home/plex/.config/rclone/rclone.conf"
2023/04/10 08:45:10 DEBUG : Creating backend with remote "crypt:"
2023/04/10 08:45:10 DEBUG : Creating backend with remote "/mnt/sd/Plex/local"
2023/04/10 08:45:10 DEBUG : Creating backend with remote "gdrive2:mechanimal82/"
2023/04/10 08:45:10 DEBUG : gdrive2: Loaded invalid token from config file - ignoring
2023/04/10 08:45:10 DEBUG : Saving config "token" in section "gdrive2" of the config file
2023/04/10 08:45:10 DEBUG : Keeping previous permissions for config file: -rw-r--r--
2023/04/10 08:45:10 DEBUG : gdrive2: Saved new token in config file
2023/04/10 08:45:10 DEBUG : fs cache: renaming cache item "gdrive2:mechanimal82/" to be canonical "gdrive2:mechanimal82"
2023/04/10 08:45:10 DEBUG : union root '': actionPolicy = *policy.EpAll, createPolicy = *policy.EpMfs, searchPolicy = *policy.FF
2023/04/10 08:45:10 INFO  : union root '': poll-interval is not supported by this remote
2023/04/10 08:45:10 DEBUG : vfs cache: root is "/mnt/sd/cache/rclone"
2023/04/10 08:45:10 DEBUG : vfs cache: data root is "/mnt/sd/cache/rclone/vfs/Union"
2023/04/10 08:45:10 DEBUG : vfs cache: metadata root is "/mnt/sd/cache/rclone/vfsMeta/Union"
2023/04/10 08:45:10 DEBUG : Creating backend with remote "/mnt/sd/cache/rclone/vfs/Union/"
2023/04/10 08:45:10 DEBUG : fs cache: renaming cache item "/mnt/sd/cache/rclone/vfs/Union/" to be canonical "/mnt/ssd/cache/rclone/vfs/Union"
2023/04/10 08:45:10 DEBUG : Creating backend with remote "/mnt/sd/cache/rclone/vfsMeta/Union/"
2023/04/10 08:45:10 DEBUG : fs cache: renaming cache item "/mnt/sd/cache/rclone/vfsMeta/Union/" to be canonical "/mnt/ssd/cache/rclone/vfsMeta/Union"
2023/04/10 08:45:10 DEBUG : union root '': Mounting on "/mnt/plex"
2023/04/10 08:45:10 DEBUG : : Root: 
2023/04/10 08:45:10 DEBUG : : >Root: node=/, err=<nil>
2023/04/10 08:45:11 DEBUG : rc: "vfs/refresh": with parameters map[_async:true recursive:true]
2023/04/10 08:45:11 DEBUG : rc: "vfs/refresh": reply map[jobid:1]: <nil>
2023/04/10 08:45:11 DEBUG : : Reading directory tree
2023/04/10 08:45:12 DEBUG : Google drive root 'mechanimal82': Disabling ListR to work around bug in drive as multi listing (5) returned no entries
2023/04/10 08:45:12 DEBUG : Google drive root 'mechanimal82': Recycled 5 entries
2023/04/10 08:45:13 DEBUG : Google drive root 'mechanimal82': Re-enabling ListR as previous detection was in error
2023/04/10 08:45:47 DEBUG : /: Attr: 
2023/04/10 08:45:47 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2023/04/10 08:45:58 DEBUG : /: Lookup: name="Movies"
2023/04/10 08:45:58 DEBUG : /: >Lookup: node=Movies/, err=<nil>
2023/04/10 08:45:58 DEBUG : Movies/: Attr: 
2023/04/10 08:45:58 DEBUG : Movies/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2023/04/10 08:45:58 DEBUG : Movies/: Lookup: name=".grab"
2023/04/10 08:46:11 DEBUG : /: Lookup: name="Movies"
2023/04/10 08:46:15 DEBUG : Movies/: >Lookup: node=<nil>, err=no such file or directory
2023/04/10 08:46:15 DEBUG : /: >Lookup: node=Movies/, err=<nil>
2023/04/10 08:46:15 DEBUG : Movies/: Attr: 
2023/04/10 08:46:15 DEBUG : Movies/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2023/04/10 08:46:15 DEBUG : Movies/: Lookup: name=".grab"
2023/04/10 08:46:15 DEBUG : Movies/: >Lookup: node=<nil>, err=no such file or directory
2023/04/10 08:46:29 DEBUG : /: Lookup: name="Movies"
2023/04/10 08:46:29 DEBUG : /: >Lookup: node=Movies/, err=<nil>
2023/04/10 08:46:29 DEBUG : Movies/: Attr: 
2023/04/10 08:46:29 DEBUG : Movies/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2023/04/10 08:46:29 DEBUG : Movies/: Lookup: name="Shazam! Fury of the Gods (2023)"
2023/04/10 08:46:29 DEBUG : Movies/: >Lookup: node=Movies/Shazam! Fury of the Gods (2023)/, err=<nil>
2023/04/10 08:46:29 DEBUG : Movies/Shazam! Fury of the Gods (2023)/: Attr: 
2023/04/10 08:46:29 DEBUG : Movies/Shazam! Fury of the Gods (2023)/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2023/04/10 08:46:29 DEBUG : Movies/Shazam! Fury of the Gods (2023)/: Lookup: name="Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv"
2023/04/10 08:46:30 DEBUG : Movies/Shazam! Fury of the Gods (2023)/: >Lookup: node=Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv, err=<nil>
2023/04/10 08:46:30 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv: Attr: 
2023/04/10 08:46:30 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv: >Attr: a=valid=1s ino=0 size=3490086494 mode=-rw-rw-r--, err=<nil>
2023/04/10 08:47:03 DEBUG : Movies/: Lookup: name="Shazam! Fury of the Gods (2023)"
2023/04/10 08:47:03 DEBUG : Movies/: >Lookup: node=Movies/Shazam! Fury of the Gods (2023)/, err=<nil>
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/: Attr: 
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/: Lookup: name="Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv"
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/: >Lookup: node=Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv, err=<nil>
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv: Attr: 
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv: >Attr: a=valid=1s ino=0 size=3490086494 mode=-rw-rw-r--, err=<nil>
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv: Open: flags=OpenReadOnly
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv: Open: flags=O_RDONLY
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv: newRWFileHandle: 
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv: >newRWFileHandle: err=<nil>
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv: >Open: fd=Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv (rw), err=<nil>
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv: >Open: fh=&{Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv (rw)}, err=<nil>
2023/04/10 08:47:03 DEBUG : &{Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv (rw)}: Read: len=65536, offset=0
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv(0xc0095078c0): _readAt: size=65536, off=0
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv(0xc0095078c0): openPending: 
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv: vfs cache: checking remote fingerprint "3490086494,2023-06-15 00:00:00 +0000 UTC" against cached fingerprint "3490086494,2023-06-15 00:00:00 +0000 UTC"
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv: vfs cache: truncate to size=3490086494 (not needed as size correct)
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023): Added virtual directory entry vAddFile: "Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv"
2023/04/10 08:47:03 DEBUG : Movies/Shazam! Fury of the Gods (2023)/Shazam! Fury of the Gods (2023) [imdb-tt10151854][WEBDL-2160p][HDR][10bit][x265][EAC3 Atmos 5.1]-MarkII.mkv(0xc0095078c0): >openPending: err=<nil>
2023/04/10 08:47:03 DEBUG : vfs cache: looking for range={Pos:0 Size:65536} in [{Pos:0 Size:89120768} {Pos:3489918976 Size:167518}] - present true

I don't understand what you mean here? Do you mean comment out the --vfs-cache-mode full?

Some logs from rclone showing the error would be useful.

Hey Nick. That's right... So with 'vfs-cache-mode full' I can play anything that's stored on the /mnt/sd/ part of my union mount, but anything that is in the crypt/gdrive portion will not stream.

If I comment out 'vfs-cache-mode full' from the mount command so that my union is still using the local sd and the remote gdrive - but without the benefits of caching, then all files stream without problem. so the problem lies somewhere in the vfs cache - I just can.t see where.

FYI the cache storage is on the same SSD as the OS/rclone, so it's not a failing drive.

In the logs, nothing shows as an error... but when I try to play something through Plex or directly from the union mount it just takes forever then times out. I realise I gave the wrong part of the logs for the older Shazam which is on my gdrive, here they are - you can see it took over 3 minutes to load and still nothing played:

Note - the middle section of the logs has been removed as it's just the same output repeated

2023/04/10 08:47:35 DEBUG : /: Lookup: name="Movies"
2023/04/10 08:47:35 DEBUG : /: >Lookup: node=Movies/, err=<nil>
2023/04/10 08:47:35 DEBUG : Movies/: Attr: 
2023/04/10 08:47:35 DEBUG : Movies/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2023/04/10 08:47:35 DEBUG : Movies/: Lookup: name="Shazam! (2019)"
2023/04/10 08:47:35 DEBUG : Movies/: >Lookup: node=Movies/Shazam! (2019)/, err=<nil>
2023/04/10 08:47:35 DEBUG : Movies/Shazam! (2019)/: Attr: 
2023/04/10 08:47:35 DEBUG : Movies/Shazam! (2019)/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2023/04/10 08:47:35 DEBUG : Movies/Shazam! (2019)/: Lookup: name="Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv"
2023/04/10 08:47:35 DEBUG : Movies/Shazam! (2019)/: >Lookup: node=Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv, err=<nil>
2023/04/10 08:47:35 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: Attr: 
2023/04/10 08:47:35 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: >Attr: a=valid=1s ino=0 size=80304248663 mode=-rw-rw-r--, err=<nil>
2023/04/10 08:47:45 DEBUG : /: Lookup: name="Movies"
2023/04/10 08:47:45 DEBUG : /: >Lookup: node=Movies/, err=<nil>
2023/04/10 08:47:45 DEBUG : Movies/: Attr: 
2023/04/10 08:47:45 DEBUG : Movies/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2023/04/10 08:47:45 DEBUG : Movies/: Lookup: name="Shazam! (2019)"
2023/04/10 08:47:45 DEBUG : Movies/: >Lookup: node=Movies/Shazam! (2019)/, err=<nil>
2023/04/10 08:47:45 DEBUG : Movies/Shazam! (2019)/: Attr: 
2023/04/10 08:47:45 DEBUG : Movies/Shazam! (2019)/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2023/04/10 08:47:45 DEBUG : Movies/Shazam! (2019)/: Lookup: name="Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv"
2023/04/10 08:47:45 DEBUG : Movies/Shazam! (2019)/: >Lookup: node=Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv, err=<nil>
2023/04/10 08:47:45 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: Attr: 
2023/04/10 08:47:45 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: >Attr: a=valid=1s ino=0 size=80304248663 mode=-rw-rw-r--, err=<nil>
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: Open: flags=OpenReadOnly
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: Open: flags=O_RDONLY
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: newRWFileHandle: 
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: >newRWFileHandle: err=<nil>
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: >Open: fd=Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv (rw), err=<nil>
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: >Open: fh=&{Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv (rw)}, err=<nil>
2023/04/10 08:47:46 DEBUG : &{Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv (rw)}: Read: len=65536, offset=0
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv(0xc00fb76b00): _readAt: size=65536, off=0
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv(0xc00fb76b00): openPending: 
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: vfs cache: checking remote fingerprint "80304248663,2019-07-16 00:00:00 +0000 UTC" against cached fingerprint ""
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: vfs cache: truncate to size=80304248663
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019): Added virtual directory entry vAddFile: "Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv"
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv(0xc00fb76b00): >openPending: err=<nil>
2023/04/10 08:47:46 DEBUG : vfs cache: looking for range={Pos:0 Size:65536} in [] - present false
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 0 length -1
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 0 chunkSize 33554432
2023/04/10 08:47:46 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 0 length 33554432
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 33554432
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 33554432
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 33554432
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 33554432
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 33554432
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv(0xc00fb76b00): >_readAt: n=65536, err=<nil>
2023/04/10 08:47:47 DEBUG : &{Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv (rw)}: >Read: read=65536, err=<nil>
2023/04/10 08:47:47 DEBUG : &{Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv (rw)}: Read: len=131072, offset=65536
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv(0xc00fb76b00): _readAt: size=131072, off=65536
2023/04/10 08:47:47 DEBUG : vfs cache: looking for range={Pos:65536 Size:131072} in [{Pos:0 Size:126976}] - present false
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: Attr: 
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: >Attr: a=valid=1s ino=0 size=80304248663 mode=-rw-rw-r--, err=<nil>
2023/04/10 08:47:47 DEBUG : &{Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv (rw)}: Read: len=12288, offset=80304238592
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv(0xc00fb76b00): _readAt: size=12288, off=80304238592
2023/04/10 08:47:47 DEBUG : vfs cache: looking for range={Pos:80304238592 Size:10071} in [{Pos:0 Size:126976}] - present false
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 33554432
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv(0xc00fb76b00): >_readAt: n=131072, err=<nil>
2023/04/10 08:47:47 DEBUG : &{Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv (rw)}: >Read: read=131072, err=<nil>
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 33554432
2023/04/10 08:47:47 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 33554432
2023/04/10 08:48:01 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:48:01 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:48:01 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:48:01 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:48:01 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:48:01 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:48:01 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:48:02 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:48:02 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:48:02 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:48:02 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:48:02 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:48:02 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:48:02 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:48:02 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:48:02 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:48:03 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:48:03 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:48:03 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:48:03 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:48:03 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:48:03 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:48:03 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:48:03 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:48:03 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:48:04 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:48:04 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:48:04 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:48:04 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:48:04 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:48:04 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:48:04 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:48:04 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:50:40 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:50:40 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:50:40 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:50:40 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:50:40 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.RangeSeek from -1 to 80304238592 length -1
2023/04/10 08:50:40 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 80304238592 chunkSize 33554432
2023/04/10 08:50:40 DEBUG : Movies/Shazam! (2019)/Shazam! (2019) [imdb-tt0448115][Remux-2160p][HDR][10bit][HEVC][TrueHD Atmos 7.1].mkv: ChunkedReader.openRange at 80304238592 length 33554432
2023/04/10 08:50:41 INFO  : Signal received: terminated
2023/04/10 08:50:41 DEBUG : /mnt/plex: Unmounted externally. Just exit now.
2023/04/10 08:50:41 INFO  : Exiting...

The logs seem to show the same segment being read again and again which is weird.

Are there any ERROR lines in the log anywhere?

The logs seem to say the file you are looking at is 80GB - is that correct?

Can you try just using cp to copy the file out of the mount rather than attempting to stream it and see if that works.

So I could copy a file out of the gdrive part of the mount without problem. Could it be just executing files is an issue? and yep, the total size is 78GB

So I did another test;
With the vfs cache settings enabled as per the original post I have:

  1. Copied chapter 1 of the mandalorian which is stored on gdrive accessed via my union to the local disk - success
  2. Directly played chapter 2 from gdrive via the union mount - stuck loading
  3. Directly played chapter 22 stored on a locally attached SSD via the union mount - success

So it seems that it's only attempting to stream a file which is stored on a remote mount that is causing the problem. The full logs for the above can be accessed here: https://drive.google.com/file/d/1jOESsXCgIoogHbzC9wahRrswCNGTEmI4/view?usp=sharing

I am going to attempt to mount the gdrive as a remote without the union to isolate if it's the drive which is the issue or not. But that will have to wait for tomorrow.

I couldn't access those :frowning: It gave me permission denied.

Excellent plan - that is what I'd have suggested next.

I can't see how the union is causing this so I'd expect this to fail too, but I could be wrong :slight_smile:

Sorry - the logs should be accessible now :slight_smile: forgot to make available to all with link

Well that's narrowed it down a little... the VFS is just not working for me. I tried stripping it back and running as the root user, with /mnt/remote owned by root:root and the cache location in the root user directory (just making sure it's not a permissions issue)

/usr/bin/rclone mount crypt: /mnt/remote --allow-other --log-file /root/rclonecrypt.log --log-level DEBUG --umask 002 --rc --rc-addr 127.0.0.1:5574 --rc-no-auth --cache-dir=/root/.cache --vfs-cache-mode full --vfs-max-size 600G --vfs-fast-fingerprint --vfs-read-chunk-size 32M --vfs-cache-max-age 9999h --disable-http2

again I'm seeing the same segments being repeated when I attempt to play a file. However, as before - copying the file out of the remote works without a problem and I'm seeing this copied file appear in the cache. Are these the right permissions for the cache directory?

root@pve:~/.cache/vfs/crypt/AV Trailers/Dolby# ls -la
total 16402
drwx------ 2 root root         3 Apr 11 09:58  .
drwx------ 5 root root         5 Apr 11 11:00  ..
-rw------- 1 root root 146330748 Apr 11 10:44 'Amaze (Lossless-ATMOS).mkv'
2023/04/11 10:23:10 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.RangeSeek from -1 to 7160377344 length -1
2023/04/11 10:23:10 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 7160377344 chunkSize 33554432
2023/04/11 10:23:10 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.openRange at 7160377344 length 33554432
2023/04/11 10:23:10 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.RangeSeek from -1 to 7160377344 length -1
2023/04/11 10:23:10 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 7160377344 chunkSize 33554432
2023/04/11 10:23:10 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.openRange at 7160377344 length 33554432
2023/04/11 10:23:11 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.RangeSeek from -1 to 7160377344 length -1
2023/04/11 10:23:11 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 7160377344 chunkSize 33554432
2023/04/11 10:23:11 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.openRange at 7160377344 length 33554432
2023/04/11 10:23:11 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.RangeSeek from -1 to 7160377344 length -1
2023/04/11 10:23:11 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 7160377344 chunkSize 33554432
2023/04/11 10:23:11 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.openRange at 7160377344 length 33554432
2023/04/11 10:23:11 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.RangeSeek from -1 to 7160377344 length -1
2023/04/11 10:23:11 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 7160377344 chunkSize 33554432
2023/04/11 10:23:11 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.openRange at 7160377344 length 33554432

[quote="mechanimal82, post:8, topic:37478"]
Are these the right permissions for the cache directory?
[/quote]'

Yes, those are the right permissions.

Is that file good? It's just repeating over and over reading the same part.

Hi, yep - the file is fine and plays if I remove the vfs-cache from the mount command and direct play from the remote. It's the same for any file I try, so definitely an issue with my setup and how it's managing the vfs. I just can't figure out what, the logs just endlessly cycle reading the same segment until whatever is requesting the file times out.

I've just wondered if it had anything to do with the bind I have across CT's. But have also now removed the bind to the /mnt/remote vfs enabled remote, rebooted proxmox to ensure no legacy left-overs... and still not playing directly from the mount. Am I missing a vfs dependency somewhere??? I know I have rclone and fuse3... is there anything else required to get VFS working?

Not that I'm aware of.

I'm not quite following your setup as cache works without an issue on a normal debian/ubuntu/fedora setup as I routinely use/test all 3 flavors.

OK, so I am running rclone on a new Proxmox install. I have fuse3 and rclone installed on the main node; Linux pve 6.0.19-edge #1 SMP PREEMPT_DYNAMIC PVE Edge 6.0.19-1 (2023-01-13) x86_64

In my /mnt directory I have:

/mnt/sd - this is a locally attached USB3 WD Elements 12TB HDD
/mnt/plex - this is where I union mount the SD and the remote Gdrive together. This is the directory plex scans and plays from. I also have radarr, sonarr, lidarr etc write to this when new downloads come in

Can you repeat the same thing / same file without the cache?

Rclone is just seeing a request for the same chunk over and over, which makes no sense.

That's what I'm doing at the moment. I've commented out the vfs-cache portions of my mount command and that's allowing me to stream the files without a problem.

Can you please share the log file of the same thing as I can't see your computer from here? :slight_smile:

Sorry, I thought you were just asking if it was possible :slight_smile: Yep, here's the same file being played but without the vfs cache. It started playing after about 5 seconds and I let it run for several before stopping it as it was playing fine:

2023/04/11 16:29:58 DEBUG : /: Lookup: name="Movies"
2023/04/11 16:29:58 DEBUG : /: >Lookup: node=Movies/, err=<nil>
2023/04/11 16:29:58 DEBUG : Movies/: Attr: 
2023/04/11 16:29:58 DEBUG : Movies/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2023/04/11 16:29:58 DEBUG : Movies/: Lookup: name="$ellebrity (2013)"
2023/04/11 16:29:58 DEBUG : Movies/: >Lookup: node=Movies/$ellebrity (2013)/, err=<nil>
2023/04/11 16:29:58 DEBUG : Movies/$ellebrity (2013)/: Attr: 
2023/04/11 16:29:58 DEBUG : Movies/$ellebrity (2013)/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2023/04/11 16:29:59 DEBUG : Movies/$ellebrity (2013)/: Lookup: name="$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv"
2023/04/11 16:29:59 DEBUG : Movies/$ellebrity (2013)/: >Lookup: node=Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv, err=<nil>
2023/04/11 16:29:59 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: Attr: 
2023/04/11 16:29:59 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: >Attr: a=valid=1s ino=0 size=7160407580 mode=-rw-rw-r--, err=<nil>
2023/04/11 16:29:59 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: Open: flags=OpenReadOnly
2023/04/11 16:29:59 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: Open: flags=O_RDONLY
2023/04/11 16:29:59 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: >Open: fd=Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r), err=<nil>
2023/04/11 16:29:59 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: >Open: fh=&{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}, err=<nil>
2023/04/11 16:29:59 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: Read: len=65536, offset=0
2023/04/11 16:29:59 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.openRange at 0 length 134217728
2023/04/11 16:29:59 DEBUG : gdrive2: Loaded invalid token from config file - ignoring
2023/04/11 16:29:59 DEBUG : Saving config "token" in section "gdrive2" of the config file
2023/04/11 16:29:59 DEBUG : Keeping previous permissions for config file: -rw-r--r--
2023/04/11 16:29:59 DEBUG : gdrive2: Saved new token in config file
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728
2023/04/11 16:30:00 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: >Read: read=65536, err=<nil>
2023/04/11 16:30:00 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: Read: len=131072, offset=65536
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728
2023/04/11 16:30:00 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: >Read: read=131072, err=<nil>
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: Attr: 
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: >Attr: a=valid=1s ino=0 size=7160407580 mode=-rw-rw-r--, err=<nil>
2023/04/11 16:30:00 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: Read: len=4096, offset=7160406016
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ReadFileHandle.seek from 196608 to 7160406016 (fs.RangeSeeker)
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.RangeSeek from 3141632 to 7160406016 length -1
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 7160406016 chunkSize 134217728
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.openRange at 7160406016 length 134217728
2023/04/11 16:30:00 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: >Read: read=1564, err=<nil>
2023/04/11 16:30:00 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: Read: len=131072, offset=196608
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ReadFileHandle.seek from 7160407580 to 196608 (fs.RangeSeeker)
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.RangeSeek from 7160407580 to 196608 length -1
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at -1 length 4096 chunkOffset 196608 chunkSize 134217728
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.openRange at 196608 length 134217728
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: Attr: 
2023/04/11 16:30:00 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: >Attr: a=valid=1s ino=0 size=7160407580 mode=-rw-rw-r--, err=<nil>
2023/04/11 16:30:01 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 200704 length 8192 chunkOffset 196608 chunkSize 134217728
2023/04/11 16:30:01 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 208896 length 16384 chunkOffset 196608 chunkSize 134217728
2023/04/11 16:30:01 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 225280 length 32768 chunkOffset 196608 chunkSize 134217728
2023/04/11 16:30:01 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 258048 length 65536 chunkOffset 196608 chunkSize 134217728
2023/04/11 16:30:01 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 323584 length 131072 chunkOffset 196608 chunkSize 134217728
2023/04/11 16:30:01 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 454656 length 262144 chunkOffset 196608 chunkSize 134217728
2023/04/11 16:30:01 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: >Read: read=131072, err=<nil>
2023/04/11 16:30:01 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: Read: len=131072, offset=327680
2023/04/11 16:30:01 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 716800 length 524288 chunkOffset 196608 chunkSize 134217728
2023/04/11 16:30:01 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: >Read: read=131072, err=<nil>
2023/04/11 16:30:01 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 1241088 length 1048576 chunkOffset 196608 chunkSize 134217728
2023/04/11 16:30:01 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: Read: len=131072, offset=458752
2023/04/11 16:30:01 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: >Read: read=131072, err=<nil>
2023/04/11 16:30:01 DEBUG : Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv: ChunkedReader.Read at 2289664 length 1048576 chunkOffset 196608 chunkSize 134217728
2023/04/11 16:30:01 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: Read: len=131072, offset=589824
2023/04/11 16:30:01 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: >Read: read=131072, err=<nil>
2023/04/11 16:30:01 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: Read: len=131072, offset=720896
2023/04/11 16:30:01 DEBUG : &{Movies/$ellebrity (2013)/$ellebrity (2013) [imdb-tt2258233][WEBDL-1080p][8bit][x264][EAC3 5.1]-monkee.mkv (r)}: >Read: read=131072, err=<nil>

I can't see anything at all unusual in that log. There are no errors, nothing!

Can you make a new log as before but when rclone is hanging kill -QUIT rclonepid where rclonepid is the PID of the rclone mount. This will put lots of extra stuff in the log and tell us what rclone is up to hopefully. You'll need to fusermount -z -u /path/to/mount afterwards to tidy up.

Can you also try older versions of rclone? Say v1.61.x and v1.60.x (and maybe v1.59.x) to see if this is caused by recent code changes?

Thank you

That's the funny thing, there's no errors at all... nothing explaining why it can't move past the initial segment. I'm really confused. I've tried dropping down to 'writes' as well, but that also didn't allow anything to play. I appreciate all the help identifying this as clearly it's my setup else this would be wider reported.

Here's the log with the latest beta version of rclone and very stripped back config.
rclonecrypt.log (61.4 KB)

I've since tried older version 1.60 but had the same issue.

Now, I thought (and should have done this first of all) - let's remove rclone, reboot and re-install. Which I have done and now the VFS seems to be working. The difference is this time instead of doing the script install I downloaded the latest production .deb file and installed that manually. I want to leave it running for a bit now it's working and validate, but at some point I may remove rclone again and try the install script to see if that caused the issue

interesting finding! Glad it is working now. I can't think why that should have fixed it though :confused:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.