HTTP won't start

Hy everyone,I installed a 6.5 domino server on centOS 3.9 and I cannot start the http server. The thing is that I user the cert.id and server.id from the old server, and I copied the notesdata folder on to the new server, I modified the notes.ini to match my needs.

The error is:

HTTP server: unable to bind to “servername.domainname” bad ip address or unable lookup ip address.

The thing is that if put in /etc/hosts the hostname of the server and it is the same to the one configured in the server document in the Basiscs tab at fully qualified Internet host name and I try to start http issueing “load http” into the console domino crashes, it starts the NSD procedure and I have to restart it.

If you could please help I would be grateful.

Regards, Laurentiu Leitan

Subject: HTTP won’t start

this could be a problem whit the sockets on the S.O., check the rigths on /opt/ibm/lotus/notes/latest/linux

you should put:

chmod 555 bindsock

chown root:bin bindsock

chmod u+s bindsock

and

chown root:daemon tunekrnl

chmod 555 tunekrnl

chmod u+s bindsock

good luck