Question/bug? : Make and tab problem since version 1.3.16...

2002-11-27 Thread Moti Daniel
After upgrading cygwin dll to 1.3.16 from 1.3.12 I had the following problem: I'm using cygwin to build my project, in my makefile I'm creating another makefile like this: VAR1=a.o : a.c\n\tcc $$@ . . . sometarget : $(shell echo -e '$(VAR1)' >> somefile before the upgrade this produced som

Re: compressing cygcheck output considered harmful?

2002-11-27 Thread Corinna Vinschen
On Wed, Nov 27, 2002 at 12:29:12PM +1100, Robert Collins wrote: > On Wed, 2002-11-27 at 13:23, Christopher Faylor wrote: > > > > > Does it make sense not to send cygcheck output in compressed format? > > Yes. Another yes. Corinna -- Corinna Vinschen Please, send mails regard

1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2002-11-27 Thread Paul Nolan
Hi, I've just updated my copy of cygwin to 1.3.16-1 and have found that apache does not rotate through the running processes anymore it just serves from the one process. This can results in "page not found errors" The version of cygwin I had before was 1.3.12-2. Apache worked fine and rotated thro

Re: sshd installation on NT 5.0

2002-11-27 Thread Marc Girod
> "VH" == Vince Hoffman <[EMAIL PROTECTED]> > "MG" == Marc Girod <[EMAIL PROTECTED]> MG> What did I fail to install? I installed the crypt libs, but they didn't bring in any cygcrypto.dll. Also, I wonder the search path. There is D:\cygwin\usr\sbin in it, but not D:\cygwin\usr\lib where

Re: sshd installation on NT 5.0

2002-11-27 Thread Corinna Vinschen
On Wed, Nov 27, 2002 at 10:53:03AM +0200, Marc Girod wrote: > I installed the crypt libs, but they didn't bring in any > cygcrypto.dll. It's the OpenSSL package you're missing. The crypt package is only supporting DES password and is mainly for 9x users to create a password for /etc/passwd. > Al

Customizing default package selection in setup.exe?

2002-11-27 Thread Hans Ekkehard Plesser
Hi! I will teach a course in OOP based on C++, and plan to use Cygwin, so that things look identical for students independent of the operating system they are using. Unfortunately, most developer tools (make, gcc, ...) are not included in the standard set of packages installed by setup.exe.

Re: sshd installation on NT 5.0

2002-11-27 Thread Marc Girod
> "CV" == Corinna Vinschen <[EMAIL PROTECTED]> writes: CV> It's the OpenSSL package you're missing. Thanks, now I got it, but it didn't help. CV> There are no DLLs in /lib, except for applications which CV> explicitely load them from there. I see. I checked now that cygcrypto.dll is indeed

Apache+PHP on WinME - was Re: 3rd time lucky? Apache startup woes

2002-11-27 Thread Gary Stainburn
Hi all, I've had no luck getting anywhere with this. I asume that the info I provided below was of no use to anyone. Can anyone suggest any additional evidence I can collect? One suggestions was to start httpd within gdb. Can anyone point me at any instructions on how to do this. Ta Gary O

Re: Customizing default package selection in setup.exe?

2002-11-27 Thread Max Bowsher
On Wed, 27 Nov 2002, Hans Ekkehard Plesser wrote: HEP> Unfortunately, most developer tools (make, gcc, ...) are not HEP> included in the standard set of packages installed by setup.exe. HEP> HEP> I'd prefer to create one "reference setup", HEP> then export the configuration information to a file,

Re: sshd installation on NT 5.0

2002-11-27 Thread Marc Girod
> "MG" == Marc Girod <[EMAIL PROTECTED]> writes: MG> Now, I still get the same error in my System event viewer error Sorry, I was looking at an old error, i.e. this error was not generated anymore. There is no entry anymore in the System folder of the event viewer, only in the Application on

Re: sshd installation on NT 5.0

2002-11-27 Thread Marc Girod
> "MG" == Marc Girod <[EMAIL PROTECTED]> writes: MG> Operation not permitted? I tried from the command line and got: $ ./sshd Could not load host key: /etc/ssh_host_key Could not load host key: /etc/ssh_host_rsa_key Could not load host key: /etc/ssh_host_dsa_key Disabling protocol version 1.

Re: New setup.exe beta.

2002-11-27 Thread Pavel Tsekov
Hello, > We're at that time again, where your testing directly influences the > quality of setup.exe that you get to run. > > So, > at http://www.cygwin.com/setup-snapshots/ there is a new setup.exe > snapshot, that is (as far as we know) devoid of major bugs. 1. If i try to install from local d

Re: New setup.exe beta.

2002-11-27 Thread Pavel Tsekov
> directory (havent tried the other modes yet). Look for a line which looks > like this > in the attached setup.log file: Sorry, forgot the attachments :( -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! setup.log Des

Re: sshd installation on NT 5.0

2002-11-27 Thread Corinna Vinschen
On Wed, Nov 27, 2002 at 12:53:43PM +0200, Marc Girod wrote: > $ cd /usr/sbin > $ ./sshd > Bad owner or mode for /var/empty > $ ls -la /var/empty > total 0 > drwxr-xr-x2 SYSTEM SYSTEM 0 Nov 26 17:19 . > drwxrwxrwx6 Administ None0 Nov 26 17:19 .. > $ That's correct.

download and installation

2002-11-27 Thread ie
Good Signors, I understand I need Cygwin to run PostgreSQL on Windows 2000. Alas, the PostgreSQL website doesn't say how much of Cygwin is needed. To play it safe I assume all of Cygwin. Your website warns Cygwin is huge as heck, which precludes me from downloading to my machine over my slow l

AW: download and installation

2002-11-27 Thread Andreas
Hello ie, > Good Signors, > > I understand I need Cygwin to run PostgreSQL on Windows 2000. Alas, the > PostgreSQL website doesn't say how much of Cygwin is needed. To play it > safe I assume all of Cygwin. For install instructions see the following thread: http://sources.redhat.com/ml/cygwin/2

RE: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-27 Thread Ralf Habacker
> All well and good, Ralf, but Chris' comment grew out of your policy > recommendations about *removing* the existing import lib support that > libtool currently provides. I know, you probably don't think you did > that -- but you said your new change would simplify libtool. Chuck, thank you fo

Re: sshd installation on NT 5.0

2002-11-27 Thread Marc Girod
> "CV" == Corinna Vinschen <[EMAIL PROTECTED]> writes: CV> That's correct. Right, thanks. Now, it worked from the command line, so that I could connect from my other host. I had a Success Audit event in the Security folder of the event viewer. But then, I reprotected the empty directory, kil

Re: how do I link in nl_langinfo()?

2002-11-27 Thread Jason Tishler
Rui, On Tue, Nov 26, 2002 at 10:58:31PM +, Rui Carmo wrote: > Oh, thanks, Jason. No problem. > Any idea as to when that export will be rolled in to the distribution? In Cygwin 1.3.17: http://cygwin.com/ml/cygwin-patches/2002-q4/msg00188.html > P.S.: I heartily recommend you check out

Re: how do I link in nl_langinfo()?

2002-11-27 Thread Rui Carmo
I'm considering packaging cvstrac and libsqlite to include in the cygwin distro, but am afraid I just won't have the time... Will check out the other lists for hints, though. R. Jason Tishler wrote: Rui, On Tue, Nov 26, 2002 at 10:58:31PM +, Rui Carmo wrote: >Oh, thanks, Jason. No prob

Re: [CYGWIN] make error during PostgreSQL installation on windowsusingcygwin

2002-11-27 Thread Jason Tishler
Godson, On Tue, Nov 26, 2002 at 01:03:00PM +0530, Godson Retna wrote: > $ initdb -D /usr/share/postgresql/data > The files belonging to this database system will be owned by user "Administrator". > This user must also own the server process. > > [snip] > creating template1 database in /usr/share/

Re: Make-Problem Postgres on Cygwin

2002-11-27 Thread Jason Tishler
Godson, On Tue, Nov 26, 2002 at 02:10:45PM +0530, Godson Retna wrote: > gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include >-I/usr/local/include -DBUILDING_DLL=1 -c -o ipc.o ipc.c > cc1: warning: changing search order for system directory "/usr/local/include" > c

Re: New setup.exe beta.

2002-11-27 Thread Jan Nieuwenhuizen
Robert Collins <[EMAIL PROTECTED]> writes: >> Has the timestamp definition changed? > > No, but the entry to the packages area has, your trailing linefeed :-) > is the likely culprit. Forgive my ignorance, but I don't understand the concept of `trailing linefeed'. Do you mean that whitespace

Re: New setup.exe beta.

2002-11-27 Thread Robert Collins
On Wed, 2002-11-27 at 23:54, Jan Nieuwenhuizen wrote: > Robert Collins <[EMAIL PROTECTED]> writes: > > >> Has the timestamp definition changed? > > > > No, but the entry to the packages area has, your trailing linefeed Leading. I meant leading (line 1). Rob -- --- GPG key available at: http://

RE: How can I avoid using a DOS box??

2002-11-27 Thread Robert Collins
On Wed, 2002-11-27 at 19:10, Gary R. Van Sickle wrote: > Are things to the point where we could make rxvt the default installed terminal > emulator instead of the DOS box? I can't imagine any Win9x user could possibly > complain, and any NT+ user that would is simply misguided ;-). Well, it's

Re: New setup.exe beta.

2002-11-27 Thread Jan Nieuwenhuizen
Robert Collins <[EMAIL PROTECTED]> writes: > Leading. I meant leading (line 1). Leading linefeed. Ah, empty lines are not allowed in the header. I'll have a look tonight. Thanks, Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien

Re: How can I avoid using a DOS box??

2002-11-27 Thread Michael Schaap
On 27-11-2002 13:04, Robert Collins wrote: On Wed, 2002-11-27 at 19:10, Gary R. Van Sickle wrote: Are things to the point where we could make rxvt the default installed terminal emulator instead of the DOS box? I can't imagine any Win9x user could possibly complain, and any NT+ user that woul

Re: download and installation

2002-11-27 Thread Jason Tishler
Andreas, On Wed, Nov 27, 2002 at 12:38:42PM +0100, Andreas wrote: > > I understand I need Cygwin to run PostgreSQL on Windows 2000. Alas, > > the PostgreSQL website doesn't say how much of Cygwin is needed. To > > play it safe I assume all of Cygwin. > > For install instructions see the followi

need help in compilation

2002-11-27 Thread Uwe Mayer
Hi, I get the following error message whin compiling anacron for cygwin: -- gcc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" -Wall -pedantic -O2 readtab.c -o readtab.o readtab.c:32:21: obstack.h: No such file or directory readtab.c:33:1: warning: C++ s

Re: apache 1.3.27 on cygwin 1.3.16-1

2002-11-27 Thread Stipe Tolj
Hi Paul, Paul Nolan schrieb: > > Hi, > I found your web site while looking for a reason why > apache doesn't work properly on the latest cygwin version, > actually I don't think it worked properly on cygwin 1.3.12 either. it works, but not stable as my experiences have shown. I got http://apache

cygwin emacs: broken key mappings

2002-11-27 Thread troy . holly
The emacs C-c, C-h and C-SPC keys are broken: C-c maps to C-g C-SPC maps to SPC C-h maps to DEL To verify this just enter M-x global-key-binding 'broken_key´ and emacs prompts you to set 'key´ to a command. 'key´ in the broken cases is simply wrong, as I listed above. Under

Re: How can I avoid using a DOS box??

2002-11-27 Thread Frank-Michael Moser
I found that the "run" command which comes with Cygwin-XFree is quite useful for launching any shell script with a Windows link without a DOS box flashing. The problem is that it works only when $(cygpath -w /) is in your Windows PATH variable - otherwise it does not find cygwin1.dll. But a sim

Re: accessing cygwin functions from non-cygwin app

2002-11-27 Thread Guy Harrison
On Tue, 26 Nov 2002 11:13:20 +0100, "Jan Beulich" <[EMAIL PROTECTED]> wrote: >Hello, > >while I was trying to understand this on my own I'm ready to give up. All >I intended was translating a coupld of filenames from cygwin to Win32 notation >in an otherwise Win32-only app. I quickly realized that

Re: accessing cygwin functions from non-cygwin app

2002-11-27 Thread Soren A
"Jan Beulich" <[EMAIL PROTECTED]> wrote around 26 Nov 2002 [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > All I intended was translating a coupld of filenames from cygwin to > Win32 notation in an otherwise Win32-only app. I quickly realized that > cygwin1.dll does not do all the necessary initial

Re: accessing cygwin functions from non-cygwin app

2002-11-27 Thread Joshua Daniel Franklin
--- Jan Beulich <[EMAIL PROTECTED]> wrote: > Thanks for the answer, but you mainly missed the point: I want to dynamically > load cygwin1.dll (if at all present on the system) and call a single function > in it. The problem is not the process of loading the DLL and calling the > function (I'm not a

Re: Why not export pthread_getsequence_np in cygwin1.dll?

2002-11-27 Thread Christopher Faylor
On Wed, Nov 27, 2002 at 02:51:44PM +0800, Vive l'amour wrote: >can any of you tell me how to call Win32 API in cygwin? I've tried to >call GetCurrentThreadId() in my program but ld failed to locate the >symbol, even though I supplied it with a correct search path for >w32api. (-lkernel32) You in

Re: How can I avoid using a DOS box??

2002-11-27 Thread Christopher Faylor
On Wed, Nov 27, 2002 at 11:04:38PM +1100, Robert Collins wrote: >On Wed, 2002-11-27 at 19:10, Gary R. Van Sickle wrote: >>Are things to the point where we could make rxvt the default installed >>terminal emulator instead of the DOS box? I can't imagine any Win9x >>user could possibly complain, and

bash isn't running my .bashrc!

2002-11-27 Thread Soren A
Actually, my .bashrc is running fine. The Subject: was a honeypot strategy. AFAICT by reading the Fine Documentation for bash, an *interactive* shell (one invoked with the option flag "-i") does *not* automatically cause the initialization to include source'ing of .bashrc in the user $HOME dir. I

Re: sshd installation on NT 5.0

2002-11-27 Thread Corinna Vinschen
On Wed, Nov 27, 2002 at 02:11:13PM +0200, Marc Girod wrote: > and the "Log on as" account is "Local System account". I assume it is > sshd which is being started as user "sshd". No. sshd is started as SYSTEM, sshd forks a child under sshd account. Things to check: - /usr/sbin/sshd.exe, /bin/cyg

Re: bash isn't running my .bashrc!

2002-11-27 Thread Donna and Matthew Persico
On Wed, 27 Nov 2002 15:33:56 + (UTC), "Soren A" <[EMAIL PROTECTED]>said: >Actually, my .bashrc is running fine. The Subject: was a honeypot >strategy. > >AFAICT by reading the Fine Documentation for bash, an *interactive* >shell (one invoked with the option flag "-i") does *not* automatically >

Re: how do I link in nl_langinfo()?

2002-11-27 Thread Christopher Faylor
On Wed, Nov 27, 2002 at 07:37:31AM -0500, Jason Tishler wrote: >> P.S.: I heartily recommend you check out cvstrac, BTW. > >I just did -- very cool! I'm not sure what this means in this context since there is already a cvs mailing list for cygwin which provides information on checkins. You can al

Re: accessing cygwin functions from non-cygwin app

2002-11-27 Thread Christopher Faylor
On Wed, Nov 27, 2002 at 06:48:35AM -0800, Joshua Daniel Franklin wrote: >--- Jan Beulich <[EMAIL PROTECTED]> wrote: >> Thanks for the answer, but you mainly missed the point: I want to dynamically >> load cygwin1.dll (if at all present on the system) and call a single function >> in it. The problem

RE: How can I avoid using a DOS box??

2002-11-27 Thread Igor Pechtchanski
On 27 Nov 2002, Robert Collins wrote: > On Wed, 2002-11-27 at 19:10, Gary R. Van Sickle wrote: > > > Are things to the point where we could make rxvt the default installed terminal > > emulator instead of the DOS box? I can't imagine any Win9x user could possibly > > complain, and any NT+ user th

Re: download and installation

2002-11-27 Thread Igor Pechtchanski
On Wed, 27 Nov 2002, ie wrote: > Good Signors, > > I understand I need Cygwin to run PostgreSQL on Windows 2000. Alas, the > PostgreSQL website doesn't say how much of Cygwin is needed. To play it > safe I assume all of Cygwin. > > Your website warns Cygwin is huge as heck, which precludes me fr

Re: cygwin emacs: broken key mappings

2002-11-27 Thread Igor Pechtchanski
On Wed, 27 Nov 2002 [EMAIL PROTECTED] wrote: > The emacs C-c, C-h and C-SPC keys are broken: > > C-c maps to C-g > C-SPC maps to SPC > C-h maps to DEL > > To verify this just enter > > M-x global-key-binding 'broken_key´ > > and emacs prompts you to set 'key´ to a command. 'key

Re: bash isn't running my .bashrc!

2002-11-27 Thread Soren A
Donna and Matthew Persico <[EMAIL PROTECTED]> wrote around 27 Nov 2002 [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > Probably because many folks have used/are using Korn shell where if, I > think, you do > > export ENV=~/.kshrc > > then ~/.kshrc is run at each invocation, interactive or not,

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2002-11-27 Thread Stipe Tolj
Hi Paul, first thanks for all the debugging information. > I've just updated my copy of cygwin to 1.3.16-1 and have found > that apache does not rotate through the running processes anymore > it just serves from the one process. > This can results in "page not found errors" > > The version of cy

Re: Apache+PHP on WinME - was Re: 3rd time lucky? Apache startup woes

2002-11-27 Thread Stipe Tolj
> I've had no luck getting anywhere with this. I asume that the info I provided > below was of no use to anyone. > > Can anyone suggest any additional evidence I can collect? > One suggestions was to start httpd within gdb. Can anyone point me at any > instructions on how to do this. gdb should

Re: How can I avoid using a DOS box??

2002-11-27 Thread [mn]
On Wed, 27 Nov 2002 02:10:14 -0600, Gary R. Van Sickle wrote: > Are things to the point where we could make rxvt the default installed terminal > emulator instead of the DOS box? I can't imagine any Win9x user could possibly > complain, and any NT+ user that would is simply misguided ;-). No, you

Re: [Performance Regression] cygwin 1.3.15-2 -> 1.3.16-1

2002-11-27 Thread Max Bowsher
Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Tue, Nov 26, 2002 at 11:02:56AM -0800, David Rothenberger wrote: >> I noticed the same problem while running the SETI@Home client. It >> only occurred when running bash from the DOS box, not when using >> rxvt. Also, if I remove tty from the CYGW

Re: How can I avoid using a DOS box??

2002-11-27 Thread Max Bowsher
> On Wed, 27 Nov 2002 02:10:14 -0600, Gary R. Van Sickle wrote: >> Are things to the point where we could make rxvt the default >> installed terminal >> emulator instead of the DOS box? I can't imagine any Win9x user >> could possibly >> complain, and any NT+ user that would is simply misguided ;-

Re: dll not found when "symlink" used?

2002-11-27 Thread Max Bowsher
Please keep mail on list. Bob Tanner <[EMAIL PROTECTED]> wrote: > On Tuesday 26 November 2002 04:39 pm, Max Bowsher wrote: >>> I guess I'm looking for conformation that cygwin binaries do not >>> honor the symlinks. >> >> Sure, cygwin binaries do. But *only* Cygwin binaries. And the >> Windows DLL

Re: Question/bug? : Make and tab problem since version 1.3.16...

2002-11-27 Thread Max Bowsher
Moti Daniel <[EMAIL PROTECTED]> wrote: > After upgrading cygwin dll to 1.3.16 from 1.3.12 I had the following > problem: > I'm using cygwin to build my project, in my makefile I'm creating > another makefile like this: > VAR1=a.o : a.c\n\tcc $$@ > . > . > . > sometarget : > $(shell echo -e '$(VAR1

Re: dll not found when "symlink" used?

2002-11-27 Thread Igor Pechtchanski
On Wed, 27 Nov 2002, Max Bowsher wrote: > Please keep mail on list. > > Bob Tanner <[EMAIL PROTECTED]> wrote: > > On Tuesday 26 November 2002 04:39 pm, Max Bowsher wrote: > >>> I guess I'm looking for conformation that cygwin binaries do not > >>> honor the symlinks. > >> > >> Sure, cygwin binarie

Re: New setup.exe beta

2002-11-27 Thread Max Bowsher
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> But: clicking on the gizmo to change from "All Default" to >>> "All Install" caused such a long pause that eventually I >>> checked to see what was happening. Answer: >>> "Setup Options [not responding]". It happened identically >>> at a second atte

Re: [Performance Regression] cygwin 1.3.15-2 -> 1.3.16-1

2002-11-27 Thread David Rothenberger
Christopher Faylor wrote: > > This should be fixed in the latest snapshot. I'll make a new 1.3.17 > release if I get a consensus that it really is fixed. The new snapshot fixes the problem for me, too. Thanks Chris! Dave -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug r

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2002-11-27 Thread Corinna Vinschen
On Wed, Nov 27, 2002 at 05:55:10PM +0100, Stipe Tolj wrote: > > I guess the main apache process that is suppose to arbitrate the > > requests is not working properly with cygwin 1.3.16-1 > > > > Has anyone else seen similar problems with apache? > > Has anything changed in cygwin that would cause

Re: how do I link in nl_langinfo()?

2002-11-27 Thread Jason Tishler
Chris, On Wed, Nov 27, 2002 at 10:59:31AM -0500, Christopher Faylor wrote: > On Wed, Nov 27, 2002 at 07:37:31AM -0500, Jason Tishler wrote: > >> P.S.: I heartily recommend you check out cvstrac, BTW. > > > >I just did -- very cool! > > I'm not sure what this means in this context since there is a

[ANNOUNCEMENT] xerces-c-2.1.0-1

2002-11-27 Thread Abraham Backus
Xerces-C 2.1.0-1 is now available on Cygwin mirrors. >From http://xml.apache.org/xerces-c/: Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing,

Re: How can I avoid using a DOS box??

2002-11-27 Thread Andrew DeFaria
Christopher Faylor wrote: I don't know how often I've expressed my opinion but I am mildly against it. The problem is that cygwin's pty implementation is not perfect. It can't run some native windows programs and it can deadlock occasionally. There are some patches available that potentially solv

Re: How can I avoid using a DOS box??

2002-11-27 Thread Andrew DeFaria
[mn] wrote: No, you cannot claim that. rxvt still behaves strangely in some ways when being executed in Windows XP, for instance because of an annoying ClearType incompatibility. I do not know whether this grave bug has been fixed in the meantime, I'm still using the 1.3.13-2 release. But I st

Re: cygwin emacs: broken key mappings

2002-11-27 Thread Joe Buehler
[EMAIL PROTECTED] wrote: The emacs C-c, C-h and C-SPC keys are broken: C-c maps to C-g C-SPC maps to SPC C-h maps to DEL Make sure you have "tty" in your CYGWIN variable. Also, I believe that there is a post from an emacs guru in the last couple months that complains about the

Re: How can I avoid using a DOS box??

2002-11-27 Thread Andrew DeFaria
Max Bowsher wrote: Sorry, no. An XP cmd box does everything I need. Rxvt doesn't seem to have any way to let me cut and paste with just the mouse (I only have 2 buttons+scroll on my laptop). On my non laptop 2 button mouse with a scroll, clicking the scroll button pastes. Also Shift-Button 1

Re: how do I link in nl_langinfo()?

2002-11-27 Thread Rui Carmo
Yep, that was what I was on about - a generic recommendation. It compiles without a single hitch (except the I18N stuff) on cygwin, and is very handy for personal use. (just patched my cvstrac for colored diffs, and am on my way to fiddle with some of the internals. :)) R. Jason Tishler wrote:

Re: pipe performance problem

2002-11-27 Thread thomas
Hi List, I'm back with more information, I've narrowed down the problem further with another strace session. I've run: cat test.iso | strace -o dd1.log nice --1 dd of=/dev/null cat test.iso | strace -o dd0.log nice --0 dd of=/dev/null nice --1 needs much longer, like already shown in another th

Bug in Cygwin SSHD on windows XP

2002-11-27 Thread arBmind
hi, i want to report a serious bug in the current Cygwin SSH-Deamon implementation at Windows XP. error message (occurs on SSH-Client): > Last login: Wed Nov 27 21:43:22 2002 from localhost > G:\CygWin\bin\bash.exe: *** could not load wsock32, Win32 error 126 how to reproduce this error: - you

Incorrect return values from sendto

2002-11-27 Thread Mikael Ylikoski
There is a bug in sendto in cygwin-1.3.16 which can cause an uninitialized value to be returned. --- fhandler_socket.cc.orig Mon Nov 25 23:15:37 2002 +++ fhandler_socket.cc Mon Nov 25 23:16:32 2002 @@ -862,9 +862,9 @@ DWORD ret; if (!winsock2_active) -res = ::sendto (get_socket (

Re: How can I avoid using a DOS box??

2002-11-27 Thread Igor Pechtchanski
Hi all, The current Cygwin DLL will freeze an xterm/rxvt when a large amount of data is pasted into it. The problem was alleviated slightly in the newer snapshots of the DLL, by an increase of the buffer size to 64k. There is a fix that apparently allows pastes of any size. A patch has been sub

Re: Bug in Cygwin SSHD on windows XP

2002-11-27 Thread Max Bowsher
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > i want to report a serious bug in the current Cygwin SSH-Deamon > implementation at Windows XP. Works for me. > error message (occurs on SSH-Client): >> Last login: Wed Nov 27 21:43:22 2002 from localhost >> G:\CygWin\bin\bash.exe: *** could not load

Re: bash isn't running my .bashrc!

2002-11-27 Thread [EMAIL PROTECTED]
I'm not trying to suggest your opinion is wrong here Soren (you're certainly entitled to your opinion) but I would like to make a few statements to clarify the list's stance on the issues you raised. 1. Questions about bash on the email list (newbie or otherwise) are not discouraged if the

Re: rxvt resizing hang fixed by 11/21 cygwin1.dll snapshot

2002-11-27 Thread Mike Williams
>>> On Fri, 22 Nov 2002 08:44:00 -0600, >>> "Wayne" == Keen Wayne A Contr AFRL/MNGG <[EMAIL PROTECTED]> wrote: Wayne> Like an earlier poster, I had noted some hang conditions when a Wayne> window in which rxvt was running when resized. This morning I Wayne> downloaded the 11/21 snapshot

Re: pipe performance problem

2002-11-27 Thread Christopher Faylor
On Wed, Nov 27, 2002 at 10:39:05PM +0100, thomas wrote: >10 ms delay, and there's many of them. Exactly every 612 lines or every >34816 bytes (34kb). Which is about 210 seconds delay on a 700MB file. If there is no data in a pipe it can wait for 10ms waiting for it, yes. See ready_for_read/peek_p

usg cmd.exe as login shell: "more" not sensing #LINES; how2 enable history..

2002-11-27 Thread nicebounce
Hello: There are a couple of people in our group that insist on using cmd.exe as their login shell when they telnet or ssh to our windows 2000 server. When the login shell is set to "/cygdrive/c/winnt/system32/cmd" here are the challenges: 1) "more < foo" does not work, it has no clu

Re: Incorrect return values from sendto

2002-11-27 Thread Christopher Faylor
On Wed, Nov 27, 2002 at 11:18:26PM +0100, Mikael Ylikoski wrote: >There is a bug in sendto in cygwin-1.3.16 which can cause an uninitialized >value to be returned. > >--- fhandler_socket.cc.orig Mon Nov 25 23:15:37 2002 >+++ fhandler_socket.cc Mon Nov 25 23:16:32 2002 >@@ -862,9 +862,9 @@ >

[ANNOUNCEMENT] Updated: cygwin-1.3.17-1

2002-11-27 Thread Christopher Faylor
I've made a new version of the Cygwin DLL and associated utilities available for download. As usual, a list of what has changed is below. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run se

Re: Re: Bug in Cygwin SSHD on windows XP

2002-11-27 Thread arBmind
hi, thx for the reply. "Max Bowsher" <[EMAIL PROTECTED]> schrieb am 27.11.02 23:34:16: > [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > i want to report a serious bug in the current Cygwin SSH-Deamon > > implementation at Windows XP. > > Works for me. How? my setup: - installed fresh winXP p

Re: pipe performance problem

2002-11-27 Thread thomas
Christopher Faylor <[EMAIL PROTECTED]> wrote: > If there is no data in a pipe it can wait for 10ms waiting for it, yes. > See ready_for_read/peek_pipe in select.cc. Yep i saw the Sleep (10) and though the same thing, but i figured that can't be it when i commented it out, compiled a new cygwin1.d

Re: pipe performance problem

2002-11-27 Thread thomas
thomas <[EMAIL PROTECTED]> wrote: >26 245082 [main] dd 3100 readv: DEBUG 1.a syscalls.cc >23 245105 [main] dd 3100 readv: DEBUG 1.b syscalls.cc >23 245128 [main] dd 3100 readv: DEBUG 2.a syscalls.cc >23 245151 [main] dd 3100 readv: readv (0, 0x240FD9C, 1) blocking, sigcatchers

Re: Re: Bug in cygwin SSHD on windows XP

2002-11-27 Thread Christopher Faylor
On Thu, Nov 28, 2002 at 01:17:57AM +0100, [EMAIL PROTECTED] wrote: >hi, > >thx for the reply. > >"Max Bowsher" <[EMAIL PROTECTED]> schrieb am 27.11.02 23:34:16: >> [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> > i want to report a serious bug in the current Cygwin SSH-Deamon >> > implementation a

Re: pipe performance problem

2002-11-27 Thread Christopher Faylor
On Thu, Nov 28, 2002 at 01:20:46AM +0100, thomas wrote: >Christopher Faylor <[EMAIL PROTECTED]> wrote: > >> If there is no data in a pipe it can wait for 10ms waiting for it, yes. >> See ready_for_read/peek_pipe in select.cc. > >Yep i saw the Sleep (10) and though the same thing, but i figured that

Re: pipe performance problem

2002-11-27 Thread thomas
Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Thu, Nov 28, 2002 at 01:20:46AM +0100, thomas wrote: >>Christopher Faylor <[EMAIL PROTECTED]> wrote: >> >>> If there is no data in a pipe it can wait for 10ms waiting for it, yes. >>> See ready_for_read/peek_pipe in select.cc. >> >>Yep i saw the S

Re: pipe performance problem

2002-11-27 Thread thomas
It seems to be a mystery whats going on, at least i'm not clever enough find it out :( Both sides of the pipe (cat and dd) wait at the same time, but what for? Is one waiting for the other and vice versa? I have no idea. Look here: 23 2139047 [main] cat 3660 fhandler_base::write: binary write

RE: [ANNOUNCEMENT] Updated: cygwin-1.3.17-1

2002-11-27 Thread Rolf Campbell
When I download that package from http://mirror.rcn.net, it says it is corrupt: "Installation error (ø▌®▌ksum failure for file:///cygwin-1.3.17-1.tar.bz2), Continue with other packages?" And yes, the word checksum seems to be spelled with a ® I tried downloading it 4 times, each with the same resul

cygwin 1.3.17-1

2002-11-27 Thread Robert McNulty Junior
This file is corrupted. Setup fails to open it. Size of file is 1066k, should be 1091k, according to Setup. I tried five times to open it, no go, no show. Just fizzles out. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Docu

Re: [ANNOUNCEMENT] Updated: cygwin-1.3.17-1

2002-11-27 Thread Christopher Faylor
On Wed, Nov 27, 2002 at 06:37:32PM -0800, Rolf Campbell wrote: >When I download that package from http://mirror.rcn.net, it says it is >corrupt: "Installation error (?▌?▌ksum failure for >file:///cygwin-1.3.17-1.tar.bz2), Continue >with other packages?" And yes, the word checksum seems to be spelle

RE: Make-Problem Postgres on Cygwin

2002-11-27 Thread Godson Retna
Jason Thanks for all your valuable input. The installation has been completed successfully. I downloaded PostgreSQL 7.2.3. and followed your posts on this line. Best Regards. Godson R. -Original Message- From: Jason Tishler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002

RE: [CYGWIN] make error during PostgreSQL installation on windowsusingcygwin

2002-11-27 Thread Godson Retna
Hi Jason Thanks a million! Installation done. Compiled from source after downloading PostgreSQL 7.2.3. Used your patch and your inputs on the issue to complete the installation. Best Regards. Godson R. -Original Message- From: Jason Tishler [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: [ANNOUNCEMENT] Updated: cygwin-1.3.17-1

2002-11-27 Thread Robert McNulty Junior
I got it working now. I had to download it first, and come back with install from local directory. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher Faylor Sent: Wednesday, November 27, 2002 9:23 PM To: [EMAIL PROTECTED] Subject: Re: [ANNOUNCEMEN

unsubscribing

2002-11-27 Thread Regnirps
>Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple gives me when pasted: Not Found The requested URL /ml/#unsubscribe-simple was not found on this server. with a change in my URL window to http://cygwin.com/ml/%23unsubscribe-simple What next? -- Charlie Springer -- Unsubscrib

RE: cygwin 1.3.17-1

2002-11-27 Thread Rolf Campbell
I've checked, and the file is the size expected in setup.ini (1091203 bytes). Also, the md5sum in setup.ini matches the md5sum of the file on mirrors.rcn.net. But, setup 2.249.2.5 still complains about the file being corrupt and won't install it. Oh, wait, it just worked. I don't know why. I didn

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2002-11-27 Thread Stipe Tolj
Corinna Vinschen schrieb: > > On Wed, Nov 27, 2002 at 05:55:10PM +0100, Stipe Tolj wrote: > > > I guess the main apache process that is suppose to arbitrate the > > > requests is not working properly with cygwin 1.3.16-1 > > > > > > Has anyone else seen similar problems with apache? > > > Has anyt

Telnetd hangs for a while before giving login prompt

2002-11-27 Thread Raghav
Hi, I have installed cygwin 1.3.16 on my win2k workstation. I have installed inetd as a service and am running it as localsystem. I have created passwd/group files for local users only, not domain users. rlogin is working without any problem. But if I try to telnet my machine, it hangs for

ftell() bug

2002-11-27 Thread Serge P. Voronin
Hi! I'm find a bug in ftell() while compiling with -mno-cygwin flag (see attachment). If we compile program without -mno-cygwin flag, then no bug present. Best regards, Serge P. Voronin St. ingineer of NDT, JSC "Tekhdiagnostika", Orenburg, Russia tel. +7-(3532)-631166, fax. +7-(3532)-6294

cygwin telnet issues from dos prompt & tera term

2002-11-27 Thread paul raymond
Greetings Cygwin Support, I have successfully installed Cygwin under W2K Server. 1) inetd is running correctly 2) ftp is running correctly 3) apache is running correctly 4) telnet is running correctly except having 2 problems: a) When telneting from a dos window, I enter user id and then press

[Problem] Compile KVM on Windows using Cygwin

2002-11-27 Thread ghhuang
Can anybody help to solve this problem? Or somebody has similiar experiences? Any reply will be appreciated. My environment: 1. Windows 2000 2. Cygwin 2.249.2.5 with gcc 3.2.2 3. Java 2 SDK 1.3.1_06 4. j2me_cldc-1_0_3-fcs-src-b17-winunix-14_sep_2001.zip downloaded from sun The compiling proce

Re: ftell() bug

2002-11-27 Thread Christopher Faylor
On Fri, Nov 22, 2002 at 10:53:56AM +0500, Serge P. Voronin wrote: >I'm find a bug in ftell() while compiling with -mno-cygwin flag (see >attachment). If we compile program without -mno-cygwin flag, then no >bug present. Try compiling the program on linux or unix and see what you get. You'll see t

Re: unsubscribing

2002-11-27 Thread Michael A Chase
On Wed, 27 Nov 2002 22:45:05 EST [EMAIL PROTECTED] wrote: > >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > gives me when pasted: > > Not Found > > The requested URL /ml/#unsubscribe-simple was not found on this server. > > with a change in my URL window to > http://cygwin

Undefined reference to '__gxx_personality_v0' when linking

2002-11-27 Thread James Shaw
Hi all, I just ran setup to get the latest versions of everything (and download rxvt). I had difficulties during setup, I got disconnected and it asked me if I wanted to continue, but in the end it all seemed to work (except the _update-info-dir at the end failed, should I care?) Anyhow, I tried

Re: Undefined reference to '__gxx_personality_v0' when linking

2002-11-27 Thread James Shaw
Hi again, Minutes after sending off my last mail, I've at least figured out a workaround, the obvious. I added: int __gxx_personality_v0; to a project. Now it links and runs. I know, not great, but at least I can continue working. However, I still would like to know if this is normal or if I'

Re: Undefined reference to '__gxx_personality_v0' when linking

2002-11-27 Thread Christopher Faylor
On Wed, Nov 27, 2002 at 09:55:44PM -0800, James Shaw wrote: >It appears every C++ project has the above undefined reference when >linking: __gxx_personality_v0 > >I tried to find an answer on deja, but as far as I can tell gcc 3.x >isn't ready for prime time, at least on cygwin. What a strange con

  1   2   >