Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Failure 1 contacting CSS daemon 10gR2 on gentoo

Failure 1 contacting CSS daemon 10gR2 on gentoo

From: Hans-Peter <Hans-Peter.Sloot_at_atosorigin.com>
Date: Fri, 21 Oct 2005 10:34:52 +0200
Message-ID: <dja9cg$l7u$1@hdxl22.telecom.ptt.nl>


When I do 'crsctl check css' I receive the message 'Failure 1 contacting CSS daemon'.

I straced what is going wrong and found that it has something to do with sockets.
A piece of the the trace file is below.
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 5

setsockopt(5, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0

bind(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("127.0.0.1")}, 16) = 0

getsockname(5, {sa_family=AF_INET, sin_port=htons(1024), sin_addr=inet_addr("127.0.0.1")}, [16]) = 0

getpeername(5, 0xbf88f4dc, [16]) = -1 ENOTCONN (Transport endpoint is not connected)

Is there anyone that knows what I can do about it?

Regards Hans-Peter Received on Fri Oct 21 2005 - 03:34:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US