Re: BOUNCE general@mnogosearch.org: Non-member submission from [Luis Bravo lebravo@emcali.net.co]

2001-02-27 Thread Alexander Barkov

What is your OS?
Have you any defines MSG_xxx in sys/socket.h or in other includes?



[EMAIL PROTECTED] wrote:
 
 From [EMAIL PROTECTED]  Sat Feb 24 23:03:20 2001
 Received: (from nobody@localhost)
 by tr155m.krystech.ru (8.9.3/8.9.3) id XAA08651;
 Sat, 24 Feb 2001 23:02:46 +0300
 Date: Sat, 24 Feb 2001 23:02:46 +0300
 Message-Id: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Bug report
 From: Luis Bravo [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED], Luis Bravo [EMAIL PROTECTED]
 
 UdmSearch version: 3.1.25
 Platform:
 OS:
 Database:  MySQL 3.23.32
 Statistics:
 
 Hi,
 During compiling I receive this error message:
 
 spell.c: In function \'UdmLoadSepplFrom Server\':
 spell.c:690:\'MSG_WAITALL\' undeclared (first use in this function)
 spell.c:690: (Each undeclared identifier is reported only once
 spell.c:690: for each function it appears in.)
 spell.c793 \'MSG_WAITALL\' undeclared (first use in this function)
 make[1]: *** [spell.lo] Error 1
 make[1]: leaving directory \'/usr/local/mnogosearch-3.1.11/src\'
 make: *** [all-precursive] Error 1
 What is wrong? and what is the solution ?
 PS version 3.1.10 has always worked.
___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Webboard: Excluding a directory

2001-02-27 Thread Alexander Barkov

Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
 Hi everybody,
 
 How can I exclude a directory from de indexing process?
 


Using allow/disallow commands, or using robots.txt file 
if you are indexing your own site.

Reply: http://search.mnogo.ru/board/message.php?id=1541

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Webboard: Site search

2001-02-27 Thread nobody

Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
Cache mode with --enable-fast-site can search only whole sites.

  Dmitry, we have to add it into docs.

 
 The escape bug in previous versions of cache mode is 
 fixed, but ul=site seems to work only in the format 
 http://www.domain.dom/ . Attempting http://www.domain 
 yields no results at all and just www.domain.dom 
 returns just anything (in other words, is ignored). 
 
 Wouldn't it be a good idea to put the ul string 
 between %% wildcards in the sql query, so that the 
 user can type just any string and get his search 
 limited to that? E.g. use 
 
 [nothing] or http:// for any matches, 
 http://www.domain.dom or just domain.dom for domain.dom
 .dom/ for anything in the .dom tLD.
 
 Z
 
 

Reply: http://search.mnogo.ru/board/message.php?id=1545

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Re: Bug report

2001-02-27 Thread Alexander Barkov

poelzi wrote:
 
 UdmSearch version: 3.1.11
 Platform:
 OS:Linux fabala.intra.agi.de 2.4.1 #1 Don Feb 15 01:33:33 CET 2001 
i686 unknown
 Database:  mysql  Ver 11.12 Distrib 3.23.33, for pc-linux-gnu (i686)
 Statistics:
 
 server over ServerTable only registered as urls but not indexed in multi word 
database
 


Sorry, I don't understand what exactly do you mean.
___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Crosswords and servertables

2001-02-27 Thread Briggs, Gary

Is there any way that I can control what the weight of crosswords is when
all my servers are pulled out of a table on the database?

Thank-you very much,
Gary (-;
___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Webboard: Excluding a directory

2001-02-27 Thread nobody

Author: Antonio Jose Moran
Email: [EMAIL PROTECTED]
Message:
Thanks,

I have just used allow/disallow, but not robots.txt (where can I find information 
about "robots.txt" I have udmsearch 3.0.23)

The problem is that I want to index a subdirectory that belongs to a directory 
that is indexed:

/somethingtoindex1/ - will be indexed
...
/somethingtoindexn/ - will be indexed

But:

/somethingtoindex1/anythingelse/  - won't be indexed
...
/somethingtoindexn/anythingelse/  - won't be indexed


I don't know the sintax to write:

*/anythingelse/*   - don't index

Thanks a lot,

Antonio José

Reply: http://search.mnogo.ru/board/message.php?id=1548

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Webboard: How to indexing subdirs etc.

2001-02-27 Thread nobody

Author: Vlad
Email: [EMAIL PROTECTED]
Message:
Hi All!

Trouble is that main page in my site has two frames top  bottom.
In Top frame there is only popup with links index.htm files into each subdirectories. 
Such as: mysite/dir1; mysite/dir2; ... mysite/dirxx. 
And indexer don't see any of them (dirxx and index.htm).

1. Do I can to make them (dirxx  index.htm)VISIBLE to indexer? 
2. How can I do to make index.htm and frames in main page INVISIBLE to indexer? 

Thanks.


Reply: http://search.mnogo.ru/board/message.php?id=1553

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Webboard: Excluding a directory

2001-02-27 Thread nobody

Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
Robots exclusion standard can be found here:
http://info.webcrawler.com/mak/projects/robots/robots.html

Check indexer.conf-dist how to disallow subdirectories.

 Thanks,
 
 I have just used allow/disallow, but not robots.txt (where can I find 
information about quot;robots.txtquot; I have udmsearch 3.0.23)
 
 The problem is that I want to index a subdirectory that belongs to a directory 
that is indexed:
 
 /somethingtoindex1/ -gt; will be indexed
 ...
 /somethingtoindexn/ -gt; will be indexed
 
 But:
 
 /somethingtoindex1/anythingelse/  -gt; won't be indexed
 ...
 /somethingtoindexn/anythingelse/  -gt; won't be indexed
 
 
 I don't know the sintax to write:
 
 */anythingelse/*   -gt; don't index
 
 Thanks a lot,
 
 Antonio José

Reply: http://search.mnogo.ru/board/message.php?id=1554

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




RE: Crosswords and servertables

2001-02-27 Thread Briggs, Gary

OK, now I feel stupid.
The PHP front end doesn't support it, right?

Does anyone know when it's likely to be supported in this frontend?

Gary (-;

 -Original Message-
 From: Briggs, Gary 
 Sent: Tuesday, February 27, 2001 2:20 PM
 To:   '[EMAIL PROTECTED]'; Briggs, Gary
 Subject:  RE: Crosswords and servertables
 
 having looked some more, the docs say that it is "not supported in
 built-in database and Cachemode". 
 
 No matter what I do, I can't get it to work at all in crc-multi mode on my
 database.
 
 Help?
 
 Thank-you very much,
 Gary Briggs
 
 -Original Message-
 From: Briggs, Gary [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, February 27, 2001 11:56 AM
 To:   '[EMAIL PROTECTED]'
 Subject:  Crosswords and servertables
 
 Is there any way that I can control what the weight of crosswords is when
 all my servers are pulled out of a table on the database?
 
 Thank-you very much,
 Gary (-;
 ___
 If you want to unsubscribe send "unsubscribe general"
 to [EMAIL PROTECTED]
 
 
 
 --
 
 This message is intended only for the personal and confidential use of the
 designated recipient(s) named above.  If you are not the intended
 recipient of this message you are hereby notified that any review,
 dissemination, distribution or copying of this message is strictly
 prohibited.  This communication is for information purposes only and
 should not be regarded as an offer to sell or as a solicitation of an
 offer to buy any financial product, an official confirmation of any
 transaction, or as an official statement of Lehman Brothers Inc.  Email
 transmission cannot be guaranteed to be secure or error-free.  Therefore,
 we do not represent that this information is complete or accurate and it
 should not be relied upon as such.  All information is subject to change
 without notice.
 
___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Re: BOUNCE general@mnogosearch.org: Non-member submission from [Zenon Panoussis lrh@xs4all.nl]

2001-02-27 Thread Zenon Panoussis


Hi

 I tested several pages from your site and everything seems to work fine.

What you see on the web is 3.1.10 . The 3.1.11 (patched yesterday) 
runs in a separate directory and a separate database; this way I 
can maintain the search functional while the 3.1.11 bugs are worked 
out of it :)  You can use 3.1.11 by going to 
http://search.freewinds.cx/cgi-bin/v4.cgi . On the other hand, it 
is *indexer* that's craching; the search part works fine (apart 
from the little ul= problem I reported yesterday).


 Does indexer crash always on the same URL? 

This is new since yesterday's patch: indexer crashes after a few 
minutes, always in the middle of a URL, like this

Indexer[21800]: [1] http://www.scientology-kills.org/dead.htm
Indexer[21800]: [1] http://www.xs4all.nl/~fishman/ls/.
Tue 27 08:26:06 [21283] Client #0 left
Segmentation fault (core dumped)

This particular URL is not very long and contains no spaces or 
other funny stuff; what is missing after 
   http://www.xs4all.nl/~fishman/ls/ 
is something like 
   ls02b.html 

After a crash I restart indexer and it goes on with status 0 URLs 
in the order it has them, so it won't go back and won't crash on 
the same URL.


 Please send also "backtrace" gdb command output.

#0  0x80600ca in UdmCRC32 (buf=0x4021c03e "", size=4294967295) at crc32.c:97
97  _CRC32_(crc, *p) ;
(gdb) print crc
$1 = 1181568253
(gdb) print p
$2 = 0x40499000 Address 0x40499000 out of bounds
(gdb) print *p
Cannot access memory at address 0x40499000
(gdb) backtrace
#0  0x80600ca in UdmCRC32 (buf=0x4021c03e "", size=4294967295) at crc32.c:97
#1  0x804d7f8 in UdmIndexNextURL (Indexer=0x807ca50, index_flags=4) at indexer.c:1150
#2  0x804a050 in thread_main (arg=0x0) at main.c:256
#3  0x804a9e4 in main (argc=3, argv=0xbab4) at main.c:596
#4  0x4009cbfc in __libc_start_main (main=0x804a16c main, argc=3, ubp_av=0xbab4, 
init=0x80496a8 _init, fini=0x806abfc _fini, rtld_fini=0x4000d674 _dl_fini, 
stack_end=0xbaac)
at ../sysdeps/generic/libc-start.c:118

I'm saving the core, 


-- 
oracle@everywhere: The ephemeral source of the eternal truth...
___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Re: Webboard: quick question: phrase works with php?

2001-02-27 Thread Laurent LEVIER

Maybe I mistake telling this.

Mnogo is now a PHP module.
Probably this feature is part of next PHP version 4.0.5 that will be delivered on 
March 3

At 00:15 28/02/2001 +0300, [EMAIL PROTECTED] wrote:
Author: FSergeys
Email: [EMAIL PROTECTED]
Message:
Hi, just a quick question. Phrase also works with php? I didn't find any updates in 
the documentation? Thanks, Filip

Reply: http://search.mnogo.ru/board/message.php?id=1555

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Laurent LEVIER
IT Systems  Networks, Unix System Engineer
Security Specialist

Argosnet Security Server : http://www.Argosnet.com
"Le Veilleur Technologique", "The Technology Watcher"

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




3.1.11 patched dont launch parsers

2001-02-27 Thread Laurent LEVIER

Hi Guys,

Is it me or the udmsearch 3.1.11 does not launch any parser ?

I put a log on my parsing gateway, and it seems never indexer is using parsers.
I also noticed that Disallow Regex are not working anymore.

Notes: Same configuration file was used in 3.1.9 in crc-multi and perfectly working.
In 3.1.11, I am DBmode cache. This is the only change with LogAddr.

Other guys with same problems ?

Laurent LEVIER
IT Systems  Networks, Unix System Engineer
Security Specialist

Argosnet Security Server : http://www.Argosnet.com
"Le Veilleur Technologique", "The Technology Watcher"

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Webboard: indexer -C

2001-02-27 Thread nobody

Author: Zenon Panoussis
Email: [EMAIL PROTECTED]
Message:

v 3.1.11 patched, cache mode, mysql 3.23.29, no news-extensions.

First the good news: the "can't find logd" bug with indexer -C 
seems fixed. 

Then the other news: somehow the index is not properly deleted. 

I indexed for a while with 

Tag D
server: news:://news.xs4all.nl/nl.scientology

I proceeded to search and got correct results, which you can see 
at http://search.freewinds.cx/before.gif 

I then deleted that part of the index with 
./indexer -C -t D
and repeated the same search. You can see the results of it 
at http://search.freewinds.cx/after.gif . It seems that the 
URLs have been deleted, but not the word references to them. 

I considered the fact that deleting from the word files is 
perhaps only done by indexer on the next indexing. So I did 
index a bit more an then run ./run-splitter -k -p -s. The 
result was still the smae.

If you want to repeat that search, use this URL:
http://search.freewinds.cx/cgi-bin/v4.cgi?ps=20o=0m=allwf=22210t=Dul=q=Mike+schreef
 

Z



Reply: http://search.mnogo.ru/board/message.php?id=1558

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Re[2]: Crosswords and servertables

2001-02-27 Thread Sergey Kartashoff

Hi!

Tuesday, February 27, 2001, 4:30:43 PM, you wrote:

BG OK, now I feel stupid.
BG The PHP front end doesn't support it, right?

BG Does anyone know when it's likely to be supported in this frontend?

after release of php-4.0.5 which is expected to contain new native
mnogosearch functions i will start writing new frontend.

-- 
Regards, Sergey aka gluke.


___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]