Re: ctrl-c swallowed

2003-09-01 Thread Igor Pechtchanski
That's what the mailing list is for. This kind of discussion should be kept on the mailing list so that it can be found in the archives. The information generated by cygcheck should not present any security issues, but I'll let others comment on this. The reason I asked for your /cygwin.bat was

RE: autoconf 2.54-1 writes dos files

2003-09-01 Thread Gary R. Van Sickle
> > me being a perl-hater :-), you can hardly expect me to harbor some > non-standard perl. > IT IS NOT POSSIBLE TO *BE* A PERL HATER! You see, in this world there's two kinds of people, my friend: Those who love Perl, and those who learn to love Perl. You learn to love Perl. http://funwavs.com

Re: ctrl-c swallowed

2003-09-01 Thread Anders Lindén
- Original Message - From: "Brian Dessent" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 01, 2003 1:56 AM Subject: Re: ctrl-c swallowed > Christopher Faylor wrote: > > > >I don't know if this is the "officially correct" answer or not, but I > > >find that ^C doesn

cygwin older/newer version downloading

2003-09-01 Thread Mark Fishel
Hello, I was wondering how one could download a cygwin version different from the current stable one - the cygwin.com page only links to articles with the changes in every version, not the downloads. Thank You in advance, Mark Fishel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: ctrl-c swallowed

2003-09-01 Thread Gareth Pearce
> > > Christopher Faylor wrote: > > > > > >I don't know if this is the "officially correct" answer or not, but I > > > >find that ^C doesn't work right with some programs when run from > > > >CMD.EXE unless I have the "tty" flag added to the CYGWIN environment > > > >variable. The users' guide has

Re[2]: proftpd

2003-09-01 Thread Mauri
Hola Hannu, Con fecha viernes, 22 de agosto de 2003, 18:59:18, escribió: HEKNgm> Return-Path: <[EMAIL PROTECTED]> HEKNgm> Received: from tsmtp1.mail.isp ([10.20.4.21]) by mb2.terra.es HEKNgm> (terra.es) with ESMTP id HK15Y501.43C for <[EMAIL PROTECTED]>; HEKNgm> Fri, 22 Aug 20

compiler works error in Cygwin

2003-09-01 Thread tufei
Hi, I am a hardware engineer. Now my embedded System use the processor MC68EZ328. Before now, my program is compiled in real Linux. All right. The compiler works OK. Now, my program have to be compiled in Windows System. So I installed Cygwin first. Then I have my program compiled in Cygwi

Re: compiler works error in Cygwin

2003-09-01 Thread Anders Lindén
You did not make any efforts making a real diagnosis of the problem, but wants us to do it for you? Do you think "it didnt work right" is a proper description of your problem? What is "support programs" supposed to mean? Did you compile your program for cygwin or did you try to run old MC68EZ328 b

cvs 1.11.6 segfaulting on 8-31 snapshot

2003-09-01 Thread Gary R. Van Sickle
Cygcheck attached. -- Gary R. Van Sickle Brewer. Patriot. Cygwin Win95/NT Configuration Diagnostics Current System Time: Mon Sep 01 03:00:41 2003 Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 1 Path: c:\gs\gs7.04\bin c:\gs\gs7.04\lib c:\unix\home\grvs\bin c

Re: basename(), dirname(), what happened?

2003-09-01 Thread Ronald Landheer-Cieslak
On Fri, Aug 29, 2003 at 12:20:04PM +0100, Elfyn McBratney wrote: > Where I was working at the time, they we're afraid of "free software". Some > people, eh? Actually, that kind of fear is probably more common that you thingk: where I work, people are afraid of free software too, for two reasons:

Re: all apps crash at startup with current CVS checkout of cygwin

2003-09-01 Thread Ronald Landheer-Cieslak
I'm back at the failing machine now - I'll report back shortly :) rlc On Sat, Aug 30, 2003 at 04:40:33PM -0400, Christopher Faylor wrote: > On Fri, Aug 29, 2003 at 12:06:28PM -0400, Christopher Faylor wrote: > >On Fri, Aug 29, 2003 at 11:41:52AM +0200, Ronald Landheer-Cieslak wrote: > >>On Thu, A

md5sum of a CD

2003-09-01 Thread romildo
Hello. How can one find the md5sum of a CD in Windows? In Linux, one can do $ md5sum /dev/cdrom Regards Romildo -- Prof. José Romildo Malaquias[EMAIL PROTECTED] Departamento de Computação [EMAIL PROTECTED] Univ. Federal de Ouro Preto http://uber.com.br/romildo -- Unsubscribe

RE: autoconf 2.54-1 writes dos files

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Gary R. Van Sickle > IT IS NOT POSSIBLE TO *BE* A PERL HATER! You see, in this world > there's two > kinds of people, my friend: Those who love Perl, and those who > learn to love > Perl. You learn to love Perl. > > http://funwavs.c

Re: autoconf 2.54-1 writes dos files

2003-09-01 Thread Gerrit P. Haase
Hi Sam, you wrote this: >> I just noticed that autoconf 2.54-1 writes configure files with DOS >> CR/LF line ends! >> what's up?! >> and that: >> >>> $ cygcheck.exe -c -h perl >> >>> Cygwin Package Information >> >>> Package Version >> >>> perl 5.8.0-5 >> Hmmm, this

Re: md5sum of a CD

2003-09-01 Thread Corinna Vinschen
On Mon, Sep 01, 2003 at 05:56:19AM -0300, [EMAIL PROTECTED] wrote: > Hello. > > How can one find the md5sum of a CD > in Windows? > > In Linux, one can do > > $ md5sum /dev/cdrom $ md5sum /dev/scdX with X in 0..15 Corinna -- Corinna Vinschen Please, send mails regarding C

RE: md5sum of a CD

2003-09-01 Thread Hughes, Bill
>On 2003/09/01 11:06 Corinna Vinschen wrote: >>On Mon, Sep 01, 2003 at 05:56:19AM -0300, [EMAIL PROTECTED] wrote: >> Hello. >> >> How can one find the md5sum of a CD >> in Windows? >> >> In Linux, one can do >> >> $ md5sum /dev/cdrom >$ md5sum /dev/scdX >with X in 0..15 I don't have a /dev! M

RE: md5sum of a CD

2003-09-01 Thread Vince Hoffman
The /dev directory is a "virtual" directory, much like the /proc directory. if you do a ls /dev/scd0 you should get a result. Also see http://www.cygwin.com/cygwin-ug-net/using-specialnames.html > -Original Message- > From: Hughes, Bill [mailto:[EMAIL PROTECTED] > Sent: 01 September 2003

Re: cygwin older/newer version downloading

2003-09-01 Thread Max Bowsher
Mark Fishel wrote: > Hello, > > I was wondering how one could download a cygwin version different from the > current stable one - the cygwin.com page only links to articles with the > changes in every version, not the downloads. Older: You can't. Old versions are deleted. Newer: A test (beta) ver

RE: md5sum of a CD

2003-09-01 Thread Hughes, Bill
>> From: Hughes, Bill Sent: 01 September 2003 11:20 >> >> >On 2003/09/01 11:06 Corinna Vinschen wrote: >> >>On Mon, Sep 01, 2003 at 05:56:19AM -0300, [EMAIL PROTECTED] wrote: >> >> How can one find the md5sum of a CD >> >> in Windows? >> >> In Linux, one can do >> >> $ md5sum /dev/cdrom >> >$ md

Re: Compiling Iroffer with a fresh install of cygwin - 4 attachments

2003-09-01 Thread Max Bowsher
Please do not take discussions off the mailing list unless there is good reason to make them private. Doing so: Is bad for me: Your mail doesn't get filtered into my "Cygwin" folder. Is bad for you: You drastically reduce the number of people who may look at your problem. Is bad for others: They

Re: md5sum of a CD

2003-09-01 Thread Corinna Vinschen
On Mon, Sep 01, 2003 at 12:22:30PM +0100, Hughes, Bill wrote: > >From: Vince Hoffman Sent: 01 September 2003 11:37 > > Also see > >http://www.cygwin.com/cygwin-ug-net/using-specialnames.html > > > Duh! after 'mount -b //./q: /dev/scd0' all is rosy. Don't do this. Read the above document again, ca

RE: md5sum of a CD

2003-09-01 Thread Hughes, Bill
>Sent: 01 September 2003 13:14 From: Corinna Vinschen > >Don't do this. Read the above document again, carefully. Using mount >is unnecessary. It was only necessary until Cygwin 1.3.3. Please >read again, beginning with the paragraph starting with > > "Since Cygwin 1.3.4 raw devices are acces

Re: md5sum of a CD

2003-09-01 Thread Corinna Vinschen
On Mon, Sep 01, 2003 at 01:36:26PM +0100, Hughes, Bill wrote: > >Sent: 01 September 2003 13:14 From: Corinna Vinschen > > > >Don't do this. Read the above document again, carefully. Using mount > >is unnecessary. It was only necessary until Cygwin 1.3.3. Please > >read again, beginning with th

RE: md5sum of a CD

2003-09-01 Thread Hughes, Bill
Sent: 01 September 2003 13:57 From: Corinna Vinschen >Thank you for your help. > >I've changed the description how to access raw devices. The way how to >mount these devices is entirely gone. Please read it again and report >back, if the description of raw devices is a bit clearer now. Definite

setup crashes after checking md5 for gcc...

2003-09-01 Thread Stumpe, Robert
it`s my first time using cygwin; at first i found an older installer (v2.249.2.5) and some packages on a drive in our lan; so i tried it with the old one installer and it works... after using cygwin i recognized, that a compiler is missing and so i downloaded hardly the whole packages and store it

Re: autoconf 2.54-1 writes dos files

2003-09-01 Thread Sam Steingold
> * In message <[EMAIL PROTECTED]> > * On the subject of "RE: autoconf 2.54-1 writes dos files" > * Sent on Mon, 1 Sep 2003 00:57:25 -0500 > * Honorable "Gary R. Van Sickle" <[EMAIL PROTECTED]> writes: > > > me being a perl-hater :-), you can hardly expect me to harbor some > > non-standard perl. >

Re: setup crashes after checking md5 for gcc...

2003-09-01 Thread Stumpe, Robert
after i delete the folder gcc(with gcc-package) the installer works right. now i have a running cygwin but without gcc :-( -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html F

Re: md5sum of a CD

2003-09-01 Thread Corinna Vinschen
On Mon, Sep 01, 2003 at 02:12:32PM +0100, Hughes, Bill wrote: > to something like: > "Windows NT/W2K/XP additionally support raw devices like floppies, disks, > partitions and tapes. These are accessed from Cygwin applications using > POSIX device names." > > The next para starts "Beginning with C

RE: md5sum of a CD

2003-09-01 Thread Hughes, Bill
Sent: 01 September 2003 15:32 From: Corinna Vinschen >On Mon, Sep 01, 2003 at 02:12:32PM +0100, Hughes, Bill wrote: >> to something like: >> "Windows NT/W2K/XP additionally support raw devices like floppies, disks, >> partitions and tapes. These are accessed from Cygwin applications using >> POSI

Re: all apps crash at startup with current CVS checkout of cygwin

2003-09-01 Thread Ronald Landheer-Cieslak
"Shortly" took a bit longer than I expected, but OK.. I've put the cygwin1.dll in place and ran cygcheck - id crashed but the cygcheck.out file it produced is attached anyhow.. I have also attached a file called cygwin1-20030828.dll.map, which contains the addr2line output for the addresses in t

Re: Your recent email to gerti@BITart.com

2003-09-01 Thread gerti-blackhole
Hello, Welcome to our new SPAM filter. The first time this new system receives e-mail from an unfamiliar source, it generates this response. Due to the recent sharp increase in unsolicited e-mail (SPAM), we have been forced to take this drastic measure and we apologize for any inconvenience it may

RE: cygwin older/newer version downloading

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Mark Fishel > I was wondering how one could download a cygwin version different from the > current stable one - the cygwin.com page only links to articles with the > changes in every version, not the downloads. There is no such conce

RE: md5sum of a CD

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of [EMAIL PROTECTED] > How can one find the md5sum of a CD > in Windows? > > In Linux, one can do > > $ md5sum /dev/cdrom This won't work on cygwin (nor in Windows AFAIK). Cygwin is an emulated environment, which depends entirely (ex

RE: Re[2]: proftpd

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Mauri Note: No need to quote mail headers. > >> $ /usr/sbin/proftpd.exe > >> EQUIPO5 - unable to set uid to 18, current uid: 500 > > HEKNgm> To me this indicates problems with user authentication. > > HEKNgm> That is the contents of

Re: md5sum of a CD

2003-09-01 Thread Corinna Vinschen
On Mon, Sep 01, 2003 at 05:41:06PM +0200, Hannu E K Nevalainen (garbage mail) wrote: > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > > Of [EMAIL PROTECTED] > > > How can one find the md5sum of a CD > > in Windows? > > > > In Linux, one can do > > > > $ md5sum /dev/cdrom > > This

RE: md5sum of a CD

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Vince Hoffman > Sent: Monday, September 01, 2003 12:37 PM > To: 'Hughes, Bill'; '[EMAIL PROTECTED]' > Subject: RE: md5sum of a CD > > > The /dev directory is a "virtual" directory, much like the /proc > di

[ANNOUNCEMENT] updated: nasm-0.98.37-1 and nasm-0.98.37-2

2003-09-01 Thread Dean Scarff
nasm-0.98.37-1 and nasm-0.98.37-2 have been uploaded to sourceware. BACKGROUND INFORMATION: === Many many developers all over the net respect NASM for what it is - a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for ma

Unable to allocate heap

2003-09-01 Thread Jon Jansen
I get the following error running CygWin find and xargs from within a TCL script: Error executing 'C:/cygwin/bin/find TempDir/QACData -name *.lock -type f -print0 | xargs -0r rm -r'... c:\cygwin\bin\xargs.exe: *** unable to allocate heap, heap_chunk_size 384, Win32 error 0 The error is in

Can I install cygwin offline?

2003-09-01 Thread Thiago Serra Azevedo Silva
Hi, I want to install Cygwin on a PC that does not have internet access due to its location. How can I do??? Thanx -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Cygwin OpenGL version

2003-09-01 Thread Jon Brooks
I have just started using Cygwin and learning OpenGL and am a bit confused about the installed version of OpenGL. During Cygwin setup it looks like the OpenGL version is 1.1.0-6. However I am successfully compiling tutorial programs which contain GL commands from later versions of OpenGL. I am gues

Re: Can I install cygwin offline?

2003-09-01 Thread Larry Hall
At 12:26 PM 9/1/2003, Thiago Serra Azevedo Silva you wrote: >Hi, I want to install Cygwin on a PC that does not have internet access due to its >location. How can I do??? Thanx Pick your favorite mirror, download the Cygwin release directory, setup.exe, and setup.ini, and burn a CD. Maintain

Re: Cygwin OpenGL version

2003-09-01 Thread Larry Hall
At 12:38 PM 9/1/2003, Jon Brooks you wrote: >I have just started using Cygwin and learning OpenGL and am a bit confused >about the installed version of OpenGL. During Cygwin setup it looks like the >OpenGL version is 1.1.0-6. However I am successfully compiling tutorial >programs which contain GL c

FW: Majordomo results: RE: cygwin older/newer version downloadi

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)
I get this garbage (below) from Majordomo-Owner AT virginia DOT edu and Majordomo AT mutt DOT org for every post to cygwin AT cygwin DOT com Anyone else see this? What might be the cause? (Foul play?) I've _no_ "relation" to those mailing list managers. /Hannu E K Nevalainen, B.Sc. EE Mi

RE: md5sum of a CD

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Corinna Vinschen > On Mon, Sep 01, 2003 at 05:41:06PM +0200, Hannu E K Nevalainen > (garbage mail) wrote: > > > $ md5sum /dev/cdrom > > > > This won't work on cygwin (nor in Windows AFAIK). > > [...] > > Igor, CGF, ...? Please ver

Re: FW: Majordomo results: RE: cygwin older/newer version downloadi

2003-09-01 Thread Larry Hall
No, I don't see that when posting (well, I guess the list would see it unless majordomo doesn't honor "Reply-To" - so perhaps this is an avenue for you to check). Still, I expect if everyone who replied to the list was receiving this, we'd hear allot more noise about it. Larry At 01:56 PM 9/1/

[ANNOUNCEMENT] Updated: cygwin-1.5.3-1

2003-09-01 Thread Christopher Faylor
I've made a new version of the Cygwin DLL and associated utilities available for download. As usual, a list of what has changed is below. This is the first non-test 1.5.x release. This means that the 1.5.x series of the cygwin DLL will be the default from now on. As previously reported here, 1.

Using ActivePerl 5.8 on a cygwin system

2003-09-01 Thread John Seeliger
I have had cygwin installed on this PC for quite some time, but hadn't updated it for a while. I wanted to run yahoo2mbox.pl and found it wouldn't work with the perl 5.6.1 I had installed, so I downloaded ActivePerl 5.8.? and tried running the script from a Windows XP prompt, but it used the cygwi

sshd setup question

2003-09-01 Thread Dan Adams
Does anyone know if there is either a script that will automate the process of setting up an ssh server? Or is there a tutorial setup page? Dan Adams - [EMAIL PROTECTED] http://www.infochi.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygw

Re: sshd setup question

2003-09-01 Thread Krzysztof Duleba
Dan Adams" wrote > Does anyone know if there is either a script that will automate the process > of setting up an ssh server? Or is there a tutorial setup page? http://tech.erdelynet.com/cygwin-sshd.html Regards Krzysztof Duleba -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Re: Using ActivePerl 5.8 on a cygwin system

2003-09-01 Thread Larry Hall
At 04:24 PM 9/1/2003, John Seeliger you wrote: >I have had cygwin installed on this PC for quite some time, but hadn't >updated it for a while. I wanted to run yahoo2mbox.pl and found it wouldn't >work with the perl 5.6.1 I had installed, so I downloaded ActivePerl 5.8.? >and tried running the scr

Re: Using ActivePerl 5.8 on a cygwin system

2003-09-01 Thread Igor Pechtchanski
On Mon, 1 Sep 2003, John Seeliger wrote: > I have had cygwin installed on this PC for quite some time, but hadn't > updated it for a while. I wanted to run yahoo2mbox.pl and found it wouldn't > work with the perl 5.6.1 I had installed, so I downloaded ActivePerl 5.8.? Why? Cygwin has Perl 5.8.?

Re: sshd setup question

2003-09-01 Thread Larry Hall
At 05:07 PM 9/1/2003, Dan Adams you wrote: >Does anyone know if there is either a script that will automate the process >of setting up an ssh server? Or is there a tutorial setup page? > >Dan Adams - [EMAIL PROTECTED] >http://www.infochi.com > You mean other than /usr/doc/Cygwin/openssh-*.README?

Re: sshd setup question

2003-09-01 Thread Larry Hall
At 05:28 PM 9/1/2003, Krzysztof Duleba you wrote: >Dan Adams" wrote > >> Does anyone know if there is either a script that will automate the >process >> of setting up an ssh server? Or is there a tutorial setup page? > >http://tech.erdelynet.com/cygwin-sshd.html And please follow-up with any ques

Re: sshd setup question

2003-09-01 Thread Dan Adams
I tried the directions at the site, and when it did the chown system.system /var/empty command. It errors out, saying that the user is unknown. It seems to not want to start the service after that point. Any more suggestions. Also does anyone know how to remove a service from the listong in Win2k o

Re: sshd setup question

2003-09-01 Thread Larry Hall
OK, visit and provide the requested info. Also, send along (attached too) your /etc/passwd and /etc/group files. The actual transcript of your attempt to run chown would be helpful too. cygrunsrv -E followed by cygrunsrv -R will stop and remove a service. Larr

Re: sshd setup question

2003-09-01 Thread Dan Adams
Thanks for the comment about cygrunsrv and the method of removing service from win2k That worked well Since I have inetd working well. I have a telnet server and also a FTP server, but neither is available outside of my firewall. I thought that I would try and see if I could use the sshd server th

Re: Using ActivePerl 5.8 on a cygwin system

2003-09-01 Thread Brian Dessent
John Seeliger wrote: > > I have had cygwin installed on this PC for quite some time, but hadn't > updated it for a while. I wanted to run yahoo2mbox.pl and found it wouldn't > work with the perl 5.6.1 I had installed, so I downloaded ActivePerl 5.8.? > and tried running the script from a Windows

Re: Setup.exe seems to hang

2003-09-01 Thread luke . kendall
On 2 Sep, Robert Collins wrote: > > The problem he's having is that when getting to the stage of trying to > > change the installation type from "default" to "install", the machine > > just goes very busy and doesn't complete (e.g. it was left running > > overnight). > > Try the snapsh

Re: Setup.exe seems to hang

2003-09-01 Thread Robert Collins
On Tue, 2003-09-02 at 16:44, [EMAIL PROTECTED] wrote: > I'd still be interested to know what setup is doing at that point. It > might give us a clue as to why setup's performance varies across such a > wide range. (If Cygwin was already installed, could we strace > setup.exe?) no - it's not a

Re: display remote X client on cygwin machine's display?

2003-09-01 Thread Igor Pechtchanski
On Sun, 31 Aug 2003 [EMAIL PROTECTED] wrote: > i have cygwin installed on my win2k box, and KDE-cygwin too, which work > fine. When I ssh to my favorite linux-based server and run gnucash, I > get "Gtk-WARNING" **: cannot open display:". Then I run KDE-cygwin and > ssh to the same server from a Ko

Releasing 1.5.3 soon

2003-09-01 Thread Christopher Faylor
After some delay, I'll be releasing 1.5.3 today. I'm running it through final tests now. FYI, cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: ht