9.8.05: Serial Communication Support on Cygwin

2005-08-09 Thread Sudarshan Parthasarathy
Hi, This is Sudarshan. I am trying to work with serial ports on Windows using only C library API's like open, read etc.But I am unable to find a way to set the serial communication attributes, espeically OVERLAPPED or NON_OVERLAPPED IO with "open". Ofcourse Windows provides the API-"CreateFile",

lapack packaging question

2005-08-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Any reason why lapack sticks .dlls in /usr/lib/lapack, then adds that directory to the path, rather than acting like all other packages and sticking .dlls directly in /usr/bin? - -- Life is short - so eat dessert first! Eric Blake [EMAIL

Re: lapack packaging question

2005-08-09 Thread Corinna Vinschen
On Aug 9 06:04, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Any reason why lapack sticks .dlls in /usr/lib/lapack, then adds that > directory to the path, rather than acting like all other packages and > sticking .dlls directly in /usr/bin? This has been discussed on

Re: bash is crashing

2005-08-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Cary Jamison on 8/8/2005 6:12 PM: > Here's the trace from the last twenty seconds of the following command : > >strace -t bash test.sh | tee strace.out > > where test.sh is simply : > >while true ; do sleep 10 ; done > > it die

Help with IMAP server

2005-08-09 Thread dem
I want to setup IMAP server. In Internet i find this manual http://pigtail.net/LRP/cygwin-exim.html But IMAP server not work. When I begin analysis i found when i connect into my PC through telnet i get: $ telnet localhost 143 Trying 127.0.0.1... Connected to comp-adm.masternet.don. Escape ch

Re: [OBORONA-SPAM] Help with IMAP server

2005-08-09 Thread dem
PID 2488 : Invalid argument, while reading line user=??? host=UNKNOWN. And when i set cygserv login not as SYSTEM account I get: Invalid argument, while reading line user=dem host=UNKNOWN. (dem it is My account) -- With respect, Dmitry. -- Unsubscribe info: http://cygwin.com/ml/#unsub

Re: bash is crashing

2005-08-09 Thread Corinna Vinschen
On Aug 9 06:56, Eric Blake wrote: > though, since my trial run has not crashed after more than 30 minutes of > execution as I type this. I'm running this test for 3 hours now, no crash. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader

Re: 9.8.05: Serial Communication Support on Cygwin

2005-08-09 Thread Christopher Faylor
On Tue, Aug 09, 2005 at 04:36:39PM +0530, Sudarshan Parthasarathy wrote: >This is Sudarshan. I am trying to work with serial ports on Windows >using only C library API's like open, read etc.But I am unable to find >a way to set the serial communication attributes, espeically OVERLAPPED >or NON_OVE

Re: Help with IMAP server

2005-08-09 Thread Christopher Faylor
On Tue, Aug 09, 2005 at 05:25:08PM +0400, dem wrote: >I want to setup IMAP server. In Internet i find this manual >http://pigtail.net/LRP/cygwin-exim.html >But IMAP server not work. >When I begin analysis i found when i connect into my PC through telnet i >get: > >$ telnet localhost 143 >Trying

Re: lapack packaging question

2005-08-09 Thread James R. Phillips
Eric, To recap the discussion, the lapack package is designed so that a user can download the source, and build a locally-optimized atlas blas library from source, then install it by copying the resulting dll's to /usr/local/bin. If this optimization is not performed, a generic non-optimized blas

ftp fails using cygwin but works with windows command window and IE, please advise

2005-08-09 Thread Susan Sien
_ From: Susan Sien Sent: Monday, August 08, 2005 9:36 PM To: 'cygwin@cygwin.com' Subject: ftp works with windows command window but fails when using ftp from cygwin window Hi, I recently upgraded my cygwin installation and now ftp doesn't work for me.

Re: Help with IMAP server

2005-08-09 Thread René Berber
dem wrote: > I want to setup IMAP server. In Internet i find this manual > http://pigtail.net/LRP/cygwin-exim.html > But IMAP server not work. > When I begin analysis i found when i connect into my PC through telnet i > get: > > $ telnet localhost 143 > Trying 127.0.0.1... > Connected to comp-ad

Re: ftp fails using cygwin but works with windows command window and IE, please advise

2005-08-09 Thread Larry Hall
At 11:18 AM 8/9/2005, you wrote: >_ >From: Susan Sien >Sent: Monday, August 08, 2005 9:36 PM >To: '[EMAIL PROTECTED]' >Subject: ftp works with windows command window but fails when using ftp >from cygwin window What's the point of forwarding headers bac

RE: ftp fails using cygwin but works with windows command window and IE, please advise

2005-08-09 Thread Susan Sien
Sorry about that.. thanks that was the issue. -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 10:33 AM To: Susan Sien; cygwin@cygwin.com Subject: Re: ftp fails using cygwin but works with windows command window and IE, please advise At 11:18

Re: is there a cygwin maintainer for gnu emacs?

2005-08-09 Thread Ehud Karni
On Tue, 09 Aug 2005 01:08:36 -0400, emacs user <[EMAIL PROTECTED]> wrote: > > Ehud, thnx for the reply; I didn't do any rebasing (don't know what that > is), and the problem is that emacs crashes about every 5 minutes, mostly in > latex mode when I use the combination of auctex/preview/x-symbol. v

RE: is there a cygwin maintainer for gnu emacs?

2005-08-09 Thread David Masterson
Ehud Karni wrote: > On Tue, 09 Aug 2005 01:08:36 -0400, emacs user > <[EMAIL PROTECTED]> wrote: >> >> Ehud, thnx for the reply; I didn't do any rebasing (don't know what >> that is), and the problem is that emacs crashes about every 5 >> minutes, mostly in latex mode when I use the combination of

Re: is there a cygwin maintainer for gnu emacs?

2005-08-09 Thread Joe Buehler
On Tue, 09 Aug 2005 01:08:36 -0400, emacs user <[EMAIL PROTECTED]> wrote: >> >> Ehud, thnx for the reply; I didn't do any rebasing (don't know what that >> is), and the problem is that emacs crashes about every 5 minutes, mostly in >> latex mode when I use the combination of auctex/preview/x-s

RE: ftp fails using cygwin but works with windows command window and IE, please advise

2005-08-09 Thread Larry Hall
At 01:52 PM 8/9/2005, you wrote: >Sorry about that.. thanks that was the issue. Good. Thanks for the feedback. >-Original Message- >From: Larry Hall [mailto:[EMAIL PROTECTED] >Sent: Tuesday, August 09, 2005 10:33 AM >To: Susan Sien; [EMAIL PROTECTED] Oops! Again,

Re: is there a cygwin maintainer for gnu emacs?

2005-08-09 Thread Joe Buehler
David Masterson wrote: What versions of Emacs, XWin, and Cygwin are you talking about? When I install all of Cygwin 1.5.18 (including the X stuff), Emacs (under X) crashes on startup (a window comes up and then crashes when I wiggle the mouse) and XEmacs (under X) crashes on exit. This is on

RE: is there a cygwin maintainer for gnu emacs?

2005-08-09 Thread David Masterson
Joe Buehler wrote: > David Masterson wrote: > >> What versions of Emacs, XWin, and Cygwin are you talking about? >> When I install all of Cygwin 1.5.18 (including the X stuff), Emacs >> (under X) crashes on startup (a window comes up and then crashes >> when I wiggle the mouse) and XEmacs (under

Re: is there a cygwin maintainer for gnu emacs?

2005-08-09 Thread Joe Buehler
David Masterson wrote: I can try the Cygwin time machine if you can suggest a version to try. Are you saying, though, that the version of (X)Emacs that Cygwin installs is incompatible with the version of X that is installed? The Cygwin GNU emacs hasn't changed in a long time. Complaints of c

Fwd: Re: Fwd: [Bug c++/14563] octave built under Cygwin very slow]

2005-08-09 Thread James R. Phillips
--- "John W. Eaton" wrote: > > On 9-Aug-2005, Shai Ayal wrote: > > | I think the problem is that the --disable-sjlj-exceptions is not a > | compiler flag, rather it is a flag you give when you compile the > | compiler. Thus to test it one would have to get the souces of GCC > | 3.3.3 and compi

Re: Fwd: Re: Fwd: [Bug c++/14563] octave built under Cygwin very slow]

2005-08-09 Thread Larry Hall
At 02:47 PM 8/9/2005, you wrote: >--- "John W. Eaton" wrote: > >> >> On 9-Aug-2005, Shai Ayal wrote: >> >> | I think the problem is that the --disable-sjlj-exceptions is not a >> | compiler flag, rather it is a flag you give when you compile the >> | compiler. Thus to test it one would have to

Re: ftp fails using cygwin but works with windows command window and IE, please advise

2005-08-09 Thread Bobby
Larry Hall wrote: At 11:18 AM 8/9/2005, you wrote: _ From: Susan Sien Sent: Monday, August 08, 2005 9:36 PM To: '[EMAIL PROTECTED]' Subject: ftp works with windows command window but fails when using ftp >from cygwin window What's the point

Blocking behaviour of serial ports

2005-08-09 Thread Curl Jason-A15595
Hello, I've attached a small program that exhibits the behaviour, running Cygwin 1.5.18-1. I use the select() function call to determine if it is allowed to write() to a serial port. select() indicates it is allowed, and the next write blocks. The serial port has hardware handshake control en

Re: ftp fails using cygwin but works with windows command window and IE, please advise

2005-08-09 Thread Larry Hall
At 03:13 PM 8/9/2005, you wrote: >Larry, some email programs quote the headers when forwarding a message. >All the user has to do is cut them out, a simple cut procedure. >Mozilla Thunderbird and Mozilla have these nice features, as well as outlook >and outlook express. >Bobby Bobby, I am well a

Re: Fwd: Re: Fwd: [Bug c++/14563] octave built under Cygwin very slow]

2005-08-09 Thread Corinna Vinschen
On Aug 9 15:03, Larry Hall wrote: > Since Cygwin can certainly be built with the Cygwin version of gcc and > since that version of gcc uses --enable-sjlj-exceptions (as determined > by "gcc -v"), I think it's fair to assume that the Cygwin DLL is built > with this exception handling option on. T

[ADMINISTRIVIA] email screw up at sourceware.org/gcc.gnu.org/cygwin.com

2005-08-09 Thread Christopher Faylor
I just accidentally deleted qmail's outgoing queue on sourceware, thinking that I was actually deleting the queue on a new, improved system which will be coming on line soon. This caused all outgoing email to be deleted. The majority of people affected were spammers but I'm sure that people from

Re: Fwd: Re: Fwd: [Bug c++/14563] octave built under Cygwin very slow]

2005-08-09 Thread Larry Hall
At 03:52 PM 8/9/2005, you wrote: >On Aug 9 15:03, Larry Hall wrote: >> Since Cygwin can certainly be built with the Cygwin version of gcc and >> since that version of gcc uses --enable-sjlj-exceptions (as determined >> by "gcc -v"), I think it's fair to assume that the Cygwin DLL is built >> with

RE: is there a cygwin maintainer for gnu emacs?

2005-08-09 Thread emacs user
From: "David Masterson" <[EMAIL PROTECTED]> Ehud Karni wrote: > On Tue, 09 Aug 2005 01:08:36 -0400, emacs user > <[EMAIL PROTECTED]> wrote: >> >> Ehud, thnx for the reply; I didn't do any rebasing (don't know what >> that is), and the problem is that emacs crashes about every 5 >> minutes, mos

Bug in stty or /dev/ttySx handling code

2005-08-09 Thread Peter Rehley
Hi, I'm seeing problems when I run stty. If I run stty -F /dev/ttyS0, it shows 0 baud. I found this thread from may that has the same issue: http://sourceware.org/ml/cygwin/2005-05/msg00399.html and I found that a patch was applied in 02/01/2003 that seems to prevent setting the baud if th

Rsync over SSH dies before it is able to send with lots of files

2005-08-09 Thread Bob Brown
Hi All, I've had this problem for the last week. I installed the cygwin package on my WinXP and also on a Win2k server fresh from Cygwin.com (and associated mirrors). I configured an rsync server in the first instance and configured a rsync module as follows: (from rsyncd.conf) use chro

Re: Rsync over SSH dies before it is able to send with lots of files

2005-08-09 Thread Bob Brown
> [EMAIL PROTECTED]:/cygdrive/e/path_to_files/* c:\localcopy > [EMAIL PROTECTED]'s password: Before anyone spots it (too late?), the lines above missed my "cleaning" before posting. There's nothing wrong with the SSH connection. The example in the post should all refer to [EMAIL PROTECTED] (m

Re: Rsync over SSH dies before it is able to send with lots of files

2005-08-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bob Brown on 8/9/2005 7:58 PM: > > rsync --progress -rtv 192.168.0.1::mydirectory/* c:\localcopy For starters, since you are using rsync recursion, get rid of the * to give rsync just a single filename at startup, rather than making bas

Re: Rsync over SSH dies before it is able to send with lots of files

2005-08-09 Thread Christopher Faylor
On Tue, Aug 09, 2005 at 09:41:47PM -0600, Eric Blake wrote: >> - Mounted the directory that I'm copying from elsewhere and made it >> executable (worth a crack) > >The only difference you might make to get a larger command line argument >length is to make rsync's directory mounted executable (no

Re: Rsync over SSH dies before it is able to send with lots of files

2005-08-09 Thread Christopher Faylor
On Tue, Aug 09, 2005 at 11:56:00PM -0400, Christopher Faylor wrote: >On Tue, Aug 09, 2005 at 09:41:47PM -0600, Eric Blake wrote: >>> - Mounted the directory that I'm copying from elsewhere and made it >>> executable (worth a crack) >> >>The only difference you might make to get a larger command

Re: Rsync over SSH dies before it is able to send with lots of files

2005-08-09 Thread Bob Brown
On 9 Aug 2005 at 21:41, Eric Blake wrote: > For starters, since you are using rsync recursion, get rid of the * to > give rsync just a single filename at startup, rather than making bash > try to expand 45000 names all at once on the command prompt: Bingo! Of course now that you mention it, it's

RSH configuration

2005-08-09 Thread Deepak Jadhav
Respected sir , I am trying to use RSH utility in cygwin to connect to an linux machine(remote host) in network .Since I have configured the remote machine by modifying some of this files... 1. Add 'rsh' and 'rlogin' to /etc/securetty 2. Add all IPs to /root/.rhosts, and chmod 600