/bin/sh very slow

2006-08-08 Thread Stanislav Sinyagin
hi all, I've installed a fresh cygwin on my WinXP Pro computer, and started to compile some software. The compilation is much slower than before, especially the "make install" part, which should usually go quite fast. The Task Manager shows sh.exe occupying 100% of CPU time. Compilation and in

RE: Networking in Cygwin.

2002-04-25 Thread Stanislav Sinyagin
> Connecting to images.ucomics.com:80... > images.ucomics.com: Host not found. But you gave nslookup output for some other host... __ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- Unsubscribe inf

RE: Networking in Cygwin.

2002-04-25 Thread Stanislav Sinyagin
--- Raghuraman <[EMAIL PROTECTED]> wrote: > DNS Suffix Search List. . . . . . : ad.infosys.com > DNS Servers . . . . . . . . . . . : 192.168.200.55 > 192.168.200.57 > > nslookup gives the following output for the primary WINS server > S

Re: Networking in Cygwin.

2002-04-25 Thread Stanislav Sinyagin
Normally it works fine. What's your "ipconfig /all" saying? Also, are you sure that nslookup (native Windoz command-line utility) resolves those names? --- Raghuraman <[EMAIL PROTECTED]> wrote: > Hi, > I installed net utilities with Cygwin, however, wget, ncftp etc do not seem to >work. > I

Re: Proprietary Software [WAS: Re: SGML/XML packages available for testing]

2002-04-08 Thread Stanislav Sinyagin
--- Stanislav Sinyagin <[EMAIL PROTECTED]> wrote: > well, these are few Perl scripts that we use internally, and the documentation > written in DocBook XML. It's no way a software for sale, nor a package which > could be useful to anyone else, because it's really dom

Re: Proprietary Software [WAS: Re: SGML/XML packages available for testing]

2002-04-08 Thread Stanislav Sinyagin
--- Earnie Boyd <[EMAIL PROTECTED]> wrote: > Stanislav Sinyagin wrote: > > > > Hi Markus, > > > > I am using these distributions in my propriatory software: > > > > Your proprietary software will need to have a GPL license if it uses any >

Re: ProFTPd ported to Cygwin

2002-04-08 Thread Stanislav Sinyagin
--- Stanislav Sinyagin <[EMAIL PROTECTED]> wrote: > In the evening, I'll post my sample configuration, and the README > which I'm about to finish (it's all at my home PC) As promised, see the README and the sample configuration in the attachment. The copy of this

Re: ProFTPd ported to Cygwin

2002-04-08 Thread Stanislav Sinyagin
--- "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: > I'm having problems here: > > $ ftp localhost > Connected to loreley.antigone.familiehaase.de. > 220 ProFTPD 1.2.5rc1 Server (ProFTPD Default Installation) >[loreley.antigone.familiehaase.de] You seem to be runing the latest release sources. I

ProFTPd ported to Cygwin

2002-04-07 Thread Stanislav Sinyagin
Hello all, I made some minor compatibility fixes in Proftpd, now it compiles and runs under Cygwin. I proposed the patch to proftpd developers about a week ago, but the bug status hasn't changed since then (Bug ID 1569 at bugs.proftpd.org). Actually, the whole CVS repository hasn't changed e

cygwin-announce mail delivery problem: koldark@startrek.net

2002-02-22 Thread Stanislav Sinyagin
//sources.redhat.com/ml/#faqs> Sender: [EMAIL PROTECTED] Delivered-To: mailing list [EMAIL PROTECTED] Delivered-To: moderator for [EMAIL PROTECTED] Received: (qmail 8663 invoked from network); 22 Feb 2002 09:48:05 - Message-ID: <[EMAIL PROTECTED]> Date: Fri, 22 Feb 2002 01:48:05 -0800 (PST

[ANNOUNCEMENT] New package: ttcp-19980512-1

2002-02-22 Thread Stanislav Sinyagin
mailing list is the appropriate place. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** To unsubscribe to the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified the

ttcp package is out

2002-02-21 Thread Stanislav Sinyagin
Hello all, ttcp is now included into the distribution. It's is a very nice network throughput testing tool. For more information about the tool, see http://www.netcordia.com/network-services.html With best regards, Stanislav __ Do You Yahoo!?

ttcp successfully compiled

2002-02-12 Thread Stanislav Sinyagin
Hi all, TTCP (TCP test utility) failed to work under Cygwin, at least the version that I could find in the Net, dated Feb 27 1997 (Revision 1.12). Put this line somewhere in main(), and it fixes the error: $ diff ttcp.c ../ttcp-orig/ttcp.c 225,227d224 < < sinme.sin_family = AF_INET; <