[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tramp-gvfs + webdav] How to make it mount particular share, not roo
From: |
Michael Albinus |
Subject: |
Re: [tramp-gvfs + webdav] How to make it mount particular share, not root server directory |
Date: |
Wed, 02 Jun 2010 12:03:34 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Sergej Pupykin <address@hidden> writes:
> On 27.05.2010 01:49, Sergej Pupykin wrote:
>> How can I fix it?
>
> I try to change path in:
>
> ;; The call must be asynchronously, because of the "askPassword"
> ;; or "askQuestion"callbacks.
> (with-tramp-dbus-call-method vec nil
> :session tramp-gvfs-service-daemon tramp-gvfs-path-mounttracker
> tramp-gvfs-interface-mounttracker "mountLocation"
> `(:struct
> here-->> ,(dbus-string-to-byte-array "/dav")
> ,(tramp-gvfs-mount-spec vec))
> (dbus-get-unique-name :session)
> :object-path object-path)
>
> It asks password, mounts proper locations, but then hangs for some
> time and prints 'Location already mounted' error message.
I've committed a new version of tramp-gvfs.el to the repositories, where
the problem shall be solved. Sometimes (not always), I have problems to
write on the dav server. But according to the apache logs, it seems to
be a problem of the test server I've used (my QNAP TS-459P).
Best regards, Michael.
- Re: [tramp-gvfs + webdav] How to make it mount particular share, not root server directory,
Michael Albinus <=