From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22103 invoked by alias); 17 Nov 2001 14:03:01 -0000 Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sources.redhat.com Received: (qmail 22061 invoked from network); 17 Nov 2001 14:02:58 -0000 Received: from unknown (HELO mx1.photonex.com) (12.148.244.176) by sourceware.cygnus.com with SMTP; 17 Nov 2001 14:02:58 -0000 Received: FROM earth.photonex.com BY mx1.photonex.com ; Sat Nov 17 08:54:00 2001 -0500 Received: by EARTH with Internet Mail Service (5.5.2653.19) id ; Sat, 17 Nov 2001 09:02:52 -0500 Message-ID: <29F72BB79DF7D411AB6200B0D068C3EF2095D2@EARTH> From: Michael Xue To: "'cygwin@cygwin.com'" Subject: Re: inetd problem on NT Date: Sun, 11 Nov 2001 08:26:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2001-11/txt/msg00486.txt.bz2 Thanks. I did follow pointer 1. But I have no idea as how to install the mount points in the system mount table, right now if I do mount in a bash shell, I come up with C:\cygwin\bin on /usr/bin type user (binmode) C:\cygwin\lib on /usr/lib type user (binmode) C:\cygwin on / type user (binmode) c: on /cc type user (binmode,exec) d: on /dd type user (binmode) showing the mount points /, /usr/bin, and /usr/lib as user mounts. I un-mount the / and try to mount it with mount -bs c:\cygwin / but it does not work. Thanks for any further help, -Mike > I just downloaded and installed the lastest cygwin, set up/ran theinetd according to the inetutils document. > When I trid to telnet to my NT, it failed and the event view says > > The description for Event ID ( 0 ) in Source ( inetd ) could not befound. It contains the following insertion string(s): inetd : Win32 ProcessId = 0x9F : Cygwin Process Id = 0x9F : /etc/inetd.conf: No such fileor directory. > > Looks like inetd does not understand the mount points. > > Can anyone give me a pointer? Thanks Two pointers, both from /usr/doc/Cygwin/inetutils-1.3.2.README: - Before starting any program, be aware that all neccessary configuration files in /etc have to be generated first! Call iu-config once after you installed the inetutils the first time. That generates some files: [...] - No user mount point is valid anymore! You have to install all your mount points in the system mount table. This doesn't change after you have logged in to a normal user account eg. via telnet/rlogin. [...] Corinna -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- This e-mail message and any attachments are confidential and may be privileged. If you are not the intended recipient, please notify PhotonEx immediately -- by replying to this message or by sending an email to mailto:administrator@photonex.com -- and destroy all copies of this message and any attachments. Thank You. For more information about PhotonEx, please visit http://www.photonex.com. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -- 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/