Thank you for further instructions.

I'm running webdav on an ubuntu 8.10 server. Here are the package
versions:

apache2-mpm-prefork (2.2.9-7ubuntu3)
apache2 (2.2.9-7ubuntu3)

And my http config file (default-ssl) contains:
        Alias /webdav /home/www/webdav
        <Directory /home/www/webdav>
                Dav on
                ForceType text/plain
                Options Indexes

                # authentication
                AuthType Basic
                AuthName "WebDAV Login"
                AuthPAM_Enabled On
                AuthPAM_FallThrough Off
                AuthBasicAuthoritative Off
                Require valid-user
                SSLRequireSSL
        </Directory>


Here is the log output of...

1. "gvfs-mount davs://x.x.x.x/webdav"

Added new job source 0x8299c38 (GVfsBackendDav)
Queued new job 0x829d818 (GVfsJobMount)
+ mount
+ soup_authenticate_interactive (first auth) 
send_reply, failed: 0
backend_dbus_handler org.gtk.vfs.Mount:QueryInfo
Queued new job 0x82c3aa0 (GVfsJobQueryInfo)
- mount
Query info /
register_mount_callback, mount_reply: 0x82c8a90, error: (nil)
send_reply(0x82c3aa0), failed=0 ()

2. "gvfs-ls"
nothing! This command seems to require a location parameter which I don't 
know/have. Instead I tried to click on the webdav-icon on desktop which 
appeared as a result of the gvfs-mount command. Here is its log output:

Added new job source 0x8d56c38 (GVfsBackendDav)
Queued new job 0x8d5a818 (GVfsJobMount)
+ mount
send_reply, failed: 1

3. And for sake of completeness the unmount result (via mouse context
menu on desktop icon):

backend_dbus_handler org.gtk.vfs.Mount:Unmount
g_vfs_job_unmount_new request: 0x82949b0
Queued new job 0x8299070 (GVfsJobUnmount)

-- 
Not a WebDAV enabled share
https://bugs.launchpad.net/bugs/340359
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to