itsToggle/rclone_RD

--daemon failing

Gaisberg opened this issue · 3 comments

Any ideas?

./rclone-linux -vv mount stream: /mnt/hdd/shared/plex_debrid/ --dir-cache-time 10s --vfs-cache-mo
de full --daemon
2022/09/22 13:22:06 DEBUG : rclone: Version "v1.59.0-DEV" starting with parameters ["./rclone-linux" "-vv" "mount" "stream:" "/mnt/hdd/shared/plex_debrid/" "--dir-cache-time" "10s" "--vfs-cache-mode" "full" "--daemon"]
2022/09/22 13:22:06 DEBUG : Creating backend with remote "stream:"
2022/09/22 13:22:06 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/09/22 13:23:06 DEBUG : Daemon timed out. Terminating daemon pid 10891
2022/09/22 13:23:06 Fatal error: mount not ready

Ive not expirienced this before. Have you tried adding "sudo" to the command?

Ive tried running with sudo priviledges, for anyone else experiencing this issue workaround:
`./rclone-linux mount stream: /mnt/hdd/shared/plex_debrid/ --dir-cache-time 10s --vfs-cache-mode full --daemon &

disown`

Great, I assume this solved it. Perhaps the deamon times out because the first time rclone_rd starts, it takes a few seconds to get all torrents from realdebrid? Anyway, if this works Ill close the issue for now.