You can subscribe to this list here.
2001 |
Jan
(7) |
Feb
(141) |
Mar
(255) |
Apr
(56) |
May
(22) |
Jun
(149) |
Jul
(85) |
Aug
(48) |
Sep
(49) |
Oct
(62) |
Nov
(58) |
Dec
(72) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(86) |
Feb
(63) |
Mar
(61) |
Apr
(59) |
May
(36) |
Jun
(52) |
Jul
(69) |
Aug
(57) |
Sep
(58) |
Oct
(83) |
Nov
(99) |
Dec
(46) |
2003 |
Jan
(69) |
Feb
(26) |
Mar
(16) |
Apr
(12) |
May
(3) |
Jun
(4) |
Jul
|
Aug
(14) |
Sep
(11) |
Oct
(14) |
Nov
(3) |
Dec
(2) |
2004 |
Jan
(13) |
Feb
(2) |
Mar
|
Apr
(3) |
May
(5) |
Jun
(1) |
Jul
(14) |
Aug
(3) |
Sep
|
Oct
(1) |
Nov
(9) |
Dec
|
2005 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Cyril B. <cy...@bo...> - 2004-07-26 09:59:41
|
"Jesus Altuve" <jes...@ho...> writes: > Every option that exists in BOTH aspseek.conf AND in searchd.conf > should match Thanks, this was the solution. I haven't properly defined DBaddr in searchd.conf. There was an explicit message in dlog.log that I haven't seen because the Debian package is not configured to log into /var/log but in /var/lib. I've reported that bug. Thanks -- Cyril Bouthors |
From: Jesus A. <jes...@ho...> - 2004-07-25 13:27:11
|
Suggestions: 1-. Completely remove your aspseek databases from the MySQL Data directory. 2-. Recreate the databases as root and using the script found in the aspseek sbin directory called aspseek-mysql-postinstall 3- Check your aspseek.conf and searchf.conf files, did you make modifications to them? if the answer is yes, then surely your problem is here. Simply put, Every option that exists in BOTH aspseek.conf AND in searchd.conf should match, for example, a common problem is having Utfstorage set to yes in one and commented in the other file. Check this, but I recommed you use the dist files (ummodified) in order to troubleshoot. run index, but do so like this: Go to aspseek.conf and look for the Server directive. I think the example you'll see there is for localhost something like: Server http://localhost remove that line and replace it with: Include urls.txt Now, in the aspseek/etc directory create a file called urls.txt with the following content: (inside the lines) # ============================= MaxDocsPerServer 200 Server http://www.cnn.com/ # ============================= After you do this run index with no flags (I have found that the less flags you pass to index the more stable it is) Once the indexing is finished run searchd like this: searchd -F That is for running it on the foreground so you can see if it actually loads any data. Once all the previois steps are finished do a search (use s.htm template with s.cgi script) and do not change/modify the template. Try to use all original templates while troubleshooting (exept for the Server directive change I suggested) All this steps can help you troubleshoot aspseek but if you still have a problem after doing this I suggest you start looking your MySQL instalation or OS ----- Original Message ----- From: "Cyril Bouthors" <cy...@bo...> To: <ase...@li...> Sent: Sunday, July 25, 2004 6:30 AM Subject: [aseek-users] No results and wrong SQL query after a fresh aspseek installation |
From: Cyril B. <cy...@bo...> - 2004-07-25 10:31:43
|
I've installed aspseek for the first time, I've created the MySQLf databases, started my first index and launched searchd. Everything looks ok: the databases are filled with accurated information and /var/lib/aspseek contains many new files. The problem is that s.cgi always returns no results. There's one weird thing I've noticed in the MySQL logs: Query SELECT word_id FROM wordurl WHERE word = 'j Query INSERT INTO stat(addr,proxy,query,ul,np,ps,urls,sites,start,finish,site,sp,referer) VALUES ('127.0.0.1', '', 'jexiste', '', 0, 20, 0, 0, 109\ 0750941.127, 1090750941.131, 0, '', 'http://localhost/cgi-bin/s.cgi') As if the client making the first SQL query (searchd ?) failed to make a valid SQL statement: missing closing-single-quote, etc... Do you have any idea what I should do? I'm using version 1.2.10. Thanks. -- Cyril Bouthors |
From: Jesus A. <jes...@ho...> - 2004-07-24 12:38:23
|
I've been able to compile from CVS in Redhat 8, 9 and RH Enterprise v2 The only problem I had was running cvsprep. Only on the machine running RH8 I was able to prepare sources for instalation (read documentation on autoconf version requirements), the resulting set then compiled flawlessly under all red hat flavors. I'm not getting seg faults and it's pretty stable. I also linked the fcgi libraries for sc.c => the s.cgi binary so it works much much faster now. Rand, what happens when you try to compile under OS X? what errors do you get? Try compiling from the current CVS and use an older autoconf when running cvsprep (2.53 worked for me) 2.57 failed but instructions clearly state to use 2.50. I then compiled (removed the -g flags) and installed with install-strip ----- Original Message ----- From: "rand" <osx...@gm...> To: <ase...@li...> Sent: Saturday, July 24, 2004 12:51 AM Subject: Re: [aseek-users] CVS, Compilation, FastCGI and ASPSeek > ----- Original Message ----- > From: Jesus Altuve <jes...@ho...> > Date: Fri, 23 Jul 2004 10:52:48 -0400 > Subject: [aseek-users] CVS, Compilation, FastCGI and ASPSeek > To: ase...@li... > > > Hi List, > > I've succesfully linked, tested and compiled (in a production > environment) the s.cgi binary with FastCGI support, including some > small modifications to correct problems when printing return headers > in a persisten environment. What is the official way to submit user > contributed modifications?. > > Is ASPSeek still been actively developed? I want to sell a search > appliance using ASPSeek, Who would be the person to discuss ASPSeek > commercial licensing? > > Thanks > > Yay, activity! > I've been trying to get ASPSeek running in osx, but I doubt I will be > able to, I to would love to know if it's still being actively > developed > > rand > |
From: rand <osx...@gm...> - 2004-07-24 04:51:47
|
----- Original Message ----- From: Jesus Altuve <jes...@ho...> Date: Fri, 23 Jul 2004 10:52:48 -0400 Subject: [aseek-users] CVS, Compilation, FastCGI and ASPSeek To: ase...@li... Hi List, I've succesfully linked, tested and compiled (in a production environment) the s.cgi binary with FastCGI support, including some small modifications to correct problems when printing return headers in a persisten environment. What is the official way to submit user contributed modifications?. Is ASPSeek still been actively developed? I want to sell a search appliance using ASPSeek, Who would be the person to discuss ASPSeek commercial licensing? Thanks Yay, activity! I've been trying to get ASPSeek running in osx, but I doubt I will be able to, I to would love to know if it's still being actively developed rand |
From: Jesus A. <jes...@ho...> - 2004-07-23 15:31:07
|
Hi List, I've succesfully linked, tested and compiled (in a production = environment) the s.cgi binary with FastCGI support, including some small = modifications to correct problems when printing return headers in a = persisten environment. What is the official way to submit user = contributed modifications?.=20 Is ASPSeek still been actively developed? I want to sell a search = appliance using ASPSeek, Who would be the person to discuss ASPSeek = commercial licensing? Thanks |
From: rand <osx...@gm...> - 2004-06-19 04:02:12
|
With these commands : ./configure --with-mysql=/usr/local/mysql sudo make i'm getting this error. has anyone on this list compiled this app in osx before? or run into this error? thanks for any info rand In file included from ../../include/sqldbi.h:34, from ../../include/mysqldbi.h:25, from mysqldb.cpp:27: ../../include/squeue.h:36: `hash_map' not declared ../../include/squeue.h:185: parse error before `<' token ../../include/squeue.h:196: redefinition of `pthread_mutex_t m_mutex' ../../include/hrefs.h:117: `pthread_mutex_t m_mutex' previously declared here ../../include/squeue.h:198: parse error before `public' ../../include/squeue.h:202: warning: ISO C++ forbids declaration of ` m_currentFail' with no type ../../include/squeue.h:202: conflicting types for `int m_currentFail' ../../include/squeue.h:193: previous declaration as `CSiteUrls*m_currentFail' ../../include/squeue.h:203: warning: ISO C++ forbids declaration of `m_qDocs' with no type ../../include/squeue.h:203: conflicting types for `int m_qDocs' ../../include/squeue.h:195: previous declaration as `ULONG m_qDocs' ../../include/squeue.h:204: warning: ISO C++ forbids declaration of ` m_activeSize' with no type ../../include/squeue.h:205: warning: ISO C++ forbids declaration of ` m_failedConns' with no type ../../include/squeue.h:205: redefinition of `int m_failedConns' ../../include/squeue.h:190: `int m_failedConns' previously declared here ../../include/squeue.h:206: warning: ISO C++ forbids declaration of ` m_failedProcessed' with no type ../../include/squeue.h:206: redefinition of `int m_failedProcessed' ../../include/squeue.h:191: `int m_failedProcessed' previously declared here ../../include/squeue.h:207: warning: ISO C++ forbids declaration of ` pthread_mutex_init' with no type ../../include/squeue.h:207: redefinition of `int pthread_mutex_init' ../../include/hrefs.h:126: `int pthread_mutex_init' previously defined here ../../include/squeue.h:207: warning: initializer list being treated as compound expression ../../include/squeue.h:208: parse error before `}' token ../../include/squeue.h:210: destructors must be member functions ../../include/squeue.h:223: parse error before `}' token ../../include/squeue.h:256: syntax error before `;' token In file included from ../../include/mysqldbi.h:25, from mysqldb.cpp:27: ../../include/sqldbi.h:48: 'CSitesQueue' is used as a type, but is not defined as a type. ../../include/sqldbi.h:52: 'hash_map' is used as a type, but is not defined as a type. ../../include/sqldbi.h:85: type specifier omitted for parameter `CIntSet' ../../include/sqldbi.h:85: parse error before `*' token mysqldb.cpp: In member function `virtual char* CMySQLDatabase::DispError()': mysqldb.cpp:409: warning: invalid conversion from `const char*' to `char*' make[2]: *** [mysqldb.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 |
From: <Dir...@co...> - 2004-05-28 11:34:17
|
For some reason I'm having a problem with the ASPseek CVS. I can connect to the CVS but after "cvs -z6 co aspseek" I get following error: "can't create /tmp/cvs..." and "permission denied". Is the CVS currently broken? It worked very well two weeks ago with the same server and same Linux. Where can I get the latest version (1.2.11pre)? Any help is appreciated! Thanks, Dirk |
From: Luc S. <luc...@un...> - 2004-05-03 12:14:37
|
bad luck ;) ---------------------------------------------- Hi, here is what I did : Allow ://www.domain1.com/path.* Server http://www.domain1.com/path Allow ://www.domain2.com/.* Server http://www.domain2.com/ Allow ://www.domain3.com/path/file.html Server http://www.domain3.com/path/file.html Disallow ://.* this config indexed only what I want, without spending time deleting disallowed URL at the end or keeping unwanted URL. ---------------------------------------------- Luc A 12:41 03/05/2004 +0200, Thomas Arendsen Hein a écrit : >On Mon, May 03, 2004 at 09:37:59AM +0200, Luc Santeramo wrote: >> http://forum.aspseek.org/index.php?t=msg&goto=2300&#msg_2300 >> >> google is your friend (sometimes) > >And forum.aspseek.org sometimes is not: > >Fatal error: Failed opening required './GLOBALS.php' >(include_path='.:/usr/share/pear') in >/var/www/forum.aspseek.org/html/index.php on line 13 > >Thomas > >-- >Email: th...@in... >http://intevation.de/~thomas/ |
From: Thomas A. H. <th...@in...> - 2004-05-03 10:41:13
|
On Mon, May 03, 2004 at 09:37:59AM +0200, Luc Santeramo wrote: > http://forum.aspseek.org/index.php?t=msg&goto=2300&#msg_2300 > > google is your friend (sometimes) And forum.aspseek.org sometimes is not: Fatal error: Failed opening required './GLOBALS.php' (include_path='.:/usr/share/pear') in /var/www/forum.aspseek.org/html/index.php on line 13 Thomas -- Email: th...@in... http://intevation.de/~thomas/ |
From: Luc S. <luc...@un...> - 2004-05-03 07:41:57
|
Hi, http://forum.aspseek.org/index.php?t=msg&goto=2300&#msg_2300 google is your friend (sometimes) Luc A 18:43 30/04/2004 +0200, DIMC ^_^ a écrit : >How does that combination works? > >Can u give me an example? >----- Original Message ----- >From: <mailto:Mar...@rz...>Mar...@rz... >To: <mailto:ase...@li...>ase...@li... >Sent: Friday, April 30, 2004 10:05 AM >Subject: AW: [aseek-users] Strange behavior > >this is normal. you can't restrict indexing a server on directory basis. >the server command allways indexes the complete >server. so you have to use a combination of allow and disallow to do a >"directory-based-index" > > >markus > >-----Ursprüngliche Nachricht----- >Von: DIMC ^_^ [mailto:dim...@ho...] >Gesendet am: Sonntag, 25. April 2004 07:38 >An: <mailto:ase...@li...>ase...@li... >Betreff: [aseek-users] Strange behavior >I´m having a strange problem with aspseek 1.2.11 pre: > >when I put on aspseek.conf file this: > >Server ><http://www.geocities.com/vila_luisa/>http://www.geocities.com/vila_luisa/ > >I indexes all the geocities domain. Is that normal? > >what can I do to avoid that? > >Regards, >delsio |
From: DIMC ^_^ <dim...@ho...> - 2004-05-01 00:44:38
|
How does that combination works? Can u give me an example? ----- Original Message -----=20 From: Mar...@rz...=20 To: ase...@li...=20 Sent: Friday, April 30, 2004 10:05 AM Subject: AW: [aseek-users] Strange behavior this is normal. you can't restrict indexing a server on directory = basis. the server command allways indexes the complete server. so you have to use a combination of allow and disallow to do a = "directory-based-index" markus -----Urspr=FCngliche Nachricht----- Von: DIMC ^_^ [mailto:dim...@ho...] Gesendet am: Sonntag, 25. April 2004 07:38 An: ase...@li... Betreff: [aseek-users] Strange behavior I=B4m having a strange problem with aspseek 1.2.11 pre: when I put on aspseek.conf file this: Server http://www.geocities.com/vila_luisa/ I indexes all the geocities domain. Is that normal? what can I do to avoid that? Regards, delsio |
From: <Mar...@rz...> - 2004-04-30 08:06:00
|
this is normal. you can't restrict indexing a server on directory = basis. the server command allways indexes the complete server. so you have to use a combination of allow and disallow to do a "directory-based-index" =20 <http://www.geocities.com/vila_luis> =20 markus =20 -----Urspr=FCngliche Nachricht----- Von: DIMC ^_^ [mailto:dim...@ho...] Gesendet am: Sonntag, 25. April 2004 07:38 An: ase...@li... Betreff: [aseek-users] Strange behavior I=B4m having a strange problem with aspseek 1.2.11 pre: =20 when I put on aspseek.conf file this: =20 Server http://www.geocities.com/vila_luisa/ <http://www.geocities.com/vila_luisa/>=20 =20 I indexes all the geocities domain. Is that normal? =20 what can I do to avoid that? =20 Regards, delsio |
From: DIMC ^_^ <dim...@ho...> - 2004-04-29 23:41:45
|
Is there a configuration option in aspseek.conf to enable aspseek1.2.11 = to get all sub-domais like http://www.name.name.com when i write Server http://*.name.com it doesn=B4t work. I=B4m asking this because I simply don=B4t have the list of those = subdomains Regards, delsio |
From: DIMC ^_^ <dim...@ho...> - 2004-04-29 23:41:41
|
I=B4m having a strange problem with aspseek 1.2.11 pre: when I put on aspseek.conf file this: Server http://www.geocities.com/vila_luisa/ I indexes all the geocities domain. Is that normal? what can I do to avoid that? Regards, delsio |
From: alex f. <al...@pr...> - 2004-02-15 17:24:37
|
Hi I'm trying to write a wrapper script which calls s.cgi after tweaking the environment. The reason for this is that I want to call it in as an SSI, so the outer shell of the template comes from the site-wide templating system. So I've got something like: #!/usr/bin/perl ... print `/path/to/cgi-bin/s.cgi`; s.cgi works fine if run alone. The wrapper script works fine from the command line, run by 'nobody', the user which Apache runs under, but returns no output when run via a browser. There's nothing useful in the system return codes and error codes to suggest why it failed. Also, although I've set 'LogLevel debug' in searchd.conf, nothing gets appended to dlog.log to suggest why the search failed. I've tried this on two different machines now, and in two different languages (Ruby, Perl) - can anyone please suggest what might be going wrong, or how I can get more debugging info? Thanks alex |
From: Paul S. <pa...@pa...> - 2004-02-11 00:57:36
|
Hi there... I'm trying to index everything I have a server statement for but *also* permit everything that Aspseek finds with .CA after it. The country I am trying to index has all kinds of tld's besides just .ca (canada) but I"d like aspseek to discover all .ca sites without having to put a server entry in the config for each one. Previous posts were answered with "use allow/disallow"... well I've tried and can't get it figured out. Here's a rundown of my config: DeleteBad yes DeleteNoServer no FollowOutside yes Server http://www.nexicom.net/ Server http://www.cbc.ca/ Server http://www.canoe.ca/ Server http://www.nexicom.com/ DisallowNoMatch \/$|\.htm$|\.html$|\.shtml$|\.phtml$|\.php$|\.txt$|\.asp$ Disallow /cgi-bin/ \.cgi /nph Disallow \? Disallow \& I've tried putting DisallowNoMatch ://[^/]*\.ca/ into the config but then it won't index .com .net etc. I'm sure this is just an order issue but I can't seem to figure it out.. am I trying something that can't be done? Can someone take the above example and rework it for my purpose?? Thanks very very much! Paul |
From: Radek M. <ad...@po...> - 2004-01-22 20:34:13
|
Hi I have big index (~16GB). I wanna exclude one site from search results - but don't delete it from database. Is it any possbility to do this? Maybe i can only hide "cached" link from one particular site? thanks in advance for any help, cheers Radek |
From: Kir K. <ki...@as...> - 2004-01-16 17:03:36
|
Fiodar Karalenka wrote: > Thanks Muzaffar, > > but i mean the situation when i have two mysql engines with different > config files and listening different sockets; > whatever i do it always connects to the first mysql daemon, but when i > say in command line "mysql --socket=/var/lib/mysql2/mysql.sock -p" it > connects ok. > i wonder how to register this in aspseek's db.conf ... Strange Alex has recently made a patch which makes possible to specify mysql's socket file in DBAddr. Most probably it will be committed to CVS soon; meanwhile I'm asking him to send it to you directly. -- == kir_at_asplinux.ru == 7551596_at_ICQ == 6722750_at_sms.beemail.ru == There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies and the other is to make it so complicated that there are no obvious deficiencies. - Charles Anthony Richard Hoare |
From: Muzaffar M. <ad...@fl...> - 2004-01-16 16:34:42
|
I think the configuration doesn't allow this. Afaik mnogosearch supports this. Friday, January 16, 2004, 9:25:39 PM, you wrote: FK> Thanks Muzaffar, FK> but i mean the situation when i have two mysql engines with different FK> config files and listening different sockets; FK> whatever i do it always connects to the first mysql daemon, but when i FK> say in command line "mysql FK> --socket=/var/lib/mysql2/mysql.sock -p" it FK> connects ok. FK> i wonder how to register this in aspseek's db.conf ... >>When you connect to localhost, it connects through socket by default. >> >> >> -- Muzaffar mailto:ad...@fl... |
From: Fiodar K. <fe...@ak...> - 2004-01-16 16:25:50
|
Thanks Muzaffar, but i mean the situation when i have two mysql engines with different config files and listening different sockets; whatever i do it always connects to the first mysql daemon, but when i say in command line "mysql --socket=/var/lib/mysql2/mysql.sock -p" it connects ok. i wonder how to register this in aspseek's db.conf ... >When you connect to localhost, it connects through socket by default. > > > |
From: Muzaffar M. <ad...@fl...> - 2004-01-16 16:11:38
|
When you connect to localhost, it connects through socket by default. -- Muzaffar mailto:ad...@fl... Friday, January 16, 2004, 8:17:25 PM, you wrote: FK> thanks for the answer. FK> this was because aspseek's tables were corrupted... FK> myisamchk corrected the tables and released that missing 30% of disk FK> space, but... aspseek database became totally unusable :( FK> this time i will use _only_ innodb tables because of reliability. FK> one more question: how can i connect to mysql server through socket FK> rather than tcp? FK> please answer if anyone knows, thank you. >> Try optimizing the tables. At the mysql prompt type: >> >> optimize table xxxx; >> >> xxxx would be the table you want to optimize. There are a lot of >> tables. To get a list of tables for your aspseek simply login to mysql >> with that user and type: >> >> show tables; >> >> Then just start going through the list. >> >> Regards, >> John >> >>> Hello, >>> >>> When i partly clear the database with index -C -u >>> 'http://server.com%', size of the database does not decrease; >>> even after i removed about 30% of total urls, size remained the same... >>> why? >>> >>> thank you. >>> >>> >> |
From: Fiodar K. <fe...@ak...> - 2004-01-16 15:17:54
|
thanks for the answer. this was because aspseek's tables were corrupted... myisamchk corrected the tables and released that missing 30% of disk space, but... aspseek database became totally unusable :( this time i will use _only_ innodb tables because of reliability. one more question: how can i connect to mysql server through socket rather than tcp? please answer if anyone knows, thank you. > Try optimizing the tables. At the mysql prompt type: > > optimize table xxxx; > > xxxx would be the table you want to optimize. There are a lot of > tables. To get a list of tables for your aspseek simply login to mysql > with that user and type: > > show tables; > > Then just start going through the list. > > Regards, > John > >> Hello, >> >> When i partly clear the database with index -C -u >> 'http://server.com%', size of the database does not decrease; >> even after i removed about 30% of total urls, size remained the same... >> why? >> >> thank you. >> >> > |
From: Muzaffar M. <ad...@fl...> - 2004-01-15 19:37:29
|
Try to eliminate deleted words and urls: ./index -X1 -X2 it'll take some time for processing and deletion. For better monitoring set debug level to "info" in aspseek.conf hope it helps Muzaffar Thursday, January 15, 2004, 11:02:21 PM, you wrote: FK> Hello, FK> When i partly clear the database with index -C -u 'http://server.com%', FK> size of the database does not decrease; FK> even after i removed about 30% of total urls, size remained the same... FK> why? FK> thank you. -- Muzaffar mailto:ad...@fl... |
From: J a. T <j_...@ho...> - 2004-01-15 19:27:58
|
Try optimizing the tables. At the mysql prompt type: optimize table xxxx; xxxx would be the table you want to optimize. There are a lot of tables. To get a list of tables for your aspseek simply login to mysql with that user and type: show tables; Then just start going through the list. Regards, John >Hello, > >When i partly clear the database with index -C -u 'http://server.com%', >size of the database does not decrease; >even after i removed about 30% of total urls, size remained the same... >why? > >thank you. > > _________________________________________________________________ Let the new MSN Premium Internet Software make the most of your high-speed experience. http://join.msn.com/?pgmarket=en-us&page=byoa/prem&ST=1 |