Re: MEX interface + DAE solvers in Fortran + gnumex/cygwin/mingw

2006-07-01 Thread Reini Urban
James R. Phillips schrieb: I receive the mailing list in digest form, so forgive the lack of threading on this reply. BTW, good to hear from a Rose-Hulman student (I am an alum). I think your basic problem is that you don't need cygwin _and_ mingw installed. You need one or the other, but not

Re: Non network install of Cygwin?

2006-07-01 Thread Dave
Jessica M. Sager wrote: install of the software. Is a non-network install version of Cygwin available? The setup.exe program linked on main page can download the entire distribution. You can then copy that distribution anywhere you want and use setup.exe to install on any non-networked machin

Re: When is next official cygwin net release?

2006-07-01 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to John Neil on 6/30/2006 6:37 PM: > Is there going to be an official cygwin net release soon? The current > one is 6 months old, and I could really use an official fix for > in order t

Re: rsync over ssh hang issue understood

2006-07-01 Thread Darryl Miles
Christopher Faylor wrote: I just want to be clear here. I really do want to be convinced that the current implementation in cygwin can't be fixed before we scrap that and implement something new. Yes I intend to "convince" the list of my findings. I have simple cut down unix code that works o

Re: rsync over ssh hang issue understood

2006-07-01 Thread Christopher Faylor
On Sat, Jul 01, 2006 at 03:11:48PM +0100, Darryl Miles wrote: >Christopher Faylor wrote: >>I just want to be clear here. I really do want to be convinced that >>the current implementation in cygwin can't be fixed before we scrap >>that and implement something new. > >Yes I intend to "convince" the

Re: cygwin 1-5.19-4 crashes at tty_list::terminate() when using gvim in diff mode

2006-07-01 Thread Kiyo Kelvin Lee
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Kiyo Kelvin Lee on 6/29/2006 10:15 PM: I took some time to debug into the gvim process and found that actually a crash (SIGSEGV as reported by gdb) would happen inside the function tty_list::terminate() (in tty.cc) all

Re: MEX interface + DAE solvers in Fortran + gnumex/cygwin/mingw

2006-07-01 Thread James R. Phillips
Reini Urban wrote: >But no simulink :( Hm, have you looked at scilab (http://www.scilab.org). It is a matlab clone _with_ a simulink clone (scicos). Unfortunately, while it is open source, it is non-free, so can't be linked with cygwin1.dll. _But_, they compile/distribute their own windows nat

Re: gdb: Segfault in pthread_mutex_init

2006-07-01 Thread Larry Hall (Cygwin)
David Greene wrote: Eric Blake wrote: Read the archives, this issue has already been beaten to death. This is already fixed in CVS cygwin and CVS gdb; but until cygwin 1.5.20 is released, so that a new gdb snapshot can be provided, you will have to use snapshots or resign yourself to hitting co

Re: Keeps asking password after putting the id_rsa.pub in ~/.ssh/authorized_keys on remote host

2006-07-01 Thread Larry Hall (Cygwin)
Tzung-Cheng Yang wrote: Hi, I tried to make password_less sftp work. After I putting the id_rsa.pub in ~/.ssh/authorized_keys on remote host, the sftp still keeps asking password. I also changed the following on the /etc/ssh/sshd_config file on remote hosts RSAAuthentication yes PubkeyAut

Re: error starting sshd as a service

2006-07-01 Thread Larry Hall (Cygwin)
On 07/01/2006, Raymond Blum wrote: My Win2003 server sshd stopped working last night, from the time of day I assume that it was an MS Windows update and in hindsight perhaps windows FW had started blocking it and it was reparable but... I decided instead to upgrade my Cygwin installation to th

Re: Which list should cygwin development be discussed on ?

2006-07-01 Thread Joe Smith
"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Fri, Jun 30, 2006 at 01:48:14AM +0100, Darryl Miles wrote: Is my more technical discussion better put onto the cygwin-patches list ? No. The mailing list descriptions really are accurate. If you don't have

Re: error starting sshd as a service

2006-07-01 Thread Raymond Blum
On Jul 1, 2006, at 3:40 PM, Larry Hall (Cygwin) wrote: > Yes. Please read and follow the problem reporting guidelines found here: Thanks. cygcheck output is attached. In addition, here are the details of my environment and history that are not reported by cygcheck but are relevant. **

Re: error starting sshd as a service

2006-07-01 Thread Raymond Blum
Sorry, one thing was missing. var/empty itself $ ls -l /var/ total 0 drwxrwx---+ 3 Administrator Users 0 Jun 30 16:11 cache drwxr-xr-x+ 3 sshd_server root 0 Jul 1 15:50 empty ... On Jul 1, 2006, at 4:05 PM, Raymond Blum wrote: On Jul 1, 2006, at 3:40 PM, Larry Hall (Cygwin) wrote: > Yes. P

Re: Which list should cygwin development be discussed on ?

2006-07-01 Thread clayne
On Sat, Jul 01, 2006 at 03:42:00PM -0400, Joe Smith wrote: > > "Christopher Faylor" <[EMAIL PROTECTED]> wrote in > > > >No. The mailing list descriptions really are accurate. If you don't > >have a patch, then you shouldn't be sending email to cygwin-patches. > > > > Most cygwin development di

/usr/bin/getopt executable, which package is it in ?

2006-07-01 Thread Darryl Miles
CVS cygwin build of winsup module uses xmlto that uses getopt executable. Bash has a builtin implementation of getopt. But the 'xmlto' tool which is used to build CYGWIN winsup module is expecting to be able to run an application version of getopt. There does not appear to be a package call

Re: /usr/bin/getopt executable, which package is it in ?

2006-07-01 Thread Igor Peshansky
On Sat, 1 Jul 2006, Darryl Miles wrote: > CVS cygwin build of winsup module uses xmlto that uses getopt executable. > > Bash has a builtin implementation of getopt. But the 'xmlto' tool which is > used to build CYGWIN winsup module is expecting to be able to run an > application version of getopt

Re: /usr/bin/getopt executable, which package is it in ?

2006-07-01 Thread Darryl Miles
Igor Peshansky wrote: On Sat, 1 Jul 2006, Darryl Miles wrote: CVS cygwin build of winsup module uses xmlto that uses getopt executable. The Cygwin package search page () knows. So does cygcheck (if the file is present on your machine, use "cygcheck -f /usr/bin/g

Re: Which list should cygwin development be discussed on ?

2006-07-01 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to [EMAIL PROTECTED] on 7/1/2006 2:28 PM: > > And of course the discussion and methodology behind the internal > development of the cygwin libraries, issues, and future ideas is > - in true opensource form (NOT) - on a completely closed list

Re: Which list should cygwin development be discussed on ?

2006-07-01 Thread Christopher Faylor
On Sat, Jul 01, 2006 at 03:42:00PM -0400, Joe Smith wrote: >"Christopher Faylor" <[EMAIL PROTECTED]> wrote in >message news:[EMAIL PROTECTED] >>On Fri, Jun 30, 2006 at 01:48:14AM +0100, Darryl Miles wrote: >>>Is my more technical discussion better put onto the cygwin-patches list >>>? >> >>No. Th

Re: rsync over ssh hang issue understood

2006-07-01 Thread Christopher Faylor
On Sat, Jul 01, 2006 at 11:05:24AM -0400, Christopher Faylor wrote: >You are misunderstanding me. There is code in cygwin which is designed >to work around the problem of select() not working correctly when it is >used to test the write side of pipes. It is currently turned off >because it wasn't