From nobody@FreeBSD.org  Wed Mar 12 15:19:11 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 05903119
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Mar 2014 15:19:11 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id CD56A98D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Mar 2014 15:19:10 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2CFJA0F053742
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Mar 2014 15:19:10 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2CFJA2e053737;
	Wed, 12 Mar 2014 15:19:10 GMT
	(envelope-from nobody)
Message-Id: <201403121519.s2CFJA2e053737@cgiserv.freebsd.org>
Date: Wed, 12 Mar 2014 15:19:10 GMT
From: "Alexey T. Shamanov" <shaman@shanty.pp.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Unable to create files on mounted via fusefs-wdfs web-dav shares.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: kamikaze@bsdforen.de

>Number:         187485
>Category:       ports
>Synopsis:       sysutils/fusefs-wdfs: Unable to create files on mounted via fusefs-wdfs web-dav shares.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          feedback
>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:  Mon Mar 17 04:40:00 UTC 2014
>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
 >> 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
 
 
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Mar 17 04:39:13 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187485 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: kamikaze@bsdforen.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/187485: sysutils/fusefs-wdfs: Unable to create files on mounted via fusefs-wdfs web-dav shares.
Date: Mon, 17 Mar 2014 04:39:12 UT

 Maintainer of sysutils/fusefs-wdfs,
 
 Please note that PR ports/187485 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187485
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
>Unformatted:
