Re: xfree fails to establish listening socket on Windows terminal server

2008-06-04 Thread Kent Tong
It is the same error as (http://www.cygwin.com/ml/cygwin-xfree/2005-04/msg00076.html) - -- Kent Tong Wicket tutorials freely available at http://www.agileskills2.org/EWDW Axis2 tutorials freely available at http://www.agileskills2.org/DWSAA -- View this message in context:

Active Directory and the dreaded Win32 error 1069 starting sshd

2008-06-04 Thread Gordon Messmer
I'm trying to set up cygwin sshd on two hosts which are members of the same domain. One server is Windows 2003, the other is 2003 R2. Briefly, the problem is that after installing cygwin on both, I can run ssh-host-config on either one, and sshd will work. However, when I try to set up sshd

diff: Resource temporarily unavailable

2008-06-04 Thread Luke Kendall
Hi We're using a version of Cygwin that's at least a year old. Someone found today that he can't diff two large files (200MB each) across the network using Cygwin. The error we get is: $ diff //samba/damita-nobackup/chitra/SWFILES/OIP/RF_Testing/OIP01_SWRF_IO.txt

RE: 1.5.25: Random segfaults in unix tools

2008-06-04 Thread Jamie Cole
I have completely disabled all non-essential services that may affect Cygwin, but we are still getting the random segfaults. Also we have an identical physical (e.g. non VMWare) machine running the same tools and version of Cygwin which does not seg fault. Is it possible there is a actually a

RE: 1.5.25: Random segfaults in unix tools

2008-06-04 Thread Dave Korn
Jamie Cole wrote on 04 June 2008 12:56: Also we have an identical physical (e.g. non VMWare) machine running the same tools and version of Cygwin which does not seg fault. Is it possible there is a actually a bug in Cygwin which is causing these problems when running on a virtual machine?

[ANNOUNCEMENT] Updated: wget-1.11.3-1

2008-06-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of wget, 1.11.3-1, is available, leaving 1.10.2-2 as previous. NEWS: = This is a new upstream release. A summary of upstream changes is attached. This version is built for cygwin 1.5.x, and thus does not support IPv6 (I will also

Re: 1.5.25: Random segfaults in unix tools

2008-06-04 Thread Ralph Hempel
Dave Korn wrote: Jamie Cole wrote on 04 June 2008 12:56: Also we have an identical physical (e.g. non VMWare) machine running the same tools and version of Cygwin which does not seg fault. Is it possible there is a actually a bug in Cygwin which is causing these problems when running on a

Re: Active Directory and the dreaded Win32 error 1069 starting sshd

2008-06-04 Thread Christopher Faylor
On Tue, Jun 03, 2008 at 11:20:47PM -0700, Gordon Messmer wrote: I'm trying to set up cygwin sshd on two hosts which are members of the same domain. One server is Windows 2003, the other is 2003 R2. Briefly, the problem is that after installing cygwin on both, I can run ssh-host-config on

lndir problems

2008-06-04 Thread Eric Blake
It looks like /usr/X11R6/bin/lndir has a bug when trying to link from a directory where stat() shows st_nlink of 1. Rather than recursively create new subdirectories, it creates links to the original subdirectories, apparently under the (wrong) assumption that since st_nlink is = 2, there are

Can I use -display option with ported application ??

2008-06-04 Thread Axel
Hi everybody, I have a simple question about GUI based applications (like xeyes) that have been ported using cygwin. Is it possible to redirect the application window to another computer with the standard -display option as I can under unix ? And if not, what would I have to do during the

Re: Can I use -display option with ported application ??

2008-06-04 Thread Christopher Faylor
On Wed, Jun 04, 2008 at 03:55:52PM +, Axel wrote: I have a simple question about GUI based applications (like xeyes) that have been ported using cygwin. Is it possible to redirect the application window to another computer with the standard -display option as I can under unix ? Assuming it's

Patch to allow Cron to use non-POSIX shells like Powershell.exe and CMD.exe

2008-06-04 Thread Blair Sutton
Hi This is a very simple patch for Cron to allow one to use a shell like powershell or cmd. I've done some testing and it appears to work well. I simply introduce a new environment variable called SHELLSWICTH that defaults to -c if not used. Otherwise, one can set it to /c or -Command for

Re: Patch to allow Cron to use non-POSIX shells like Powershell.exe and CMD.exe

2008-06-04 Thread Eric Blake
Blair Sutton blairuk at googlemail.com writes: I simply introduce a new environment variable called SHELLSWICTH that defaults to -c if not used. Otherwise, one can set it to /c or -Command for Windows shells. Why should we patch a cygwin utility to promote the use of a non-cygwin shell?

Re: free NFS client for Cygwin and/or support for FUSE?

2008-06-04 Thread Reini Urban
Continuing on that... Dave Korn schrieb: On 31 October 2006 12:47, Brian Dessent wrote: Ben Wing wrote: Also, has anyone considered building something like FUSE into Cygwin? ... The result would be Cygwin-specific, i.e. wouldn't work in non-Cygwin utilities, but that's OK; the benefit of

Re: lndir problems

2008-06-04 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric Blake wrote: | It also appears that lndir refuses to operate on relative arguments: | | $ lndir a e | a: No such file or directory | | but as there is no man page or even lndir --help, it isn't obvious whether this | is intended behavior.

flex 2.5.35-1: isatty() problem (and solution)

2008-06-04 Thread Dante Allegria
Hi, Recently, I updated my cygwin flex from 2.5.4 to 2.5.35-1 and my build has been breaking because of changes in flex.skl. Specifically, I have a problem with extern declaration of isatty in flex.skl. In 2.5.35-1, it is done like this in flex.skl: %if-c-only m4_ifdef(

Re: flex 2.5.35-1: isatty() problem (and solution)

2008-06-04 Thread Christopher Faylor
On Wed, Jun 04, 2008 at 05:37:09PM -0700, Dante Allegria wrote: Hi, Recently, I updated my cygwin flex from 2.5.4 to 2.5.35-1 and my build has been breaking because of changes in flex.skl. Specifically, I have a problem with extern declaration of isatty in flex.skl. In 2.5.35-1, it is done

Updated: wget-1.11.3-1

2008-06-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of wget, 1.11.3-1, is available, leaving 1.10.2-2 as previous. NEWS: = This is a new upstream release. A summary of upstream changes is attached. This version is built for cygwin 1.5.x, and thus does not support IPv6 (I will also