UdmSearch: Webboard: Crash with built-in database when using limits

2001-02-13 Thread gluke

Author: gluke
Email: [EMAIL PROTECTED]
Message:
Send it to [EMAIL PROTECTED]


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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: This is SHITE!!!

2001-02-13 Thread Joe B

Author: Joe B
Email: 
Message:
Dear All,

I made a mistake and it appears insulted the developers of this great and FREE 
package. I was wrong to use that tone in my email.
I love the system and I am using it. Just the response to my questions went 
forthcoming and I was frustrated. I APOLOGISE and I HOPE YOU FORGIVE ME.

Joe B.

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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: Multi-byte support?

2001-02-13 Thread Alexander Barkov

Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
 Hello all.
 
 I just found this site and read all titles on this board. FAQ mentioned mnoGoSearch 
supports different char sets, but no info about multi-byte char code set.
 
 I'm wondering if mnoGoSearch supports multi-byte char code sets. I'm especially 
interested in EUC-JP.
 
 Thanks.

3.1.x branch hasn't multi-byte charsets. However we started 
implementing it. Probably multi-byte support will appear in 3.2.x
branch.


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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: 3.1.10 Won't Make or Make install

2001-02-13 Thread Adrift

Author: Adrift
Email: [EMAIL PROTECTED]
Message:
every version of mysql I have installed worked perfectly, that is the install ran 
smoothly (I am using FreeBSD 3.4). When I tried to "MAKE" the new version of 
mnogosearch, 3.1.10, I got the error:

Making all in src
"Makefile", line 390: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1


Why is this happening?
Thanks,
Ari


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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




Re: UdmSearch: Webboard: 3.1.10 Won't Make or Make install

2001-02-13 Thread Caffeinate The World


--- Adrift [EMAIL PROTECTED] wrote:
 Author: Adrift
 Email: [EMAIL PROTECTED]
 Message:
 every version of mysql I have installed worked perfectly, that is the
 install ran smoothly (I am using FreeBSD 3.4). When I tried to "MAKE"
 the new version of mnogosearch, 3.1.10, I got the error:
 
 Making all in src
 "Makefile", line 390: Need an operator

what does line 390 look like?


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: CAN I SEND SIGNAL 'TERM' TO INDEXER PROGRAM?

2001-02-13 Thread pokistu

Author: pokistu
Email: 
Message:
Actually I am running indexer, but it is 'eating' a lot of system memory. I want to 
know if i can stop with the 'term' signal (linux) the indexer program, and the 
DATABASE will NOT corrupt.


Thanks

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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: CAN I SEND SIGNAL 'TERM' TO INDEXER PROGRAM?

2001-02-13 Thread Alexander Barkov

Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
 Actually I am running indexer, but it is 'eating' a lot of system memory. I want to 
know if i can stop with the 'term' signal (linux) the indexer program, and the 
DATABASE will NOT corrupt.
 


It is safely to break indexer in any SQL mode.


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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: How to Use the Server Table with mnoGoSearch 3.1.10

2001-02-13 Thread Rich Wall

Author: Rich Wall
Email: [EMAIL PROTECTED]
Message:
Hi,
I'm trying to set up the indexer so that it reads the servers from the database.
My table and it's contents are appended below.
The indexer runs but it...
a) Doesn't store *any* words in the dictionary tables
b) Doesn't index all the documents on the server.
See database stats appended below.

When I add the server into indexer.conf everything works fine (~5500 urls stored)

Rich Wall.

---

# phpMyAdmin MySQL-Dump
# http://phpwizard.net/phpMyAdmin/
#
# Host: elkie.cwn.org.uk Database : mnogosearch
# 

#
# Table structure for table 'server'
#

CREATE TABLE server (
   rec_id int(11) NOT NULL auto_increment,
   active int(11) DEFAULT '0' NOT NULL,
   url varchar(128) NOT NULL,
   period int(11) DEFAULT '604800' NOT NULL,
   tag varchar(11) NOT NULL,
   category varchar(11) NOT NULL,
   charset varchar(16) NOT NULL,
   lang char(2) NOT NULL,
   basic_auth varchar(64) NOT NULL,
   proxy varchar(64) NOT NULL,
   proxy_auth varchar(64) NOT NULL,
   maxhops int(11) DEFAULT '' NOT NULL,
   gindex int(11) DEFAULT '1' NOT NULL,
   follow int(11) DEFAULT '1' NOT NULL,
   deletebad int(11) DEFAULT '0' NOT NULL,
   use_robots int(11) DEFAULT '1' NOT NULL,
   delete_no_srv int(11) DEFAULT '1' NOT NULL,
   use_clones int(11) DEFAULT '1' NOT NULL,
   descweight int(11) DEFAULT '2' NOT NULL,
   keywordweight int(11) DEFAULT '2' NOT NULL,
   titleweight int(11) DEFAULT '2' NOT NULL,
   bodyweight int(11) DEFAULT '1' NOT NULL,
   urlweight int(11) DEFAULT '0' NOT NULL,
   urlhostweight int(11) DEFAULT '0' NOT NULL,
   urlpathweight int(11) DEFAULT '0' NOT NULL,
   urlfileweight int(11) DEFAULT '0' NOT NULL,
   correct_factor int(11) DEFAULT '1' NOT NULL,
   incorrect_factor int(11) DEFAULT '1' NOT NULL,
   number_factor int(11) DEFAULT '1' NOT NULL,
   alnum_factor int(11) DEFAULT '1' NOT NULL,
   min_word_length int(11) DEFAULT '0' NOT NULL,
   max_word_length int(11) DEFAULT '32' NOT NULL,
   max_net_errors int(11) DEFAULT '16' NOT NULL,
   net_delay_time int(11) DEFAULT '86400' NOT NULL,
   read_timeout int(11) DEFAULT '90' NOT NULL,
   PRIMARY KEY (rec_id),
   UNIQUE srv_url (url)
);

#
# Dumping data for table 'server'
#

INSERT INTO server VALUES ( '1', '1', 'http://www.cwn.org.uk/', '6', '', '', '', 
'', '', '', '', '1000', '1', '1', '0', '1', '1', '1', '2', '2', '2', '1', '0', '0', 
'0', '0', '1', '1', '1', '1', '0', '32', '100', '3600', '60');



--
Database statistics

StatusExpired  Total
   -
   200  0380 OK
   301  0  4 Moved Permanently
   403  0  1 Forbidden
   404  0  7 Not found
   -
 Total  0392
--

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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




Re: UdmSearch: Webboard: CAN I SEND SIGNAL 'TERM' TO INDEXER PROGRAM?

2001-02-13 Thread Caffeinate The World


--- Anonymous [EMAIL PROTECTED] wrote:
 Author: pokistu
 Email: 
 Message:
 Actually I am running indexer, but it is 'eating' a lot of system
 memory. I want to know if i can stop with the 'term' signal (linux)
 the indexer program, and the DATABASE will NOT corrupt.

i do it and i've not noticed any problems. i run postgresql.

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: Expired version

2001-02-13 Thread Marcus

Author: Marcus
Email: [EMAIL PROTECTED]
Message:
I have just downloaded the UdmSearch version for Windows. The installation was Ok but 
when I activate de indexer I receive the following MessageBox.

Caption = Demo version limitation
Body - Test period is Expired

Please help me !!!

Thanks

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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




Re: UdmSearch: Prevent directory-matches in results

2001-02-13 Thread Tobias Freitag

Alexander Barkov schrieb:
 
 Tobias Freitag wrote:
 
  The problem is that when I search for any pattern, most results show
  directories not files. It seems that the indexer is parsing the

   ...
  UrlPathWeight -1
  UrlFileWeight -1
   ...
 
 This is because of -1 in UrlFileWeight and UrlPathWeight.

I have set both values to 0 and to 1 but it doesnt change anything. Is
this a common problem?

Btw. I have udmsearch-3.0.23 installed running on Red Hat 7
-- 
Tobias Freitag  | http://www.linux-magazin.de
Stefan-George-Ring 24   | Tel:  +49 (0) 89 993411-0
D-81929 Mnchen | Fax:  +49 (0) 89 993411-99
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: premature end of script headers returned by search.cgi on Apache

2001-02-13 Thread Travis

Author: Travis
Email: [EMAIL PROTECTED]
Message:
Thanks for the suggestion.  I setup logging for cgi but unfortunately search.cgi 
wasn't complaining verbosely about what was wrong.  I decided to write a perl script 
to try to access the db and just list the contents of a table.  Found out that it 
wouldn't work, reason being LD_LIB..PATH wasn't set for postgres.  Once that was set 
for the env the httpd was running in, the perl script and search.cgi started working.

Travis

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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: indexer runs and search.cgi does not

2001-02-13 Thread Wendibus

Author: Wendibus
Email: [EMAIL PROTECTED]
Message:
Hi Zenon,

the search.htm file has this form statement it looks pretty well to me:
form method=GET ACTION="$A"
input type="hidden" name="ul" value=""
input type="hidden" name="ps" value="20"
input type="hidden" name="np" value="0"
input type="hidden" name="m" value="any"
Search for: input type="text" name="q" SIZE=30 value="$Q"
input type="submit" value="Search!"BR
/form

The rights for search.htm were 633 I set them to 600 without any change ... maybe this 
script just hates me ... can anyone tell it that I'm (at least sometimes) a kind 
person

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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: indexer runs and search.cgi does not

2001-02-13 Thread Wendibus

Author: Wendibus
Email: [EMAIL PROTECTED]
Message:
If I move search.htm the script complains that it cant find search.htm via the ssh. It 
complains like this:

htmlbodyCan't open template file 
'/homepages/41/d17718571/htdocs/udmsearch/etc/search.htm'!/body/html


It does not do anything via the browser. I'm really frustrated ...

maybe it is any kind of help I have called the script like this

configure --with-mysql --prefix=/mylocal/dir/

it does not matter if I put it into a local dir or in a local cgi-bin/dir it never 
works ... 


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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: indexer runs and search.cgi does not

2001-02-13 Thread Zenon Panoussis

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

Grrr. OK, try this then: Make a static HTML page with this form in it:
 htmlbody
 form method=GET ACTION="/cgi-bin/search.cgi" 
 Search for: input type="text" name="q" SIZE=30 value="anything" 
 input type="submit" value="Search!"BR 
 /form 
 /html/body
Try it and tell me what you get. Somehow we need to figure 
whether the error is in search.htm, file permissions, the 
web server configuration or yet something else. 

BTW, do you have a 100% standard installation? No recompilations 
after you copied search.cgi in cgi-bin, no particular modifications 
to anything? 

Z



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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: indexer runs and search.cgi does not

2001-02-13 Thread Zenon Panoussis

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

 If I move search.htm the script complains that it cant find 
 search.htm via the ssh. 

Well that's good. It shows that the cgi is looking in the right 
place for the right file.

 
 maybe it is any kind of help I have called the script like this 
 configure --with-mysql --prefix=/mylocal/dir/

That should be OK.


 it does not matter if I put it into a local dir or in a local 
 cgi-bin/dir it never works ... 

"A local cgi-bin/dir"? What do you mean? 

Question: are you running your own web server? Is the cgi-bin of 
your particular domain and user account *really* set to the cgi-bin 
directory that you are using? Are you sure? 

Z


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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: Stupid Question about the host

2001-02-13 Thread Zenon Panoussis

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

 I have another stupid question. Is it possible that I have to call 
 the configure script with an option for the host type?
 
 I have installed it via ssh on the host but have not used any 
 stuff there... and the database is on a different server then 
 the script is. 

It needs to be configured for the machine where indexer runs, 
not the machine where mysql and/or the databases reside. If 
you compiled it on the same machine as the one indexer runs 
on, it should be fine. Besides, we already know that search.cgi 
works from the shell, so it can't be a platform problem you 
are having. 

Just as general information though, configure does allow you 
to compile for different machines. Do ./configure --help and 
check the "Host type" section. 

Z


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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: indexer runs and search.cgi does not

2001-02-13 Thread Zenon Panoussis

Author: Zenon Panoussis
Email: [EMAIL PROTECTED]
Message:
 
 Question: are you running your own web server? Is the cgi-bin of 
 your particular domain and user account *really* set to the cgi-bin 
 directory that you are using? Are you sure? 

If you don't know how the web server is configured, here is how 
to test it. 

Put this in a file called test.pl :

#!/usr/bin/perl -w
use CGI ':standard';

print header();
print start_html();
print h5("This works");
print end_html();

Do chmod a+x test.pl and place the file in the same directory 
as your search.cgi . Do ./test.pl on the shell; that should 
give you a simple HTML page. Now call the script from your 
browser with http://your.domain/cgi-bin/test.pl or with 
http://your.domain/your_dir/cgi-bin/test.pl . Does it work? 
If not, your problem is in the server configuration and the 
location of your cgi-bin. 

Z



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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: nope

2001-02-13 Thread Wendibus

Author: Wendibus
Email: [EMAIL PROTECTED]
Message:
Hi Zenon,

I have tried it with bad success :-(( same kind of error

I have just download the  udmsearch-3.0.23.tar.gz file from the server and uploaded 
it. Then I did this gunzip and tar stuff: 

  configure --prefix=/install/dir --with-mysql
  make
  make install

and thats it. I run my stuff on a site with ssh and telnet access. I have used the 
perl-cgi checker from the addmin tools on the script (I know that udmsearch is a bin 
file) and found something interesting:
If you check the code in html you receive an empty page. But if you check the code in 
text mode you get this as output

Content-type: text/html  

  html   
...
...
form method=GET 
ACTION="/kunden/homepages/41/d17718571/htdocs/udmsearch/bin/search.cgi"   
  input type="hidden" name="ul" value=""   
  input type="hidden" name="ps" value="20"   
  input type="hidden" name="np" value="0"   
  input type="hidden" name="m" value="any"   
  Search for: input type="text" name="q" SIZE=30 value=""   
  input type="submit" value="Search!"BR   
  /form   



I really appreciate your help. I just have no idea what else to try.

Before you ask: the dir is the right one. If you enter this code you can execute the 
search.cgi and the files in bin/ are 

-rwxr-xr-x   1 u6757479 600355864 Feb 13 18:17 search.cgi
-rw-rw-r--   1 u6757479 600   958 Feb 13 18:17 udm-config


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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: Stupid Question about the host

2001-02-13 Thread Wendibus

Author: Wendibus
Email: [EMAIL PROTECTED]
Message:
Thanx for the quick reply ...

I guess two that the compilation itself went well but that there is a malfunction with 
something else. I have compiled it with the disable-syslog flagg as well and did not 
got an improvement ...

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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: This works

2001-02-13 Thread Wendibus

Author: Wendibus
Email: [EMAIL PROTECTED]
Message:
Hi Zenon,

this works, works ;-))

What I mean is:

I do have no right to write to the main cgi-bin of the server. But I do have the right 
to install cgis in the user dirs. So e.g. I could not write search.cgi to 
usr/local/bin etc. I had to read the docs 1st to realize this and to find the --prefix 
to install it in the local dir ...

so the error should be somewhere else ...

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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: More details about result error in php with NOT( X or Y)

2001-02-13 Thread Filip Sergeys

Author: Filip Sergeys
Email: [EMAIL PROTECTED]
Message:
Here are some more details about result error in php (see mail 7 feb: "small error in 
php script?")
Search on : winter
returns : 152 results

Search on : timber 
returns :  2 results

Search on : tracks
returns : 10 results

Search on : timber AND tracks 
returns : 1 result

Search on : timber OR tracks
returns : 11 results

Search on winter NOT timber
returns : 150 results = as expected 152 - 2

Search on (timber OR tracks) AND winter 
returns : 6 results

This means that: if you search on all sites that contain the word 
winter but not the words timber or tracks you must receive:
152 links with winter minus 6 links because there are 6 links that contain the words 
winter and the word tracks or timber
HOWEVER :
Search on winter NOT (timber OR tracks)
returns : 6 results = not as expected 152 - 6 = 146 
! this is the same result as for (timber OR tracks) AND winter.

I also redid the query with: winter  ~(timber | tracks)
result : An error occured at ''

DETAILS:
Platform Windows 95 and 98 and linux Redhat 6.2
Indexer: 3.1.8
Php version 3.2.1.4
Mysql on windows:3.20.25 Beta
Mysql on Linux: 3.20.30
Same problem occured on all platforms. Could this be a bug?

Has anybody else run similar test on accuracy and noticed the same problem?

Greetings 
Filip



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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




Re: UdmSearch: Webboard: More details about result error in phpwithNOT( X or Y)

2001-02-13 Thread Matthew Sullivan

Hi,

Filip Sergeys wrote:

 HOWEVER :
 Search on winter NOT (timber OR tracks)
 returns : 6 results = not as expected 152 - 6 = 146
 ! this is the same result as for (timber OR tracks) AND winter.

 I also redid the query with: winter  ~(timber | tracks)
 result : An error occured at ''

Switch on the debug and it should tell you what the SQL command it's trying to use it 
- this will help fix the problem.

--
Yours

Matthew

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Ahhh...I see the f*%-up fairy has visited us again...



begin:vcard 
n:Sullivan;Matthew
tel;cell:+61 (0)414 861 744
tel;fax:+61 (0)3 9693 7699
tel;home:+61 (0)3 9397 4859
tel;work:+61 (0)3 9693 7640
x-mozilla-html:TRUE
url:http://people.netscape.com/matthews/
org:TABLE cols=2 width=350 spacing=0 rows=1TRTD width=50img src="http://people.netscape.com/matthews/penguin.gif"/TDTDTABLE width=250 spacing=0 border=0TRTDFONT SIZE=2Senior Technical Support EngineerTRTDFONT SIZE=2iPlanet E-Commerce SolutionsTRTDFONT SIZE=2Netscape Communications Australia Pty LtdTRTDFONT SIZE=2A division of America On Line Inc./TABLE/TABLE
version:2.1
email;internet:[EMAIL PROTECTED]
adr;quoted-printable:;;Netscape Communications Australia=0D=0A;Level 1, The Tea House, 28 Clarendon Street;South Melbourne;VIC 3205;Australia
x-mozilla-cpt:nemesis.netscape.com;28656
fn:Matthew Sullivan
end:vcard

 S/MIME Cryptographic Signature


Re: UdmSearch: Webboard: More details about result error in phpwithNOT( X or Y)

2001-02-13 Thread Matthew Sullivan

Hi,

Filip Sergeys wrote:

 Author: Filip Sergeys
 Email: [EMAIL PROTECTED]
 Message:
 Brackets seem to cause a problem:

 search on : winter not timber
 returns : 150 results

 search on : winter not (timber)
 returns : 2 result = the same of just search on : timber

 On the other hand I found this also interesting:
 In debug mode:
 Begin ParseQ(): q= winter not (timber or tracks)
 Begin ParseStr(): qwe= winter not (timber or tracks)
 End ParseStr(): qwe=winter(timber|tracks)
  
 I think this should be qwe=winter~(timber|tracks)
^^
 I don't know if this has anything to do with the brackets. I can't exactly figure 
out in the parse.inc script where ~ is removed.

 Can anybody give his comments on this?

Further down in the debug it will give you the SQL statement it constructed - please 
send that (or the whole debug output)


--
Yours

Matthew

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Thank you. We're all refreshed and challenged by your unique point of view.



begin:vcard 
n:Sullivan;Matthew
tel;cell:+61 (0)414 861 744
tel;fax:+61 (0)3 9693 7699
tel;home:+61 (0)3 9397 4859
tel;work:+61 (0)3 9693 7640
x-mozilla-html:TRUE
url:http://people.netscape.com/matthews/
org:TABLE cols=2 width=350 spacing=0 rows=1TRTD width=50img src="http://people.netscape.com/matthews/penguin.gif"/TDTDTABLE width=250 spacing=0 border=0TRTDFONT SIZE=2Senior Technical Support EngineerTRTDFONT SIZE=2iPlanet E-Commerce SolutionsTRTDFONT SIZE=2Netscape Communications Australia Pty LtdTRTDFONT SIZE=2A division of America On Line Inc./TABLE/TABLE
version:2.1
email;internet:[EMAIL PROTECTED]
adr;quoted-printable:;;Netscape Communications Australia=0D=0A;Level 1, The Tea House, 28 Clarendon Street;South Melbourne;VIC 3205;Australia
x-mozilla-cpt:nemesis.netscape.com;28656
fn:Matthew Sullivan
end:vcard

 S/MIME Cryptographic Signature


UdmSearch: Webboard: Windows Problem

2001-02-13 Thread Glaucio Rocha

Author: Glaucio Rocha
Email: [EMAIL PROTECTED]
Message:
Greeting,

Did you receive any help about ODBC Driver Manager Error?

Thanks in advance,

Glaucio Rocha

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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: cache mode and table dict

2001-02-13 Thread Caffeinate The World

is the table 'dict' used at all in cache mode? mine doesn't have any records.

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-13 Thread Zenon Panoussis



Zenon Panoussis skrev:
 
 
 Now for 31 MB adventures :)

# ./run-splitter -k
Sending -HUP signal to cachelogd...
Done
# ./run-splitter -p
Preparing logs...
Open dir '/var/mnogo3110/raw'
Preparing word log 982024900  [   42176 bytes]
Preparing word log 982027284  [31465324 bytes]
Preparing word log 982027618  [ 8815804 bytes]
Preparing del log 982024900  
Preparing del log 982027284
Preparing del log 982027618
Renaming logs...
Done

Running ./run-splitter on these worked fine. No problems at all. 
After that, I went on indexing and created 

59920 Feb 13 06:05 982040748.del.done
 31457740 Feb 13 06:05 982040748.wrd.done
 1480 Feb 13 06:06 982040807.del.done
   637240 Feb 13 06:06 982040807.wrd.done
51920 Feb 13 07:21 982045300.del.done
 31469304 Feb 13 07:21 982045300.wrd.done
69248 Feb 13 07:51 982047843.del.done
 30213344 Feb 13 07:51 982047843.wrd.done

another two 31 MB files and two smaller ones. All of them were 
splitted without problems.

[two days later] 

Indexing kept crashing (see separate posting) and splitting 
kept going fine until tonight, when the opposite occured. 
By now, I have almost 1 GB of indexed files, 4 indexer 
crashes and one splitter crash. I'll do the debugging and 
post its output tomorrow. 

Z


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




Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-13 Thread Caffeinate The World

i've been going through this and back again time and time again. what
would really be nice is indexer save the logs in a format that's easy
to use again. for instance, you can use the format re-index to sql etc.

or if you want to reindex again, you don't have to crawl through all
the external websites. saves a lot of time and we can debug faster.

--- Zenon Panoussis [EMAIL PROTECTED] wrote:
 
 
 Zenon Panoussis skrev:
  
  
  Now for 31 MB adventures :)
 
 # ./run-splitter -k
 Sending -HUP signal to cachelogd...
 Done
 # ./run-splitter -p
 Preparing logs...
 Open dir '/var/mnogo3110/raw'
 Preparing word log 982024900  [   42176 bytes]
 Preparing word log 982027284  [31465324 bytes]
 Preparing word log 982027618  [ 8815804 bytes]
 Preparing del log 982024900  
 Preparing del log 982027284
 Preparing del log 982027618
 Renaming logs...
 Done
 
 Running ./run-splitter on these worked fine. No problems at all. 
 After that, I went on indexing and created 
 
 59920 Feb 13 06:05 982040748.del.done
  31457740 Feb 13 06:05 982040748.wrd.done
  1480 Feb 13 06:06 982040807.del.done
637240 Feb 13 06:06 982040807.wrd.done
 51920 Feb 13 07:21 982045300.del.done
  31469304 Feb 13 07:21 982045300.wrd.done
 69248 Feb 13 07:51 982047843.del.done
  30213344 Feb 13 07:51 982047843.wrd.done
 
 another two 31 MB files and two smaller ones. All of them were 
 splitted without problems.
 
 [two days later] 
 
 Indexing kept crashing (see separate posting) and splitting 
 kept going fine until tonight, when the opposite occured. 
 By now, I have almost 1 GB of indexed files, 4 indexer 
 crashes and one splitter crash. I'll do the debugging and 
 post its output tomorrow. 
 
 Z
 
 
 -- 
 oracle@everywhere: The ephemeral source of the eternal truth...
 __
 If you want to unsubscribe send "unsubscribe udmsearch"
 to [EMAIL PROTECTED]
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/
__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: Full on search engine?

2001-02-13 Thread Scott Broad

Author: Scott Broad
Email: [EMAIL PROTECTED]
Message:
Can UDM actually be used as a full on search engine? I have been looking for a product 
to do this, and wandering if UDM Search is it.

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

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]