I’m trying to keep my setup simple. It’s just a single drive with plex, sabnzbd, sonarr, and radarr. The useablity issue I am having is nothing is being written to the temp folder. It is just directly uploaded, tmp_dir variables never make it into rclone. It also seems like rclone stops and starts again.
Thanks, my issue is that it is loading twice or more. You can see from the logs multiple rclones report in the same second after i run my mount command from CLI.
is there anything you see me as doing “wrong” or did I somehow get a funky rclone install?
p.s. I don’t have a startup service yet invoking it, I would make that after I got everything working smoothly.
It only starts if you run the command to start it.
I’d recommend stoping all the processes and making sure you do not have any running before starting it back up.
You can check for processes like:
felix@gemini:~$ ps -ef | grep rclone
felix 595 1 0 Nov12 ? 00:47:29 /usr/bin/rclone mount gcrypt: /GD --allow-other --bind 192.168.1.30 --dir-cache-time 72h --drive-chunk-size 32M --log-level INFO --log-file /home/felix/logs/rclone.log --umask 002 --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit off --rc
felix 14911 14892 0 13:03 pts/1 00:00:00 grep rclone
You can kill the process ID as in my case it would be 595
If none are running, you should be able to start it back up and it would use the proper config that you have. With the cache backend, you can only have 1 running at a time.
If your ps -ef | grep rclone shows 0 processes running, try running it 1 time without the --daemon and do you immediately get a command line back as it exits or does it continue to run?
Does that full path /file exist?
ls -al /home/claw/.cache/rclone/cache-backend/rwteamdrive-cache.db