You need to restart inetd service in order for it to see the changes in configuration files and begin listening on default port 1096 If your inted supports restart switch try running /etc/init.d/inetd restart Otherwise try the following TheHUP=ps -aux | awk '$NF ~ /inetd/ && $1 ~ /^root/ && $(NF-1) !~ /awk/{print $2}' sudo kill -9 "$TheHUP";sudo inetd : I have installed ra_server on a Sun Sparc 5.6 server with the default : settings. It tells me it is install with the defaults but there is no : log file created in /var/log for ra_server.log. : I cannot ping port 1096 or access it and if I run a : netstat I see no service listening on that port. : If I run a another ./ra_server for default setting I get a PID and : if I ps -ef|grep ra_server right away I see the process but it dies quickly. : Any suggestions?
|