Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Failure 1 contacting CSS daemon 10gR2 on gentoo
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
![]() |
![]() |