Re: cvs server setup

2011-01-24 Thread David Billinghurst
On 25/01/2011 5:57 PM, Hans Horn wrote: Folks, can anybody point me to some current doc on how to setup a cvs server under cygwin? I run an sshd server under cygwin and access cvs using ssh. This was easy to do --- once I read the documentation. This provides remote access for file transfe

cvs server setup

2011-01-24 Thread Hans Horn
Folks, can anybody point me to some current doc on how to setup a cvs server under cygwin? The info I was able to find on the web dated back to the early 2000s suggesting: 1. add line to /etc/inetd.conf: cvspserver stream tcp nowait root /bin/cvs cvs -f --allow-root=/cvs/root pserver wi

"This application has failed to start because cyggcc_s-1.dll was not found" error

2011-01-24 Thread P Rivera
Hello, I'm running on Windows 32 XP. Not by choice. :) I receive the following error after installing Cygwin 1.7.7, and from invoking Cygwin from the desktop shortcut: Unable To Locate Component --- This application has failed to start because cyggcc_s-1.dll was not found

Re: Bug in libiconv?

2011-01-24 Thread Charles Wilson
On 1/24/2011 10:41 AM, Corinna Vinschen wrote: > Here's what happens on Cygwin: > > $ gcc -g -o ic ic.c -liconv > $ ./ic > iconv: 138 > in = , inbuf = <ä sana>, inbytesleft = 7, outbytesleft = > 492 > iconv: 138 > in = , inbuf = <ä sana>, inbytesleft = 7, outbytesleft = > 492 > i

Re: [Bug] Named Pipes (FIFO) / Bash

2011-01-24 Thread Achim Gratz
Eric Blake writes: > Not just in bash, but in cygwin in general. Named pipes are still an > incomplete implementation, and until patches are written to get it > working more like posix, you can't expect them to work reliably. I said I knew that it wasn't working like POSIX pipes. Now, there's c

Re: [Bug] Named Pipes (FIFO) / Bash

2011-01-24 Thread Eric Blake
On 01/22/2011 01:57 PM, Achim Gratz wrote: > > I'm having problems with some bash scripts that were developed (not be > me) and working OK in Cygwin 1.6.x versions, but not in 1.7.x (tested on > 1.7.6, 1.7.7 and the latest snapshot). After some gnashing of teeth and > pulling of hair I've whittle

Bug in libiconv?

2011-01-24 Thread Corinna Vinschen
Hi Chuck, hi everyone else, In a twisted turn of events, I'm trying to get the orphaned catgets package to work correctly on Cygwin 1.7. As you might know, the package is derived from the glibc package. Apart from other portability issues of this *very* glibc-centric piece of code, I found some

Re: Strange issue with IPv6 and mmap in Windows XP

2011-01-24 Thread Corinna Vinschen
On Jan 23 01:38, jdzstz - gmail dot com wrote: > I have detected a strange issue with IPv6 and mmap in Windows XP. > > I want to execute varnish program from windows cmd.exe, launching a BAT file. > If IPv6 is deactivated (default in windows xp) all works OK. > > But if I activate IPV6 with follo