<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for csync - file synchonization</title>
	<atom:link href="http://www.csync.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csync.org</link>
	<description>Just another tool to harm your system.</description>
	<lastBuildDate>Sat, 30 Jan 2010 17:02:17 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on About by synchronizer - StartTags.com</title>
		<link>http://www.csync.org/about/comment-page-1/#comment-26</link>
		<dc:creator>synchronizer - StartTags.com</dc:creator>
		<pubDate>Sat, 30 Jan 2010 17:02:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-26</guid>
		<description>[...] Hello! I&#039;m trying to use getright to synchronize my ftp server with the folders on my computer. ...About at csync file synchonizationIt synchronizes bidirectionally and allows the user to keep two copies of files and ... csync uses [...]</description>
		<content:encoded><![CDATA[<p>[...] Hello! I&#39;m trying to use getright to synchronize my ftp server with the folders on my computer. &#8230;About at csync file synchonizationIt synchronizes bidirectionally and allows the user to keep two copies of files and &#8230; csync uses [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pam_csync 0.42.0 beta2 by GlaDiaC</title>
		<link>http://www.csync.org/2008/10/28/pam_csync-0420-beta2/comment-page-1/#comment-25</link>
		<dc:creator>GlaDiaC</dc:creator>
		<pubDate>Wed, 25 Mar 2009 22:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.csync.org/?p=30#comment-25</guid>
		<description>Hey,

@Toberra: The url ist wrong! It should be:

csync /tmp/sqlMvRp3a sftp://user@host.homelinux.org/tmp/

See the userguide or manpage!

--

@hpadrao: The problem is not the statedb. The problem seems to be the access to the server.

If you want to use sftp I suggest to use the latest libssh svn version and csync with the following patch:

http://www.cynapses.org/tmp/patches/csync/csync_sftp.patch</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>@Toberra: The url ist wrong! It should be:</p>
<p>csync /tmp/sqlMvRp3a sftp://user@host.homelinux.org/tmp/</p>
<p>See the userguide or manpage!</p>
<p>&#8211;</p>
<p>@hpadrao: The problem is not the statedb. The problem seems to be the access to the server.</p>
<p>If you want to use sftp I suggest to use the latest libssh svn version and csync with the following patch:</p>
<p><a href="http://www.cynapses.org/tmp/patches/csync/csync_sftp.patch" rel="nofollow">http://www.cynapses.org/tmp/patches/csync/csync_sftp.patch</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pam_csync 0.42.0 beta2 by hpadrao</title>
		<link>http://www.csync.org/2008/10/28/pam_csync-0420-beta2/comment-page-1/#comment-24</link>
		<dc:creator>hpadrao</dc:creator>
		<pubDate>Wed, 25 Mar 2009 19:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.csync.org/?p=30#comment-24</guid>
		<description>Hi All,

I`ve the same problem.
I can`t use the csync.

That`s my problem:

stderr] 20090325 18:48:40.284 WARN     csync.statedb- sqlite version mismatch
[stderr] 20090325 18:48:40.284 WARN     csync.statedb- sqlite3_compile error: no such table: metadata - on query SELECT COUNT(phash) FROM metadata LIMIT 1 OFFSET 0;
[stderr] 20090325 18:48:40.284 NOTICE   csync.statedb- statedb doesn&#039;t exist
[stderr] 20090325 18:48:40.285 FATAL    csync.time- Access dienied to remote uri:

I don`t know what my problem is (csync or sqlite3).

Any guy can help me?

thanks a lot...

Hélio</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I`ve the same problem.<br />
I can`t use the csync.</p>
<p>That`s my problem:</p>
<p>stderr] 20090325 18:48:40.284 WARN     csync.statedb- sqlite version mismatch<br />
[stderr] 20090325 18:48:40.284 WARN     csync.statedb- sqlite3_compile error: no such table: metadata &#8211; on query SELECT COUNT(phash) FROM metadata LIMIT 1 OFFSET 0;<br />
[stderr] 20090325 18:48:40.284 NOTICE   csync.statedb- statedb doesn&#8217;t exist<br />
[stderr] 20090325 18:48:40.285 FATAL    csync.time- Access dienied to remote uri:</p>
<p>I don`t know what my problem is (csync or sqlite3).</p>
<p>Any guy can help me?</p>
<p>thanks a lot&#8230;</p>
<p>Hélio</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by ssh-agent client support for libssh &#124; Andreas Schneider - GlaDiaC&#8217;s strace</title>
		<link>http://www.csync.org/about/comment-page-1/#comment-23</link>
		<dc:creator>ssh-agent client support for libssh &#124; Andreas Schneider - GlaDiaC&#8217;s strace</dc:creator>
		<pubDate>Mon, 09 Feb 2009 10:13:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-23</guid>
		<description>[...] you might know I develop csync which is a file synchronizer. To support sftp I&#8217;m using libssh. libssh is designed to be used by programmers needing a [...]</description>
		<content:encoded><![CDATA[<p>[...] you might know I develop csync which is a file synchronizer. To support sftp I&#8217;m using libssh. libssh is designed to be used by programmers needing a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pam_csync 0.42.0 beta2 by Tobbera</title>
		<link>http://www.csync.org/2008/10/28/pam_csync-0420-beta2/comment-page-1/#comment-22</link>
		<dc:creator>Tobbera</dc:creator>
		<pubDate>Wed, 29 Oct 2008 17:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.csync.org/?p=30#comment-22</guid>
		<description>I&#039;ve patched the source:
root@ubuntu:~/libssh-0.2# patch -p1 &lt; ../0002-Map-permission-field-to-type-field.patch
root@ubuntu:~/libssh-0.2# patch -p1 &lt; ../0001-Map-permission-field-to-type-field.patch
and compiled it fine.

But i still get:
root@ubuntu:~/libssh-0.2# csync /tmp/sqlMvRp3a user@host.homelinux.org/tmp/
[stderr] 20081029 17:34:26.019 WARN     csync.statedb- sqlite version mismatch
[stderr] 20081029 17:34:26.023 WARN     csync.statedb- sqlite3_compile error: no such table: metadata - on query SELECT COUNT(phash) FROM metadata LIMIT 1 OFFSET 0;
[stderr] 20081029 17:34:26.023 NOTICE   csync.statedb- statedb doesn&#039;t exist
[stderr] 20081029 17:34:26.024 FATAL    csync.time- Access dienied to remote uri: root@pulp3.homelinux.org:/tmp - No such file or directory
[stderr] 20081029 17:34:26.025 FATAL    csync.api- Synchronisation is not possible!
csync_init: No such file or directory
root@ubuntu:~/libssh-0.2#</description>
		<content:encoded><![CDATA[<p>I&#8217;ve patched the source:<br />
root@ubuntu:~/libssh-0.2# patch -p1 &lt; ../0002-Map-permission-field-to-type-field.patch<br />
root@ubuntu:~/libssh-0.2# patch -p1 &lt; ../0001-Map-permission-field-to-type-field.patch<br />
and compiled it fine.</p>
<p>But i still get:<br />
root@ubuntu:~/libssh-0.2# csync /tmp/sqlMvRp3a <a href="mailto:user@host.homelinux.org">user@host.homelinux.org</a>/tmp/<br />
[stderr] 20081029 17:34:26.019 WARN     csync.statedb- sqlite version mismatch<br />
[stderr] 20081029 17:34:26.023 WARN     csync.statedb- sqlite3_compile error: no such table: metadata &#8211; on query SELECT COUNT(phash) FROM metadata LIMIT 1 OFFSET 0;<br />
[stderr] 20081029 17:34:26.023 NOTICE   csync.statedb- statedb doesn&#8217;t exist<br />
[stderr] 20081029 17:34:26.024 FATAL    csync.time- Access dienied to remote uri: <a href="mailto:root@pulp3.homelinux.org">root@pulp3.homelinux.org</a>:/tmp &#8211; No such file or directory<br />
[stderr] 20081029 17:34:26.025 FATAL    csync.api- Synchronisation is not possible!<br />
csync_init: No such file or directory<br />
root@ubuntu:~/libssh-0.2#</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pam_csync 0.42.0 beta2 by GlaDiaC</title>
		<link>http://www.csync.org/2008/10/28/pam_csync-0420-beta2/comment-page-1/#comment-21</link>
		<dc:creator>GlaDiaC</dc:creator>
		<pubDate>Wed, 29 Oct 2008 15:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.csync.org/?p=30#comment-21</guid>
		<description>You have to download the source apply the patches and compile it yourself.</description>
		<content:encoded><![CDATA[<p>You have to download the source apply the patches and compile it yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pam_csync 0.42.0 beta2 by Tobbera</title>
		<link>http://www.csync.org/2008/10/28/pam_csync-0420-beta2/comment-page-1/#comment-20</link>
		<dc:creator>Tobbera</dc:creator>
		<pubDate>Wed, 29 Oct 2008 15:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.csync.org/?p=30#comment-20</guid>
		<description>I see...

I&#039;ve downloaded the libssh-dev source and the patches. Can you tell me how I compile the libssh with the patches?

Regards</description>
		<content:encoded><![CDATA[<p>I see&#8230;</p>
<p>I&#8217;ve downloaded the libssh-dev source and the patches. Can you tell me how I compile the libssh with the patches?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pam_csync 0.42.0 beta2 by GlaDiaC</title>
		<link>http://www.csync.org/2008/10/28/pam_csync-0420-beta2/comment-page-1/#comment-19</link>
		<dc:creator>GlaDiaC</dc:creator>
		<pubDate>Wed, 29 Oct 2008 14:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.csync.org/?p=30#comment-19</guid>
		<description>Well this is only possible with a patched version of libssh.

See http://www.csync.org/2008/09/17/csync-and-pam_csync-0420-beta1/</description>
		<content:encoded><![CDATA[<p>Well this is only possible with a patched version of libssh.</p>
<p>See <a href="http://www.csync.org/2008/09/17/csync-and-pam_csync-0420-beta1/" rel="nofollow">http://www.csync.org/2008/09/17/csync-and-pam_csync-0420-beta1/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pam_csync 0.42.0 beta2 by Tobbera</title>
		<link>http://www.csync.org/2008/10/28/pam_csync-0420-beta2/comment-page-1/#comment-18</link>
		<dc:creator>Tobbera</dc:creator>
		<pubDate>Wed, 29 Oct 2008 14:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.csync.org/?p=30#comment-18</guid>
		<description>Seems like the sftp module were never compiled:

root@ubuntu:~/csync-0.41.95/build# csync /tmp/sqlMvRp3a sftp://user@ratat.homelinux.org/tmp/
[stderr] 20081029 14:31:18.499 WARN     csync.statedb- sqlite3_compile error: no such table: metadata - on query SELECT COUNT(phash) FROM metadata LIMIT 1 OFFSET 0;
[stderr] 20081029 14:31:18.500 NOTICE   csync.statedb- statedb doesn&#039;t exist
[stderr] 20081029 14:31:18.501 ERROR    csync.vio.main- loading sftp plugin failed - /root/csync-0.41.95/build/modules/csync_sftp.so: cannot open shared object file: No such file or directory
csync_init: No such file or directory
root@ubuntu:~/csync-0.41.95/build# ls /root/csync-0.41.95/build/modules/csync_
csync_bad.so    csync_dummy.so  csync_smb.so
root@ubuntu:~/csync-0.41.95/build# ls /root/csync-0.41.95/modules/
CMakeLists.txt  csync_sftp2.c   csync_smb.c
csync_dummy.c   csync_sftp.c    csync_smb.c.1

How do I do this?
Thanks!</description>
		<content:encoded><![CDATA[<p>Seems like the sftp module were never compiled:</p>
<p>root@ubuntu:~/csync-0.41.95/build# csync /tmp/sqlMvRp3a sftp://user@ratat.homelinux.org/tmp/<br />
[stderr] 20081029 14:31:18.499 WARN     csync.statedb- sqlite3_compile error: no such table: metadata &#8211; on query SELECT COUNT(phash) FROM metadata LIMIT 1 OFFSET 0;<br />
[stderr] 20081029 14:31:18.500 NOTICE   csync.statedb- statedb doesn&#8217;t exist<br />
[stderr] 20081029 14:31:18.501 ERROR    csync.vio.main- loading sftp plugin failed &#8211; /root/csync-0.41.95/build/modules/csync_sftp.so: cannot open shared object file: No such file or directory<br />
csync_init: No such file or directory<br />
root@ubuntu:~/csync-0.41.95/build# ls /root/csync-0.41.95/build/modules/csync_<br />
csync_bad.so    csync_dummy.so  csync_smb.so<br />
root@ubuntu:~/csync-0.41.95/build# ls /root/csync-0.41.95/modules/<br />
CMakeLists.txt  csync_sftp2.c   csync_smb.c<br />
csync_dummy.c   csync_sftp.c    csync_smb.c.1</p>
<p>How do I do this?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pam_csync 0.42.0 beta2 by Tobbera</title>
		<link>http://www.csync.org/2008/10/28/pam_csync-0420-beta2/comment-page-1/#comment-17</link>
		<dc:creator>Tobbera</dc:creator>
		<pubDate>Wed, 29 Oct 2008 14:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.csync.org/?p=30#comment-17</guid>
		<description>Did install -m 0644 src/libcsync.so.0 /usr/lib/
Worked.</description>
		<content:encoded><![CDATA[<p>Did install -m 0644 src/libcsync.so.0 /usr/lib/<br />
Worked.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
