Displaying 1 result from an estimated 1 matches for "ftsuser".
Did you mean:
ftpuser
2007 Oct 27
2
Remote database search issues
...t
to) but still, it works.
So we then tested remote search... We faced several problems...
1) Only the xapian-tpcsrv worked. We couldn't figure out how to use
xapian-progsrv. The problem was the stub file format.
This works:
remote 10.0.0.27:33333
But these don't work
remote ssh ftsuser@10.0.0.27 xapian-progsrv /data/fts/Database2/
or
remote ssh 10.0.0.27 xapian-progsrv /data/fts/Database2/
The error we get is
Error creating DB with stub file: Exception: Bad line 1 in stub
database file `/fts/stub.dat' at ...
Can anyone shed a light on this one? ssh is configured pro...