Package Details: davfs2 1.7.2-2

Git Clone URL: https://aur.archlinux.org/davfs2.git (read-only, click to copy)
Package Base: davfs2
Description: File system driver that allows you to mount a WebDAV folder
Upstream URL: https://github.com/alisarctl/davfs2
Keywords: webdav
Licenses: GPL
Submitter: arojas
Maintainer: EarthMind
Last Packager: androw
Votes: 27
Popularity: 1.50
First Submitted: 2022-04-01 19:07 (UTC)
Last Updated: 2025-09-07 14:41 (UTC)

Pinned Comments

carlosal1015 commented on 2022-06-21 20:51 (UTC) (edited on 2022-11-05 22:08 (UTC) by carlosal1015)

Important note: Is recommended to receive the following key before to install:

$ gpg --recv-keys B94556F81C85D0D5

Also is possible skip the verification, adding the flag for (e.g makepkg, yay) --skippgpcheck, --nopgpfetch, respectively.

Latest Comments

1 2 3 4 5 Next › Last »

mpavleski commented on 2025-09-05 10:59 (UTC)

The sed line in PKGBUILD is no longer needed as of 1.7.2:

prepare() { cd ${pkgname}-${pkgver} sed -i 's/31 32 33/31 32 33 34 35/g' configure }

As the configure file already has these kind of lines inside: printf "%s\n" "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31 32 33 34 35 36" >&6;}

Dieter9 commented on 2025-08-27 06:31 (UTC)

I got a response to my issue on github/davfs2: "In davfs2.conf, try to increase buf_size to at least 64."

And that really solves the problems for me. There is now also an updated version of davfs2 on Github.

yegorius commented on 2025-08-22 17:41 (UTC)

It seems that this error only happens on any 6.16 kernel.

yegorius commented on 2025-08-22 16:36 (UTC)

@Dieter9 I have the same error, but only when I boot my custom kernel with a lot of features disabled. On official linux-lts (6.12.43) everything works fine. UNKNOWN FUSE CALL 52 is not the actual error because when davfs2 works correctly it also prints this. The actual error is this one:

FUSE_READDIR:
   n 0x560c4e324980, fd 6
   pid 2291
   size 32768, off 0
 RET: Invalid argument

Dieter9 commented on 2025-08-21 15:34 (UTC) (edited on 2025-08-21 15:34 (UTC) by Dieter9)

Addendum:

I ran davfs2 with the “debug most” option and was surprised to see that the file names from the Webdav directory on the server were listed correctly in the journal. A single error message appears in the journal:

UNKNOWN FUSE CALL 52

RET: Function not implemented

This occurred immediately after searching for various /.Trash folders.

The call was made with: sudo mount -t davfs ...

Dieter9 commented on 2025-08-20 16:24 (UTC)

For several days now, I have been experiencing the following error with davfs2 1.7.1-3: When mounting WebDav folders from a URL, the existing files are no longer displayed in the mount directory, even with root privileges. I can create new files, but they are also no longer displayed the next time I mount. This happens with both GMX (webdav.mc.gmx.net) and T-Online (magentacloud.de/remote.php/webdav). No errors are displayed. I am using an up-to-date version of Arch Linux.

padthaitofuhot commented on 2025-08-03 04:51 (UTC) (edited on 2025-08-03 05:02 (UTC) by padthaitofuhot)

Submitted the smallest PR I've ever submitted to upstream since it compiles fine with neon 35: https://github.com/alisarctl/davfs2/pull/18

Until upstream and the AUR are updated, edit your PKGBUILD:

In prepare(), change this:

  sed -i 's/31 32 33/31 32 33 34/g' configure

to this:

  sed -i 's/31 32 33/31 32 33 34 35/g' configure

giswqs commented on 2025-07-23 15:25 (UTC) (edited on 2025-07-23 15:25 (UTC) by giswqs)

Got this error:

checking for neon-config... /usr/bin/neon-config
checking linking against neon... yes
configure: incompatible neon library version 0.35.0: wanted 0.27 28 29 30 31 32 33 34
configure: error: could not find neon
==> ERROR: A failure occurred in build().
    Aborting...

Limonero commented on 2025-07-22 12:29 (UTC)

Same error as below.

lockermanwxlf commented on 2025-07-18 21:07 (UTC) (edited on 2025-07-18 21:15 (UTC) by lockermanwxlf)

configure: incompatible neon library version 0.35.0: wanted 0.27 28 29 30 31 32 33 34
configure: error: could not find neon
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'davfs2-1.7.1-2': 
error: packages failed to build: davfs2-1.7.1-2