Re: CYGWIN 1.5.9-1 - Is vprintf() not thread safe?

2004-05-20 Thread John William
From: Brian Ford <[EMAIL PROTECTED]> To: John William <[EMAIL PROTECTED]> Subject: Re: CYGWIN 1.5.9-1 - Is vprintf() not thread safe? On Sun, 16 May 2004, John William wrote: > I'm having problems with a program that uses vprintf() to show error > messages. The program works fine when run as a sing

Re: AW: Inaccessible remote volumes when logged in via ssh

2004-05-20 Thread Larry Hall
I can confirm the problem on XP as well as the inverse on W2K (I'm just mapping and 'subst'ing to a local share). For the moment at least, beyond debugging it of course, I don't have any good suggestions for you. It may well be that XP disallows this functionality though. If you investigate,

Re: Problem with pty allocation code, race condition?

2004-05-20 Thread Christopher Faylor
On Wed, May 19, 2004 at 06:08:01PM -0400, Igor Pechtchanski wrote: >On Mon, 17 May 2004, Christopher Faylor wrote: > >> On Mon, May 17, 2004 at 09:29:44AM -0400, John P. Rouillard wrote: >> >Does the last cygwin snapshot contain any code changes in the pty >> >allocation area? >> >> Yes, the very l

Re: AW: Inaccessible remote volumes when logged in via ssh

2004-05-20 Thread Rob S.i.k.l.o.s
Hello, I just noticed that I am also using this problem. For example: $ mount C:\cygwin\bin on /usr/bin type system (binmode) C:\cygwin\lib on /usr/lib type system (binmode) C:\cygwin on / type system (binmode) c: on /c type system (binmode,noumount) w: on /w type system (binmode,noumount) z: on

Re: Can I get a GUI program to run when logged into cygwin via sshd?

2004-05-20 Thread Larry Hall
At 07:29 PM 5/20/2004, you wrote: >I have a program that I commonly run from the cygwin command line: > > # /cygdrive/c/bin/runme.bat > >This executes a certain GUI program with specific command line >arugments. The GUI program's window materializes on the Windows >desktop, the program does its b

Can I get a GUI program to run when logged into cygwin via sshd?

2004-05-20 Thread David Wuertele
I have a program that I commonly run from the cygwin command line: # /cygdrive/c/bin/runme.bat This executes a certain GUI program with specific command line arugments. The GUI program's window materializes on the Windows desktop, the program does its batch processing thing, then it exits and

Re: Cygwin and Tkinter support

2004-05-20 Thread Larry Hall
At 01:46 PM 5/20/2004, you wrote: >Hello > >I'm looking for a Tkinter version running on cygwin; does anybody know if it >is available and if so where I can get it? > Did you check the Cygwin package search page ? I found

Re: com1 access denied - win xp

2004-05-20 Thread Brian Ford
On Thu, 20 May 2004, Michael Wood wrote: > I get an "Access is denied" error message when attempting to create a > serial port connection through Cygwin, running on Win XP. > > In cygwin, when I execute: > ls -l COM1 > > I get the following: > -rw-r--r--1 mwoodmkgroup-0

Re: PLEASE TEST: Latest cygwin snapshot == 1.5.10 alpha

2004-05-20 Thread Christopher Faylor
On Thu, May 20, 2004 at 09:22:28AM -0400, Igor Pechtchanski wrote: >> - Fix problem where simultaneous attempts to open new ptys could lead to the >> same pty being opened multiple times. (Christopher Faylor) > >As I've reported already, this isn't entirely fixed. Sigh. My new email setup real

RE: com1 access denied - win xp

2004-05-20 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Michael Wood > Sent: 20 May 2004 17:23 > Hi-ya, > > I get an "Access is denied" error message when attempting to create a > serial port connection through Cygwin, running on Win XP. > > In cygwin, when I execute: > ls -l COM1

Re: PLEASE TEST: Latest Cygwin snapshot == 1.5.10 alpha

2004-05-20 Thread Eric Hanchrow
For what it's worth, the snapshot appears to fix a problem that I've had building CVS guile -- briefly: the built guile would (when used to build the documentation) immediately die with an error message from Windows. I'd be happy to provide more details if anyone's interested. -- If you can't cha

Cygwin and Tkinter support

2004-05-20 Thread corrado clementi
Hello I'm looking for a Tkinter version running on cygwin; does anybody know if it is available and if so where I can get it? Thanks Corrado Clementi [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docu

Re: com1 access denied - win xp

2004-05-20 Thread Igor Pechtchanski
On Thu, 20 May 2004, Michael Wood wrote: > [snip] > I have successfully created and used a connection on the serial port on > the same machine through a VMWare session running a Linux Red Hat image. > I used a very similar procedure above, in that I simply changed the > permissions on "/dev/ttyS0"

com1 access denied - win xp

2004-05-20 Thread Michael Wood
Hi-ya, I get an "Access is denied" error message when attempting to create a serial port connection through Cygwin, running on Win XP. In cygwin, when I execute: ls -l COM1 I get the following: -rw-r--r--1 mwoodmkgroup-0 Jan 1 1970 COM1 However, when I execute:

[ANNOUNCEMENT] Updated: neon-0.24.6-1

2004-05-20 Thread Max Bowsher
Neon has been updated to new upstream version 0.24.6. This is a security bugfix release. There are no security consequences to Cygwin users, however, because no packages using neon have yet been added to the Cygwin net distribution. Upstream announcement: Changes in release 0.24.6: * SECURITY (

Re: PLEASE TEST: Latest Cygwin snapshot == 1.5.10 alpha

2004-05-20 Thread Corinna Vinschen
On May 20 09:22, Igor Pechtchanski wrote: > BTW, should /dev/kmem work also? No, only /dev/mem and /dev/port are working. /dev/kmem is still looking for a contributor. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Co-Project Leader mailto:[

RE: cygwin/matlab/xp

2004-05-20 Thread Hannu E K Nevalainen
> From: bruno patin > Sent: Tuesday, May 18, 2004 10:28 PM > Brian Ford a écrit : > > >You're calling a cygwin DLL (not -mno-cygwin) from matlab? I don't think > >this will work in the general sense. You may have been lucky before. > > > > > In order to do that I use a tool developped by M.Brett

Re: PLEASE TEST: Latest Cygwin snapshot == 1.5.10 alpha

2004-05-20 Thread Igor Pechtchanski
On Thu, 20 May 2004, Corinna Vinschen wrote: > Hi, > > since we're heading with big steps towards Cygwin version 1.5.10, I'd > like to encourage as many of you as possible to give the latest developer > snapshot a test. > > http://cygwin.com/snapshots/ > > Many bugfixes and some interesting chan

RE: [OT] RE: Problems listing tasks under cygwin.

2004-05-20 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Brian Ford > Sent: 19 May 2004 14:54 > On Wed, 19 May 2004, Brian Dessent wrote: > > > Although I'd still like to know why using ProcExp to list > the handles* > > Nope, it is DLLs. > > > of any running Cygwin process causes the CP

PLEASE TEST: Latest Cygwin snapshot == 1.5.10 alpha

2004-05-20 Thread Corinna Vinschen
Hi, since we're heading with big steps towards Cygwin version 1.5.10, I'd like to encourage as many of you as possible to give the latest developer snapshot a test. http://cygwin.com/snapshots/ Many bugfixes and some interesting changes have been made and some new functionality have been added