Dropbox Mount Issue

What is the problem you are having with rclone?

cannot mount after restrat server

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

Latest

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

Dropbox

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

rclone mount web:web /www/wwwroot/videos/web --daemon --allow-other --poll-interval 10s --tpslimit 12 --tpslimit-burst 12 --dir-cache-time 5000h --vfs-cache-mode full --vfs-cache-max-age 150h --vfs-cache-max-size 300G --cache-dir /www/wwwroot/cache --transfers 64 --log-file /www/wwwroot/rclone.log --dropbox-batch-mode async --dropbox-batch-size 1000 --dropbox-batch-timeout 10s --checkers 64 --checksum

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

2022/03/31 00:21:10 INFO  : Starting transaction limiter: max 12 transactions/s with burst 12
2022/03/31 00:21:10 DEBUG : rclone: Version "v1.58.0" starting with parameters ["rclone" "mount" "web:web" "/www/wwwroot/videos/web" "--daemon" "--allow-other" "--poll-interval" "10s" "--tpslimit" "12" "--tpslimit-burst" "12" "--dir-cache-time" "5000h" "--vfs-cache-mode" "full" "--vfs-cache-max-age" "150h" "--vfs-cache-max-size" "300G" "--cache-dir" "/www/wwwroot/cache" "--transfers" "64" "--log-file" "/www/wwwroot/rclone.log" "--dropbox-batch-mode" "async" "--dropbox-batch-size" "1000" "--dropbox-batch-timeout" "10s" "--checkers" "64" "--checksum" "-vv"]
2022/03/31 00:21:10 DEBUG : Creating backend with remote "web:web"
2022/03/31 00:21:10 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/03/31 00:21:10 DEBUG : web: detected overridden config - adding "{CaXPI}" suffix to name
2022/03/31 00:21:20 DEBUG : pacer: low level retry 1/10 (error Post "https://api.dropboxapi.com/2/files/get_metadata": dial tcp: lookup api.dropboxapi.com on 10.0.0.243:53: read udp 94.23.222.68:8995->10.0.0.243:53: i/o timeout)
2022/03/31 00:21:20 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2022/03/31 00:21:30 DEBUG : pacer: low level retry 2/10 (error Post "https://api.dropboxapi.com/2/files/get_metadata": dial tcp: lookup api.dropboxapi.com on 10.0.0.243:53: read udp 94.23.222.68:54397->10.0.0.243:53: i/o timeout)
2022/03/31 00:21:30 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2022/03/31 00:21:40 DEBUG : pacer: low level retry 3/10 (error Post "https://api.dropboxapi.com/2/files/get_metadata": dial tcp: lookup api.dropboxapi.com on 10.0.0.243:53: read udp 94.23.222.68:33816->10.0.0.243:53: i/o timeout)
2022/03/31 00:21:40 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2022/03/31 00:21:50 DEBUG : pacer: low level retry 4/10 (error Post "https://api.dropboxapi.com/2/files/get_metadata": dial tcp: lookup api.dropboxapi.com on 10.0.0.243:53: read udp 94.23.222.68:24225->10.0.0.243:53: i/o timeout)
2022/03/31 00:21:50 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2022/03/31 00:22:00 DEBUG : pacer: low level retry 5/10 (error Post "https://api.dropboxapi.com/2/files/get_metadata": dial tcp: lookup api.dropboxapi.com on 10.0.0.243:53: read udp 94.23.222.68:27130->10.0.0.243:53: i/o timeout)
2022/03/31 00:22:00 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2022/03/31 00:22:10 DEBUG : pacer: low level retry 6/10 (error Post "https://api.dropboxapi.com/2/files/get_metadata": dial tcp: lookup api.dropboxapi.com on 10.0.0.243:53: read udp 94.23.222.68:15838->10.0.0.243:53: i/o timeout)
2022/03/31 00:22:10 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2022/03/31 00:22:20 DEBUG : pacer: low level retry 7/10 (error Post "https://api.dropboxapi.com/2/files/get_metadata": dial tcp: lookup api.dropboxapi.com on 10.0.0.243:53: read udp 94.23.222.68:64434->10.0.0.243:53: i/o timeout)
2022/03/31 00:22:20 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2022/03/31 00:22:30 DEBUG : pacer: low level retry 8/10 (error Post "https://api.dropboxapi.com/2/files/get_metadata": dial tcp: lookup api.dropboxapi.com on 10.0.0.243:53: read udp 94.23.222.68:19098->10.0.0.243:53: i/o timeout)
2022/03/31 00:22:30 DEBUG : pacer: Rate limited, increasing sleep to 2s
2022/03/31 00:22:40 DEBUG : pacer: low level retry 9/10 (error Post "https://api.dropboxapi.com/2/files/get_metadata": dial tcp: lookup api.dropboxapi.com on 10.0.0.243:53: read udp 94.23.222.68:44912->10.0.0.243:53: i/o timeout)

hi,
looks like an issue with DNS.

any idea how to solve?

Yes, you'd have to fix the DNS issue on the server that you are running this.

You appear to be pointing to that address but it's not working. You'd need a sys admin type to configure it properly on your server.

1 Like

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