Re: Login shell?

2007-01-18 Thread Thorsten Kampe
* Luke Kendall (Thu, 18 Jan 2007 18:03:33 +1100 (EST)) > 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 >

Re: Snapshot speed on managing files

2007-01-18 Thread Marco atzeri
--- "Larry Hall (Cygwin)" <[EMAIL PROTECTED]> ha scritto: > > Did you update your build recently? Corinna checked > in a fix for this on > Saturday > . > I will wait the next snapshot to test the changes. Regards Marco

Re: 1.7.0 CVS mmap failure

2007-01-18 Thread Corinna Vinschen
On Jan 17 13:42, Brian Ford wrote: > 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? > > > >

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

2007-01-18 Thread Florent Morin
It compiles but it don't work fine. I want it to works with pseudo-terminals. 2007/1/17, Dave Korn <[EMAIL PROTECTED]>: 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

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

2007-01-18 Thread Corinna Vinschen
On Jan 17 13:18, Stan Pinte wrote: > 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

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

2007-01-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of readline and libreadline6, 5.2.1-6, is available for use, replacing 5.2.1-5 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

Installation with root privilage: can't download Intel Fortran F90 compiler

2007-01-18 Thread K. Basu
The problem with running filename.sh was fixed with d2u - thanks! But there's another problem now! I am trying to download the Intel Fortran F90 compiler (which is originally intended for Linux) to work on windows with Cygwin. It requires installing as 'root'. I tried to install it from the wind

Re: Installation with root privilage: can't download Intel Fortran F90 compiler

2007-01-18 Thread Chris January
It won't work because Cygwin is not a Linux emulator. There are no recent Linux emulators/translation layers for Windows and even if you did use one the compiler would not generate Windows binaries. You need a Windows version of the Intel Fortran compiler or you could use a virtual machine (e.g. V

There is no prompt message if shared object file cannot open, when I was running a program.

2007-01-18 Thread kou yu
Problem: when running a program from bash and the program requires a lib that is missing, I do not get any error message. Only a exit status of 128. Can I change this behavior? I've exhausted those help resources (include FAQ, User's Guide, mailing list archives and even google). The closer I hav

Re: Installation with root privilage: can't download Intel Fortran F90 compiler

2007-01-18 Thread Tim Prince
[EMAIL PROTECTED] wrote: It won't work because Cygwin is not a Linux emulator. There are no recent Linux emulators/translation layers for Windows and even if you did use one the compiler would not generate Windows binaries. You need a Windows version of the Intel Fortran compiler or you could use

Re: Snapshot speed on managing files

2007-01-18 Thread Marco atzeri
> > > I will wait the next snapshot to test the changes. > 20070118 solved the issue. The timing now is acceptable VirusScan Enterprise 8.0.0 Antivirus Disabled time rm -rf testdir real0m5.437s user0m0.100s sys 0m0.650s Antivirus Enabled time rm -rf test

cygwin 1.5.23-2 : I can't use select() with serial device and socket

2007-01-18 Thread Florent Morin
Hello, I have a problem using cygwin. My program does this : - It accept a socket connection, - it listen on it, - it open serial device read/write (O_RDWR), - it create 2 fd_sets, - listening loop : - adding file descriptors to sets, - call select(), - if something is on serial port, I write

Re: cygwin 1.5.23-2 : I can't use select() with serial device and socket

2007-01-18 Thread Brian Dessent
Florent Morin wrote: > I have a problem using cygwin. My program does this : > - It accept a socket connection, > - it listen on it, > - it open serial device read/write (O_RDWR), > - it create 2 fd_sets, > - listening loop : > - adding file descriptors to sets, > - call select(), > - if som

Re: cygwin 1.5.23-2 : I can't use select() with serial device and socket

2007-01-18 Thread Florent Morin
I use unix names. I will post an example code tomorrow. 2007/1/18, Brian Dessent <[EMAIL PROTECTED]>: Florent Morin wrote: > I have a problem using cygwin. My program does this : > - It accept a socket connection, > - it listen on it, > - it open serial device read/write (O_RDWR), > - it create

Re: 1.7.0 CVS mmap failure

2007-01-18 Thread Corinna Vinschen
On Jan 18 10:14, Corinna Vinschen wrote: > On Jan 17 13:42, Brian Ford wrote: > > mmap.cc:1203 mmap64(): > > map_list = mmapped_areas.get_list_by_fd (fd); > > mmap.cc:982 mmap_worker(): > > if (!(map_list = mmapped_areas.get_list_by_fd (fd)) > > mmap.cc:983 mmap_worker(): > > && !(map_list =

Re: gv-3.6.1 erroneously displays text: doubling its vertical and halving its horizontal dimensions

2007-01-18 Thread Dan Tsafrir
On 1/18/07, Dan Tsafrir <[EMAIL PROTECTED]> wrote: Hi, When I open a postscript document (any document) with 'gv', the text in the document appears doubled in height and halved in width, making the document virtually unreadable. Well apparently there was something messed up in the ~/.gv file,

Re: Login shell?

2007-01-18 Thread Luke Kendall
On 18 Jan, Thorsten Kampe wrote: > * Luke Kendall (Thu, 18 Jan 2007 18:03:33 +1100 (EST)) > > 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 stil

Re: fyi, libreadline causing Metasploit to drop Cygwin

2007-01-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://cygwin.com/acronyms/#PPIOSPE According to Lee Fisher on 1/18/2007 12:41 PM: > Hi Eric, > > First, congratulation's on the new libreadline 5.2.1-6 release for Cygwin! > > FYI, I wanted to point out a recent lively discussion going on over on >

Laptop Account Information

2007-01-18 Thread needlaptops
how are you doing? I thought i'd tell you about this site I found. I think it was you that said you wanted a laptop, so maybe this is your best bet. all you have to do is enter your zip code. it's easy and free, so I thought you'd be interested. http://laptops4u.cjb.net --

Re: fyi, libreadline causing Metasploit to drop Cygwin

2007-01-18 Thread Brian Dessent
Eric Blake wrote: > > Metasploit, one of the top security tools out there, is written in Ruby > > and currently distributed with CygWin, is about to drop Windows support, > > because of libreadline problems on Cygwin. > > > > In case there is anything you can do to help! > > Nothing in that thread

Default For Install Should Be Install Everything

2007-01-18 Thread Michael Boom
When people I tell about Cygwin install it, they tend to use the default. They don’t realize that by clicking the word “Default”, it will change to Install, and install everything. I think the default should be to install everything. Few people are going to read the installation documentation an

Re: Default For Install Should Be Install Everything

2007-01-18 Thread Larry Hall (Cygwin)
Michael Boom wrote: When people I tell about Cygwin install it, they tend to use the default. They don’t realize that by clicking the word “Default”, it will change to Install, and install everything. I think the default should be to install everything. Few people are going to read the install