[dokuwiki] DokuFS issue

Hi everybody,

let me start by thanking everybody who is involved in DW-developement
for this wonderful piece of software!

I am fascinated by the possibilities FUSE gives in storing data across
the net (or "cloud" as it is called these days :). That is why I just
had to try out DokuFS.

I installed the developer-version (Sept 10th, 2008, 20:00) using the
instructions from http://www.dokuwiki.org/devel:darcs

"darcs get --partial http://dev.splitbrain.org/darcs/dokuwiki";

I enabled XMLRPC in the configuration.

On my desktop, I am using Ubuntu 7.10 - I had to install some
Ruby-packet "sudo apt-get install libfusefs-ruby" and the
dokufs.rb-skript worked.

Here's my experience:

  * I was able to create a page on my brand-new dev-wiki "start.dw" and
it showed both in DokuFS and in the browser.

  * I edited the page in the browser, but the change did not show in the
DokuFS.

  * After some reading and writing attempts to start.dw in DokuFS,
dokufs.rb terminated with the following message:

----8<--------------------------------------------------------------
stw@fourgb:~$ ./dokufs.rb -user xxx -password yyy  -no-ssl -server
stefan.waidele.info -path /wiki/lib/exe/xmlrpc.php dw
/usr/lib/ruby/1.8/xmlrpc/client.rb:414:in `call': There are no changes
in the specified timeframe (XMLRPC::FaultException)
        from ./dokufs.rb:300:in `update'
        from ./dokufs.rb:340
        from ./dokufs.rb:338:in `initialize'
        from ./dokufs.rb:338:in `new'
        from ./dokufs.rb:338
----8<--------------------------------------------------------------

  * Any further attempt to mount the wiki failed like this:

----8<--------------------------------------------------------------
stw@fourgb:/SRV/home/stw$ ./dokufs.rb -user xxx -password yyy -no-ssl
-server stefan.waidele.info -path /wiki/lib/exe/xmlrpc.php dw2
./dokufs.rb:109:in `initialize': private method `gsub' called for
#<Hash:0xb7288874> (NoMethodError)
        from ./dokufs.rb:108:in `each'
        from ./dokufs.rb:108:in `initialize'
        from ./dokufs.rb:335:in `new'
        from ./dokufs.rb:335
----8<--------------------------------------------------------------

As you can see, I even created a new mountpoint.


I will reboot my workstation after sending this message to see if I can
mount the wiki again after reboot and if I can reproduce the error.

Let me know if I can supply any more information which could be usefull
to improve this great project.

Yours,

Stefan

Other related posts: