Date: Wed, 12 Mar 2014 15:19:10 GMT From: "Alexey T. Shamanov" <shaman@shanty.pp.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/187485: Unable to create files on mounted via fusefs-wdfs web-dav shares. Message-ID: <201403121519.s2CFJA2e053737@cgiserv.freebsd.org> Resent-Message-ID: <201403121520.s2CFK1xb084077@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187485 >Category: ports >Synopsis: Unable to create files on mounted via fusefs-wdfs web-dav shares. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 12 15:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Alexey T. Shamanov >Release: 10.0-RELEASE >Organization: >Environment: shanty.pp.ru 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I am unable to create files on mounted web-dav shares, editing existed files or creating directories is possible. The answer is "Function is not implemented" wdfs https://webdav.yandex.ru -o username=xxxx@yandex.ru /mnt touch /mnt/test.txt touch: /mnt/test.txt: Function not implemented When using wdfs in debug mode via: wdfs https://webdav.yandex.ru -o username=xxxx@yandex.ru /mnt -D -d password: FUSE library version: 2.9.3 nullpath_ok: 0 nopath: 0 utime_omit_ok: 0 unique: 1, opcode: INIT (26), nodeid: 0, insize: 56, pid: 2170 INIT: 7.8 flags=0x00000000 max_readahead=0x00010000 >How-To-Repeat: Install fusefs-wdfs via ports or packages. Mount web-dav share using it. Try to create files on mounted share. >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> wdfs_init() INIT: 7.19 flags=0x00000010 max_readahead=0x00010000 max_write=0x00020000 max_background=0 congestion_threshold=0 unique: 1, success, outsize: 40 unique: 2, opcode: LOOKUP (1), nodeid: 1, insize: 49, pid: 2172 LOOKUP /temp.txt getattr /temp.txt >> wdfs_getattr(/temp.txt) ** <no> cache hit for '/temp.txt' ## PROPFIND error in wdfs_getattr(): 404 Object Not Found unique: 2, error: -2 (No such file or directory), outsize: 16 unique: 3, opcode: LOOKUP (1), nodeid: 1, insize: 49, pid: 2172 LOOKUP /temp.txt getattr /temp.txt >> wdfs_getattr(/temp.txt) ** <no> cache hit for '/temp.txt' ## PROPFIND error in wdfs_getattr(): 404 Object Not Found unique: 3, error: -2 (No such file or directory), outsize: 16 unique: 4, opcode: CREATE (35), nodeid: 1, insize: 57, pid: 2172 unique: 4, error: -78 (Function not implemented), outsize: 16
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403121519.s2CFJA2e053737>