What is the problem you are having with rclone?
mount --daemon commands failing with
Fatal error: mount not ready
Run the command 'rclone version' and share the full output of the command.
rclone v1.62.2
- os/version: debian 11.6 (64 bit)
- os/kernel: 6.0.0-0.deb11.6-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.20.2
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
LAN SSH/SFTP
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount --daemon filesrvr: ~/FileSrvr/
for example. Failing with multiple destinations. Only since "upgrade" to 1.62.2
The rclone config contents with secrets removed.
- type: sftp
- host: filesrvr.home.arpa
- user: david
- pass: *** ENCRYPTED ***
- md5sum_command: md5sum
- sha1sum_command: sha1sum
- shell_type: unix
Again - this is unchanged for MONTHS, and in use daily.
A log from the command with the -vv
flag
2023/03/19 03:58:05 DEBUG : Setting --transfers "6" from environment variable RCLONE_TRANSFERS="6"
2023/03/19 03:58:05 DEBUG : Setting --check-first "true" from environment variable RCLONE_CHECK_FIRST="true"
2023/03/19 03:58:05 DEBUG : rclone: Version "v1.62.2" starting with parameters ["rclone" "--password-command" "REDACTED" "-vv" "mount" "--daemon" "filesrvr:" "/home/david/FileSrvr/"]
2023/03/19 03:58:05 DEBUG : Creating backend with remote "filesrvr:"
2023/03/19 03:58:05 DEBUG : saving configKey to temp file
2023/03/19 03:58:05 DEBUG : attempting to obtain configKey from temp file /tmp/rclone36162320
2023/03/19 03:58:05 DEBUG : using _RCLONE_CONFIG_KEY_FILE for configKey
2023/03/19 03:58:05 DEBUG : Using config file from "/home/david/.config/rclone/rclone.conf"
2023/03/19 03:58:05 DEBUG : sftp://david@filesrvr.home.arpa:22/: New connection 10.25.1.30:46176->10.25.1.16:22 to "SSH-2.0-OpenSSH_8.4p1 Debian-5+deb11u1"
2023/03/19 03:58:05 DEBUG : sftp://david@filesrvr.home.arpa:22/: Shell type "unix" from config
2023/03/19 03:58:05 DEBUG : sftp://david@filesrvr.home.arpa:22/: Relative path resolved to "/home/david"
2023/03/19 03:58:05 DEBUG : sftp://david@filesrvr.home.arpa:22/: Using root directory "/home/david"
2023/03/19 03:59:05 DEBUG : sftp://david@filesrvr.home.arpa:22/: Closing 1 unused connections
2023/03/19 03:59:05 DEBUG : Daemon timed out. Terminating daemon pid 14267
2023/03/19 03:59:05 Fatal error: mount not ready
Failing like this on multiple destinations. Only change: weekly run of curl https://rclone.org/install.sh | bash
occurred while I was out yesterday morning. When I tried to mount my server for some chores I neglected yesterday... here we are.