Hi folks,
I am not sure if this is a bug related with RCLONE or 13.1-BETA, but the former doesn't mount the webdav resouces locally anymore.
So far I uninstalled and reinstalled RCLONE and redone the procedure a bunch of time, but I could not mount this remote resource.
This command has always worked before upgrading to 13.1-BETA:
Where
And this is the output:
But the local folder is empty, hence the connection has not been established however running this other command:
The webdav resource is properly connected therefore I assume the issue is between Rclone and FreeBSD.
Thanks in advance!
freezr
I am not sure if this is a bug related with RCLONE or 13.1-BETA, but the former doesn't mount the webdav resouces locally anymore.
So far I uninstalled and reinstalled RCLONE and redone the procedure a bunch of time, but I could not mount this remote resource.
This command has always worked before upgrading to 13.1-BETA:
rclone mount dav: /mnt/drive --vfs-cache-mode writes --daemon
Where
dav:
is the local config file:
Code:
[dav]
type = webdav
url = https://dav.mailbox.org/servlet/webdav.infostore/
vendor = other
user = freezr@mailbox.org
pass = wjnqenSDASJDNewdqow2312nnJljNDQWwqw2
And this is the output:
Code:
2022/03/14 02:51:23 DEBUG : rclone: Version "v1.57.0-DEV" starting with parameters ["rclone" "mount" "dav:" "/mnt/drive" "--vfs-cache-mode" "writes" "--daemon" "-vv"]
2022/03/14 02:51:23 DEBUG : Creating backend with remote "dav:"
2022/03/14 02:51:23 DEBUG : Using config file from "/home/freezr/.config/rclone/rclone.conf"
2022/03/14 02:51:23 DEBUG : found headers:
2022/03/14 02:51:28 DEBUG : rclone: Version "v1.57.0-DEV" finishing with parameters ["/usr/local/bin/rclone" "mount" "dav:" "/mnt/drive" "--vfs-cache-mode" "writes" "--daemon" "-vv"]
But the local folder is empty, hence the connection has not been established however running this other command:
rclone lsd dav:
Code:
-1 2019-02-05 01:04:53 -1 Public infostore
-1 2021-07-14 21:19:38 -1 Trash
-1 2019-02-05 01:04:53 -1 Userstore
The webdav resource is properly connected therefore I assume the issue is between Rclone and FreeBSD.
Code:
rclone --version
rclone v1.57.0-DEV
- os/version: freebsd 13.1-beta1 (64 bit)
- os/kernel: 13.1-beta1 (amd64)
- os/type: freebsd
- os/arch: amd64
- go/version: go1.17.3
- go/linking: dynamic
- go/tags: none
freebsd-version -k
13.1-BETA1
uname -a
FreeBSD dad-bsd 13.1-BETA1 FreeBSD 13.1-BETA1 #0 releng/13.1-n249974-ad329796bdb: Thu Mar 10 02:30:25 UTC 2022 root@releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
Thanks in advance!
freezr
Last edited: