public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* inetd issue
@ 2001-12-06  4:35 Collin Grady
  2001-12-06  4:49 ` Corinna Vinschen
  0 siblings, 1 reply; 5+ messages in thread
From: Collin Grady @ 2001-12-06  4:35 UTC (permalink / raw)
  To: Cygwin ML

     I have been trying unsuccessfully the past few days to get inetd
running, with no luck.  I have searched the ML archives and have not been
able to find any messages relating to my partitcular issue.
     If I try running inetd as a service, it starts, sits for a few seconds,
then dies.  If I type 'inetd' from bash or cmd, it just does nothing.  No
errors at all, and it never appears in Task Manager, even for a split
second.
     I have inetd.conf properly configured, yet still nothing.  The really
wierd part, however, is that if I go to a bash prompt, and type 'inetd -d'
for debugging, it works perfectly, showing no errors at all, accepting
incoming connections, it all works.  I don't want to have inetd running in
debug mode all the time though, so setting that isnt an option ;-)
     Any help would be greatly appreciated.
     -Collin Grady

I had my car's alignment checked. It's Chaotic Evil!




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: inetd issue
  2001-12-06  4:35 inetd issue Collin Grady
@ 2001-12-06  4:49 ` Corinna Vinschen
  2001-12-06  4:51   ` Collin Grady
  0 siblings, 1 reply; 5+ messages in thread
From: Corinna Vinschen @ 2001-12-06  4:49 UTC (permalink / raw)
  To: Cygwin ML

On Thu, Dec 06, 2001 at 04:10:14AM -0800, Collin Grady wrote:
>      I have been trying unsuccessfully the past few days to get inetd
> running, with no luck.  I have searched the ML archives and have not been
> able to find any messages relating to my partitcular issue.

/usr/doc/Cygwin/inetutils-1.3.2.README

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: inetd issue
  2001-12-06  4:49 ` Corinna Vinschen
@ 2001-12-06  4:51   ` Collin Grady
  2001-12-06  5:41     ` Corinna Vinschen
  0 siblings, 1 reply; 5+ messages in thread
From: Collin Grady @ 2001-12-06  4:51 UTC (permalink / raw)
  To: Corinna Vinschen

     I read the README, tried inetd --install-as-service (having removed the
old one first) and now i get the following error when trying to start inetd.
> The service is not responding to the control function.
     -Collin Grady

Mushroom cloud on the horizon, 24 empty missile tubes--now it's Miller time.

----- Original Message -----
From: "Corinna Vinschen" <cygwin@cygwin.com>
To: "Cygwin ML" <cygwin@cygwin.com>
Sent: Thursday, December 06, 2001 4:36 AM
Subject: Re: inetd issue


> On Thu, Dec 06, 2001 at 04:10:14AM -0800, Collin Grady wrote:
> >      I have been trying unsuccessfully the past few days to get inetd
> > running, with no luck.  I have searched the ML archives and have not
been
> > able to find any messages relating to my partitcular issue.
>
> /usr/doc/Cygwin/inetutils-1.3.2.README
>
> Corinna
>
> --
> Corinna Vinschen                  Please, send mails regarding Cygwin to
> Cygwin Developer                                mailto:cygwin@cygwin.com
> Red Hat, Inc.
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: inetd issue
  2001-12-06  4:51   ` Collin Grady
@ 2001-12-06  5:41     ` Corinna Vinschen
  2001-12-06  7:03       ` Collin Grady
  0 siblings, 1 reply; 5+ messages in thread
From: Corinna Vinschen @ 2001-12-06  5:41 UTC (permalink / raw)
  To: cygwin

On Thu, Dec 06, 2001 at 04:49:42AM -0800, Collin Grady wrote:
>      I read the README, tried inetd --install-as-service (having removed the
> old one first) and now i get the following error when trying to start inetd.
> > The service is not responding to the control function.

And did you set the global environment variable as it's needed by
inetd currently?  And are the important files under /etc and /etc
itself world readable?

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: inetd issue
  2001-12-06  5:41     ` Corinna Vinschen
@ 2001-12-06  7:03       ` Collin Grady
  0 siblings, 0 replies; 5+ messages in thread
From: Collin Grady @ 2001-12-06  7:03 UTC (permalink / raw)
  To: Corinna Vinschen

> And did you set the global environment variable as it's needed by
> inetd currently?  And are the important files under /etc and /etc
> itself world readable?

Yes and yes.

$ echo $CYGWIN
notty binmode

$ ls
drwxr-xr-x    9 Administ None            0 Dec  6 04:42 etc

/etc $ ls 
-rw-r--r--    1 Administ None           14 Dec  6 04:42 ftpusers
-rw-r--r--    1 Administ None           49 Dec  6 04:42 ftpwelcome
-rw-r--r--    1 Administ None         1973 Dec  6 04:42 inetd.conf
-rw-r--r--    1 Administ None           60 Dec  6 04:42 motd
-rw-r--r--    1 Administ None           68 Dec  6 04:42 shells

     -Collin Grady

Unable to locate Caffeine -- Operator Halted!



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-12-06 13:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-06  4:35 inetd issue Collin Grady
2001-12-06  4:49 ` Corinna Vinschen
2001-12-06  4:51   ` Collin Grady
2001-12-06  5:41     ` Corinna Vinschen
2001-12-06  7:03       ` Collin Grady

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).