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 that others reported that
Ctrl-C becomes ineffective if "start" was used to fire off the bash shell,
so if you had modified your /cygwin.bat, that would explain the problem.

As for the cygcheck output, I'd've looked for the contents of the CYGWIN
environment variable there, especially the setting of "tty" (as was
already suggested on the list by Brian Dessent).  Also, having the list of
packages and DLL versions in the cygcheck output lets others duplicate
your environment in an attempt to reproduce your problem.
Igor

On Sun, 31 Aug 2003, Anders Lindén wrote:

> Sorry, I was not authorized to give away the information.
>
> I actually saw the problem report webpage before I was sending the
> posting, but I missed the part about sending information about my
> system.
>
> I never altered cygwin.bat, here it is if you want to know:
> @echo off
>
> D:
> chdir D:\cygwin\bin
>
> bash --login -i
>
> Well, the reason that I send this personally to you is that I dont want
> to clutter the mailing lists with my excuse.
>
> best regards
> /Anders
>
>
> - Original Message -
> From: "Igor Pechtchanski" <[EMAIL PROTECTED]>
> To: "Anders Lindén" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Sunday, August 31, 2003 8:48 PM
> Subject: Re: ctrl-c swallowed
>
>
> On Sun, 31 Aug 2003, Anders Lindén wrote:
>
> > Hello!
> >
> > When I use the Programs->cygwin->cygwin bash shell, I get a console
> > window with a bash shell, but ctrl-c presses never reaches the
> > applications. I presume that it is the bash application that swallows
> > them, or?
> >
> > When I run bash in xfree (shipped with cygwin), the problem is not
> > there, ctrl-c presses is reaching the application.  However, I need to
> > use the console.
> >
> > Any suggestions?
> > /Anders
>
> Anders,
>
> Please (re)read the problem reporting guidelines at
> , particularly the bit about attaching
> (as an uncompressed text *attachment*) the output of "cygcheck -svr".
> This output will contain the information that would be helpful in
> diagnosing this problem.
>
> Also, what's the contents of your /cygwin.bat?
> Igor

-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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/wavfile.php?quote=3535&sound=243

;-)

--
Gary R. Van Sickle
Brewer.  Patriot.



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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'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 a section on how to do this, I'm sure.
> > 
> > CTRL-C is designed to work correctly with cygwin applications in either
> > tty or notty mode.  Please don't spread FUD if you aren't providing
> > details.
> 
> In pico, without CYGWIN=tty, pressing ^C does nothing.  With CYGWIN=tty,
> it works as it's supposed to (displays the current position.)  That's
> all, just my observation.


Yeah! Thats correct! For some reason, if pico (or nano) is runned with CYGWIN=tty,
it will make the terminal go crazy when it is terminating. The terminal will not 
display any output, just consume input.
"stty sane" or "reset" did not alter that behaviour...

> 
> Brian
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
> 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 a section on how to do this, I'm
sure.
> > >
> > > CTRL-C is designed to work correctly with cygwin applications in
either
> > > tty or notty mode.  Please don't spread FUD if you aren't providing
> > > details.
> >
> > In pico, without CYGWIN=tty, pressing ^C does nothing.  With CYGWIN=tty,
> > it works as it's supposed to (displays the current position.)  That's
> > all, just my observation.
>
>
> Yeah! Thats correct! For some reason, if pico (or nano) is runned with
CYGWIN=tty,
> it will make the terminal go crazy when it is terminating. The terminal
will not display any output, just consume input.
> "stty sane" or "reset" did not alter that behaviour...

I find this behaviour if i set the cygwin=tty variable after having started
the bash prompt.  Setting it before (ie adding it to the system environment
variables) has no problems.
ctrl-C and (i think) ctrl-T not working in nano are the only reasons i set
cygwin=tty.

Gareth

>
> >
> > Brian
> >
> > --
> > Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> > Problem reports:   http://cygwin.com/problems.html
> > Documentation: http://cygwin.com/docs.html
> > FAQ:   http://cygwin.com/faq/
> >
>
>
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
>
>

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 2003 19:01:17 +0200 
HEKNgm> Received: from sources.redhat.com ([67.72.78.213]) by
HEKNgm>   tsmtp1.mail.isp (terra.es) with SMTP id HK15Y000.8OX for
HEKNgm>   <[EMAIL PROTECTED]>; Fri, 22 Aug 2003 19:01:12 +0200 
HEKNgm> Received: (qmail 23340 invoked by alias); 22 Aug 2003 17:01:02 -
HEKNgm> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
HEKNgm> Precedence: bulk
HEKNgm> List-Unsubscribe: 
HEKNgm> List-Subscribe: 
HEKNgm> List-Archive: 
HEKNgm> List-Post: 
HEKNgm> List-Help: , 
HEKNgm> Sender: [EMAIL PROTECTED]
HEKNgm> Mail-Followup-To: [EMAIL PROTECTED]
HEKNgm> Delivered-To: mailing list [EMAIL PROTECTED]
HEKNgm> Received: (qmail 23322 invoked from network); 22 Aug 2003 17:01:01 -
HEKNgm> Received: from unknown (HELO smtp5.hy.skanova.net) (195.67.199.134)
HEKNgm>   by sources.redhat.com with SMTP; 22 Aug 2003 17:01:01 -
HEKNgm> Received: from P450 (t5o73p9.telia.com [213.64.24.9])
HEKNgm> by smtp5.hy.skanova.net (8.12.9/8.12.9) with SMTP id h7MH10pP009238
HEKNgm> for <[EMAIL PROTECTED]>; Fri, 22 Aug 2003 19:01:00 +0200 (CEST)
HEKNgm> From: "Hannu E K Nevalainen \(garbage mail\)" <[EMAIL PROTECTED]>
HEKNgm> To: <[EMAIL PROTECTED]>
HEKNgm> Subject: RE: proftpd
HEKNgm> Date: Fri, 22 Aug 2003 18:59:18 +0200
HEKNgm> Message-ID: <[EMAIL PROTECTED]>
HEKNgm> MIME-Version: 1.0
HEKNgm> Content-Type: text/plain;
HEKNgm> charset="us-ascii"
HEKNgm> Content-Transfer-Encoding: 7bit
HEKNgm> X-Priority: 3 (Normal)
HEKNgm> X-MSMail-Priority: Normal
HEKNgm> Importance: Normal
HEKNgm> In-Reply-To: <[EMAIL PROTECTED]>
HEKNgm> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165

>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
>> Of Mauri

>> I need use this ftp server, but when I run /usr/sbin/proftpd.exe it
>> don't run itself
>>
>> $ /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 "/etc/group" and|or "/etc/passwd" files
HEKNgm> or something else that is related to those.

HEKNgm>  To be able to tell - more information is needed. (Please do read
HEKNgm> www.cygwin.com/problems.html for instructions)
HEKNgm>  i.e. _attach_ the output of "cygcheck -svr" to an email and send it here.

>> can somebody help me, please?
>>
>> I'm newbie in linux, cygwin and english :-D
>> sorry for my english

HEKNgm>  No need to be sorry for that, IMO!

HEKNgm> /Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59?16.37'N,
HEKNgm> 17?12.60'E
HEKNgm> --END OF MESSAGE--


HEKNgm> --
HEKNgm> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
HEKNgm> Problem reports:   http://cygwin.com/problems.html
HEKNgm> Documentation: http://cygwin.com/docs.html
HEKNgm> FAQ:   http://cygwin.com/faq/



-- 
 Mauri   mailto:[EMAIL PROTECTED]
 Linux user: #267236 (sep 1999)
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Mon Sep 01 08:50:07 2003

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\WINNT\system32
c:\WINNT
c:\WINNT\System32\Wbem
c:\j2sdk1.4.1_02\bin
c:\WINNT\system32
c:\WINNT
c:\WINNT\System32\Wbem
c:\j2sdk1.4.1_02\bin

C:\cygwin\bin\id.exe output (nontsec)
UID: 500(Administrador)  GID: 513(Ninguno)
513(Ninguno)

C:\cygwin\bin\id.exe output (ntsec)
UID: 500(Administrador)  GID: 513(Ninguno)
513(Ninguno) 544(Administradores)
545(Usuarios)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

HOME = `C:\cygwin\home\Administrador'
MAKE_MODE = `unix'
PWD = `/home/Administrador'
USER = `Administrador'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Administrador\Datos de programa'
COMMONPROGRAMFILES = `C:\Archivos de programa\Archivos comunes'
COMPUTERNAME = `EQUIPO5'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CVS_RSH = `/bin/ssh'
HOMEDRIVE = `C:'
HOMEPATH = `\'
HOSTNAME = `EQUIPO5'
INFOPATH = 
`/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LOGONSERVER = `\\EQUIPO5'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man:'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/bin'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER =

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 Cygwin, but it didn't work right.
   Does not Cygwin support some program?

regards
tufei
  





==
263电子邮件-信赖邮自专业

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 binaries 
on the Intel platform?

/Anders


- Original Message -
From: "tufei" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 01, 2003 9:12 AM
Subject: compiler works error in Cygwin


> 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 Cygwin, but it didn't work right.
>Does not Cygwin support some program?
>
> regards
> tufei
>
>
>
>
>
>
> ==
> 263电子邮件-信赖邮自专业


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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:\unix\usr\local\bin
c:\unix\bin
c:\unix\bin
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\system32\WBEM
c:\WINDOWS\COMMAND
c:\progra~1\Winzip
c:\PROGRA~1\MICROS~3\VC98\BIN
c:\PROGRA~1\MICROS~3\Common\MSDev98\Bin
c:\PROGRA~1\Tcl\bin
c:\PROGRA~1\MICROS~1\Bin\
c:\PROGRA~1\MICROS~1\Bin\WinNT\

Output from c:\unix\bin\id.exe (nontsec)
UID: 1004(Gary_VS) GID: 513(None)
513(None)

Output from c:\unix\bin\id.exe (ntsec)
UID: 1004(Gary_VS) GID: 513(None)
513(None)544(Administrators)  
545(Users)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

CYGWIN = `ntsec'
HOME = `c:\unix\home\grvs'
LIBRARY_PATH = `/lib'
MAKE_MODE = `unix'
PWD = `/home/grvs'
USER = `Gary_VS'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Gary_VS\Application Data'
BASEMAKE = `C:\Program Files\Microsoft SDK\Include\BKOffice.Mak'
BKOFFICE = `C:\Program Files\Microsoft SDK\.'
BLASTER = `A220 I5 D3 T4'
COLORFGBG = `0;default;15'
COLORTERM = `rxvt-xpm'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `UTQ6E'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
CVS_RSH = `/bin/ssh'
DESKTOP = `/cygdrive/c/DOCUME~1/Gary_VS/Desktop'
DISPLAY = `:0'
EDITOR = `nano'
GS_FONTPATH = `c:\gs\fonts'
GS_LIB = `c:\gs\gs7.04\lib'
HISTCONTROL = `ignoredups'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\Gary_VS'
HOSTNAME = `utq6e'
INCLUDE = `C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Microsoft Visual 
Studio\VC98\Include'
INETSDK = `C:\Program Files\Microsoft SDK\.'
INFOPATH = 
`/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LIB = `C:\Program Files\Microsoft SDK\Lib\.;C:\Program Files\Microsoft Visual 
Studio\VC98\Lib'
LOGONSERVER = `\\UTQ6E'
MAIL = `/home/grvs/Mail/inbox'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man:'
MSSDK = `C:\Program Files\Microsoft SDK\.'
MSTOOLS = `C:\Program Files\Microsoft SDK\.'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/home/grvs/src/ode'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 5 Stepping 2, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0502'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$p$g'
PS1 = `\[\033]0;\w\007
[EMAIL PROTECTED] \[\033[33m\w\033[0m\]
$ '
SESSIONNAME = `Console'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\Gary_VS\LOCALS~1\Temp'
TERM = `rxvt-cygwin-native'
TMP = `c:\DOCUME~1\Gary_VS\LOCALS~1\Temp'
USERDOMAIN = `UTQ6E'
USERNAME = `Gary_VS'
USERPROFILE = `C:\Documents and Settings\Gary_VS'
WINBOOTDIR = `C:\WINDOWS'
WINDIR = `C:\WINDOWS'
WINDOWID = `168048232'
WIN_EDITOR = `/cygdrive/c/progra~1/textpa~1/textpad.exe'
WXWIN = `C:\UNIX\USR\LOCAL\SRC\WX2'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x0020
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
  (default) = `c:\unix'
  unix = `/'
  fbinary = 0x
  fsilent = 0x
HKEY_CURRENT_USER\Software\Microsoft\ftp\Accounts\sourceware.cygnus.com
  (default) = `'
   = `'
  Login Attributes = 0x0002
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.Cygnus
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.Cygnus\OpenWithList
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tw/pub3/CYGNUS/cygwin/latest/
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tw/pub3/CYGNUS/cygwin/latest/\OpenWithList
  (default) = `IEXPLORE.EXE'
  MRUList = `a'
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start 
Menu\&Programs\Cygnus Solutions
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start 
Menu\&Programs\Cygnus Solutions\Menu
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start 
Menu\Programs\Cygnus Solutions
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start 
Menu2\Programs\

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: licensing ("Am
I obliged to liberate my software because I use grep in one of the setup 
scripts?") and quality assurance ("At least there's a big company behind it
that has the (legal) responsability for the quality of the program..")

The fact that the quality of FSF software such as gcc is often a lot better 
than the Microsoft-equivalent (MSVC) doesn't seem to bother them much..

rlc
-- 
One man's constant is another man's variable.
-- A.J. Perlis

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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, Aug 28, 2003 at 10:34:00AM -0400, Christopher Faylor wrote:
> >>> On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote:
> >>> >With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this
> >>> >when I start rxvt:
> >>> >
> >>> >  6 [main] rxvt 1912 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
> >>> >  15845 [main] rxvt 1912 open_stackdumpfile: Dumping stack trace to rxvt.exe.sta
> >>> >ckdump.
> >>> >
> >>> >The stackdump is attached.
> >>> 
> >>> Stackdumps of self-built dlls are really not interesting.  If you are
> >>> building the dll from scratch then you can always debug the problem with
> >>> a gdb + working DLL build with --enable-debugging.  gdb will show you
> >>> exactly where the error is occuring.
> >>> 
> >>> Or you can use addr2line to decode the addresses below:
> > ^^
> > **
> >>> 
> >>$ addr2line -e cygwin1.dll 6107BF59
> >>/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/sync.cc:75
> >>
> >>just in case it helps :)
> 
> Any word on this?  cygcheck output?  Full addr2line decoding of stack
> trace?  gdb back trace of crash?
> 
> Out of curiousity, has anyone else seen this?
> 
> cgf
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/

-- 
A gambler's biggest thrill is winning a bet.
His next biggest thrill is losing a bet.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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.com/wavfile.php?quote=3535&sound=243
>
> ;-)

 Hrm... Every scripting language has its advantages; currently I believe
Perl
has one advantage that has very much resemblance of the situation in the
operating systems market - no names necessary IMO.

My 'baby' is "REXX"
(regina on sourceforge is a GPL?/free variant. Check http://www.rexxla.org/)
I'll be playing with regina RSN(tm). It _compiles_ OOTB on cygwin.

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59?16.37'N,
17?12.60'E
--END OF MESSAGE--


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 is strange.  Are you sure you used the perl from
>> perl-5.8.0-5 and you don't have another perl in /usr/local or
>> s.th. other weird?  Anyway I'll try to reproduce it now, after I
>> finished my Sunday Cygwin update.

> me being a perl-hater :-), you can hardly expect me to harbor some
> non-standard perl.

Ok.  But I'm sorry cannot reproduce it here.  I have also all binmode
mounts like you.

$ set | grep PERL

gives no output, so no PERL or PERLIO settings in my environment, see
also perl -V output below for my environment settings which may
influence these things.

though autoconf is newer, but I don't think that another autoconf makes
any difference:

$ autoconf --version
autoconf (GNU Autoconf) 2.57
Written by David J. MacKenzie and Akim Demaille.

$ perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
  Platform:
osname=cygwin, osvers=1.3.22(0.7832), archname=cygwin-multi-64int
uname='cygwin_nt-5.0 ismene 1.3.22(0.7832) 2003-03-18 09:20 i586 unknown unknown 
cygwin '
config_args='-de -Dmksymlinks -Dusemultiplicity -Duse64bitint -Doptimize=-O3 
-Dman3ext=3pm'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=undef uselongdouble=undef
usemymalloc=y, bincompat5005=undef
  Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing',
optimize='-O3',
cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing'
ccversion='', gccversion='3.2 20020927 (prerelease)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
alignbytes=8, prototype=define
  Linker and Libraries:
ld='ld2', ldflags =' -s -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib
libs=-lgdbm -ldb -lcrypt -lutil -lgdbm_compat
perllibs=-lcrypt -lutil -lgdbm_compat
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a
gnulibc_version=''
  Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s'
cccdlflags=' ', lddlflags=' -s -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY USE_64_BIT_INT USE_LARGE_FILES 
PERL_IMPLICIT_CONTEXT
  Built under cygwin
  Compiled at Aug 29 2003 12:06:59
  %ENV:
CYGWIN="binmode tty ntsec notitle"
  @INC:
/usr/lib/perl5/5.8.0/cygwin-multi-64int
/usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int
/usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
.

Gerrit
-- 
=^..^=


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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!
My CD is mounted 
q: on /cdrom type system (binmode)
It all seems to work, should I be doing something different?

It's actually a CDRW, I couldn't see in the archive or docs if cd writing is
supported under cygwin, I did look.


***
This e-mail transmission is strictly confidential and intended solely 
for the person or organisation to whom it is addressed. It may contain 
privileged and confidential information and if you are not the intended
recipient, you must not copy, distribute or take any action in reliance
on it. If you have received this email in error, please reply to the 
sender as soon as possible and delete the message. Please note that we 
are able to, and reserve the right to, monitor e-mail communications 
passing through our network.

The views expressed in this email are not that of the company unless 
specified within the message.

The inclusion of this footnote indicates that the mail message and any
attachments have been checked for the presence of known viruses.

If you have any comments regarding our policy please direct them to 
[EMAIL PROTECTED]
***

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 11:20
> To: '[EMAIL PROTECTED]'
> Subject: RE: md5sum of a CD
> 
> 
> >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!
> My CD is mounted 
> q: on /cdrom type system (binmode)
> It all seems to work, should I be doing something different?
> 
> It's actually a CDRW, I couldn't see in the archive or docs 
> if cd writing is
> supported under cygwin, I did look.
> 
> 
> **
> *
> This e-mail transmission is strictly confidential and intended solely 
> for the person or organisation to whom it is addressed. It 
> may contain 
> privileged and confidential information and if you are not 
> the intended
> recipient, you must not copy, distribute or take any action 
> in reliance
> on it. If you have received this email in error, please reply to the 
> sender as soon as possible and delete the message. Please 
> note that we 
> are able to, and reserve the right to, monitor e-mail communications 
> passing through our network.
> 
> The views expressed in this email are not that of the company unless 
> specified within the message.
> 
> The inclusion of this footnote indicates that the mail message and any
> attachments have been checked for the presence of known viruses.
> 
> If you have any comments regarding our policy please direct them to 
> [EMAIL PROTECTED]
> **
> *
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
> 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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) version is available in setup.exe. There are also
snapshots available:
http://cygwin.com/snapshots/

Max.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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
>> >$ md5sum /dev/scdX
>> >with X in 0..15
>> 
>> I don't have a /dev!
>> My CD is mounted 
>> q: on /cdrom type system (binmode)
>> It all seems to work, should I be doing something different?
>> 
>> It's actually a CDRW, I couldn't see in the archive or docs 
>> if cd writing is
>> supported under cygwin, I did look.
>> 
>From: Vince Hoffman Sent: 01 September 2003 11:37
>
>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
>
Duh! after 'mount -b //./q: /dev/scd0' all is rosy.
Thank you - I _have_ rtfm, but I expect my eyes glazed over as I probably
didn't understand it all at the time. It's one of those probably
insurmountable problems I suppose (not thick users) - how to cross reference
a document under any reasonable heading that could be looked for? I may be
making excuses (but _not_ complaining) but "Special Filenames/Posix
Devices/" wasn't the first place I thought to look for access to cdrom -
this is likely because I've spent too much time on windows and not enough on
unix/linux. I do really like cygwin as I would have a much harder time
without it.


***
This e-mail transmission is strictly confidential and intended solely 
for the person or organisation to whom it is addressed. It may contain 
privileged and confidential information and if you are not the intended
recipient, you must not copy, distribute or take any action in reliance
on it. If you have received this email in error, please reply to the 
sender as soon as possible and delete the message. Please note that we 
are able to, and reserve the right to, monitor e-mail communications 
passing through our network.

The views expressed in this email are not that of the company unless 
specified within the message.

The inclusion of this footnote indicates that the mail message and any
attachments have been checked for the presence of known viruses.

If you have any comments regarding our policy please direct them to 
[EMAIL PROTECTED]
***

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 might have a similar problem, and benefit from the
discussion.

Damien wrote:
> On 01 sept. 2003, you wrote in gmane.os.cygwin:
>
>> More info needed. The configure output doesn't look autoconfy, but
>> presumably it left some log you can look at for more info?
>
> In the result of configure, here is the error :
>
> 1) Seeing if compiling with standard #include's works...  ***ERROR***:
> couldn't build with standard #include's
>
> 2) Determing the signedness of 'addrlen'... Unknown. ***ERROR***:
> neither signed or unsigned worked.
>
> 3) Checking for regcomp()... Missing. ***ERROR***: couldn't find regcomp
> ()

Yes, you already posted those. I was looking for more info.



Since it is small, and I am in a good mood, I downloaded iroffer.

It turns out that you can run "./Configure errors" to see the compiler error
output.
You will see that is complains about "cannot find -lregex". This is because
modern Cygwin has regex functionality built right in to the cygwin DLL
itself. No extra library options are needed.

So, modify Configure appropriately, and go tell iroffer's maintainer that
cygwin hasn't had a libregex.a for several years now.

Max.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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, 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 accessible from inside of Cygwin
   processes using fixed POSIX device names. [...]"

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 accessible from inside of Cygwin
>   processes using fixed POSIX device names. [...]"

Understood. I umounted and it works, of course.
I think I tried md5sum /dev/scd0 and _thought_ it hadn't worked.  I probably
wasn't waiting long enough and Ctrl-Ced, assuming it had either hung or was
waiting for console input.
Patience and understanding are good, I need more of both, I shall work on
them.
Thank you for your help.


***
This e-mail transmission is strictly confidential and intended solely 
for the person or organisation to whom it is addressed. It may contain 
privileged and confidential information and if you are not the intended
recipient, you must not copy, distribute or take any action in reliance
on it. If you have received this email in error, please reply to the 
sender as soon as possible and delete the message. Please note that we 
are able to, and reserve the right to, monitor e-mail communications 
passing through our network.

The views expressed in this email are not that of the company unless 
specified within the message.

The inclusion of this footnote indicates that the mail message and any
attachments have been checked for the presence of known viruses.

If you have any comments regarding our policy please direct them to 
[EMAIL PROTECTED]
***

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 the paragraph starting with
> >
> >  "Since Cygwin 1.3.4 raw devices are accessible from inside of Cygwin
> >   processes using fixed POSIX device names. [...]"
> 
> Understood. I umounted and it works, of course.
> I think I tried md5sum /dev/scd0 and _thought_ it hadn't worked.  I probably
> wasn't waiting long enough and Ctrl-Ced, assuming it had either hung or was
> waiting for console input.
> Patience and understanding are good, I need more of both, I shall work on
> them.
> 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.

Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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.

Definitely better, but why not change:
"Windows NT/W2K/XP additionally support raw devices like floppies, disks,
partitions and tapes. These are accessed from Cygwin applications using
POSIX device names which are supported in two different ways.

Up to Cygwin 1.3.3 the only way to access those devices was to mount the
Win32 device names to a POSIX device name but this usage is discouraged
since Cygwin 1.3.4 and only kept for backward compatibility."

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 Cygwin 1.3.4" so it's apparent that
it's a change from previous behaviour.

You could even go for :
"Windows NT/W2K/XP additionally support raw devices like floppies, disks,
partitions and tapes. These are accessed from Cygwin applications using
POSIX device names, beginning with Cygwin 1.3.4 these raw devices are
accessible "

I hope the feedback is useful, even if you don't agree with the suggestion.
Thanks again.


***
This e-mail transmission is strictly confidential and intended solely 
for the person or organisation to whom it is addressed. It may contain 
privileged and confidential information and if you are not the intended
recipient, you must not copy, distribute or take any action in reliance
on it. If you have received this email in error, please reply to the 
sender as soon as possible and delete the message. Please note that we 
are able to, and reserve the right to, monitor e-mail communications 
passing through our network.

The views expressed in this email are not that of the company unless 
specified within the message.

The inclusion of this footnote indicates that the mail message and any
attachments have been checked for the presence of known viruses.

If you have any comments regarding our policy please direct them to 
[EMAIL PROTECTED]
***

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 on this drive for
software
in our lan. then i try to install cygwin local ... the older
installer(setup.exe)
crashes with a msg: runtime error ... abnormal programm termination

so i downloaded the new installer (v2.340.2.5) from cygwin.com
and first it looks better ... untill it checks for md5Sum of gcc 3.2-3
after that setup finishes(crashes) without an msg

anybody wants to help me...?

OS: winNT SP5

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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.
> 
> 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.

1. I did love perl long ago, before I saw that it has brain-dead design.
   
   I am at the next stage now - I graduated to Lisp.

2. _PLEASE_ let us not pollute this list with language wars.
   if you feel that you _must_ speak up, please do so in a private
   e-mail,

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
  
 
Sex is like air.  It's only a big deal if you can't get any.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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
FAQ:   http://cygwin.com/faq/



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 Cygwin 1.3.4" so it's apparent that
> it's a change from previous behaviour.

Uhm, the next para starts with "Up to Cygwin 1.3.3 ...".  Actually I
didn't want to remove the pointer to some old method involving mount
points since there might be still people out there using this technique.
They should know that they should do something as a switch over, therefore
words as "discouraged".

> I hope the feedback is useful, even if you don't agree with the suggestion.
> Thanks again.

Yes, it was helpful.

Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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
>> POSIX device names."
>> 
>> The next para starts "Beginning with Cygwin 1.3.4" so it's apparent that
>> it's a change from previous behaviour.
>
>Uhm, the next para starts with "Up to Cygwin 1.3.3 ...".  Actually I
>didn't want to remove the pointer to some old method involving mount
>points since there might be still people out there using this technique.
>They should know that they should do something as a switch over, therefore
>words as "discouraged".

Actually I cut the whole paragraph starting "Up to Cygwin 1.3.3 ...", hence
'The next para starts "Beginning with Cygwin 1.3.4" '
It probably doesn't format too well in email.
I considered the point about deprecated methods and you could add a footnote
with a link to the old method.
Glad to be of service.


***
This e-mail transmission is strictly confidential and intended solely 
for the person or organisation to whom it is addressed. It may contain 
privileged and confidential information and if you are not the intended
recipient, you must not copy, distribute or take any action in reliance
on it. If you have received this email in error, please reply to the 
sender as soon as possible and delete the message. Please note that we 
are able to, and reserve the right to, monitor e-mail communications 
passing through our network.

The views expressed in this email are not that of the company unless 
specified within the message.

The inclusion of this footnote indicates that the mail message and any
attachments have been checked for the presence of known viruses.

If you have any comments regarding our policy please direct them to 
[EMAIL PROTECTED]
***

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 the stacktrace I 
posted earlier.

I don't want to worry you too much, though: I haven't had these problems with
any of the cgf-compiled Cygwins so far.. (including the latest snapshot).

rlc

-- 
It's easier to take it apart than to put it back together.
-- Washlesky
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/sync.cc:75
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/path.cc:3794
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/path.cc:3865
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/path.cc:217
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/path.cc:492
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/path.cc:3633
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/path.cc:3663
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/environ.cc:138
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/environ.cc:733
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/pinfo.cc:93
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/dcrt0.cc:685
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/dcrt0.cc:915
??:0
??:0
??:0
Cygwin Package Information
Last downloaded files to: D:\Cygwin downloads
Last downloaded files from: ftp://archive.progeny.com/cygwin

Package Version
_update-info-dir00176-1
apache  1.3.24-5
ash 20020731-3
astyle  1.15.3-3
autoconf2.57a-1
autoconf-devel  2.57-1
autoconf-stable 2.13-4
automake1.7.5a-1
automake-devel  1.7.5-1
automake-stable 1.4p5-5
base-files  1.3-1
base-passwd 1.1-1
bash2.05b-12
binutils20030307-1
bison   20030307-1
byacc   1.9-1
bzip2   1.0.2-5
ccache  2.2-1
ccdoc   0.8.39-1
cgoban  1.9.12-1
clear   1.0-1
cmake   1.6.7-2
compface1.4-5
cron3.0.1-11
crypt   1.0-1
ctags   5.5-4
curl7.10.4-1
curl-devel  7.10.4-1
cvs 1.11.6-3
cygrunsrv   0.96-2
cygutils1.2.1-2
cygwin  1.5.2-1
cygwin-doc  1.3-4
dejagnu 20021217-2
diff1.0-1
diffutils   2.8.4-1
doxygen 1.2.18-1
dpkg1.10.4-2
ed  0.2-1
ELFIO   1.0.0-1
expat   1.95.6-2
expect  20030128-1
figlet  2.2-1
file4.03-2
fileutils   4.1-2
findutils   4.1.7-4
flex2.5.4-2
fortune 1.8-2
fvwm2.4.7-2
gawk3.1.3-3
gcc 3.2-3
gcc-mingw   20020817-5
gcc22.95.3-10
gdb 20030303-1
gdbm1.8.3-7
gettext 0.12.1-3
gettext-devel   0.12.1-3
ghostscript 7.05-2
ghostscript-base7.05-2
ghostscript-x11 7.05-2
gnugo   3.2-1
gnupg   1.2.2-2
gperf   2.7.2-1
grace   5.1.12-1
grep2.5-1
groff   1.18.1-2
gsl 1.3-1
guile   1.6.4-12
guile-devel 1.6.4-12
guile-doc   1.6.4-12
gzip1.3.5-1
indent  2.2.8-1
inetutils   1.3.2-24
ioperm  0.4-1
irc 20010101-3
jpeg6b-11
less381-1
lesstif 0.93.41-1
libbz2_11.0.2-5
libcharset1 1.9.1-3
libdb3.13.1.17-2
libgdbm 1.8.0-5
libgdbm-devel   1.8.3-7
libgdbm31.8.3-2
libgdbm41.8.3-7
libgettextpo0   0.12.1-3
libguile12  1.6.4-12
libiconv1.9.1-3
libiconv2   1.9.1-3
libintl 0.10.38-3
libintl10.10.40-1
libintl20.12.1-3
libjpeg6b   6b-8
libkpathsea32.0.2-12
libltdl3 

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 cause you. 

If you recently sent us an e-mail, please confirm that you are not a
SPAM machine by sending an empty e-mail to this address:

[EMAIL PROTECTED]

Do NOT simply push the 'Reply' button, you MUST use this address.

Your recently sent e-mail will then be forwarded to us, your
address will be known to the system and you will not need to repeat this.

Again, sorry for the hassle.

If you did not recently send us an e-mail, your address was probably
forged by some virus, perhaps from someone else's address book. If this
is the case, simply ignore this message.

Thanks!



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 concept as 'cygwin versions', unless you refer to the
cygwin dll only (the current one is 1.3.22- and there is a 'Test'
version too; numbered 1.5. ).

 There is just 'Prev'-ious, 'Curr'-ent and possibly 'Exp'-erimental (==
Test) rated _packages_ as shown on the setup.exe "Select Packages" page.
 There you also have the 'Keep' choice and 'View' button just display the
same packages with different kinds of "filters" applied.

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59?16.37'N,
17?12.60'E
--END OF MESSAGE--


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 (exception;
managed mode fs) on Windows for its filesystem; thus no possible way to do
this.

Unless you're knowledgable enough yourself to implement it within the Cygwin
filesystem _emulation_.

Igor, CGF, ...? Please verify, is this correctly understood/described?

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59°16.37'N,
17°12.60'E
--END OF MESSAGE--


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 "/etc/group" and|or "/etc/passwd" files
> HEKNgm> or something else that is related to those.

 Others has commented this in other ways,


 These...

> C:\cygwin\bin\id.exe output (nontsec)
> UID: 500(Administrador)  GID: 513(Ninguno)
> 513(Ninguno)
>
> C:\cygwin\bin\id.exe output (ntsec)
> UID: 500(Administrador)  GID: 513(Ninguno)
> 513(Ninguno) 544(Administradores)
> 545(Usuarios)

tells that I was wrong about the cause.

> HEKNgm>  To be able to tell - more information is needed. (Please do read
> HEKNgm> www.cygwin.com/problems.html for instructions)
> HEKNgm>  i.e. _attach_ the output of "cygcheck -svr" to an email
> and send it here.

 Note that this is a "general" instruction for problem reports.

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59°16.37'N,
17°12.60'E
--END OF MESSAGE--


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 won't work on cygwin (nor in Windows AFAIK).
> [...]
> Igor, CGF, ...? Please verify, is this correctly understood/described?

Corinna perhaps?  Hint: Reading the whole thread before replying is
useful sometimes.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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
> 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

Ouch! 8-7

 As I understand this a very longstanding change (from cygwin 1.3.4)...
I have a clear(!?) recollection of reading about this *NOT* beeing possible.

***  Sorry for the high confusion factor!  ***

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59°16.37'N,
17°12.60'E
--END OF MESSAGE--


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



[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 many output
formats (thus netwide!!).


RELEASE NOTES:
==

Upstream news from the CHANGES file:


* Paths given in "-I" switch searched for "incbin"ed as
well as "%include"ed files.
* Added stabs debugging for the ELF output format, patch from
Martin Wawro.
* Fix output/outbin.c to allow origin > 8000h.
* Make -U switch work.
* Fix the use of relative offsets with explicit prefixes, e.g. "a32 loop 
foo".
* Remove "backslash()".
* Fix the SMSW and SLDT instructions.
* -O2 and -O3 are no longer aliases for -O5 and -O10.  If you mean the
latter, please say so! :)

Setup.exe:
--

nasm is in the category 'Devel'.  New versions will remove older versions.
nasm-0.98.37-2 is built for cygwin-1.5.2 and is marked test accordingly.  
It *WILL NOT WORK* under cygwin-1.3.22.

Other notes:


Please be aware the upstream ChangeLog is no longer maintained.

nasm output will retain binary compatibility with previous versions, and 
the output should be unaffected between nasm-0.98.37-1 and nasm-0.98.37-2.

The Portable Document Format and PostScript versions of the documentation 
are no longer distributed in the binary package, although they can be 
built with the source package.  The text and HTML versions of the 
documentation are still available in /usr/doc/nasm-0.98.37

As always, you should conduct an appropriate level of testing before using 
any new product in your production environment.


MAINTAINER:
===
Dean Scarff, announced 1 September, 2003


GENERIC INFORMATION:


INSTALLATION:
-
To update your installation, click on the "Install Cygwin now" link on the 
http://cygwin.com/ web page.  This downloads setup.exe to your system.  
Save it and run setup, answer the questions and pick up 'nasm' from the 
'Devel' category.

DOWNLOAD:
-
Note that downloads from sources.redhat.com (aka cygwin.com) aren't 
allowed due to bandwidth limitations.  This means that you will need to 
find a mirror which has this update.

These mirrors already got the package, the others will probably have the 
latest version of this package fairly soon:

In Australia,
ftp://planetmirror.com/pub/cygwin/

offers a reliable high bandwidth connection.

QUESTIONS:
--
If you want to make a point or ask a question concerning the package, the 
Cygwin mailing list is the appropriate place.

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
-
To unsubscribe to the cygwin-announce mailing list, look at the 
"List-Unsubscribe: " tag in the email header of this message.  Send email 
to the address specified there.  It will be in the format:

[EMAIL PROTECTED]


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 intermittent and I haven't been able to reproduce it outside
the TCL script (whether from bash, cmd, tclsh, whatever).

There's similar prior art in the archives, but this one has the crucial
difference that the reported heap_chunk_size is small but non-zero.

I've had a look through the relevant source (shared.cc, heap.cc), and my
initial thought was that shared_info::heap_chunk_size() was returning a
rogue size for some reason. It seems that the memory-zeroing behaviour of
Win32 CreateFileMapping() is used to initialise shared_info::heap_chunk to
zero. Is CreateFileMapping() completely trustworthy in this respect?



cygcheck.out
Description: Binary data
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/

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:   http://cygwin.com/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
guessing that this may be because Cygwin is linking to the Windows XP
installed version of OpenGL.  Is this the case?

Many thanks if you can help
Best wishes
Jon Brooks



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 the directory structure from the 
mirror (i.e. make sure you have all the packages in the 'release' directory 
and that setup.exe and setup.ini are in the parent directory.)  Put all this 
in a directory called "cygwin" on the CD as well.  You can, of course, weed
out packages you don't want to install and/or older versions of packages and
source from the release directory, to make it fit nicely on 1 CD.  Be aware
that you're bound by the GPL to include source for any binaries you 
"distribute" with this CD, so it's best to keep the source on the CD for
packages you include.

See the email archives for more discussion of this topic if you still have
questions.  It's been discussed there allot, so you should find the answers
to just about any question you might have about this process.



Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 commands from later versions of OpenGL. I am
>guessing that this may be because Cygwin is linking to the Windows XP
>installed version of OpenGL.  Is this the case?


YMMV but essentially, yes.



Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 Microcomputer systems - 59°16.37'N,
17°12.60'E
--END OF MESSAGE--

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 01, 2003 5:49 PM
> To: [EMAIL PROTECTED]
> Subject: Majordomo results: RE: cygwin older/newer version downloadi
>
>
> --
>
>  > From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf
>  Command '>' not recognized.
>  > Of Mark Fishel
>  Command '>' not recognized.
> 
>  > I was wondering how one could download a cygwin version
> different from the
>  Command '>' not recognized.
>  > current stable one - the cygwin.com page only links to
> articles with the
>  Command '>' not recognized.
>  > changes in every version, not the downloads.
>  Command '>' not recognized.
> 
>  There is no such concept as 'cygwin versions', unless you
> refer to the
>  Command 'there' not recognized.
>  cygwin dll only (the current one is 1.3.22- and
> there is a 'Test'
>  Command 'cygwin' not recognized.
>  version too; numbered 1.5. ).
>  Command 'version' not recognized.
> 
>   There is just 'Prev'-ious, 'Curr'-ent and possibly
> 'Exp'-erimental (==
>  Command 'there' not recognized.
>  Test) rated _packages_ as shown on the setup.exe "Select
> Packages" page.
>  Command 'test)' not recognized.
>   There you also have the 'Keep' choice and 'View' button
> just display the
>  Command 'there' not recognized.
>  same packages with different kinds of "filters" applied.
>  Command 'same' not recognized.
> 
>  /Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59?16.37'N,
>  Command '/hannu' not recognized.
>  17?12.60'E
>  Command '17?12.60'e' not recognized.
>  --END OF MESSAGE--
> END OF COMMANDS
>  Help for [EMAIL PROTECTED]:
>
> This is Brent Chapman's "Majordomo" mailing list manager, version 1.93.
>
> In the description below items contained in []'s are optional. When
> providing the item, do not include the []'s around it.
>
> It understands the following commands:
>
> subscribe  []
>   Subscribe yourself (or  if specified) to the named .
>
> unsubscribe  []
>   Unsubscribe yourself (or  if specified) from the
> named .
>
> get  
> Get a file related to .
>
> index 
> Return an index of files you can "get" for .
>
> who 
>   Find out who is on the named .
>
> info 
>   Retrieve the general introductory information for the named .
>
> help
>   Retrieve this message.
>
> end
>   Stop processing commands (useful if your mailer adds a signature).
>
> Commands should be sent in the body of an email message to
> "[EMAIL PROTECTED]".
>
> Commands in the "Subject:" line NOT processed.
>
> If you have any questions or problems, please contact
> "[EMAIL PROTECTED]".
>


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 verify, is this correctly understood/described?
>
> Corinna perhaps?

 =-)

>  Hint: Reading the whole thread before replying is
> useful sometimes.
>
> Corinna

 I do exactly that - all the time. I was slow on replying though - I got the
other responses while sending mine.

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59?16.37'N,
17?12.60'E
--END OF MESSAGE--


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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/2003, Hannu E K Nevalainen \(garbage mail\) you wrote:

> 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 Microcomputer systems - 59°16.37'N,
>17°12.60'E
>--END OF MESSAGE--
>
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>> Sent: Monday, September 01, 2003 5:49 PM
>> To: [EMAIL PROTECTED]
>> Subject: Majordomo results: RE: cygwin older/newer version downloadi
>>
>>
>> --
>>
>>  > From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] Behalf
>>  Command '>' not recognized.
>>  > Of Mark Fishel
>>  Command '>' not recognized.
>> 
>>  > I was wondering how one could download a cygwin version
>> different from the
>>  Command '>' not recognized.
>>  > current stable one - the cygwin.com page only links to
>> articles with the
>>  Command '>' not recognized.
>>  > changes in every version, not the downloads.
>>  Command '>' not recognized.
>> 
>>  There is no such concept as 'cygwin versions', unless you
>> refer to the
>>  Command 'there' not recognized.
>>  cygwin dll only (the current one is 1.3.22- and
>> there is a 'Test'
>>  Command 'cygwin' not recognized.
>>  version too; numbered 1.5. ).
>>  Command 'version' not recognized.
>> 
>>   There is just 'Prev'-ious, 'Curr'-ent and possibly
>> 'Exp'-erimental (==
>>  Command 'there' not recognized.
>>  Test) rated _packages_ as shown on the setup.exe "Select
>> Packages" page.
>>  Command 'test)' not recognized.
>>   There you also have the 'Keep' choice and 'View' button
>> just display the
>>  Command 'there' not recognized.
>>  same packages with different kinds of "filters" applied.
>>  Command 'same' not recognized.
>> 
>>  /Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59?16.37'N,
>>  Command '/hannu' not recognized.
>>  17?12.60'E
>>  Command '17?12.60'e' not recognized.
>>  --END OF MESSAGE--
>> END OF COMMANDS
>>  Help for [EMAIL PROTECTED]:
>>
>> This is Brent Chapman's "Majordomo" mailing list manager, version 1.93.
>>
>> In the description below items contained in []'s are optional. When
>> providing the item, do not include the []'s around it.
>>
>> It understands the following commands:
>>
>> subscribe  []
>>   Subscribe yourself (or  if specified) to the named .
>>
>> unsubscribe  []
>>   Unsubscribe yourself (or  if specified) from the
>> named .
>>
>> get  
>> Get a file related to .
>>
>> index 
>> Return an index of files you can "get" for .
>>
>> who 
>>   Find out who is on the named .
>>
>> info 
>>   Retrieve the general introductory information for the named .
>>
>> help
>>   Retrieve this message.
>>
>> end
>>   Stop processing commands (useful if your mailer adds a signature).
>>
>> Commands should be sent in the body of an email message to
>> "[EMAIL PROTECTED]".
>>
>> Commands in the "Subject:" line NOT processed.
>>
>> If you have any questions or problems, please contact
>> "[EMAIL PROTECTED]".
>>
>
>
>--
>Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
>Problem reports:   http://cygwin.com/problems.html
>Documentation: http://cygwin.com/docs.html
>FAQ:   http://cygwin.com/faq/


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



[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.5.x versions of cygwin1.dll contain major
changes in some APIs such that 64 bit file I/O operations are now
available.  This means that some structures such as those found in
'stat' and 'dirent' have changed.  This version also supports 32 bit
uids.  Older applications will continue to work correctly but DLLs and
libraries which use any structures whose size has changed will need to
be recompiled and relinked.

There have been two problems with previous 1.5.x releases.  One involved
any application that used fdopen and another involved any application
that used -lc on the command line.  If you have rebuilt a library or
application for 1.5.0 or 1.5.1 and you used either of these, you will
need to relink your app for 1.5.3.  I'm very sorry for the
inconvenience.  Executables linked for/with 1.5.2 or 1.3.32 or earlier
should continue to work fine.

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

Christopher Faylor
Red Hat, Inc.

Changes since 1.5.2-1:

- Fix problems where cygwin heap could run into mmapped regions.
  (Corinna Vinschen)

- Allow greater number of recursive signal invocations.  (Pierre Humblet)

- Fix problems using libm.a which resulted in "File truncated" errors
  during link.  (Christopher Faylor)

- Check arguments for mount/umount syscalls to avoid crashes.
  (Christopher Faylor)

- Recognize special names with extensions as needing encoding under
  managed mode.  (Christopher Faylor)

- Do sanity checking on packages when they are reported by "cygcheck -c".
  (Igor Pechtchanski)

- Implement cygcheck --list-package (-l) option to list all files in an
  installed package.  (Igor Pechtchanski)

- Implement cygcheck --find-package (-f) option to find the installed
  package associated with a file.  (Igor Pechtchanski)

- Fix possible crash in mmap if file size is less than requested map
  length.  (Corinna Vinschen)
  
- Add a bunch of convenience macros to sys/params.h.  (Nicholas Wourms)
  
- Return more accurate errnos when reading/writing raw disk and tape
  devices.  (Corinna Vinschen)

- Fix problem where some network applications (notably ftp) could crash
  on attempts to connect to more than one host.  (Christopher Faylor)

- Try harder to kill a windows process when using the "kill -f" command.
  (Christopher Faylor)

- Use cygserver library when building a cygwin DLL meant to interoperate with
  the (experimental) cygserver.  (Christopher Faylor)


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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
cygwin perl.  So, I just copied the ActivePerl over the cygwin perl (yeah, I
know, not a good idea) and then it still wouldn't work because some of the
lib files used by it weren't there either.  I copied a few of those as well,
but still to no avail.

Have I just hosed my cygwin?  Will downloading the updated perl help?  How
can I download just perl without going through the installer and selecting
"keep" on every single other item?

Thanks.

--
John Seeliger  Limited but increasing content
[EMAIL PROTECTED]   
[EMAIL PROTECTED]




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 script from a Windows XP prompt, but it used the
>cygwin perl.  So, I just copied the ActivePerl over the cygwin perl (yeah, I
>know, not a good idea) and then it still wouldn't work because some of the
>lib files used by it weren't there either.  I copied a few of those as well,
>but still to no avail.
>
>Have I just hosed my cygwin?  Will downloading the updated perl help?  How
>can I download just perl without going through the installer and selecting
>"keep" on every single other item?


Rerun setup, find Perl in the list of packages and toggle the state until
it becomes "Reinstall".  Continue from there.  You don't need to tell 
setup.exe to "Keep" anything.  It knows what you have installed and will
automatically leave it as "Keep" unless there is some updated version from 
the last time.  You can change the view to see if that's the case.  If 
you didn't just updated today and you weren't using the test ("Exp") 
releases of packages before, you may find there are quite a few updates.
But you're better off with them. 



Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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.? as well...

> and tried running the script from a Windows XP prompt, but it used the
> cygwin perl.

Make sure ActivePerl appears in the WinXP PATH variable before Cygwin's
/bin.

> So, I just copied the ActivePerl over the cygwin perl (yeah, I know, not
> a good idea) and then it still wouldn't work because some of the lib
> files used by it weren't there either.  I copied a few of those as well,
> but still to no avail.

Yep, not a good idea.

> Have I just hosed my cygwin?

You did hose Cygwin's perl.

> Will downloading the updated perl help?

Downloading and reinstalling the perl package should fix this.  You can
install version 5.8.0-5, BTW.

> How can I download just perl without going through the installer and
> selecting "keep" on every single other item?

Use the "Keep" view of the installer.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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?



Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 questions generated from following the 
directions at this site with tech.erdelynet.com.  The supported information
for setting up Cygwin's OpenSSH distribution is 
/usr/doc/Cygwin/openssh-*.README.  It's the only source of information this
list will entertain questions about.

Thanks,


Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 once
it is no longer desired. I am hoping to change from telnet/ftp to ssh access
which means I would be able to get rid of the service of inetd that is in my
win2k control panel thing.

Dan Adams - [EMAIL PROTECTED]
http://www.infochi.com


"Larry Hall" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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 questions generated from following the
> directions at this site with tech.erdelynet.com.  The supported
information
> for setting up Cygwin's OpenSSH distribution is
> /usr/doc/Cygwin/openssh-*.README.  It's the only source of information
this
> list will entertain questions about.
>
> Thanks,
>
>
> Larry Hall  http://www.rfk.com
> RFK Partners, Inc.  (508) 893-9779 - RFK Office
> 838 Washington Street   (508) 893-9889 - FAX
> Holliston, MA 01746
>
>




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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.

Larry


At 06:04 PM 9/1/2003, Dan Adams you wrote:
>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 once
>it is no longer desired. I am hoping to change from telnet/ftp to ssh access
>which means I would be able to get rid of the service of inetd that is in my
>win2k control panel thing.
>
>Dan Adams - [EMAIL PROTECTED]
>http://www.infochi.com
>
>
>"Larry Hall" <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]
>> 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 questions generated from following the
>> directions at this site with tech.erdelynet.com.  The supported
>information
>> for setting up Cygwin's OpenSSH distribution is
>> /usr/doc/Cygwin/openssh-*.README.  It's the only source of information
>this
>> list will entertain questions about.
>>
>> Thanks,
>>
>>
>> Larry Hall  http://www.rfk.com
>> RFK Partners, Inc.  (508) 893-9779 - RFK Office
>> 838 Washington Street   (508) 893-9889 - FAX
>> Holliston, MA 01746
>>
>>
>
>
>
>
>--
>Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
>Problem reports:   http://cygwin.com/problems.html
>Documentation: http://cygwin.com/docs.html
>FAQ:   http://cygwin.com/faq/


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 that I just setup via the
inetd thing. When I did this, I got an error message of:

ssh_exchange_identification: read: Connection reset by peer

What would this mean? This is the only error message that I have been
getting from the ssh deamon when I try and connect, and even before I ran
that setup script.

Dan Adams - [EMAIL PROTECTED]
http://www.infochi.com


"Larry Hall" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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.
>
> Larry
>
>
> At 06:04 PM 9/1/2003, Dan Adams you wrote:
> >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
once
> >it is no longer desired. I am hoping to change from telnet/ftp to ssh
access
> >which means I would be able to get rid of the service of inetd that is in
my
> >win2k control panel thing.
> >
> >Dan Adams - [EMAIL PROTECTED]
> >http://www.infochi.com
> >
> >
> >"Larry Hall" <[EMAIL PROTECTED]> wrote in message
> >news:[EMAIL PROTECTED]
> >> 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 questions generated from following the
> >> directions at this site with tech.erdelynet.com.  The supported
> >information
> >> for setting up Cygwin's OpenSSH distribution is
> >> /usr/doc/Cygwin/openssh-*.README.  It's the only source of information
> >this
> >> list will entertain questions about.
> >>
> >> Thanks,
> >>
> >>
> >> Larry Hall  http://www.rfk.com
> >> RFK Partners, Inc.  (508) 893-9779 - RFK Office
> >> 838 Washington Street   (508) 893-9889 - FAX
> >> Holliston, MA 01746
> >>
> >>
> >
> >
> >
> >
> >--
> >Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> >Problem reports:   http://cygwin.com/problems.html
> >Documentation: http://cygwin.com/docs.html
> >FAQ:   http://cygwin.com/faq/
>
>




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 XP prompt, but it used the
> cygwin perl.  So, I just copied the ActivePerl over the cygwin perl (yeah, I
> know, not a good idea) and then it still wouldn't work because some of the
> lib files used by it weren't there either.  I copied a few of those as well,
> but still to no avail.
> 
> Have I just hosed my cygwin?  Will downloading the updated perl help?  How
> can I download just perl without going through the installer and selecting
> "keep" on every single other item?

I use perl 5.6.1 with Cygwin and the yahoo2mbox.pl script works just
fine.  You need to have the proper modules installed from CPAN of
course, but this is the case with any perl version on any operating
system.  If you look at the top of the script you'll see:

use Getopt::Long ();
use HTML::Entities ();
use HTML::HeadParser ();
use HTML::TokeParser ();
use HTTP::Request::Common qw(GET POST);
use HTTP::Cookies ();
use LWP::UserAgent ();
use LWP::Simple ();

So these modules must be present in your installation for this script to
work.  If you don't know how to use CPAN you may want to read the
documentation for it, see also .  I think you can
get everything you need by installing Bundle::LWP and HTML::Parser.

Brian

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 snapshot: 
>  http://www.cygwin.com/setup-snapshots/ 

Thanks, Robert - though we haven't tried that, since our idea for this
workaround worked:

> We're going to try installing the Default stuff, then run it again 
> and see if we can choose to install everything after that.

After installing Default, and then re-running setup, it only took about
30 seconds to click over to the next state.

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?)

I've observed this behaviour in setup.exe literally for years, now.
I always assumed everyone knew about it.  (Dangerous assumption?)
I have a feeling it only happens on the first Cygwin install, which was
probably why I had the idea for the workaround we tried.

Has some change to setup in a recent snapshot targeted the problem?

Regards,

luke


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 cygwin app.


> Has some change to setup in a recent snapshot targeted the problem?

Yes, 6 months ago IIRC.

Rob
-- 
GPG key available at: .


signature.asc
Description: This is a digitally signed message part


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 Konsole, but I get the same error when I
> run gnucash. Yet this works when ssh'ing from my linux-based laptop,
> which runs KDE. Is there a way with cygwin to display X clients I launch
> on a remote machine on the local display?
>
> best,
> cyggie

You'll find more expertise on this subject on the cygwin-xfree list (which
deals with all issues XFree86).  I'm redirecting your message there.
Please remove  from further replies.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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:   http://cygwin.com/faq/