Partial Solution! - Native Microsoft Telnet Client Blows Past the Password Prompt

2003-06-14 Thread Brian Kelly
Sooo, competing for a "FREE" copy of CYGWIN!, whose advice was the REAL solution??? Was it KIA #1 -Richard Campbell unset crlf or KIA #2 -Thorsten Kampe unset ntlm And the Winner is .. RICHARD CAMPBELL!!! Ding Ding DING!! KIA??? Richard Campbell -

Re: Redirect both stdout & stderr to the same file

2003-06-14 Thread Alex Vinokur
"Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sat, 14 Jun 2003, Alex Vinokur wrote: > > > === > > Windows 2000 > > CYGWIN_NT-5.0 1.3.22(0.78/3/2) > > GNU gcc version 3.2 20020927 (prerelease) > > ===

RE: Native Microsoft Telnet Client Blows Past the Password Prompt

2003-06-14 Thread Brian Kelly
uhhh - that's "MR CHRIST" to you sir. Yes OF COURSE I telnet to my servers. I do so inside a secure network from desktops that are locked down tighter than gold in Swiss Banks. Since I don't have every little thing browser enabled on my servers, and IT has not seen fit to distribute Putty to every

(Fwd) Re: Setup hangs between "create icons" and "postinstall"

2003-06-14 Thread Will Marsh
Thanks Igor. I tried setting the "-x" flag in "aaabase-files-mketc.sh" and it ran "base-files-mketc.sh" first and hung at the same spot. Then I set it in "base-files-mketc.sh" and it still hung at the same spot. Verified the flag was still set afterwards, it was. No significant changes in "setu

Re: Patch to allow CVS cygwin enable-malloc-debugging to compile

2003-06-14 Thread Christopher Faylor
On Fri, Jun 13, 2003 at 02:20:47PM -0500, Michael Checky wrote: >On Thu, 12 Jun 2003, Christopher Faylor wrote: >> Don't bother. This patch is unacceptable for cygwin. Randomly adding >> '#if 0' to a header and '#ifndef __CYGWIN__' to cygwin code is not ever >> going to be accepted. > >I didn't s

Re: bash : stderr & more (pipe for stderr)

2003-06-14 Thread Igor Pechtchanski
On Sat, 14 Jun 2003, Randall R Schulz wrote: > Alex, > > At 00:25 2003-06-14, Alex Vinokur wrote: > > >$ | more # works only for stdout > > > >$ |& more > >bash: syntax error near unexpected token `&' > > > >How to use pipe for stderr? > > BASH uses the Bourne and Korn shell syntax for redir

Re: Redirect both stdout & stderr to the same file

2003-06-14 Thread Igor Pechtchanski
On Sat, 14 Jun 2003, Alex Vinokur wrote: > === > Windows 2000 > CYGWIN_NT-5.0 1.3.22(0.78/3/2) > GNU gcc version 3.2 20020927 (prerelease) > === > > -- C code : BEGIN -- > /* File t.c */ > #include > int main(

Re: Native Microsoft Telnet Client Blows Past the Password Prompt

2003-06-14 Thread Thorsten Kampe
* [EMAIL PROTECTED] (2003-06-14 12:26 +0200) > I've looked through the archives and have not seen a write-up on this. I > have the very latest cygwin everything installed on an MS 2000 Server. > TERM=cygwin is set in the profile. Running the telnetd daemon with > inetutils. I have absolutely no pr

Re: bash : stderr & more (pipe for stderr)

2003-06-14 Thread Randall R Schulz
Alex, At 00:25 2003-06-14, Alex Vinokur wrote: $ | more # works only for stdout $ |& more bash: syntax error near unexpected token `&' How to use pipe for stderr? BASH uses the Bourne and Korn shell syntax for redirection. You're using the CSH / tcsh variety. # Redirect standard out and

RE: Native Microsoft Telnet Client Blows Past the Password Prompt

2003-06-14 Thread Richard Campbell
> Essentially, it just blows right past the password prompt > without pausing - apparently taking null as the password. This > renders the MS 2000 Telnet client completely useless for direct > telneting. I have had this problem. IIRC, the "unset crlf" option was what I needed to do, to change

Re: Problem Running Apache through Cygwin

2003-06-14 Thread Gerrit P. Haase
Hallo Sergio, It should run. Can you send your httpd.conf (as attachment), please? And your /var/log/apache/error.log & access.log too? Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Native Microsoft Telnet Client Blows Past the Password Prompt

2003-06-14 Thread Larry Hall
[EMAIL PROTECTED] wrote: I've looked through the archives and have not seen a write-up on this. I have the very latest cygwin everything installed on an MS 2000 Server. TERM=cygwin is set in the profile. Running the telnetd daemon with inetutils. I have absolutely no problems connecting to this s

Re: multiple cygwins on same system ?

2003-06-14 Thread Max Bowsher
klemens zwischenbrugger wrote: > Hi, > > i've try'd to install a second cygwin ( latest version ) byside > my normal one. > > unfortunatly, the setup seems to find the other installed > packages even if I set a complete new root-directory for the 2nd > one.

multiple cygwins on same system ?

2003-06-14 Thread klemens zwischenbrugger
Hi, i've try'd to install a second cygwin ( latest version ) byside my normal one. unfortunatly, the setup seems to find the other installed packages even if I set a complete new root-directory for the 2nd one... is this possible ?

Re: Redirect both stdout & stderr to the same file

2003-06-14 Thread Elfyn McBratney
On Sat, 14 Jun 2003, Alex Vinokur wrote: > === > Windows 2000 > CYGWIN_NT-5.0 1.3.22(0.78/3/2) > GNU gcc version 3.2 20020927 (prerelease) > === > > -- C code : BEGIN -- > /* File t.c */ > #include > int main(

Redirect both stdout & stderr to the same file

2003-06-14 Thread Alex Vinokur
=== Windows 2000 CYGWIN_NT-5.0 1.3.22(0.78/3/2) GNU gcc version 3.2 20020927 (prerelease) === -- C code : BEGIN -- /* File t.c */ #include int main() { fprintf (stdout, "(1) to stdout\n"); fprintf (stderr,

RE: bash : stderr & more (pipe for stderr)

2003-06-14 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Alex Vinokur > How to use pipe for stderr? This is a Bash-question, not cygwin - i.e. off topic here ;-) $ cat t.c #include int main(int argc, char **argv) { if (argc<=1) printf("Use: %s [o] [e]\n" \ " o - prin

RE: W2K files locked after reinstall [PREVIOUS POST BAD TOPIC - SORRY]

2003-06-14 Thread Hannu E K Nevalainen \(garbage mail\)
> From: "Dave Fletcher" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > > Hello all. > > > > This week I have had to reinstall Windows 2000 (due to a > problem unrelated > > to Cygwin) and was suprised to find files in my Windows home directory > (SSH > > stuff) and in my cygwin home still owned b

Native Microsoft Telnet Client Blows Past the Password Prompt

2003-06-14 Thread Brian . Kelly
I've looked through the archives and have not seen a write-up on this. I have the very latest cygwin everything installed on an MS 2000 Server. TERM=cygwin is set in the profile. Running the telnetd daemon with inetutils. I have absolutely no problems connecting to this service with any client pro

bash : stderr & more (pipe for stderr)

2003-06-14 Thread Alex Vinokur
= Windows 2000 CYGWIN_NT-5.0 1.3.22(0.78/3/2) GNU bash, version 2.05b.0(5)-release-(i686-pc-cygwin) = $ | more # works only for stdout $ |& more bash: syntax error near unexpected token `&' How to use pipe for stderr?

W2K files locked after reinstall [PREVIOUS POST BAD TOPIC - SORRY]

2003-06-14 Thread Dave Fletcher
Accidentally replied to "Re: Problem Running Apache through Cygwin" by mistake. The subject should have read "W2K files locked after reinstall". Just replying for convience and ended up posting to wrong thread, sorry :( --dave - Original Message - From: "Dave Fletcher" <[EMAIL PROTECTED

Re: Problem Running Apache through Cygwin

2003-06-14 Thread Dave Fletcher
Hello all. This week I have had to reinstall Windows 2000 (due to a problem unrelated to Cygwin) and was suprised to find files in my Windows home directory (SSH stuff) and in my cygwin home still owned by the previous user with the same name. I cannot delete or modify these files, even logged in