[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-inetutils] Inetutils-1.4.2 not registering sgi_fam
From: |
Alfred M. Szmidt |
Subject: |
Re: [bug-inetutils] Inetutils-1.4.2 not registering sgi_fam |
Date: |
Mon, 19 Jun 2006 18:17:29 +0200 (CEST) |
Mar 4 15:34:34 pallas inetd[2160]: sgi_fam/1-2/rpc/tcp: unknown
service
Is the service "sgi_fam/1-2/rpc" defined in /etc/services (from the
looks `sgi_fam/1-2' is defined, but the syntax for this error message
is stupid so maybe it needs a /rpc in /etc/services)? As I understand
it, it worked on one platform, and then when you moved the binaries it
stopped working, so maybe it is just a /etc/services disreprency.
Could you check the content of those files on both systems?
I'll install a patch that chanes the log message for this particular
message to differentiate between the protocol and the service, the new
format will be:
syslog (LOG_ERR, "%s (%s): unknown service", sep->se_service, sep->se_proto);
instead of:
syslog (LOG_ERR, "%s/%s: unknown service", sep->se_service, sep->se_proto);
Thank you for your bug report.