Re: link validation config help!

2001-03-05 Thread Damon Tkoch
I've been doing a bit of poking around, and have noticed a couple of odd behaviours.  I'm using the most recent version from CVS but I've experienced very similar behaviour from 3.1.9.   First, if I do this: # indexer foo (after a few URLS, ^C to break) # indexer foo ... then indexer continues

ServerTables and mirrors

2001-03-05 Thread Briggs, Gary
Has anyone written a patch to do this, or should I do it? It's another case of "shouldn't take too long", but ideally, I'd rather not have to take the time to do it. And has anyone got really creative with mirrors and/or page cloaking yet, or done interesting things with dynamic content? I'm work

Re: server.c bug

2001-03-05 Thread Alexander Barkov
Use "patch" program PNTCD wrote: > > Thank you, > > Should I replace the old server.c with server.c.diff and recompile > mnoGoSearch? > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Barkov > > Sent: Friday, March 02, 2001 6:54

Webboard: Indexer gets killed for not apparent reason - ongoing topic

2001-03-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have no ideas what's happening. Something or somebody kills the process. Probably, you have quotes. btw. How much memory does indexer eat before killing? Reply: __

Webboard: .diff file

2001-03-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: man patch Reply: ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Webboard: Where's the download?

2001-03-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: at download page http://search.mnogo.ru/download.html Reply: ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Is this, by any chance, a Bad Thing (TM)?

2001-03-05 Thread Briggs, Gary
010305 9:28:18 Aborted connection 394 to db: 'udmsearch' user: 'udm' host: `localhost' (Got a packet bigger than 'max_allowed_packet') >From the mySQL error log. Ta, Gary (-; ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Webboard: Indexer gets killed for not apparent reason - ongoing topic

2001-03-05 Thread Nir Shahaf
Author: Nir Shahaf Email: [EMAIL PROTECTED] Message: Hi Alexander, Indexer consumes something like 50-67MB of memory, since it gets run as root quota isn't applicable to it. The indexer from 3.1.10 (the one with the .dict .aff problem) managed to create a 67MB dict.txt file and the older vers

Minimum permissions on MySQL database?

2001-03-05 Thread Briggs, Gary
I'm trying to lock down some of my mySQL tables, since I accidentally deleted on of the tables the other day. What're the minimum permissions I need to set to make searching possible? I'm hoping to have two users: udm [which will be used by the indexer process; password breach could be used to de

Webboard: INDEXER die

2001-03-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > I can't find URL: http://gw.udmsearch.izhnet.ru/~bar/server.c.diff.gz Sorry, it's here: http://gw.udmsearch.izhnet.ru/~bar/patches/server.c.diff.gz Reply: _

Webboard: crc-multi and cache mode

2001-03-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > My database is in crc-multi mode, and now we are going to run the last version of >mnogosearch in cache mode. > > First, we want to index in cache mode the same database, and we do not delete the >word tables, because we want the peop

Webboard: Windows Version Availibility

2001-03-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > is there windows source available for this like the linux version has? Windows version is built from UNIX sources. The only difference is that it has graphical interface. Reply:

Re: Big bug in indexer confirmed

2001-03-05 Thread Alexander Barkov
Try to apply a patch http://gw.udmsearch.izhnet.ru/~bar/patches/server.c.diff.gz This fixes strange bug. sprintf(NULL,"bla bla bla") doesn't crash on some operating systems, at least on FreeBSD 4.2 (both RELEASE and STABLE) and Linux with 2.2.14 kernel. It looks like memory leak, program eats

Re: Some mostly sql related suggestions

2001-03-05 Thread Alexander Barkov
Consider to download 3.1.xx. It has phrase support as well as so called "cache mode" which is able to search very quickly through millions documents. Shane Wegner wrote: > > I am using UDMSearch 3.0.23 with MySQL at the moment and > have a few suggestions regarding the software. Please note

Re: Big bug in indexer confirmed

2001-03-05 Thread Alexander Barkov
Try to apply the patch http://gw.udmsearch.izhnet.ru/~bar/patches/server.c.diff.gz We checked indexer for memory leaks using memprof (btw nice program). It does not find any memory leaks. Probably, the reason is our bug together with sprintf() strange behaviour I mentioned earlier. Tõnu Samue

Re: link validation config help!

2001-03-05 Thread Alexander Barkov
> Damon Tkoch wrote: > > Hi, > I'm trying to use mnogosearch as a link validator for a large number > of sites, but I ran into a serious problem. > > Here's my configuration, in it's simplest form: > > DBAddr ... > DeleteBad no > Index no > CheckOnly NoMatch Regex ^http://barracuda\.enhydra\.or

Re: link validation config help!

2001-03-05 Thread Alexander Barkov
Run indexer -a -s0 - I've been doing a bit of poking around, and have noticed a couple of odd behaviours. I'm using the most recent version from CVS but I've experienced very similar behaviour from 3.1.9. First, if I do this: # indexer foo (after a few URLS, ^C to br

Re: Is this, by any chance, a Bad Thing (TM)?

2001-03-05 Thread Alexander Barkov
"Briggs, Gary" wrote: > > 010305 9:28:18 Aborted connection 394 to db: 'udmsearch' user: 'udm' host: > `localhost' (Got a packet bigger than 'max_allowed_packet') > > >From the mySQL error log. > Change max_allowed_packet mysqld variable. btw, what was the last sql query? Can you check thi

Re: Webboard: Indexer gets killed for not apparent reason - ongoing topic

2001-03-05 Thread Tõnu Samuel
Alexander Barkov wrote: > > Author: Alexander Barkov > Email: [EMAIL PROTECTED] > Message: > I have no ideas what's happening. Something or somebody kills the > process. Probably, you have quotes. btw. How much memory does indexer > eat before killing? Just big sourcefile can kill it. Try on new

Re: Minimum permissions on MySQL database?

2001-03-05 Thread Alexander Barkov
"Briggs, Gary" wrote: > > I'm trying to lock down some of my mySQL tables, since I accidentally > deleted on of the tables the other day. > > What're the minimum permissions I need to set to make searching possible? > I'm hoping to have two users: > udm [which will be used by the indexer proces

Webboard: Windows - Test period expired

2001-03-05 Thread Frank Gragnano
Author: Frank Gragnano Email: [EMAIL PROTECTED] Message: Just downloaded the latest Windows version and I'm getting an error on startup. "Test period has expired" I just installed the darn thing. What gives? And I thought that this was freeware anyway. Reply:

Re: Webboard: Indexer gets killed for not apparent reason - ongoing topic

2001-03-05 Thread Vanja Hrustic
On Mon, Mar 05, 2001 at 02:03:27PM +0300, Nir Shahaf wrote: > Author: Nir Shahaf > Email: [EMAIL PROTECTED] > Message: > Hi Alexander, > > Indexer consumes something like 50-67MB of memory, since it gets run as root quota >isn't applicable to it. The indexer from 3.1.10 (the one with the .dict

Webboard: how to display all the html files first and then php files

2001-03-05 Thread john
Author: john Email: [EMAIL PROTECTED] Message: Hi, In the results page I want that it should display all the static pages first then all the dynamic pages ,how can i change the order,right now it is displaying php files and then html files and then once again php files. Thanking you, John Re

Webboard: Windows - Test period expired

2001-03-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > Just downloaded the latest Windows version and I'm getting an error on startup. >"Test period has expired" I just installed the darn thing. What gives? >And I thought that this was freeware anyway. New version will be available t

Webboard: does it index the entire page ?

2001-03-05 Thread maghool
Author: maghool Email: [EMAIL PROTECTED] Message: Hi Aim using windows version of the program (The beta), and I think the program is not indexing the entire page, just title, Meta tags, etc In the txt filed in the database I just find 20 or 30 words of the page. How to tell the program to index

RE: Is this, by any chance, a Bad Thing (TM)?

2001-03-05 Thread Briggs, Gary
And by the way, I can send you the hwole log if you want, but we're talk BIG [27M], so you probably don't want it... Gary (-; > -Original Message- > From: Alexander Barkov [SMTP:[EMAIL PROTECTED]] > Sent: Monday, March 05, 2001 12:40 PM > To: [EMAIL PROTECTED]; Briggs, Gary > Subject:

RE: Minimum permissions on MySQL database?

2001-03-05 Thread Briggs, Gary
Is this what you want? [lonwebhost20:/opt/mySQL/var/]$ tail -50 ./lonwebhost20.log 1 Query DELETE FROM ndict6 WHERE url_id=340601 1 Query DELETE FROM ndict7 WHERE url_id=340601 1 Query DELETE FROM ndict8 WHERE url_id

Webboard: how to display all the html files first and then php files

2001-03-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > Hi, > > In the results page I want that it should display all the static pages first then >all the dynamic pages ,how can i change the order,right now it is displaying php >files and then html files and then once again php files. >

Webboard: Windows - Test period expired

2001-03-05 Thread Frank Gragnano
Author: Frank Gragnano Email: [EMAIL PROTECTED] Message: I scanned the message board and have found several topics like this. I also found several replies exactly like this. "This week", "next week". Not trying to be rude about it, but what's the real story here? Why would you put a hard cod

Webboard: Windows Spyware?

2001-03-05 Thread Denny
Author: Denny Email: [EMAIL PROTECTED] Message: UdmSearch for Windows is on a number of spyware lists. Is this a rumor? If not, will you be removing this "feature" from the next release? Thanks, Denny Reply: _

RE: server.c bug

2001-03-05 Thread PNTCD
> It seems that you really have quotes. Please ask your > provider. I asked my administrator if there is a time-out execution setup on the server. Yes: 30min. The "indexer" stops in about 5:20 min. I tried to index only few URL's shell> nice ./indexer -n20 [1] http://www.pntcd.ro/ ... total 20