Slow startup on Windows

What is the problem you are having with rclone?

rclone takes 30 seconds to startup on Windows

What is your rclone version (output from rclone version)

1.56.0

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows Server 2012 R2

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)

Paste command here
```rclone


#### The rclone config contents with secrets removed.  
<!--  You should use 3 backticks to begin and end your paste to make it readable.   -->

Paste config here




#### A log from the command with the `-vv` flag  
<!-- You should use 3 backticks to begin and end your paste to make it readable.  Or use a service such as https://pastebin.com or https://gist.github.com/   -->

Paste log here

Using Process Monitor to debug the process I notice that the delay seems to be related to some network lookup.

11:34:16.5067873 AM rclone.exe 1956 CloseFile C:\Users\johndadmin\AppData\Roaming\rclone\rclone.conf SUCCESS
11:34:16.5068287 AM rclone.exe 1956 ReadFile C:\Users\johndadmin\AppData\Roaming\rclone\rclone.conf SUCCESS Offset: 0, Length: 726, Priority: Normal
11:34:16.5068683 AM rclone.exe 1956 ReadFile C:\Users\johndadmin\AppData\Roaming\rclone\rclone.conf END OF FILE Offset: 726, Length: 4,096
11:35:04.2933052 AM rclone.exe 1956 Thread Create SUCCESS Thread ID: 3564
11:35:04.2934714 AM rclone.exe 1956 Thread Create SUCCESS Thread ID: 2236
11:36:11.2943641 AM rclone.exe 1956 Thread Exit SUCCESS Thread ID: 3564, User Time: 0.0000000, Kernel Time: 0.0000000
11:36:11.2943669 AM rclone.exe 1956 Thread Exit SUCCESS Thread ID: 2236, User Time: 0.0000000, Kernel Time: 0.0000000
11:36:34.2906185 AM rclone.exe 1956 Thread Create SUCCESS Thread ID: 2120
11:36:34.2907945 AM rclone.exe 1956 Thread Create SUCCESS Thread ID: 3268
11:36:34.2918851 AM rclone.exe 1956 TCP Disconnect RL-BU01-AWS.rockliffe.local:59194 -> a2a:808:::49155 SUCCESS Length: 0, seqnum: 0, connid: 0
11:36:34.2920494 AM rclone.exe 1956 TCP Disconnect RL-BU01-AWS.rockliffe.local:59191 -> a2a:808:::epmap SUCCESS Length: 0, seqnum: 0, connid: 0
11:37:41.2927932 AM rclone.exe 1956 Thread Exit SUCCESS Thread ID: 2120, User Time: 0.0000000, Kernel Time: 0.0000000
11:37:41.2928016 AM rclone.exe 1956 Thread Exit SUCCESS Thread ID: 3268, User Time: 0.0000000, Kernel Time: 0.0000000
11:38:45.0972189 AM rclone.exe 1956 Thread Create SUCCESS Thread ID: 3512
11:38:45.0974232 AM rclone.exe 1956 Thread Exit SUCCESS Thread ID: 936, User Time: 0.0000000, Kernel Time: 0.0000000
11:38:45.0974833 AM rclone.exe 1956 Thread Exit SUCCESS Thread ID: 1540, User Time: 0.0000000, Kernel Time: 0.0000000
11:38:45.0975182 AM rclone.exe 1956 Thread Exit SUCCESS Thread ID: 3652, User Time: 0.0000000, Kernel Time: 0.0000000
11:38:45.0976132 AM rclone.exe 1956 RegOpenKey HKLM\Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize SUCCESS Desired Access: Read

hello and welcome to the forum,

this is your first post.
before you claim a rclone bug; there was a template of questions, that you need to answer.
most important is a complete debug log

I've answered the template questions.

to save time and prevent having to pull the needed info from you, please, answer all the questions in the template.
post the following info

  • the rclone command
  • the config file, redact id/secret/token/password
  • full debug log.

you state that you are using gdrive but that log has references to AWS?
is that the name of your local server?
is that a server hosted by AWS?

where in that log do you see that?
rclone relies on the OS for dns lookups.

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