Michael_on_Github
Michael_on_Github
Does anyone have a fix for this? I tried looking at the upstream fix but I am not familiar with javascript, so I am not really knowing what I'm doing....
> Did you build the binary yourself? ARM systems are all a little different and I've seen some people have really unstable systems due to kernel versions or bad updates...
I'm running on Debian Buster. However, it is customized for my NAS, Zyxel NSA325v2. I did not do anything myself but I'm rather just using what is provided in this...
Here is the `gdb` output. ``` root@nsa325v2:~# gdb --args /home/michael/mergerfs/build/mergerfs -f -o defaults,allow_other,direct_io,use_ino /home/michael/test/disk1:/home/michael/test/disk2 /home/michael/test/merge GNU gdb (Debian 8.2.1-2+b3) 8.2.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU...
This actually was the master branch. Sorry for the mixup. I also tried it again with the 2.32.4 tag. Here I get this output: ``` root@nsa325v2:~# gdb --args /home/michael/mergerfs/build/mergerfs -f...
When doing that I get: ``` (gdb) run Starting program: /home/michael/mergerfs/build/mergerfs -f -o defaults,allow_other,direct_io,use_ino /home/michael/test/disk1:/home/michael/test/disk2 /home/michael/test/merge [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabi/libthread_db.so.1". [New Thread 0x76af6c40 (LWP...
Hi, just to let you know. I tested mergerfs on a fresh system. However, it still gave the same error. I'm trying to contact the developer of the rootfs for...
Are there any plans to add an official paperless docker image for arm32v7? I have made my own Dockerfile which basically just changes the first line to use the arm32v7...