Operating System - HP-UX
1837650 Members
2876 Online
110117 Solutions
New Discussion

syslog contents message after rebooted

 
Kenn Chen
Advisor

syslog contents message after rebooted

Mar 4 08:48:50 sin_unix inetd[1078]: protocol = tcp
Mar 4 08:48:50 sin_unix inetd[1078]: /etc/inetd.conf: line 44: Unsupported socket type
Cyber Zen
3 REPLIES 3
John Payne_2
Honored Contributor

Re: syslog contents message after rebooted

What is line 44 of your inetd.conf file? Did you recently edit the file and add a new service for the daemon to run, but it only supports to be udp instead of tcp?
Spoon!!!!
Scott Van Kalken
Esteemed Contributor

Re: syslog contents message after rebooted

there is something dodgy with your /etc/inetd.conf file.

The message poi9nts to line 44.

try this:

vi /etc/inetd.conf
:set nu


find line 44 and have a look at it.

It would be a type or a whitespace character that's in there and is causing problems.
Steven Sim Kok Leong
Honored Contributor

Re: syslog contents message after rebooted

Hi,

Check what is on line 44:

# head -44 /etc/inetd.conf|tail -1

Hope this helps. Regards.

Steven Sim Kok Leong