Re: [ANNOUNCEMENT] Updated: mingw-runtime-3.6-1

2005-01-02 Thread Dr. Volker Zell
> Earnie Boyd writes: > I've made a new version of the mingw runtime headers and libraries > available for download. A list of what has changed is attached. Documentation should go to /usr/share/doc instead of /usr/doc. > Earnie. Ciao Volker -- Unsubscribe info: http://

[pdksh]getopts problem in conjunction with shift

2005-01-02 Thread Kenneth Stephen
Hi, I have the following script (a.ksh) : $ cat a.ksh #!/usr/bin/ksh -x echo $* getopts abc var echo $? echo $var echo $OPTIND echo $OPTARG shift echo $* getopts abc var echo $? echo $var echo $OPTIND echo $OPTARG When run on AIX ksh, it produces the following (expected output) : $

Re: cygwin subversion package

2005-01-02 Thread Raye Raskin
That's very, um, interesting. - Original Message - From: "Mohit Aron" <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: Sunday, January 02, 2005 11:59 AM Subject: cygwin subversion package -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:

Get better software for your organization.

2005-01-02 Thread atrc_102
Applied Technology Research Center offers Linux and Open Source solutions. Advantages of considering Linux based solutions. No need to replace your proprietary systems completely. No more licencing problems. You gain compliance to WTO regulations and Intellectual Property copyright laws. Open S

Re: suggestion -- mailer replies should go to Cygwin list

2005-01-02 Thread Igor Pechtchanski
On Sun, 2 Jan 2005, Brian Dessent wrote: > David Christensen wrote: > > > > Suggestion -- When a user selects a message sent to the Cygwin mailing > > in their mailer and activates the mailer "Reply" feature, the reply > > should be addressed to the Cygwin list, not the original poster. > > This h

RE: expand changing DOS line endings to Unix line endings

2005-01-02 Thread David Christensen
Gerrit P. Haase wrote: > I took the textfile from the attachment which has actually two \r\n > at the end which are 78 bytes at all: Thanks for your suggestion. I believe my copy of textfile.txt has one CRLF pair at the end, and the length is 76 bytes: [EMAIL PROTECTED]:~$ wc textfile.txt 2 14

STLport on cygwin exception problem

2005-01-02 Thread Bill Priest
All, In porting STLport (STLport_r50 from cvs) I've run into a problem where a couple of the unit tests involving exception handling for out of range errors aren't caught. I've reduced one test case down to be fairly minimal. I've run the same version w/ the same version of gcc on Linux and the

RE: "od" wrong line endings and byte count

2005-01-02 Thread Gary R. Van Sickle
> > ? By one of the two ways God intended when he gave Moses POSIX: > > > > 1. O_BINARY > > 2. "rb" > > Umm, that's not what I think of as "by default". I call that > "hardcoded". Right: hardcoded to work properly by default. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin

Re: "od" wrong line endings and byte count

2005-01-02 Thread Christopher Faylor
On Sun, Jan 02, 2005 at 05:48:21PM -0800, Brian Dessent wrote: >Yitzchak Scott-Thoennes wrote: >>>I thought we were talking about 'od' here where presumably you always >>>want to open files for reading in binary mode? (And as far as I know >>>od doesn't write anything, redirection aside...) >> >>'

Re: "od" wrong line endings and byte count

2005-01-02 Thread Brian Dessent
Yitzchak Scott-Thoennes wrote: > > I thought we were talking about 'od' here where presumably you always > > want to open files for reading in binary mode? (And as far as I know od > > doesn't write anything, redirection aside...) > > 'twas redirection I was thinking of: > > $ od /dev/null>od.o

Re: suggestion -- mailer replies should go to Cygwin list

2005-01-02 Thread Brian Dessent
David Christensen wrote: > > Suggestion -- When a user selects a message sent to the Cygwin mailing > in their mailer and activates the mailer "Reply" feature, the reply > should be addressed to the Cygwin list, not the original poster. This has been brought up many times, search the archives. I

Re: "od" wrong line endings and byte count

2005-01-02 Thread Christopher Faylor
On Sun, Jan 02, 2005 at 05:16:40PM -0800, Yitzchak Scott-Thoennes wrote: >On Sun, Jan 02, 2005 at 05:58:47PM -0600, "Gary R. Van Sickle" wrote: >>>On Sun, Jan 02, 2005 at 05:27:45PM -0500, Christopher Faylor wrote: On Sun, Jan 02, 2005 at 12:34:03PM -0800, Brian Dessent wrote: >This means t

Re: expand changing DOS line endings to Unix line endings

2005-01-02 Thread Gerrit P. Haase
David Christensen wrote: you wrote in your second posting with this subject that it is not resolved, however it works for me. I have run Cygwin setup and chosen "DOS" line endings. Well, I use binary mode mounts but have some textmode mounts for testing. When I create a text file with DOS line end

Re: "od" wrong line endings and byte count

2005-01-02 Thread Yitzchak Scott-Thoennes
On Sun, Jan 02, 2005 at 05:29:21PM -0800, Yitzchak Scott-Thoennes wrote: > On Sun, Jan 02, 2005 at 05:28:35PM -0800, Brian Dessent <[EMAIL PROTECTED]> > wrote: Sorry for the inadvertent email address there. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: "od" wrong line endings and byte count

2005-01-02 Thread Yitzchak Scott-Thoennes
On Sun, Jan 02, 2005 at 05:28:35PM -0800, Brian Dessent <[EMAIL PROTECTED]> wrote: > Yitzchak Scott-Thoennes wrote: > > > > > ? By one of the two ways God intended when he gave Moses POSIX: > > > > > > > > 1. O_BINARY > > > > 2. "rb" > > > > > > (3. link with binmode.o) > > > > Wouldn't binmode

Re: "od" wrong line endings and byte count

2005-01-02 Thread Gerrit P. Haase
Gerrit P. Haase wrote: David Christensen wrote: And then look at it with Cygwin "od", I see: Obviously you used an old buggy version of od. Hmm, I don't get it. Resolved. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pro

Re: "od" wrong line endings and byte count

2005-01-02 Thread Brian Dessent
Yitzchak Scott-Thoennes wrote: > > > ? By one of the two ways God intended when he gave Moses POSIX: > > > > > > 1. O_BINARY > > > 2. "rb" > > > > (3. link with binmode.o) > > Wouldn't binmode.o change it to not output crlf to text mounts? > Probably wouldn't be a good choice. I thought we were

Re: check_case:adjust still an option?

2005-01-02 Thread Igor Pechtchanski
On Sun, 2 Jan 2005, Yitzchak Scott-Thoennes wrote: > On Sun, Jan 02, 2005 at 06:13:44PM -0500, "Pierre A. Humblet" wrote: > > On Sun, Jan 02, 2005 at 02:18:44PM -0800, Yitzchak Scott-Thoennes wrote: > > > On Sun, Jan 02, 2005 at 04:33:01PM -0500, "Pierre A. Humblet" wrote: > > > > On Sun, Jan 02,

Re: "od" wrong line endings and byte count

2005-01-02 Thread Yitzchak Scott-Thoennes
On Sun, Jan 02, 2005 at 04:54:16PM -0800, Brian Dessent <[EMAIL PROTECTED]> wrote: > "Gary R. Van Sickle" wrote: > > > > > I think that this is a regression of "od", though. It > > > probably should > > > > use binmode by default. > > > > > > I would tend to agree, but how would you change this

Re: "od" wrong line endings and byte count

2005-01-02 Thread Gerrit P. Haase
Brian Dessent wrote: David Christensen wrote: cygwin: When I create a file using notepad: This is a text file created with Notepad. It has DOS (CRLF) line endings. Look at it using "wc": [EMAIL PROTECTED]:~$ wc textfile.txt 2 14 76 textfile.txt And then look at i

Re: "od" wrong line endings and byte count

2005-01-02 Thread Yitzchak Scott-Thoennes
On Sun, Jan 02, 2005 at 05:58:47PM -0600, "Gary R. Van Sickle" wrote: > > On Sun, Jan 02, 2005 at 05:27:45PM -0500, Christopher Faylor wrote: > > > On Sun, Jan 02, 2005 at 12:34:03PM -0800, Brian Dessent wrote: > > > >This means that when a cygwin program reads a file with > > CRLF endings > > >

Re: check_case:adjust still an option?

2005-01-02 Thread Yitzchak Scott-Thoennes
On Sun, Jan 02, 2005 at 06:13:44PM -0500, "Pierre A. Humblet" wrote: > On Sun, Jan 02, 2005 at 02:18:44PM -0800, Yitzchak Scott-Thoennes wrote: > > On Sun, Jan 02, 2005 at 04:33:01PM -0500, "Pierre A. Humblet" wrote: > > > On Sun, Jan 02, 2005 at 12:32:21PM -0800, Yitzchak Scott-Thoennes wrote: > >

Re: "od" wrong line endings and byte count

2005-01-02 Thread Brian Dessent
"Gary R. Van Sickle" wrote: > > > I think that this is a regression of "od", though. It > > probably should > > > use binmode by default. > > > > I would tend to agree, but how would you change this default > > if desired? > > > > ? By one of the two ways God intended when he gave Moses POSIX:

RE: "od" wrong line endings and byte count

2005-01-02 Thread Gary R. Van Sickle
> On Sun, Jan 02, 2005 at 05:27:45PM -0500, Christopher Faylor wrote: > > On Sun, Jan 02, 2005 at 12:34:03PM -0800, Brian Dessent wrote: > > >This means that when a cygwin program reads a file with > CRLF endings > > >it is translated to LF line endings that all unix tools > expect. You > > >w

Re: check_case:adjust still an option?

2005-01-02 Thread Pierre A. Humblet
On Sun, Jan 02, 2005 at 02:18:44PM -0800, Yitzchak Scott-Thoennes wrote: > On Sun, Jan 02, 2005 at 04:33:01PM -0500, "Pierre A. Humblet" wrote: > > On Sun, Jan 02, 2005 at 12:32:21PM -0800, Yitzchak Scott-Thoennes wrote: > > > /usr/share/doc/cygwin-doc-1.3/html/cygwin-ug-net/using-cygwinenv.html >

Re: BUG: setup.exe (2.427) does not save proxy port

2005-01-02 Thread Reini Urban
Schneelocke schrieb: I noticed a small problem with the current release (2.427) of the Cygwin setup program (setup.exe): while it is possible to specify a proxy server that will be used for connecting to the update sites, the setup program does not save the proxy port specified and resets it to 80

BUG: setup.exe (2.427) does not save proxy port

2005-01-02 Thread Schneelocke
Hi, I noticed a small problem with the current release (2.427) of the Cygwin setup program (setup.exe): while it is possible to specify a proxy server that will be used for connecting to the update sites, the setup program does not save the proxy port specified and resets it to 80 at startup. Whil

Re: "od" wrong line endings and byte count

2005-01-02 Thread Yitzchak Scott-Thoennes
On Sun, Jan 02, 2005 at 05:27:45PM -0500, Christopher Faylor wrote: > On Sun, Jan 02, 2005 at 12:34:03PM -0800, Brian Dessent wrote: > >This means that when a cygwin program reads a file with CRLF endings it > >is translated to LF line endings that all unix tools expect. You want > >binary mounts

Re: "od" wrong line endings and byte count

2005-01-02 Thread Christopher Faylor
On Sun, Jan 02, 2005 at 12:34:03PM -0800, Brian Dessent wrote: >David Christensen wrote: >> >> cygwin: >> >> When I create a file using notepad: >> >> This is a text file created with Notepad. >> It has DOS (CRLF) line endings. >> >> Look at it using "wc": >> >> [EMAIL PROTECTE

Re: Stackdump trace - problem and patch

2005-01-02 Thread Christopher Faylor
On Sun, Jan 02, 2005 at 01:55:03PM -0500, Jon A. Lambert wrote: >Christopher Faylor wrote: >>On Sat, Jan 01, 2005 at 03:54:23AM -0500, Jon A. Lambert wrote: >>>my application. I tried various means of examining and setting the >>>registers in the stack to get to a frame that was within my app. I

cygwin-doc packaging problem?

2005-01-02 Thread Yitzchak Scott-Thoennes
$ cygcheck -f /usr/share/doc/cygwin-doc-1.3/html/cygwin-ug-net/are-free.html cygwin-doc-1.3-7 cygwin-doc-1.3-7 Looks like most or all the files under cygwin-ug-net/ are in the tarball twice. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.co

Re: [?@yahoo.com: Found problem of floppy drive acces]

2005-01-02 Thread Christopher Faylor
On Sun, Jan 02, 2005 at 11:45:19AM -0700, Tom Hall wrote: >Since this problem appears to be the result of a bug in Windows, and I >don't use my floppy too much, I've come up with a Windows-level hack >that makes the problem more tolerable for me on Windows 98 until the >proper Cygwin solution is fo

Re: suggestion -- mailer replies should go to Cygwin list

2005-01-02 Thread Larry Hall
At 03:57 PM 1/2/2005, you wrote: >Suggestion -- When a user selects a message sent to the Cygwin mailing >in their mailer and activates the mailer "Reply" feature, the reply >should be addressed to the Cygwin list, not the original poster. > On this list, if you want any replies to your posts to g

[ANNOUNCEMENT] Updated: w32api-3.2-1

2005-01-02 Thread Earnie Boyd
--=_20050102141424_34359 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit I've made a new version of the w32api headers and libraries available for download. A list of what has changed is attached. Earnie. -Installation Instructions- To update your inst

[ANNOUNCEMENT] Updated: mingw-runtime-3.6-1

2005-01-02 Thread Earnie Boyd
--=_20050102141222_23052 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit I've made a new version of the mingw runtime headers and libraries available for download. A list of what has changed is attached. Earnie. -Installation Instructions- To update yo

Re: check_case:adjust still an option?

2005-01-02 Thread Pierre A. Humblet
On Sun, Jan 02, 2005 at 12:32:21PM -0800, Yitzchak Scott-Thoennes wrote: > /usr/share/doc/cygwin-doc-1.3/html/cygwin-ug-net/using-cygwinenv.html says: > >check_case:level - Controls the behaviour of Cygwin when a user > tries to open or create a file using a case different from the case of > t

RE: sshd under Cygwin

2005-01-02 Thread pedal2metal
While I did delete everything when doing a T&E cycle, /var/log/sshd.log /var/empty (dir) /var/run/sshd.pid /etc/ssh* (all keygen, config files) /etc/passwd (removed sshd entry) Removed user (via Control Panel) Removed sshd (via cygrunsrv) .ssh (in User directory) I also ve

Re: [ANNOUNCEMENT] Updated: apr(-util) 0.9.5-1

2005-01-02 Thread Max Bowsher
Jon A. Lambert wrote: Max Bowsher wrote: APR and APR-util, portability and miscellaneous utility libraries, have been updated in the Cygwin net distribution to version 0.9.5-1. This is a minor upgrade from the 0.9.5 development version bundled with apache 2.0.52 to the real 0.9.5 release, which has

FW: expand changing DOS line endings to Unix line endings

2005-01-02 Thread David Christensen
-Original Message- From: David Christensen [mailto:[EMAIL PROTECTED] Sent: Sunday, January 02, 2005 12:41 PM To: 'David Christensen' Subject: RE: expand changing DOS line endings to Unix line endings I updated Cygwin and the issue is still present: [EMAIL PROTECTED]:~$ expand textfile

FW: "od" wrong line endings and byte count

2005-01-02 Thread David Christensen
-Original Message- From: David Christensen [mailto:[EMAIL PROTECTED] Sent: Sunday, January 02, 2005 12:40 PM To: 'David Christensen' Subject: RE: "od" wrong line endings and byte count I updated Cygwin and its fixed: [EMAIL PROTECTED]:~$ dump textfile.txt 000 T h i s

suggestion -- mailer replies should go to Cygwin list

2005-01-02 Thread David Christensen
Suggestion -- When a user selects a message sent to the Cygwin mailing in their mailer and activates the mailer "Reply" feature, the reply should be addressed to the Cygwin list, not the original poster. David p.s. I looked at the headers for my "Subject: expand changing DOS line endings to Uni

check_case:adjust still an option?

2005-01-02 Thread Yitzchak Scott-Thoennes
/usr/share/doc/cygwin-doc-1.3/html/cygwin-ug-net/using-cygwinenv.html says: check_case:level - Controls the behaviour of Cygwin when a user tries to open or create a file using a case different from the case of the path as asved on the disk. level is one of relaxed, adjust and strict. ...

Re: "od" wrong line endings and byte count

2005-01-02 Thread Brian Dessent
David Christensen wrote: > > cygwin: > > When I create a file using notepad: > > This is a text file created with Notepad. > It has DOS (CRLF) line endings. > > Look at it using "wc": > > [EMAIL PROTECTED]:~$ wc textfile.txt > 2 14 76 textfile.txt > > A

expand changing DOS line endings to Unix line endings

2005-01-02 Thread David Christensen
Cygwin: I have run Cygwin setup and chosen "DOS" line endings. When I create a text file with DOS line endings (CRLF): This is a text file created with Notepad. It has DOS (CRLF) line endings. Look at it with (unxutils) "od": [EMAIL PROTECTED]:~$ dump textfile.txt 00 T h i

"od" wrong line endings and byte count

2005-01-02 Thread David Christensen
cygwin: When I create a file using notepad: This is a text file created with Notepad. It has DOS (CRLF) line endings. Look at it using "wc": [EMAIL PROTECTED]:~$ wc textfile.txt 2 14 76 textfile.txt And then look at it with Cygwin "od", I see: [EMAIL

cygwin subversion package

2005-01-02 Thread Mohit Aron
--- Begin Message --- --- End 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: sshd under Cygwin

2005-01-02 Thread Larry Hall
At 07:44 AM 1/2/2005, you wrote: >Hello, > After using the following references: > >http://ist.uwaterloo.ca/~kscully/SSH/CygwinSSHD_W2K3.html >http://sources.redhat.com/ml/cygwin/2001-11/msg00844.html >/usr/share/doc/Cygwin/openssh.README >/usr/bin/ssh-host-config >/usr/bin/ssh-user-config > >& p

Re: "Hyperthreading" problems

2005-01-02 Thread Larry Hall
At 04:08 PM 1/1/2005, you wrote: >Brian Bruns wrote: >> >> >>I think you really really really need to reevaluate what you say >>before you hit send. >> >>The open source/free software developers that I communicate with/work >>with wrote the stuff they did because they needed an >>application/librar

Re: [ANNOUNCEMENT] Updated: apr(-util) 0.9.5-1

2005-01-02 Thread Jon A. Lambert
Max Bowsher wrote: APR and APR-util, portability and miscellaneous utility libraries, have been updated in the Cygwin net distribution to version 0.9.5-1. This is a minor upgrade from the 0.9.5 development version bundled with apache 2.0.52 to the real 0.9.5 release, which has, at last, occurred.

Re: Stackdump trace - problem and patch

2005-01-02 Thread Jon A. Lambert
Christopher Faylor wrote: On Sat, Jan 01, 2005 at 03:54:23AM -0500, Jon A. Lambert wrote: my application. I tried various means of examining and setting the registers in the stack to get to a frame that was within my app. I have read the various messages on the list describing how to get to those

Re: [?@yahoo.com: Found problem of floppy drive acces]

2005-01-02 Thread Tom Hall
Since this problem appears to be the result of a bug in Windows, and I don't use my floppy too much, I've come up with a Windows-level hack that makes the problem more tolerable for me on Windows 98 until the proper Cygwin solution is found. This "works" for both find and df. Add this line somewh

Re: Behavior change with 20041231 snapshot

2005-01-02 Thread David Rothenberger
Christopher Faylor wrote: Thanks for the concise bug report. I'll make sure that a fix shows up in the next snapshot. Thanks. Your changes fix the problem for me. -- David Rothenbergerspammer? -> [EMAIL PROTECTED] GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E7

RE: sshd under Cygwin

2005-01-02 Thread pedal2metal
Hello, I forgot to mention that I had to add all the editrights priveleges within ssh-host-config to my User account which is already a member of Administrators except for the "SeDeny*" priveleges which I left out. So a total of 4 priveleges were added & verbatim per the ssh-host-config script.

RE: sshd under Cygwin

2005-01-02 Thread pedal2metal
Hello, After using the following references: http://ist.uwaterloo.ca/~kscully/SSH/CygwinSSHD_W2K3.html http://sources.redhat.com/ml/cygwin/2001-11/msg00844.html /usr/share/doc/Cygwin/openssh.README /usr/bin/ssh-host-config /usr/bin/ssh-user-config & plenty of T&E (trial & error), I was able to

Re: sshd under Cygwin

2005-01-02 Thread Gerrit P. Haase
pedal2metal wrote: [...] I'm running Windows 2000 Pro SP4 & using a February 25,2004 archive of the redhat mirror for the Cygwin install. This is ten month old and no longer supported, try to update to a recent version of Cygwin and tools. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.co