LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   sun-dr/tcp: bind: Address already in use (https://www.linuxquestions.org/questions/solaris-opensolaris-20/sun-dr-tcp-bind-address-already-in-use-244000/)

choonseng 10-17-2004 10:16 PM

sun-dr/tcp: bind: Address already in use
 
Hi Gurus,

One of my system has been logging the above error message very frequently.

I have done a check on google and the suspect cause is due to more than one instances of inetd. I have verify that my system is only running a single instance of inetd.

Any advice or help?

Rgds

jlliagre 10-18-2004 01:31 AM

This message is likely linked to inetd restarts.
sundr (remote dynamic reconfiguration, man dcs) is started by inetd, but its service is not stopped when inetd ends, thus the conflict at next inetd start, no big deal.

If for some reason (the manual states that its have no negative impact), you decide to remove sun-dr from /etc/inet/inetd.conf, don't forget to remove the correspondig entries in /etc/inet/ipsecinit.conf too.

choonseng 10-18-2004 02:48 AM

Hi jlliagre,

Discover that the dcs was running on the background.

Did a pkill -n dcs and the no more error log.

Thanks for you advice.

cheers.


All times are GMT -5. The time now is 10:13 AM.