Signal 11 when indexing

andres.karner
Posts: 7
Joined: Wed May 16, 2001 6:10 am

Signal 11 when indexing

Post by andres.karner »

Yes. This is enabled.
glibc - 2.1.3-18

But result of this strace is really long. Should I really paste this here? ;)

And another thing is that I tried this without starce and then this "shared mem" error was gone:

$ /u2/search/bin/gw -v9 -d/u2/search/data/db -create
Option: "-d/u2/search/data/db"
Option: "-v9"
Option: "-d/u2/search/data/db"
Option: "-create"
100 User _SYSTEM has been added without a password.
100 User PUBLIC has been added without a password.
200 Database created
Create /u2/search/data/db/.htaccess
Copy /usr2/pub/httpd/htdocs/webinator/.master/SYSOBJECTS.tbl to /u2/search/data/db/SYSOBJECTS.tbl
002 Can't open /usr2/pub/httpd/htdocs/webinator/.master/SYSOBJECTS.tbl for read: No such file or directory
getip() called 0 times. 0 hits
gethostbyname() called 0 times

Why this tries to get files from /usr2/pub/httpd/htdocs/webinator/.master/ directory???? I never had such directory and I never will (I think).
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Signal 11 when indexing

Post by mark »

Looks like you installed by hand instead of using the install script which will configure gw to look in the right place for SYSOBJECTS.tbl. If it got that far your shared mem issue seems to have gone away. Now you just need to install Webinator using the provided install script.
andres.karner
Posts: 7
Joined: Wed May 16, 2001 6:10 am

Signal 11 when indexing

Post by andres.karner »

Thnks!
When I used this install script (and moved files little around after that ;) I got things work.
So I can make conclusion that problem was:
1) sysadmin upgraded kernel
2) I installed new wersion manually.

Thnks for help!