[2168] in Athena Bugs
(VS2) Version 6.2A: what is broken
daemon@ATHENA.MIT.EDU (John T Kohl)
Thu May 4 11:29:48 1989
Date: Thu, 4 May 89 11:29:25 EDT
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
System type, version: (VS2) Version 6.2A
System name: lycus
What's wrong:
/etc/comsat is named in /etc/inetd.conf, but does not exist.
It isn't in /srvd/etc/comsat, nor /urvd/etc/comsat. Is it built?
[lycus:/mit/jtkohl]% grep comsat /etc/inetd.conf
comsat dgram udp wait unswitched root /etc/comsat comsat
[lycus:/mit/jtkohl]% ls -l /etc/comsat
/etc/comsat not found
[lycus:/mit/jtkohl]% ls -l /srvd/etc/comsat
/srvd/etc/comsat not found
[lycus:/mit/jtkohl]% ls -l /usr/etc/comsat
/usr/etc/comsat not found
[lycus:/mit/jtkohl]% ls -l /urvd/etc/comsat
/urvd/etc/comsat not found
[lycus:/mit/jtkohl]%
and, from the log files:
Apr 24 12:35:24 lycus inetd[5436]: execv /etc/comsat: No such file or directory
Apr 24 12:35:24 lycus inetd[143]: /etc/comsat: exit status 0x100
What should have happened:
It should exist somewhere.