RE: Cron Running As UID 400

2004-02-25 Thread Winch Jr., Wayne S
Pierre, Somehow the permissions on my /etc/passwd and /etc/group files only gave read permission to my account not SYSTEM. Perhaps cron_diagnose.sh can be updated to incorporate this checkpoint, i.e., that passwd and group in /etc are readable by everyone. Thanks for your help, Pierre. Now cro

Re: Cron Running As UID 400

2004-02-25 Thread Pierre A. Humblet
At 06:18 PM 2/25/2004 -0500, Winch Jr., Wayne S wrote: > >Pierre, > >Windows Task Manager reports the user as SYSTEM for all cygrunsrv >processes and their children (cron, inetd, etc.). Interestingly enough, >I regenerated the /etc/passwd entry for my user login on my Windows XP >Pro box at work a

Re: Cron Running As UID 400

2004-02-25 Thread Winch Jr., Wayne S
Pierre, Windows Task Manager reports the user as SYSTEM for all cygrunsrv processes and their children (cron, inetd, etc.). Interestingly enough, I regenerated the /etc/passwd entry for my user login on my Windows XP Pro box at work and the UID field changed from what it was before (after I sent

RE: problem running bash inside NTemacs

2004-02-25 Thread Jason Pearce
I see the same thing in GNU Emacs 21.2.1 and Cygwin 1.5.7, can't say I ever noticed until now though. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Rolf Campbell
Volker Quetschke wrote: And, just for completeness, I built and ran a CVS version from about an hour ago, and it has not failed yet (350 iterations). So, maybe someone already fixed this problem after Feb21. No, not for me. I'm using the same version, see my other mail, but it seems very hard

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Volker Quetschke
And, just for completeness, I built and ran a CVS version from about an hour ago, and it has not failed yet (350 iterations). So, maybe someone already fixed this problem after Feb21. No, not for me. I'm using the same version, see my other mail, but it seems very hard to trigger the problem. I

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Volker Quetschke
I can say that is not what is happening (because it would not be using any CPU if it were waiting for input), but I will humour you the next time I see it freeze. I have (once) had that happen (make waiting for input that is), but I never thought of hitting ^D. The funny thing is I don't get fr

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Rolf Campbell
Christopher Faylor wrote: I tried running that script again, here were my results: Feb14: more than 10,000 iterations (never failed, just got bored of watching it) Feb17: more than 270 (still running) Feb18: Froze after 12, 41, 6 Feb20: Froze after 9, 2, 4 Feb21: Froze after 1, 5, 4 Out of cur

Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1

2004-02-25 Thread Larry Hall
At 01:28 PM 2/25/2004, Michael Brand you wrote: >Here's something that may help. > >I copied an ancient distribution of Cygwin (simple copy, no installation at >all) from another computer, and it seems to work fine on the dual-Xeon. > >I am attaching the cygcheck output on the original computer. >

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Christopher Faylor
On Wed, Feb 25, 2004 at 01:57:37PM -0500, Rolf Campbell wrote: >Christopher Faylor wrote: --- t.sh --- #!/bin/bash export C=1 while make -j ; do C=$(($C+1)) ; done echo Failed after $C runs 1>&2 --- end of t.sh --- The script failed with: $ ./t.sh > freeze.

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Volker Quetschke
I ran a variation of the above for three days without fail so I think I can safely say that I can't reproduce this problem. I'll try different systems .. OK, this one is a Win2000SP3, AMD XP1700, 512MB, cygcheck attached. With Snapshot 20040221 I get: $ ./t.sh > freeze.out (snip) Failed after 1487

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Rolf Campbell
Christopher Faylor wrote: --- t.sh --- #!/bin/bash export C=1 while make -j ; do C=$(($C+1)) ; done echo Failed after $C runs 1>&2 --- end of t.sh --- The script failed with: $ ./t.sh > freeze.out /bin/sh: line 1: sleep: No such file or directory make: *** [12.pp] Error 127 make: *** Waiting for u

Suspending process group fails with tcsh under 1.5.6, 1.5.7 and feb20, feb21 snapshots

2004-02-25 Thread Craig Barratt
A command of this form tcsh 1% /bin/tcsh -c "vim foo" does not reliably resume after a suspend (^Z). Upon resume vim quits with this error: tcsh 8% /bin/tcsh -c "vim foo" (hit ^Z) tcsh 9% jobs [1] + Suspended /bin/tcsh -c vim foo tcsh 10% fg Susp

Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1

2004-02-25 Thread Michael Brand
Here's something that may help. I copied an ancient distribution of Cygwin (simple copy, no installation at all) from another computer, and it seems to work fine on the dual-Xeon. I am attaching the cygcheck output on the original computer. I am a bit skeptical that this will help, because the

Re: [Runtime macro] Where can I find those stuffs?

2004-02-25 Thread Shankar Unni
Alvyn Liang wrote: I also find out there are so many macros such as __i486__, __i586__, _M_IX86, _X86_, WIN32_LEAN_AND_MEAN, __USE_W32_SOCKETS... , etc. They are not in the textbooks I bought. I bought "GCC The complete Reference" and some c++ books, they do not mention so many variables. Can some

Re: can't get xfig to start up from bash window

2004-02-25 Thread Larry Hall
At 01:06 PM 2/25/2004, Eric Axelson you wrote: >When I enter the command "startx" in the bash window, >I get this response > >X connection to :0.0 broken shutdown> > >Please help. What is going on? You're sending to the wrong list. Please see for a description of

Re: Cron Running As UID 400

2004-02-25 Thread Pierre A. Humblet
Wayne, The only reason why a Cygwin process runs with uid 400 is that its SID was not found in /etc/passwd when first starting from Windows (you can observe that by temporarily renaming /etc/passwd and starting a fresh Cygwin process). It's stange that this happens only for one cygrunsrv process

can't get xfig to start up from bash window

2004-02-25 Thread Eric Axelson
When I enter the command "startx" in the bash window, I get this response X connection to :0.0 broken Please help. What is going on? __ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools -- Unsubscribe info:

RE: Cron Running As UID 400

2004-02-25 Thread Winch Jr., Wayne S
Mark, Thanks for your quick reply. I'm sorry that I had neglected to mention that I had already run the cron_diagnose.sh script and it reported that no problems were found; I ran it again just now as a sanity check and still no problems found. I did try uninstalling/reinstalling the cron service

RE: problem running bash inside NTemacs

2004-02-25 Thread Ken Thompson
I can verify this behaviour for Cygwin 1.5.7 and NT emacs 21.3. Judging by the lack of response on the list, I suspect this is something you will have to chase down yourself if this is a big problem for you. > -Original Message- > > David S. > Sent: Monday, February 23, 2004 4:18 PM > Su

Re: check_case:strict Useful

2004-02-25 Thread Christopher Faylor
On Wed, Feb 25, 2004 at 08:13:18AM -0800, Peter J. Stieber wrote: >CFG> This falls under the classification of "really need it and >CFG> really know what you're doing". > >I'll consider that the ultimate compliment ;-) @#&*( Did I just say something non-mean? I must be slipping. cgf -- Unsubsc

Re: check_case:strict Useful

2004-02-25 Thread Peter J. Stieber
CFG> This falls under the classification of "really need it and CFG> really know what you're doing". I'll consider that the ultimate compliment ;-) Pete -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: check_case:strict Useful

2004-02-25 Thread Christopher Faylor
On Wed, Feb 25, 2004 at 07:51:27AM -0800, Peter J. Stieber wrote: >In a different thread CFG wrote: > >CFG> I keep pointing out that there few reasons to use the >CFG> check_case:strict option. Even the person who wrote >CFG> it (Corinna) agrees. It slows down cygwin's file handling. >CFG> You sh

RE: Cron Running As UID 400

2004-02-25 Thread Harig, Mark
Please read the message in the Cygwin mailing list at: http://sources.redhat.com/ml/cygwin/2003-12/msg00711.html It will provide you with a script that will attempt to diagnose the problem that you are having with cron. > -Original Message- > From: Winch Jr., Wayne S [mailto:[EMAIL PROT

check_case:strict Useful

2004-02-25 Thread Peter J. Stieber
In a different thread CFG wrote: CFG> I keep pointing out that there few reasons to use the CFG> check_case:strict option. Even the person who wrote CFG> it (Corinna) agrees. It slows down cygwin's file handling. CFG> You should only be using this option if you really need it CFG> and really kno

Re: Problems with Emacs - Resolution(?)

2004-02-25 Thread Joe Buehler
Ehud Karni wrote: I manged to compile Emacs from CVS but when I run it, I get errors (supposedly in lisp) that I don't get with the same Emacs and lisp files on Linux. This Emacs (21.3.50) also crashes much more then the distributed Cygwin Emacs (21.2 compiled by Joe Buehler). Thank you for this r

1.0.0 : Installing Apache as a new Service = Win32 error 1062 (Windows XP Pro)

2004-02-25 Thread Flo
Hello, Cygcheck.out / httpd.conf joined According to this doc : Installing Apache as a new Service Use the following statement to install httpd.exe as a new service: $ cygrunsrv -I service_name-p /usr/local/apache/bin/httpd.exe [-a arguments] \ [-e VAR=VALUE] [-t auto|manual] [-u user

Re: Setup problem: couldn't install gcc-mingw-core/g++/java

2004-02-25 Thread Igor Pechtchanski
On Wed, 25 Feb 2004, Alexei Lioubimov wrote: > Hello, > The problem is, that suddenly I've found out that I couldn't use > "-mno-cygwin" option. I'm getting errors saying that there is no `cc1' and > so on. 'cygcheck -c' says that everything is Ok with gcc-mingw-* packages, > but when I looked ins

RE: 20040217 snapshot problem + gdb runtime error (also cygpath)

2004-02-25 Thread Henrik Wallin
I just wanted to report that I have the same problem with the cygwin snapshots that I have tried (0217,0218,0220,0221) on my (now freshly reinstalled) w2k machine with all hotfixes and servicepacks applied. I have also tried with XFree86-xserv 4.3.0-44 with same results. Another application that c

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Volker Quetschke
I ran a variation of the above for three days without fail so I think I can safely say that I can't reproduce this problem. I'll try different systems .. OK, this one is a Win2000SP3, AMD XP1700, 512MB, cygcheck attached. With Snapshot 20040221 I get: $ ./t.sh > freeze.out make: *** virtual memory

Setup problem: couldn't install gcc-mingw-core/g++/java. Need your help!

2004-02-25 Thread Alexei Lioubimov
Hello, The problem is, that suddenly I've found out that I couldn't use "-mno-cygwin" option. I'm getting errors saying that there is no `cc1' and so on. 'cygcheck -c' says that everything is Ok with gcc-mingw-* packages, but when I looked inside .../gcc-lib/i86-pc-cygwin/ I did not find anything b