Summary: | sysutils/fusefs-webdavfs: unable to mount anything | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | freebsd | ||||||
Component: | Individual Port(s) | Assignee: | Eugene Grosbein <eugen> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(eugen) |
||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
freebsd
2021-04-19 18:43:23 UTC
Sorry for late reply. Please specify exact FreeBSD version you use. And exact version of your NextCloud instance. Do you run NextCloud under FreeBSD, too? Also, please obtain debugging info using additional mount flags: -F /tmp/trace.txt -Tfuse,webdav,httpreq,httphdr Created attachment 225864 [details]
trace in the non sudo case
Created attachment 225865 [details]
trace in the sudo case
attempt was successful
Hello. Versions are (today, but I get same behaviour) FreeBSD 12.2-RELEASE-p7 for client and server, Nextcloud 21.0.2 To obtain the trace I had to use mount.webdavfs directly instead of mount -t webdavfs And it worked, when called by root (through sudo). That could be a good start for a workaround, I'll have to check the access options. But I attached both trace files as you asked. Sorry, I forgot to add that in the "working" case, I get error message https://vapeur.rail.eu.org/remote.php/dav/files/erwan/: no PUT Range support, mounting read-only (In reply to freebsd from comment #2) To mount it as non-root, please refer to the FreeBSD FAQ section "8.18. How do I let ordinary users mount CD-ROMs, DVDs, USB drives, and other removable media?" https://docs.freebsd.org/en/books/faq/ A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba9b50a94af9c3dae55cb78b8a12a6923c941308 commit ba9b50a94af9c3dae55cb78b8a12a6923c941308 Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2021-06-17 04:38:30 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2021-06-17 04:38:30 +0000 sysutils/fusefs-webdavfs: update to g20200520 - catch up with upstream changes for the code and dependencies; - switch port to USES=go:modules and GH_TUPLE. PR: 255235 sysutils/fusefs-webdavfs/Makefile | 46 ++++++++++++++------------------------- sysutils/fusefs-webdavfs/distinfo | 16 ++++++++------ 2 files changed, 25 insertions(+), 37 deletions(-) I've just updated the port. Update your ports tree and rebuild latest version to check if it behaves better. Please report back. Feedback timeout over a month. |