public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* inetd utilities startup
@ 2002-02-16 19:50 dave
  2002-02-17 19:35 ` Randall R Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: dave @ 2002-02-16 19:50 UTC (permalink / raw)
  To: cygwin

Hello,
    I'm running I bellieve it's cygwin 1.3.9, i just downloaded it today on
my win2ksp2 box. I've got c:\cygwin\bin first on my path before anything
else, i've used:
./inetd --install-as-service
to install inetd as a service, purpose being i want ftp capabilities to this
box. On an aside does anyone know if proftpd will work under cygwin? Back to
my problem, the --install-as-service goes flawlessly yet when i try to start
inetd either from net start inetd or from service control manager it
complains that it can't find cygwin1.dll. I've checked in c:\cygwin\bin and
cygwin1.dll is in fact there. Does anyone have any suggestions?
    On a secondary note, when setting my CYGWIN environment variable i want
it set to binmode tty ntsec when setting it in the advanced tab of system
properties do i enclose those values in "" such as "binmode tty ntsec" or
just enter them as is?
Thanks.
Dave.



--
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] 3+ messages in thread

* Re: inetd utilities startup
  2002-02-16 19:50 inetd utilities startup dave
@ 2002-02-17 19:35 ` Randall R Schulz
  2002-02-17 19:42   ` dave
  0 siblings, 1 reply; 3+ messages in thread
From: Randall R Schulz @ 2002-02-17 19:35 UTC (permalink / raw)
  To: dave, cygwin

Dave,

You say that you put Cygwin's bin directory in your PATH variable, but you 
did not say whether you put it in the system-wide PATH (the lower list of 
variables in the System control panel's environment display) or that of the 
current user (at the time you added it)--the upper list in the environment 
variable display. In order for services to find a binary or DLL, it must be 
in the system-wide PATH.

Don't use quotes when setting environment variables in the System control 
panel.

Randall Schulz
Mountain View, CA USA


At 19:46 2002-02-16, dave wrote:
>Hello,
>
>I'm running I bellieve it's Cygwin 1.3.9, I just downloaded it today on my 
>win2ksp2 box. I've got c:\cygwin\bin first on my path before anything 
>else, I've used:
>
>         ./inetd --install-as-service
>
>to install inetd as a service, purpose being I want ftp capabilities to 
>this box. On an aside does anyone know if proftpd will work under cygwin? 
>Back to my problem, the --install-as-service goes flawlessly yet when I 
>try to start inetd either from net start inetd or from service control 
>manager it complains that it can't find cygwin1.dll. I've checked in 
>c:\cygwin\bin and cygwin1.dll is in fact there. Does anyone have any 
>suggestions?
>
>On a secondary note, when setting my CYGWIN environment variable I want it 
>set to binmode tty ntsec when setting it in the advanced tab of system 
>properties do I enclose those values in "" such as "binmode tty ntsec" or 
>just enter them as is?
>
>Thanks.
>
>Dave.


--
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] 3+ messages in thread

* Re: inetd utilities startup
  2002-02-17 19:35 ` Randall R Schulz
@ 2002-02-17 19:42   ` dave
  0 siblings, 0 replies; 3+ messages in thread
From: dave @ 2002-02-17 19:42 UTC (permalink / raw)
  To: Randall R Schulz; +Cc: cygwin

Hi,
    I put it in the system path and i did not use quotes.
Dave.

----- Original Message -----
From: "Randall R Schulz" <rrschulz@cris.com>
To: "dave" <dmehler@siscom.net>; <cygwin@cygwin.com>
Sent: Sunday, February 17, 2002 10:35 PM
Subject: Re: inetd utilities startup


> Dave,
>
> You say that you put Cygwin's bin directory in your PATH variable, but you
> did not say whether you put it in the system-wide PATH (the lower list of
> variables in the System control panel's environment display) or that of
the
> current user (at the time you added it)--the upper list in the environment
> variable display. In order for services to find a binary or DLL, it must
be
> in the system-wide PATH.
>
> Don't use quotes when setting environment variables in the System control
> panel.
>
> Randall Schulz
> Mountain View, CA USA
>
>
> At 19:46 2002-02-16, dave wrote:
> >Hello,
> >
> >I'm running I bellieve it's Cygwin 1.3.9, I just downloaded it today on
my
> >win2ksp2 box. I've got c:\cygwin\bin first on my path before anything
> >else, I've used:
> >
> >         ./inetd --install-as-service
> >
> >to install inetd as a service, purpose being I want ftp capabilities to
> >this box. On an aside does anyone know if proftpd will work under cygwin?
> >Back to my problem, the --install-as-service goes flawlessly yet when I
> >try to start inetd either from net start inetd or from service control
> >manager it complains that it can't find cygwin1.dll. I've checked in
> >c:\cygwin\bin and cygwin1.dll is in fact there. Does anyone have any
> >suggestions?
> >
> >On a secondary note, when setting my CYGWIN environment variable I want
it
> >set to binmode tty ntsec when setting it in the advanced tab of system
> >properties do I enclose those values in "" such as "binmode tty ntsec" or
> >just enter them as is?
> >
> >Thanks.
> >
> >Dave.
>
>


--
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] 3+ messages in thread

end of thread, other threads:[~2002-02-18  3:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-16 19:50 inetd utilities startup dave
2002-02-17 19:35 ` Randall R Schulz
2002-02-17 19:42   ` dave

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).