Re: Login shell?

2007-01-17 Thread Thorsten Kampe
* Luke Kendall (Wed, 17 Jan 2007 13:29:31 +1100 (EST)) > I just want to confirm, that the traditional Cygwin way of achieving > this same result is still to modify cygwin.bat on a PC-by-PC basis > (assuming one user per PC), rather than to take the traditional Unix > way and change the shell field

Problem open(...) serial port /dev/com20 and tcgetattr(...)

2007-01-17 Thread Stan Pinte
Hello, accessing serial port under cygwin, with ids above 10 is broken: Using "/dev/com20" results in a "No such file or directory" error. #include #include #include int main (int argument_count, char * arguments []) { printf("opening com20:"); int fd = open("/dev/com20", O_RDO

Re: 1.7.0 CVS mmap failure

2007-01-17 Thread Corinna Vinschen
On Jan 16 17:28, Brian Ford wrote: > On Wed, 10 Jan 2007, Brian Ford wrote: > > > On Wed, 10 Jan 2007, Corinna Vinschen wrote: > > > > > I implemented the above mentioned technique, which isn't much code > > > anyway. It reserves a memory lot big enough to fit in the whole > > > mapping, memorize

Re: Problem open(...) serial port /dev/com20 and tcgetattr(...)

2007-01-17 Thread Corinna Vinschen
On Jan 17 10:48, Stan Pinte wrote: > Hello, > > accessing serial port under cygwin, with ids above 10 is broken: > > Using "/dev/com20" results in a "No such file or directory" error. Try the more POSIXy "/dev/ttyS19" instead. /dev/ttyS0 == /dev/com1 This is supposed to be supported up to /dev/

Re: Problem open(...) serial port /dev/com20 and tcgetattr(...)

2007-01-17 Thread Stan Pinte
Dear Corinna, Thanks for your quick follow-up! I tried the more POSIXy /dev/ttySxx, and they work until /dev/ttyS16. This, and the next ones (I tested up to ttyS20) fail with a "No such file or directory" error. One note: I am using VSPD5 from eltima software to create virtual serial ports under

[ANNOUNCEMENT] Updated: readline-5.2.1-5, libreadline6-5.2.1-5

2007-01-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of readline and libreadline6, 5.2.1-5, is available for use, replacing 5.2.1-4 as the current version. 5.1-5 remains the previous version, to match the fact that a previous version of bash 3.1 is still available. NEWS: = This releas

Re: cygwin 1.5.23-2 : CREAD termios option don't work

2007-01-17 Thread Florent Morin
Hello, Like you say, CREAD isn't the real problem. I use select() to read/write socket and read/write serial. But, after writing the content of socket on serial port, I can't read serial port (access denied). This is an extract of my source code : CODE -

Re: Snapshot speed on managing files

2007-01-17 Thread Brian Ford
To clarify a few things... On Tue, 16 Jan 2007, Larry Hall (Cygwin) wrote: > Brian Ford wrote: > > A quick look via Filemon doesn't show where the time is going. But since > > I don't regularly run this way, I'm not that interested in pursuing this > > further. This statement was with respect t

[ANNOUNCEMENT] Updated: CMake 2.4.6-1

2007-01-17 Thread Bill Hoffman
CMake CMake 2.4.6-1 is now available on Cygwin mirrors. There has been a new release of the official cmake (2.4.6-1). This is a minor release from 2.4.5 to 2.4.6 Changes in CMake 2.4.6 * Remove svn test in ctestctest3 * Fix for FIND_* order and framworks with PREFIX usage. * Fix for FindDoxy

RE: cygwin 1.5.23-2 : CREAD termios option don't work

2007-01-17 Thread Dave Korn
On 17 January 2007 14:38, Florent Morin wrote: > I use select() to read/write socket and read/write serial. But, after > writing the content of socket on serial port, I can't read serial port > (access denied). > I have tested it on Linux. It works fine. When I send data throw > telnet protocol

Re: Endianess not declared

2007-01-17 Thread Kovarththanan Rajaratnam
Hello Dave Korn wrote: On 16 January 2007 17:01, Kovarththanan Rajaratnam wrote: ~ $ md5sum /usr/include/ieeefp.h 21e83ac9763e6898351107c2f840be91 */usr/include/ieeefp.h Ditto: $ md5sum /usr/include/ieeefp.h 21e83ac9763e6898351107c2f840be91 */usr/include/ieeefp.h -- Best Regards Kovarththan

RE: Endianess not declared

2007-01-17 Thread Dave Korn
On 17 January 2007 16:54, Kovarththanan Rajaratnam wrote: > Hello > > Dave Korn wrote: >> On 16 January 2007 17:01, Kovarththanan Rajaratnam wrote: >> >> ~ $ md5sum /usr/include/ieeefp.h >> 21e83ac9763e6898351107c2f840be91 */usr/include/ieeefp.h > > Ditto: > > $ md5sum /usr/include/ieeefp.h >

Re: CR/LF problems after upgrade

2007-01-17 Thread Cary Jamison
Buchbinder, Barry (NIH/NIAID) [E] wrote: > From: Luke Kendall >> >> I wonder how many centuries of human endeavour has been >> absorbed because of the decision to use CR+LF as line >> endings in DOS? >> > > > To be fair, \r\n seems to go back to Gary Kildall's CP/M. > http://en.wikipedia.org/wik

problems with bash and latest readline

2007-01-17 Thread burning shadow
After installing latest readline I have problems in bash. I have PS1 set to '\[\e]0;[EMAIL PROTECTED]:[EMAIL PROTECTED]:\w\$ ' and this gives me prompt with 1 extra space. If I change PS1 to '\[\e]0;[EMAIL PROTECTED]:[EMAIL PROTECTED]:\w\$', I get 2 '$' signs in prompt: '[EMAIL PROTECTED]:~$$'.

Re: 1.7.0 CVS mmap failure

2007-01-17 Thread Brian Ford
On Wed, 17 Jan 2007, Corinna Vinschen wrote: > On Jan 16 17:28, Brian Ford wrote: > > > PS: In an strace of this, I see three fstat64s called from within a > > single mmap64. Do you know where they all are, and if two should be > > optimized away? > > There's only one such call in list::set. whi

Running .sh files on Cygwin

2007-01-17 Thread K. Basu
I am very new to Cygwin, and ran into the following problem while trying to run a .sh file. On typing ./filename.sh at the prompt, I get a series of 'command not found' errors on what I suppose are several line numbers from the .sh file, followed by a syntax error near unexpected token 'elf' and

RE: Running .sh files on Cygwin

2007-01-17 Thread Dave Korn
On 17 January 2007 19:47, K. Basu wrote: > I am very new to Cygwin, and ran into the following problem while > trying to run a .sh file. On typing ./filename.sh at the prompt, I get > a series of 'command not found' errors on what I suppose are several > line numbers from the .sh file, followed b

RE: Running .sh files on Cygwin

2007-01-17 Thread Dave Korn
On 17 January 2007 20:06, Kasturi Basu wrote: > Hi Dave, Hi KB, http://cygwin.com/acronyms#PPIOSPE please! > Haven't used d2u before. A google search revealed several versions: > http://linux.maruhn.com/sec/d2u.html Would you recommend any particular one? > The one that comes as part of c

Re: problems with bash and latest readline

2007-01-17 Thread Eric Blake
burning shadow gmail.com> writes: > > After installing latest readline I have problems in bash. I have PS1 > set to '\[\e]0;\u \h:\w\a\]\u \h:\w\$ ' and this gives me prompt with > 1 extra space. If I change PS1 to '\[\e]0;\u \h:\w\a\]\u \h:\w\$', I > get 2 '$' signs in prompt: 'shadow los

cygport patch - gpg_verify

2007-01-17 Thread Eric Blake
cygport generates .sig suffixes by default, but this typo was making verification of the cygwin patch fail as it looked for .sign suffixes. $ diff -ub /bin/cygport{.orig,} --- /bin/cygport.orig 2007-01-17 14:23:36.211079400 -0700 +++ /bin/cygport2007-01-17 14:23:52.318845000 -0700 @@ -2

Re: cygport patch - apply_patch

2007-01-17 Thread Eric Blake
apply_patch has a typo in 0.2.8 that breaks operation when trying to prep a package: --- /bin/cygport.orig 2007-01-17 14:23:36.211079400 -0700 +++ /bin/cygport2007-01-17 14:39:54.305198900 -0700 @@ -532,10 +532,10 @@ while (( patchlevel <= 3 )) do -

Re: cygport patch - apply_patch

2007-01-17 Thread Eric Blake
Eric Blake byu.net> writes: > > apply_patch has a typo in 0.2.8 that breaks operation when trying to prep a > package: Nevermind that my suggestion had a typo as well. -- Eric Blake --- /bin/cygport.orig 2007-01-17 14:23:36.211079400 -0700 +++ /bin/cygport2007-01-17 14:39:54.3051

RE: Changed handling of "!" in /bin/sh?

2007-01-17 Thread Buchbinder, Barry \(NIH/NIAID\) [E]
Eric Blake wrote on Tuesday, January 16, 2007 10:18 PM: > According to Luke Kendall on 1/16/2007 6:53 PM: >> >> Or, copy /bin/ash.exe to replace /bin/sh.exe. > > Not recommended. The reason cygwin moved to bash as > /bin/sh was to avoid ash bugs. I thought that it was more to avoid all the com

Re: Changed handling of "!" in /bin/sh?

2007-01-17 Thread Christopher Faylor
On Wed, Jan 17, 2007 at 06:14:27PM -0500, Buchbinder, Barry (NIH/NIAID) [E] wrote: >Eric Blake wrote on Tuesday, January 16, 2007 10:18 PM: >> According to Luke Kendall on 1/16/2007 6:53 PM: >>> >>> Or, copy /bin/ash.exe to replace /bin/sh.exe. >> >> Not recommended. The reason cygwin moved to

Space in Dir Name with shell script and tar

2007-01-17 Thread Troy
I am trying to make a shell script to do automatic bckups with tar. My problem is that tar stumbles on the spaces in the dir names if they are in a variable. Probiably best shown by example The dir I want to back up is g:/Mark I+/Experimental Data/ I if do this in the script tar -czvpf $NAME_

no such file or directory error again and again.

2007-01-17 Thread Darren ha
I made cross-toolchain(gcc-4.1.0) for i686 on cygwin. and using these, I am trying to compile kernel(2.6.17). but there is some problem. here is the log - LD sound/isa/cs423x/built-in.o

Re: Space in Dir Name with shell script and tar

2007-01-17 Thread Enrique Perez-Terron
From: "Troy" <[EMAIL PROTECTED]> To: Sent: Thursday, January 18, 2007 2:50 AM Subject: Space in Dir Name with shell script and tar I am trying to make a shell script to do automatic bckups with tar. My problem is that tar stumbles on the spaces in the dir names if they are in a variable. Pr

Re: Space in Dir Name with shell script and tar

2007-01-17 Thread Troy
Thanks, This worked DIRECTORY_TO_BACKUP="/cygdrive/g/Mark I+/Experimental Data" tar -czvpf $NAME_OF_BACKUP.tgz "$DIRECTORY_TO_BACKUP" Troy -- View this message in context: http://www.nabble.com/Space-in-Dir-Name-with-shell-script-and-tar-tf3031755.html#a8424281 Sent from the Cygwin Users mai

Re: HISTFILE in zsh

2007-01-17 Thread Peter A. Castro
On Mon, 16 Jan 2007, Eli Barzilay wrote: "Peter A. Castro" <[EMAIL PROTECTED]> writes: On Sat, 23 Dec 2006, Eli Barzilay wrote: Greetings, Eli, (Sorry for the long delay, vacation, etc etc.) I'm having the same problem that is described at http://www.cygwin.com/ml/cygwin/2004-12/msg001

Re: HISTFILE in zsh

2007-01-17 Thread Eli Barzilay
"Peter A. Castro" <[EMAIL PROTECTED]> writes: > > I'm not sure, it's probably best if someone who knows more about > > zsh/cygwin will look -- so I've ran another straced zsh, and > > dumped the result in the same place. (The bzipped file opens to > > about 50mb, the fact that it compressed down

Re: Login shell?

2007-01-17 Thread Luke Kendall
On 17 Jan, Thorsten Kampe wrote: > * Luke Kendall (Wed, 17 Jan 2007 13:29:31 +1100 (EST)) > > I just want to confirm, that the traditional Cygwin way of achieving > > this same result is still to modify cygwin.bat on a PC-by-PC basis > > (assuming one user per PC), rather than to take the traditio

Re: Changed handling of "!" in /bin/sh?

2007-01-17 Thread Luke Kendall
On 17 Jan, Christopher Faylor wrote: > On Wed, Jan 17, 2007 at 06:14:27PM -0500, Buchbinder, Barry (NIH/NIAID) [E] > wrote: > >Eric Blake wrote on Tuesday, January 16, 2007 10:18 PM: > >> According to Luke Kendall on 1/16/2007 6:53 PM: > >>> > >>> Or, copy /bin/ash.exe to replace /bin/sh