RE: Problem with mnogosearch unpack

2001-02-25 Thread Briggs, Gary
It's because you've got a .tar.gz file, and your version of tar [are you using solaris, by any chance?] doesn't understand gzip compression. The way to decompress .tar.gz files that works an almost any un*x platform is: gzip -cd something.tar.gz | tar -xf - Although be warned: soalris tar has a HU

Re: A Question about clustering

2001-02-25 Thread Tõnu Samuel
Matthew Sullivan wrote: > > Hi, > > "Briggs, Gary" wrote: > > > Has anyone here got any experience of putting mnogosearch onto a > > HA/resiliant cluster? This would ideally include the mySQL database... > > The MySQL db would be the only problem, and I cannot offer advice for that - however

Re: Problem with mnogosearch unpack

2001-02-25 Thread Matthew Sullivan
PNTCD wrote: > To unpack UDM I had use > tar -zxf udmsearch-3.1.3.tar.gz > but the server respond: > tar: z: unknown option > > then I'd try > tar -xf udmsearch-3.1.3.tar.gz Try: gzip -dc udmsearch-3.1.3.tar.gz | tar -xf - -- Yours Matthew -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Re: A Question about clustering

2001-02-25 Thread Matthew Sullivan
Hi, "Briggs, Gary" wrote: > Has anyone here got any experience of putting mnogosearch onto a > HA/resiliant cluster? This would ideally include the mySQL database... The MySQL db would be the only problem, and I cannot offer advice for that - however as far as the searching is concerned mnogos

Re: Segmentation Fault

2001-02-25 Thread Tõnu Samuel
Team JUMP Lists wrote: > > Linux RH 7 w/ mnoGo v 3.1.1, MySQL 3.23, p-threads, fast stuff, cache stuff, > crc-multi... i think that's about it. > > I'm getting seg fault errors when I try to index more than about 10 starting > URLs. I've tried using the server table versus writing directly into

Segmentation Fault

2001-02-25 Thread Team JUMP Lists
Linux RH 7 w/ mnoGo v 3.1.1, MySQL 3.23, p-threads, fast stuff, cache stuff, crc-multi... i think that's about it. I'm getting seg fault errors when I try to index more than about 10 starting URLs. I've tried using the server table versus writing directly into the .conf file that doesn't seem to

installing mnogo

2001-02-25 Thread PNTCD
I have an installation problem of mnogo 3.1.11 I think that my webhosting provider don't allow me to use sh. When I type: ./configure --prefix=/home/username/mnogo in the mnogo distribution top directory, the server respond: Permission denied: program not allowed. On: whereis sh ther serve

Re: Book or Papers on Text indexing techniques ?

2001-02-25 Thread Tõnu Samuel
Winton Davies wrote: > I need to get up to speed fast on IR indexing techniques - success > might mean I can get to use Mnogo :) and maybe even get to develop or > fund development. > > Can any of you point me to a primer paper or book on basic, modern > IT/Indexing techniques. There are to

Re: Problem with mnogosearch unpack

2001-02-25 Thread Sergey Kartashoff
Hi! Sunday, February 25, 2001, 3:19:11 PM, you wrote: P> To unpack UDM I had use P> tar -zxf udmsearch-3.1.3.tar.gz Please download letest version from http://search.mnogo.ru -- Regards, Sergey aka gluke. ___ If you want to unsubscribe send "unsubscri

Problem with mnogosearch unpack

2001-02-25 Thread PNTCD
To unpack UDM I had use tar -zxf udmsearch-3.1.3.tar.gz but the server respond: tar: z: unknown option then I'd try tar -xf udmsearch-3.1.3.tar.gz the server: tar: directory checksum error Can anybody help me!!! Thank you! Claudiu Cristea [EMAIL PROTECTED]