fusedav icon indicating copy to clipboard operation
fusedav copied to clipboard

No mount, no console logs, exits with status code 0

Open SatoshiGuacamole opened this issue 2 months ago • 0 comments

Hello. Such a great surprise to find that fusedav is being maintained.

I managed to compile 3.0.0 and I created configuration /etc/fusedav.conf:

[fusedav]
nodaemon=true

I have a problem that my mountpoint remains empty, and that the process exits without a message when I issue the following command:

fusedav http://127.0.0.1:10000/foo /mnt/fusedav -o conf=/etc/fusedav.conf

I also tried to replace http:// with dav://.

Here is output with the -V flag enabled.

# fusedav -V
fusedav version 
LevelDB version 1.23
libcurl/8.5.0 OpenSSL/3.1.4 zlib/1.3.1 brotli/1.1.0 c-ares/1.27.0 libidn2/2.3.4 nghttp2/1.58.0
FUSE library version: 2.9.9
fusermount version: 2.9.9
using FUSE kernel interface version 7.19

Is there anything I am overlooking and is there a way in which I can increase verbosity?

SatoshiGuacamole avatar Apr 29 '24 22:04 SatoshiGuacamole