STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
Unable to configure rclone after installation completed
Run the command 'rclone version' and share the full output of the command.
Which cloud storage system are you using? (eg Google Drive)
One Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone config
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
oot@OpenWrt:~# rclone config redacted
panic: DIRECT (8000) overlaps with LARGEFILE (8000)
goroutine 1 [running]:
github.com/hanwen/go-fuse/v2/fuse.(*flagNames).set(0x4851000, 0x8000, {0x2a0bbad, 0x6})
github.com/hanwen/go-fuse/v2@v2.5.1/fuse/print.go:118 +0x25c
github.com/hanwen/go-fuse/v2/fuse.init.2()
github.com/hanwen/go-fuse/v2@v2.5.1/fuse/print_linux.go:13 +0x64
A log from the command that you were trying to run with the -vv
flag
Paste log here
You have not posted details about rclone version and your platform but if it is MIPS then see:
opened 06:47AM - 18 Jun 24 UTC
bug
waiting for upstream...
Hi!
This is my router config:
`# about
{
"kernel": "5.10.201",
… "hostname": "bukhara",
"system": "MediaTek MT7621 ver:1 eco:3",
"model": "Xiaomi Mi Router 3 Pro",
"board_name": "xiaomi,mi-router-3-pro",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "22.03.6",
"revision": "r20265-f85a79bcb4",
"target": "ramips/mt7621",
"description": "OpenWrt 22.03.6 r20265-f85a79bcb4"
}
`
Once day i have a this message in router's logfile:
`2024/06/14 22:25:21 NOTICE: Successfully updated rclone from version v1.66.0 to version v1.67.0
panic: DIRECT (8000) overlaps with LARGEFILE (8000)
goroutine 1 [running]:
github.com/hanwen/go-fuse/v2/fuse.(*flagNames).set(0x4de0d88, 0x8000, {0x24630fc, 0x6})
github.com/hanwen/go-fuse/v2@v2.5.1/fuse/print.go:118 +0x258
github.com/hanwen/go-fuse/v2/fuse.init.2()
github.com/hanwen/go-fuse/v2@v2.5.1/fuse/print_linux.go:13 +0x64`
v1.67 rclone crashes with any command
I'm tried latest BETA with the same result:
`# wget https://beta.rclone.org/rclone-beta-latest-linux-mipsle.zip
# ./rclone version
panic: DIRECT (8000) overlaps with LARGEFILE (8000)
goroutine 1 [running]:
github.com/hanwen/go-fuse/v2/fuse.(*flagNames).set(0x60db688, 0x8000, {0x24630bc,0x6})
github.com/hanwen/go-fuse/v2@v2.5.1/fuse/print.go:118 +0x258
github.com/hanwen/go-fuse/v2/fuse.init.2()
github.com/hanwen/go-fuse/v2@v2.5.1/fuse/print_linux.go:13 +0x64`
So, this time i'm downgraded to v1.66 (it's work fine) and turned selfupdate in my cron off
Do you know how to build rclone yourself and disable mount2? You have some hints in linked GitHub issue. Probably the best way is to cross compile it on some desktop system.
I tried to run rclone version but it showing the same error.
Unfortunately as of now i am no capable to complie myself but i will try.
Thank for your valuable input, much appreciated!
Do you have Linux or macOS computer? I have no much clue about Windows:)
asdffdsa
(jojothehumanmonkey)
October 11, 2024, 1:52pm
5
@Kyoichi_Ong , welcome to the forum,
how did you install rclone, using opkg?
can you post the output of uname -a
?
No I don't have a Mac or Linux system. I will try to find out more.
I install using opkg, tried using GUI but facing the same issue.
Linux OpenWrt 5.15.150 #0 SMP Fri Mar 22 22:09:42 2024 mips GNU/Linux
asdffdsa
(jojothehumanmonkey)
October 14, 2024, 2:42pm
8
Kyoichi_Ong:
mips
might be a bug as mentioned up above.
given the bug is on v1.67.0
, download v1.66.0
and test that.
system
(system)
Closed
November 13, 2024, 2:42pm
9
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.