BackupGGCode / dataparksearch

An open source search engine for Internet and Intranet sites
GNU General Public License v2.0
1 stars 2 forks source link

indexer hangs on some NNTP (news) URLs #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>What steps will reproduce the problem?
1. Server nntp://mynewsserver/

>What version of the product are you using? On what operating system?
DPS 4.53, built in a packet and installed into Ubuntu 10.04
The server is Eserv 2.99
DB is MySQL 5.1.41-3ubuntu12.9

Original issue reported on code.google.com by fromagxo@gmail.com on 1 Mar 2011 at 2:57

Attachments:

GoogleCodeExporter commented 9 years ago
If I change Server URL scheme to "news:", it indexes without freezing. But then 
searching is too bad: 
http://code.google.com/p/dataparksearch/issues/detail?id=36

Original comment by fromagxo@gmail.com on 3 Mar 2011 at 7:57

GoogleCodeExporter commented 9 years ago
According to the coredump report attached the problem is in asynchronous 
queries to MySQL which are fixed in current snapshot of 4.54 version.
I've tested nntp:// scheme with the snapshot of 4.54 at it works.
Please try to install the latest snapshot of 4.54 version, you can get it in 
"Download" section: http://code.google.com/p/dataparksearch/downloads/list

Original comment by dp.max...@gmail.com on 8 Mar 2011 at 3:47

GoogleCodeExporter commented 9 years ago

Original comment by dp.max...@gmail.com on 8 Mar 2011 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by dp.max...@gmail.com on 8 Mar 2011 at 3:49

GoogleCodeExporter commented 9 years ago
If dpsearch is already installed as a deb package, may local installation with 
`./configure && make install` interfere with it? Or should better I try another 
computer?

Original comment by fromagxo@gmail.com on 8 Mar 2011 at 8:23

GoogleCodeExporter commented 9 years ago
I don't know where debian package installs the DataparkSearch. Default 
directory for DataparkSearch installation is /usr/local/dpsearch , but packages 
usually alter it according system standard.

You can install the latest snapshot at any new location by adding 
--prefix=/path/to switch for configure, so it don't interfere with your package 
installation.

Original comment by dp.max...@gmail.com on 8 Mar 2011 at 8:46