Well, I didn't. But I got a copy, added it to the /etc directory, added the cvspserver line, saved everything and restarted inetd. And it still gives me the debug result in my last post. And I still don't have the pserver service starting.
Any other suggestions? It doesn't look like inetd is using /etc/services. Can someone tell me where it might be looking? Ed. > -----Original Message----- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 21, 2004 5:47 PM > To: Edward W. Rouse > Cc: [EMAIL PROTECTED] > Subject: RE: simple newbie init question > > You should already have /etc/services. Just add the "cvspserver" line. > Igor > > On Wed, 21 Jan 2004, Edward W. Rouse wrote: > > > This is the result of 'inetd -d', edited for brevity. > > > > ADD : talk proto=udp, wait=1, user=root builtin=0 > > server=/usr/sbin/in.talkd > > registered /usr/sbin/in.talkd on 19 > > ADD : ntalk proto=udp, wait=1, user=root builtin=0 > > server=/usr/sbin/in.talkd > > registered /usr/sbin/in.talkd on 20 > > ADD : cvspserver proto=tcp, wait=0, user=root builtin=0 > > server=/usr/bin/cvs > > FREE: cvspserver proto=tcp, wait=0, user=root builtin=0 > > server=/usr/bin/cvs > > > > For some reason it immediately frees the cvspserver after adding it. I > > also find the register lines disconcerting. I know that on a normal > > Linux system, inetd has port info in /etc/services, which is missing > > from the cygwin install. I was assuming that it was getting that info > > from somewhere else. I guess I shouldn't assume. Do I need to add > > /etc/services? > > Ed. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/