Skip to content

WebDAV completely unusable: can create folders, but not files #193

@rcfa

Description

@rcfa

I mount the internxt hierarchy via davfs2 at /media/internxt/

Contents show up just fine, I can make new folders, but I can't create files.

# ls -las /media/internxt/                          
total 3
1 drwxr-xr-x 7 root root 200 Feb  5 19:56 .
1 drwxr-xr-x 3 root root 112 Feb  5 20:43 Backups
1 drwxr-xr-x 2 root root  64 Feb  5 20:19 Family
1 drwx------ 2 root root  64 Feb  5 16:35 lost+found
1 drwxr-xr-x 2 root root  64 Feb  5 20:19 Personal
1 drwxr-xr-x 2 root root  64 Feb  5 20:19 test
                                                                                                                                                                                                                                                                           
# mkdir /media/internxt/Backups/test
                                                                                                                                                                                                                                                                           
# touch /media/internxt/Backups/test.file
touch: cannot touch '/media/internxt/Backups/test.file': No such file or directory
                                                                                                                                                                                                                                                                           
# touch /media/internxt/Backups/test/test.file
touch: cannot touch '/media/internxt/Backups/test/test.file': No such file or directory
                                                                                                                                                                                                                                                                           
# internxt webdav status                                         
Internxt WebDAV server status: online

# mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
[...]
https://127.0.0.1:8888/ on /media/internxt type fuse (rw,nosuid,nodev,noexec,relatime,user_id=0,group_id=0,allow_other,max_read=16384,uid=0,gid=0,_netdev,helper=davfs,user)

Is this a rather significant bug, or am I too blind to see what mistake I'm making?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions