From: fjh AT cs DOT mu DOT OZ DOT AU (Fergus Henderson) Subject: Re: Yes! A _new_ inetd problem! 3 Jun 1998 13:20:06 -0700 Message-ID: <19980603174919.44507.cygnus.gnu-win32@murlibobo.cs.mu.OZ.AU> References: <6l0td8$naq AT gap DOT cco DOT caltech DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: "Todd P. Whitesel" Cc: Cygnus GNU-win32 mailing list On 02-Jun-1998, Todd P. Whitesel wrote: > ftpd works, but if I change my /etc/passwd login shell, e.g. to /bin/bash > -- it blew me off with "530 User toddpw access denied." until I changed it > back to /bin/sh. Do you have an /etc/shells (or maybe /usr/local/etc/shells) file? This should contain a list of valid shells, one per line, e.g. /bin/sh /bin/bash > Actually, could somebody just explain what exactly the text!=binary setting > affects? Does it simply cover the behavior of fopen() without "b" or is it > something more convoluted, like altering the behavior of read() and write(). It alters the behaviour of fopen() without "b" and also open() without _O_BINARY, which then affects read() and write(). -- Fergus Henderson | "I have always known that the pursuit WWW: | of excellence is a lethal habit" PGP: finger fjh AT 128 DOT 250 DOT 37 DOT 3 | -- the last words of T. S. Garp. - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".