Re: setup cannot proceed to do the installation...

2003-11-10 Thread Jason Fu
Well, the latest workaround is: 1) delete /var/log/setup.log* by the root a/c 2) cp "download packages"/setup.log* /var/log 3) start setup.exe in user mode and "next" as usual for downloading 4) start setup.exe in "kernel" mode and just "next" as setup.exe in user mode is running. 5) I could see "

OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-10 Thread Frédéric L. W. Meunier
OK, so here's what turns out to be an OpenSSL issue. All thanks to Eduardo. On Mon, 10 Nov 2003, Eduardo Chappa wrote: > *** Frédéric L. W. Meunier wrote on Nov 11, 2003: > > :) > Is there any delay? > :) > :) Yes. > > Ok, this means that the problem is not Pine. It's openssl. You may want to > r

Re: cygwin > 1.5 compile-error glibc

2003-11-10 Thread Christopher Faylor
On Mon, Nov 10, 2003 at 11:46:09PM +0100, Homar Simpson wrote: >> You are expecting someone to download glibc sources to debug your problem >> for you? That's not very realistic. > >may you understand it in that wise, but this is a generally problem i think, >so please understand it as a response

Re: more about sockets?

2003-11-10 Thread Igor Pechtchanski
On Mon, 10 Nov 2003, Brian Dessent wrote: > [snip] > I don't know if it's necessary (but perhaps worth a shot?) to make a > link from /etc/hosts to the Windows hosts file, which is in > %WINDIR%\system32\drivers\etc for 2k/xp. > > Brian The "base-files" package already does that (for Win9x also).

ssh from a trusted domain

2003-11-10 Thread Arnold Wang
I have ssh server running on a W2K box. This box belongs to domain1. How can I let user from domain2 ssh into this box? If I type "ssh [EMAIL PROTECTED]", the w2kbox assume the user is in domain1 and rejects the connection since there is no such a user. If I type "ssh [EMAIL PROTECTED]", the w2kbox

Re: OpenGL and cygwin

2003-11-10 Thread Suresh Venkatasubramanian
On Mon, 10 Nov 2003, Brian Ford wrote: > This is part of your confusion. Cygwin proper has no OpenGL libs (ie. > opengl32, glu32) per se. It only has import libraries for the Window's > ones. (Cygwin does have a glut.dll and import lib as you have seen.) > > Cygwin XFree86 supplies OpenGL libs

Re: Cygwin & SSH

2003-11-10 Thread Brian Ford
On Mon, 10 Nov 2003, Walter Pinedo wrote: > I am new to cygwin. Where do I find any information on setting up and > configuring a sshd server? I want to set this up on both Windows 2000 & > Windows 2003 servers. > /usr/share/doc/Cygwin/openssh-*.README -- Brian Ford Senior Realtime Software En

Re: OpenGL and cygwin

2003-11-10 Thread Brian Ford
On Mon, 10 Nov 2003, Suresh Venkatasubramanian wrote: > OK. now I am really confused. > Let me try to summarize what I want to do. > > I want to compile an OpenGL program that uses the native windows > opengl drivers for linking rather than cygwin's libraries. > This is part of your confusion. Cy

Cygwin & SSH

2003-11-10 Thread Walter Pinedo
I am new to cygwin. Where do I find any information on setting up and configuring a sshd server? I want to set this up on both Windows 2000 & Windows 2003 servers. ** The contents of this email and an

Re: ssh and displays

2003-11-10 Thread Thorsten Kampe
* Anne L Caraley (2003-11-10 23:12 +0100) > Everything looks great except that I > can't get the displays to export properly from my > Linux machine (RedHat 7.3) to the Windows 2000 > machine running CYGWIN. What do you mean by that? Termcap? > I know the advice is > to reinstall with the latest

Re: cygwin > 1.5 compile-error glibc

2003-11-10 Thread Homar Simpson
> On Mon, Nov 10, 2003 at 11:20:23PM +0100, Homar Simpson wrote: > >its not possible to compile glibc under cygwin, since changing to built > >1.5. > > "Changing to...1.5" is not a really precise description of your environment. > See: http://cygwin.com/problems.html . You might also consider desc

Re: OpenGL and cygwin

2003-11-10 Thread Suresh Venkatasubramanian
I see. What is interesting is that I tried running the program from outside bash (i.e via a windows prompt), and then it complained because it couldn't find cygwin1.dll. So the cygwin dll is indeed being linked somehow. my compiling command line is: g++ -w -mno-cygwin from inside a cygwin t

Windows 2003 Server & Cygwin Cron

2003-11-10 Thread Brian Cruikshank
Hello all, I have been able to get Cygwin Cron up and operational on Windows XP Home and Windows XP Pro. I am having problems getting working on Windows 2003 Server. I have installed it as described in many places and the Cron appears to be running. I tried the simple /usr/bin/date job, and I g

Re: cygwin > 1.5 compile-error glibc

2003-11-10 Thread Christopher Faylor
On Mon, Nov 10, 2003 at 11:20:23PM +0100, Homar Simpson wrote: >its not possible to compile glibc under cygwin, since changing to built >1.5. "Changing to...1.5" is not a really precise description of your environment. See: http://cygwin.com/problems.html . You might also consider describing what

Re: more about sockets?

2003-11-10 Thread Brian Dessent
"Allen H. Nugent" wrote: > "gethostbyaddr error--is it possible this machine doesn't have a > reverse DNS/host entry ?". > > This sounds like a clue as to how to proceed, but I don't know where to go > from here. > > Is there a way to configure the PC, or is there a program that emulates an

Re: OpenGL and cygwin

2003-11-10 Thread Christopher Faylor
On Mon, Nov 10, 2003 at 05:12:12PM -0500, Suresh Venkatasubramanian wrote: > >On Mon, 10 Nov 2003, Christopher Faylor wrote: > >> On Mon, Nov 10, 2003 at 04:43:10PM -0500, Suresh Venkatasubramanian wrote: >> >True, but I am not using cygwin dlls. I am using native windows opengl >> >dlls and an nv

cygwin > 1.5 compile-error glibc

2003-11-10 Thread Homar Simpson
Hi Folks, its not possible to compile glibc under cygwin, since changing to built >1.5. you get always different _IO_-errors by building several sources under WindowsXP. Please look at the following lines for further details: Homar/tuxbox-cvs/cdk/build_glibc/stdio-common/vfwscanf.o In fi

Re: OpenGL and cygwin

2003-11-10 Thread Suresh Venkatasubramanian
On Mon, 10 Nov 2003, Christopher Faylor wrote: > On Mon, Nov 10, 2003 at 04:43:10PM -0500, Suresh Venkatasubramanian wrote: > >True, but I am not using cygwin dlls. I am using native windows opengl > >dlls and an nvidia glut dll. moreover, I compile using -mno-cygwin > > Go back and read th

more about sockets?

2003-11-10 Thread Allen H. Nugent
Like some other users, I have been frustrated by the dependence of cygwin applications on an Internet connection that is only used so that the PC can talk to itself. As a dial-up user, this is most inconvenient. I tried disconnecting from the internet after launching such an application (startx

ssh and displays

2003-11-10 Thread Anne L Caraley
I downloaded and installed CYGWIN in July 2003. Everything looks great except that I can't get the displays to export properly from my Linux machine (RedHat 7.3) to the Windows 2000 machine running CYGWIN. I know the advice is to reinstall with the latest version of cygwin1.dll --- well how do I

Re: OpenGL and cygwin

2003-11-10 Thread Christopher Faylor
On Mon, Nov 10, 2003 at 04:43:10PM -0500, Suresh Venkatasubramanian wrote: >True, but I am not using cygwin dlls. I am using native windows opengl >dlls and an nvidia glut dll. moreover, I compile using -mno-cygwin Go back and read the output from cygcheck that you sent to this mailing list.

Re: OpenGL and cygwin

2003-11-10 Thread Suresh Venkatasubramanian
True, but I am not using cygwin dlls. I am using native windows opengl dlls and an nvidia glut dll. moreover, I compile using -mno-cygwin Suresh Venkatasubramanian, Ph: 973 360 8951 (o) Member, Technical StaffWeb: http://www.research.att.com/~suresh/ AT&T Shannon Labs "The guitar is th

RE: Re: cygpath hangings: A fix - bash patch enclosed -- bash mai ntainer please note!

2003-11-10 Thread Geoffrey Ruscoe
>> I am using the latest version of Cygwin (1.5.5-1) on a Windows XP box on a >> domain (tried several fixes pertaining to changing the rights of >> the cygwin >> dir and whole c drive - Everybody full control). >> >> The problem is no command substitution works (using `'s or $()'s). >> >> After a

[ANNOUNCEMENT] Updated: docbook-xml42-4.2-2

2003-11-10 Thread Marcel Telka
I've updated the docbook-xml42 package to version 4.2-2. This version has moved documentation to /usr/share/doc directory. docbook-xml42 package contains Docbook XML DTD version 4.2 as published by OASIS. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.c

Re: OpenGL and cygwin

2003-11-10 Thread Christopher Faylor
On Mon, Nov 10, 2003 at 04:16:00PM -0500, Suresh Venkatasubramanian wrote: > >OK. now I am really confused. >Let me try to summarize what I want to do. > >I want to compile an OpenGL program that uses the native windows >opengl drivers for linking rather than cygwin's libraries. I compiled my >code

Re: OpenGL and cygwin

2003-11-10 Thread Suresh Venkatasubramanian
OK. now I am really confused. Let me try to summarize what I want to do. I want to compile an OpenGL program that uses the native windows opengl drivers for linking rather than cygwin's libraries. I compiled my code using gcc -mno-cygwin -lglut32 -lglu32 -lopengl32 also making sure that I was

Re: OpenGL and cygwin

2003-11-10 Thread Christopher Faylor
On Mon, Nov 10, 2003 at 03:51:58PM -0500, Suresh Venkatasubramanian wrote: >I see. this is true I think, inasmuch as I compiled the program using >gcc -mno-cygwin (because I need native windows opengl dlls rather than >the cygwin stuff) Then you can't use the cygwin glut32.dll. >On Mon, 10 Nov 2

Re: OpenGL and cygwin

2003-11-10 Thread Suresh Venkatasubramanian
I see. this is true I think, inasmuch as I compiled the program using gcc -mno-cygwin (because I need native windows opengl dlls rather than the cygwin stuff) On Mon, 10 Nov 2003, Jason Tishler wrote: > Suresh, > > On Mon, Nov 10, 2003 at 02:02:29PM -0500, Suresh Venkatasubramanian wrote: > > eu

cvs complains of no repository

2003-11-10 Thread Shaffer, Kenneth
There's a difference between 1.10 and 1.11 that I don't understand. Performing a "cvs co -c" using 1.10 correctly provides a listing of the projects. The version shows "Concurrent Versions System (CVS) 1.10 `Halibut' (client)". Performing a "cvs co -c" using 1.11.6 just says ": no such repository

Re: OpenGL and cygwin

2003-11-10 Thread Jason Tishler
Suresh, On Mon, Nov 10, 2003 at 02:02:29PM -0500, Suresh Venkatasubramanian wrote: > euclid 2:04pm [3d_diameter]> cygcheck main > Found: .\main.exe > main.exe > C:\WINDOWS\System32\msvcrt.dll > C:\WINDOWS\System32\KERNEL32.dll > C:\WINDOWS\System32\ntdll.dll > C:\WINDOWS\System32\GLU

Am running W2K3..

2003-11-10 Thread Nate Anderson
Hello all, First post.. but anyway I'll jump right in. I noticed on the main cygwin page that some are having problems running the cygwin tools on Windows Server 2003. I ahve been running cygwin stuff on W2K3 for about 2 months now and haven't had any problems. If anyone wants me to try/test some

RE: cygpath hangings: A fix - bash patch enclosed -- bash maintainer please note!

2003-11-10 Thread Hannu E K Nevalainen
> From: Geoffrey Ruscoe > Sent: Monday, November 10, 2003 8:05 PM > I am using the latest version of Cygwin (1.5.5-1) on a Windows XP box on a > domain (tried several fixes pertaining to changing the rights of > the cygwin > dir and whole c drive - Everybody full control). > > The problem is no co

Re: Info versus Man

2003-11-10 Thread zzapper
On Mon, 10 Nov 2003 11:34:20 -0500 (EST), Igor Pechtchanski <[EMAIL PROTECTED]> wrote: >While I'd recommend 'pinfo' over 'info' any day, pinfo appears 2 behave differently than info, for instance i cant get menu mode to work, can't get ? or h to work. zzapper -- vim -c ":%s/^/WhfgTNabgureRIvz

Re: setup cannot proceed to do the installation...

2003-11-10 Thread Shankar Unni
Jason Fu wrote: > i) I successfully installed once after removing the /var/log/setup.log* Is it possible that your admin account does not have the right permissions to write to a setup.log file owned by the user account? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Proble

Re: STDIN and STDOUT not connected to a terminal?

2003-11-10 Thread Christopher Faylor
On Mon, Nov 10, 2003 at 10:44:51AM -0800, Brown, Victoria wrote: >Sigh. > >I read the FAQ; I found nothing. >I looked in the archives (obvious from my posting). >"Smart questions" (ESR notwithstanding) are in the eye of the beholder. http://www.catb.org/~esr/faqs/smart-questions.html#not_losing >

Re: OpenGL and cygwin

2003-11-10 Thread Suresh Venkatasubramanian
On Mon, 10 Nov 2003, Christopher Faylor wrote: > On Mon, Nov 10, 2003 at 12:06:53PM -0500, Suresh Venkatasubramanian wrote: > > > >> > 61 [unknown (0x48)] ? 3804 cygheap_fixup_in_child: Couldn't reserve space > >> > for cygwin's heap (0x6160 <0x0>) in child, Win32 error 487 > >> > > >> WAG: H

Re: cygpath hangings: A fix - bash patch enclosed -- bash maintai ner please note!

2003-11-10 Thread Geoffrey Ruscoe
I'm not sure if this is the same problem, but after searching and searching this was the closest problem I've found (also other references to the setup post-install scripts problem). I am using the latest version of Cygwin (1.5.5-1) on a Windows XP box on a domain (tried several fixes pertaining t

RE: STDIN and STDOUT not connected to a terminal?

2003-11-10 Thread Brown, Victoria
<> -- Vicki -Original Message- From: Brown, Victoria Sent: Monday, November 10, 2003 10:45 To: '[EMAIL PROTECTED]' Subject:RE: STDIN and STDOUT not connected to a terminal? Sigh. I read the FAQ; I found nothing. I looked in the archives (obvious from my posting). "S

RE: STDIN and STDOUT not connected to a terminal?

2003-11-10 Thread Brown, Victoria
Sigh. I read the FAQ; I found nothing. I looked in the archives (obvious from my posting). "Smart questions" (ESR notwithstanding) are in the eye of the beholder. This is Perl 5.8.0 Windows 2000 Pro theoretically latest cygwin (I installed it recently) BASH_VERSION='2.05b.0(1)-release' CYGWIN='n

Re: Info versus Man

2003-11-10 Thread Joshua Daniel Franklin
On Mon, Nov 10, 2003 at 10:41:45AM -, Hughes, Bill wrote: > > Try pinfo. If it doesn't find an info page it'll look for a man page. > > Except that under rxvt pinfo leaves the data on the screen where info and > man leave you back where you started. In a console it does what I would > expect.

STDIN and STDOUT not connected to a terminal?

2003-11-10 Thread Brown, Victoria
Anyone?? -- Vicki -Original Message- From: Brown, Victoria Sent: Tuesday, November 04, 2003 12:19 To: '[EMAIL PROTECTED]' Subject:STDIN and STDOUT not connected to a terminal? > Date: Wed, 15 Mar 2000 08:49:27 -0500 >References: <[EMAIL PROTECTED]> >Using the current

cygpcre.dll missing after update

2003-11-10 Thread Norton Allen
Greetings, I just updated to 1.5.5, and subsequently, whenever I start up bash I get an error stating that cygpcre.dll cannot be found. I perused the archives here and saw a few references to this problem but no clear solution. I tried re-installing the pcre package and installing ear

Re: Building gcc on cygwin w/ Herman Ten Brugge's bounds checking patch

2003-11-10 Thread Christopher Faylor
On Mon, Nov 10, 2003 at 12:28:38PM -0500, Joe Buehler wrote: >Bill Priest wrote: >>I've built gcc w/ the bounds checking patch on Linux and solaris and am >>trying to build it on cygwin (w/ the cygwin modified source from >>setup). With tweak to one file I've been able to get it to bootstrap >>w/o

Re: OpenGL and cygwin

2003-11-10 Thread Christopher Faylor
On Mon, Nov 10, 2003 at 12:06:53PM -0500, Suresh Venkatasubramanian wrote: > >On Mon, 3 Nov 2003, Brian Ford wrote: > >> AFAIK, Cygwin's glut is 3.7.3. >> >> > 61 [unknown (0x48)] ? 3804 cygheap_fixup_in_child: Couldn't reserve space >> > for cygwin's heap (0x6160 <0x0>) in child, Win32 error 4

Available for testing: tar-1.13.25-5

2003-11-10 Thread Christopher Faylor
On Mon, Nov 10, 2003 at 09:25:35AM -0500, Christopher Faylor wrote: >On Mon, Nov 10, 2003 at 01:25:02PM +, Jeremy Green wrote: >>I.e. files/foo/bar is backed-up even though it hasn't changed. With the >>application of the following patch to the tar-1.13.25-4 source package: >> >>--- src/increme

Re: Building gcc on cygwin w/ Herman Ten Brugge's bounds checking patch

2003-11-10 Thread Joe Buehler
Bill Priest wrote: I've built gcc w/ the bounds checking patch on Linux and solaris and am trying to build it on cygwin (w/ the cygwin modified source from setup). With tweak to one file I've been able to get it to bootstrap w/o any errors and the resulting C compiler will work w/o specifying "

Re: OpenGL and Cygwin

2003-11-10 Thread Suresh Venkatasubramanian
On Mon, 3 Nov 2003, Brian Ford wrote: > AFAIK, Cygwin's glut is 3.7.3. > > > 61 [unknown (0x48)] ? 3804 cygheap_fixup_in_child: Couldn't reserve space > > for cygwin's heap (0x6160 <0x0>) in child, Win32 error 487 > > > WAG: Have you read this? I read the doc on increasing cygwin's max memor

Re: Info versus Man

2003-11-10 Thread Igor Pechtchanski
While I'd recommend 'pinfo' over 'info' any day, to be fair to 'info', it also displays man pages if the info pages can't be found. Also, while we're on the subject of info vs man, man pages are much better for global search, while info is better for structured delivery of information. FWIW, I use

Re: New tar available for testing (was Re: here is a patch for gnu tar incremental backup...)

2003-11-10 Thread Christopher Faylor
On Mon, Nov 10, 2003 at 01:25:02PM +, Jeremy Green wrote: >I.e. files/foo/bar is backed-up even though it hasn't changed. With the >application of the following patch to the tar-1.13.25-4 source package: > >--- src/incremen.c.orig 2003-11-10 12:27:36.094206400 + >+++ src/incremen.c 200

Re: Maildir Support broken with Mutt 1.4.1?

2003-11-10 Thread Olaf Foellinger
Hi, On Sun, Nov 09, 2003 at 12:22:08PM +, Christian Weinberger wrote: > After upgrading to Mutt 1.4.1 I was no longer able to access my emails > properly. > > As soon as a new mail arrived in the main folder (inbox), I could not even > close mutt properly. It always gives me the error "rena

Re: ipc

2003-11-10 Thread Jason Tishler
Eric, Please post instead of sending private email. On Sat, Nov 08, 2003 at 09:18:07PM -0600, IntelleDoc wrote: > You seem to be the guy who is most up to date on the cygwin IPC > release. I just downloaded the latest cgywin release, 1.5.5.1 and my > old 1.14-1 version of the cygipc no longer wor

Re: [ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.2.5-2

2003-11-10 Thread Jason Tishler
Mark, On Sat, Nov 08, 2003 at 12:09:07AM +, Mark Ord wrote: > Jason Tishler <[EMAIL PROTECTED]> wrote: > > Are there any Windows 9x/Me fetchmail users willing to help? If so, > > Sure. :) > > > then please test this release and report back to list whether or not > > the rcfile permission ch

Re: New tar available for testing (was Re: here is a patch for gnu tar incremental backup...)

2003-11-10 Thread Jeremy Green
On Sat, Nov 8, 2003 cgf wrote: > Thanks for the patch but I don't think it is quite right and I don't > think it catches everything. > > I'm uploading a new version of tar for testing now. I'd appreciate > feedback (to the cygwin list) on whether it solves the reported problem. The binary you've

Re: How to force passfile-login via SSL?

2003-11-10 Thread Corinna Vinschen
On Mon, Nov 10, 2003 at 01:47:33PM +0100, Corinna Vinschen wrote: > On Mon, Nov 10, 2003 at 01:18:24PM +0100, Ralf Steinhaeusser wrote: > > Btw: Is there a way to "restart" Cygwin, so changes in such a file > > take effect without restarting Windows? > > Cygwin is no service and has nothing to do

Re: How to force passfile-login via SSL?

2003-11-10 Thread Corinna Vinschen
On Mon, Nov 10, 2003 at 01:18:24PM +0100, Ralf Steinhaeusser wrote: > On Sun, 09 Nov 2003 16:07:02 -0800, Brian Dessent <[EMAIL PROTECTED]> > wrote: > > >> Cygwin's SSH is the only incoming contact point of our server with the > >> Internet, the rest protected by a firewall. > >> Because our passw

Re: How to force passfile-login via SSL?

2003-11-10 Thread Ralf Steinhaeusser
On Sun, 09 Nov 2003 16:07:02 -0800, Brian Dessent <[EMAIL PROTECTED]> wrote: >> Cygwin's SSH is the only incoming contact point of our server with the >> Internet, the rest protected by a firewall. >> Because our passwords are potentially weak (=short), and also to give >> remote-access to only a

Re: New Pthread and Cygwin layer issues...

2003-11-10 Thread Thomas Pfaff
Arash Partow wrote: Hi All, I'm writing about another issue I've found with cygwin layer, pthreads, memory leaks. I've updated to the lastest g++, currently I'm using the cygwin1.dll from 8th Nov. Now the issue is that the ThreadTest (url to source available below) is now leaking a "HUGE!" amount

RE: Info versus Man

2003-11-10 Thread Hughes, Bill
Sent: 09 November 2003 21:48 From: Don Sharp > Try pinfo. If it doesn't find an info page it'll look for a man page. Except that under rxvt pinfo leaves the data on the screen where info and man leave you back where you started. In a console it does what I would expect. So (for me) the choice is b

RE: a try at killall

2003-11-10 Thread Jörg Schaible
Lapo Luchini wrote on Sunday, November 09, 2003 7:06 PM: > Vince Hoffman wrote: >>> Not complete, but usually works for me 0=) >>> >>> $ cat /usr/local/bin/killall >>> #!/bin/sh >>> ps -s | sed -re "/$1$/s/^ +([0-9]+).*$/\1/;t fine;d;:fine" | xargs >>> kill $2 $3 $4 >>> >>> >> Any reason not to

Re: 1.5.5: sshd problem

2003-11-10 Thread Corinna Vinschen
On Mon, Nov 10, 2003 at 07:38:46PM +1100, John Pye wrote: > Hi everyone > > I have a strange problem with sshd and can't seem to find any tips in > the mailing list archives, ssh docs, or on the web. > > I have been getting the following error, "ssh_exchange_identification: > Connection closed

1.5.5: sshd problem

2003-11-10 Thread John Pye
Hi everyone I have a strange problem with sshd and can't seem to find any tips in the mailing list archives, ssh docs, or on the web. I have been getting the following error, "ssh_exchange_identification: Connection closed by remote host" - see (1) below When I run a verbose ssh, I get the out

New Pthread and Cygwin layer issues...

2003-11-10 Thread Arash Partow
Hi All, I'm writing about another issue I've found with cygwin layer, pthreads, memory leaks. I've updated to the lastest g++, currently I'm using the cygwin1.dll from 8th Nov. Now the issue is that the ThreadTest (url to source available below) is now leaking a "HUGE!" amount of memory, and all i