Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Cannot index after upgrade to ubuntu 11.11
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Fredrik Agert  
View profile  
 More options Dec 18 2011, 9:40 am
From: Fredrik Agert <fredrik.ag...@gmail.com>
Date: Sun, 18 Dec 2011 06:40:06 -0800 (PST)
Local: Sun, Dec 18 2011 9:40 am
Subject: Cannot index after upgrade to ubuntu 11.11
Hi
I have updated to ubuntu 11.11 (64-bit). When I run indexer i get. I
am using dpsearch 4.53.

configure --with-mysql
cd src
make
./indexer -C

./indexer
indexer[17219]: {00} indexer from dpsearch-4.53-mysql started with '/
usr/local/dpsearch/etc/indexer.conf'
indexer[17219]: {01} URL: http://agert.homelinux.org/~mp3/
indexer[17219]: {01} bind() to 0.0.0.0 error 97 Address family not
supported by protocol
indexer[17219]: {01} Can't connect to host agert.homelinux.org:80
indexer[17219]: {01} URL: http://192.168.1.3/
indexer[17219]: {01} bind() to 0.0.0.0 error 97 Address family not
supported by protocol
indexer[17219]: {01} Can't connect to host 192.168.1.3:80
indexer[17219]: {01} URL: http://localhost/
indexer[17219]: {01} bind() to 0.0.0.0 error 97 Address family not
supported by protocol
indexer[17219]: {01} Can't connect to host localhost:80

It did however work with ubuntu 10.10. Is it anything i have forgotten
to install?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maxim Zakharov  
View profile  
 More options Dec 19 2011, 2:38 am
From: Maxim Zakharov <dp.max...@gmail.com>
Date: Mon, 19 Dec 2011 18:38:54 +1100
Local: Mon, Dec 19 2011 2:38 am
Subject: Re: [dpsearch:2350] Cannot index after upgrade to ubuntu 11.11
Hi,

Do you have IPv4 support installed and running ?

Maxim.

--
http://www.dataparksearch.org/ - an open source search engine.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fredrik Agert  
View profile  
 More options Dec 19 2011, 4:52 am
From: Fredrik Agert <fredrik.ag...@gmail.com>
Date: Mon, 19 Dec 2011 01:52:22 -0800 (PST)
Local: Mon, Dec 19 2011 4:52 am
Subject: Re: Cannot index after upgrade to ubuntu 11.11
IPv4 is default network for ubuntu 11.10 and it is up and running.

On Dec 19, 8:38 am, Maxim Zakharov <dp.max...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fredrik Agert  
View profile  
 More options Jan 12, 10:37 am
From: Fredrik Agert <fredrik.ag...@gmail.com>
Date: Thu, 12 Jan 2012 07:37:46 -0800 (PST)
Local: Thurs, Jan 12 2012 10:37 am
Subject: Re: Cannot index after upgrade to ubuntu 11.11
In the source file proto.c i've added the following lines (in
open_host() 175-177,

   DpsSockOpt(Agent,net)  // <- last line before

   /* fredrik why is this needed ? */
   Agent->Flags.bind_addr.sin_family = AF_INET;
   /* fredrik why end? */

 if bind(net, (struct sockaddr *)&Agent->Flags.bind_addr, sizeof(Agent-

>Flags.bind_addr)) == -1) { // <- first line after

After my modification the indexer works again. I wonder why.

On Dec 19 2011, 10:52 am, Fredrik Agert <fredrik.ag...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maxim Zakharov  
View profile  
 More options Jan 19, 7:26 am
From: Maxim Zakharov <dp.max...@gmail.com>
Date: Thu, 19 Jan 2012 23:26:23 +1100
Local: Thurs, Jan 19 2012 7:26 am
Subject: Re: [dpsearch:2393] Re: Cannot index after upgrade to ubuntu 11.11
Hi,

Perhaps you have no Bind command specified in your indexer.conf file,
which cause such problem.
I committed a fix into SVN repository for this case.

Thank you for reporting,
Maxim.

--
http://www.dataparksearch.org/ - an open source search engine.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »