|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Advice with webdav and syncingHi
I have installed virtualmin with the dav module. And I'm trying to get tomboy to sync with my dav server. I get an error, saying "in not a webdav enabled server." and in the logs I have the following. neon/0.28.5" 41.19.57.35 - greg@... [16/Sep/2009:19:06:42 +0000] "PROPFIND /dav/autorun.inf HTTP/1.1" 404 297 "-" "wdfs/1.4.2 neon/0.28.5" 41.19.57.35 - - [16/Sep/2009:19:23:24 +0000] "OPTIONS /dav/ HTTP/1.1" 200 - "-" "-" 41.19.57.35 - - [16/Sep/2009:19:23:57 +0000] "OPTIONS /dav/ HTTP/1.1" 200 - "-" "-" I gather from this that it's looking for autorun.ini file .. What should be in this file ? What else do I need to do to get this to work ? Thank you. Greg _______________________________________________ Tomboy-list mailing list Tomboy-list@... http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com |
|
|
Re: Advice with webdav and syncingPersonally I don't really know anything about WebDav. If you run
Tomboy from a terminal with `tomboy --debug`, you will see exactly what command Tomboy is using to mount your webdav server. Assuming you have the same problem when you manually run that command, you've reduced the problem down to an issue with wdfs or with your server, and there should be some folks who know more about that stuff in other places who can help. Or maybe you'll luck out and somebody on the list has a clue about it. :-) Sandy On Wed, Sep 16, 2009 at 1:09 PM, Gregory Machin <gdm@...> wrote: > Hi > I have installed virtualmin with the dav module. And I'm trying to get > tomboy to sync with my dav server. I get an error, saying "in not a > webdav enabled server." and in the logs I have the following. > > neon/0.28.5" > 41.19.57.35 - greg@... [16/Sep/2009:19:06:42 +0000] > "PROPFIND /dav/autorun.inf HTTP/1.1" 404 297 "-" "wdfs/1.4.2 > neon/0.28.5" > 41.19.57.35 - - [16/Sep/2009:19:23:24 +0000] "OPTIONS /dav/ HTTP/1.1" > 200 - "-" "-" > 41.19.57.35 - - [16/Sep/2009:19:23:57 +0000] "OPTIONS /dav/ HTTP/1.1" > 200 - "-" "-" > > I gather from this that it's looking for autorun.ini file .. What > should be in this file ? > What else do I need to do to get this to work ? > > Thank you. > Greg > _______________________________________________ > Tomboy-list mailing list > Tomboy-list@... > http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com > Tomboy-list mailing list Tomboy-list@... http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com |
|
|
Re: Advice with webdav and syncingThanks Sandy for reminding me to use debugging
here it the out put ... DEBUG]: Mounting sync path with this command: /usr/bin/wdfs /home/gregory.machin/.tomboy/sync-wdfs -a http://www.linuxpro.co.nz/dav/ -u greg@... -p ***** -o fsname=tomboywdfs [DEBUG]: Error calling /usr/bin/wdfs [DEBUG]: Mounting sync path with this command: /usr/bin/wdfs /home/gregory.machin/.tomboy/sync-wdfs -a http://www.linuxpro.co.nz/dav/ -u greg@... -p ***** -o fsname=tomboywdfs [DEBUG]: Error calling /usr/bin/wdfs wdfs is locate in /usr/bin so that is correct. ?? On Wed, Sep 16, 2009 at 10:15 PM, Sandy Armstrong <sanfordarmstrong@...> wrote: > Personally I don't really know anything about WebDav. If you run > Tomboy from a terminal with `tomboy --debug`, you will see exactly > what command Tomboy is using to mount your webdav server. > > Assuming you have the same problem when you manually run that command, > you've reduced the problem down to an issue with wdfs or with your > server, and there should be some folks who know more about that stuff > in other places who can help. > > Or maybe you'll luck out and somebody on the list has a clue about it. :-) > > Sandy > > On Wed, Sep 16, 2009 at 1:09 PM, Gregory Machin <gdm@...> wrote: >> Hi >> I have installed virtualmin with the dav module. And I'm trying to get >> tomboy to sync with my dav server. I get an error, saying "in not a >> webdav enabled server." and in the logs I have the following. >> >> neon/0.28.5" >> 41.19.57.35 - greg@... [16/Sep/2009:19:06:42 +0000] >> "PROPFIND /dav/autorun.inf HTTP/1.1" 404 297 "-" "wdfs/1.4.2 >> neon/0.28.5" >> 41.19.57.35 - - [16/Sep/2009:19:23:24 +0000] "OPTIONS /dav/ HTTP/1.1" >> 200 - "-" "-" >> 41.19.57.35 - - [16/Sep/2009:19:23:57 +0000] "OPTIONS /dav/ HTTP/1.1" >> 200 - "-" "-" >> >> I gather from this that it's looking for autorun.ini file .. What >> should be in this file ? >> What else do I need to do to get this to work ? >> >> Thank you. >> Greg >> _______________________________________________ >> Tomboy-list mailing list >> Tomboy-list@... >> http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com >> > Tomboy-list mailing list Tomboy-list@... http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com |
|
|
Re: Advice with webdav and syncingSo, this is the command Tomboy runs to mount your WebDav share.
/usr/bin/wdfs /home/gregory.machin/.tomboy/sync-wdfs -a http://www.linuxpro.co.nz/dav/ -u greg@... -p ***** -o fsname=tomboywdfs Try running this command yourself so you can see what the error is. Obviously, you want to replace ***** with your actual password. ;-) Hope this helps, Sandy On Wed, Sep 16, 2009 at 1:48 PM, Gregory Machin <gdm@...> wrote: > Thanks Sandy for reminding me to use debugging > > here it the out put ... > DEBUG]: Mounting sync path with this command: /usr/bin/wdfs > /home/gregory.machin/.tomboy/sync-wdfs -a > http://www.linuxpro.co.nz/dav/ -u greg@... -p ***** -o > fsname=tomboywdfs > [DEBUG]: Error calling /usr/bin/wdfs > [DEBUG]: Mounting sync path with this command: /usr/bin/wdfs > /home/gregory.machin/.tomboy/sync-wdfs -a > http://www.linuxpro.co.nz/dav/ -u greg@... -p ***** -o > fsname=tomboywdfs > [DEBUG]: Error calling /usr/bin/wdfs > > > wdfs is locate in /usr/bin so that is correct. > ?? > > On Wed, Sep 16, 2009 at 10:15 PM, Sandy Armstrong > <sanfordarmstrong@...> wrote: >> Personally I don't really know anything about WebDav. If you run >> Tomboy from a terminal with `tomboy --debug`, you will see exactly >> what command Tomboy is using to mount your webdav server. >> >> Assuming you have the same problem when you manually run that command, >> you've reduced the problem down to an issue with wdfs or with your >> server, and there should be some folks who know more about that stuff >> in other places who can help. >> >> Or maybe you'll luck out and somebody on the list has a clue about it. :-) >> >> Sandy >> >> On Wed, Sep 16, 2009 at 1:09 PM, Gregory Machin <gdm@...> wrote: >>> Hi >>> I have installed virtualmin with the dav module. And I'm trying to get >>> tomboy to sync with my dav server. I get an error, saying "in not a >>> webdav enabled server." and in the logs I have the following. >>> >>> neon/0.28.5" >>> 41.19.57.35 - greg@... [16/Sep/2009:19:06:42 +0000] >>> "PROPFIND /dav/autorun.inf HTTP/1.1" 404 297 "-" "wdfs/1.4.2 >>> neon/0.28.5" >>> 41.19.57.35 - - [16/Sep/2009:19:23:24 +0000] "OPTIONS /dav/ HTTP/1.1" >>> 200 - "-" "-" >>> 41.19.57.35 - - [16/Sep/2009:19:23:57 +0000] "OPTIONS /dav/ HTTP/1.1" >>> 200 - "-" "-" >>> >>> I gather from this that it's looking for autorun.ini file .. What >>> should be in this file ? >>> What else do I need to do to get this to work ? >>> >>> Thank you. >>> Greg >>> _______________________________________________ >>> Tomboy-list mailing list >>> Tomboy-list@... >>> http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com >>> >> > Tomboy-list mailing list Tomboy-list@... http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com |
| Free embeddable forum powered by Nabble | Forum Help |