Crypt mount crashes on macOS

rclone mount has always crashed on macOS, but I am trying it again.

I have this Plex mount on macOS 10.13.6. I start the mount command with sudo and it crashes after a while. Is there anything to be done? Is this a bug?

Here is what I think the relevant debug log is.

2018/08/28 15:55:45 DEBUG : pacer: Rate limited, sleeping for 1.786174818s (1 consecutive low level retries)
2018/08/28 15:55:45 DEBUG : pacer: low level retry 1/10 (error Get https://www.googleapis.com/drive/v3/changes?alt=json&fields=nextPageToken%2CnewStartPageToken%2Cchanges(fileId%2Cfile(name%2Cparents%2CmimeType))&pageSize=1000&pageToken=1135120: net/http: TLS handshake timeout)
2018/08/28 15:56:45 DEBUG : pacer: Rate limited, sleeping for 2.688265763s (2 consecutive low level retries)
2018/08/28 15:56:45 DEBUG : pacer: low level retry 2/10 (error Get https://www.googleapis.com/drive/v3/changes?alt=json&fields=nextPageToken%2CnewStartPageToken%2Cchanges(fileId%2Cfile(name%2Cparents%2CmimeType))&pageSize=1000&pageToken=1135120: net/http: TLS handshake timeout)
2018/08/28 15:57:45 DEBUG : pacer: Rate limited, sleeping for 4.005834644s (3 consecutive low level retries)
2018/08/28 15:57:45 DEBUG : pacer: low level retry 3/10 (error Get https://www.googleapis.com/drive/v3/changes?alt=json&fields=nextPageToken%2CnewStartPageToken%2Cchanges(fileId%2Cfile(name%2Cparents%2CmimeType))&pageSize=1000&pageToken=1135120: net/http: TLS handshake timeout)
2018/08/28 15:58:42 DEBUG : pacer: Rate limited, sleeping for 8.819326864s (4 consecutive low level retries)
2018/08/28 15:58:42 DEBUG : pacer: low level retry 1/10 (error Get https://www.googleapis.com/drive/v3/files/0B-crypt_name?alt=media: net/http: TLS handshake timeout)
2018/08/28 15:58:45 DEBUG : pacer: Rate limited, sleeping for 16.777830546s (5 consecutive low level retries)
2018/08/28 15:58:45 DEBUG : pacer: low level retry 4/10 (error Get https://www.googleapis.com/drive/v3/changes?alt=json&fields=nextPageToken%2CnewStartPageToken%2Cchanges(fileId%2Cfile(name%2Cparents%2CmimeType))&pageSize=1000&pageToken=1135120: net/http: TLS handshake timeout)
2018/08/28 15:59:06 DEBUG : pacer: Rate limited, sleeping for 16.975255886s (6 consecutive low level retries)
2018/08/28 15:59:06 DEBUG : pacer: low level retry 2/10 (error Get https://www.googleapis.com/drive/v3/files/0B-crypt_name?alt=media: EOF)
2018/08/28 15:59:07 DEBUG : pacer: Rate limited, sleeping for 16.631131409s (7 consecutive low level retries)
2018/08/28 15:59:07 DEBUG : pacer: low level retry 5/10 (error Get https://www.googleapis.com/drive/v3/changes?alt=json&fields=nextPageToken%2CnewStartPageToken%2Cchanges(fileId%2Cfile(name%2Cparents%2CmimeType))&pageSize=1000&pageToken=1135120: EOF)
2018/08/28 15:59:08 DEBUG : pacer: Resetting sleep to minimum 10ms on success
2018/08/28 15:59:08 DEBUG : directory/video.mp4: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 67108864
2018/08/28 15:59:08 DEBUG : directory/video.mp4: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 67108864
2018/08/28 15:59:08 DEBUG : directory/video.mp4: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 67108864
2018/08/28 15:59:08 DEBUG : directory/video.mp4: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 67108864
2018/08/28 15:59:08 DEBUG : directory/video.mp4: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 67108864
2018/08/28 15:59:08 DEBUG : directory/video.mp4: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 67108864
2018/08/28 15:59:08 DEBUG : &{directory/video.mp4 ®}: >Read: read=65536, err=
2018/08/28 15:59:08 DEBUG : rclone: Version “v1.42-126-g3751ceebβ” finishing with parameters [“rclone” “mount” “gcrypt:media” “/Volumes/gcrypt” “–config” “/Users/green/.rclone.conf” “–read-only” “–allow-other” “–dir-cache-time” “72h” “–buffer-size” “1G” “–vfs-read-chunk-size” “64M” “–vfs-read-chunk-size-limit” “off” “–umask” “002” “–bind” “192.168.0.15” “–log-level” “DEBUG”]

I’m pretty sure this is fixed in the latest beta - can you give that a go?

Latest beta hasn’t crashed in several hours on macOS. Seems to have been fixed. Thanks

1 Like