RE: Bash returns incorrect process status

2004-09-17 Thread Pierre A. Humblet
At 09:51 AM 9/17/2004 +0200, Peter Ekberg wrote: >Pierre A. Humblet wrote: >> FWIW, attached is a patch to bash that may improve its >> behavior on Cygwin. >> The idea is that when a new process is stored in the memory array, any >> existing process with the same pid is marked "reused". >> "reuse

Re: adding to and upgrading a cygwin installation...

2004-09-17 Thread Brian Dessent
e-head wrote: > > > Also, is there any easy way to essentially just "upgrade" all of your > > > currently installed cygwin packages ? > > > > setup.exe -R c:\cygwin -s ftp://mirrors.rcn.net -n -q > > > > works for me. I have is as a shortcut in my Startup folder, so it runs with > > every reboot.

Re: python 2.3.4-1 on cygwin 1.5.11-1 exits when Thread exits

2004-09-17 Thread Christopher Faylor
On Sat, Sep 18, 2004 at 12:17:12AM +, Dan H wrote: >Whenever any of my python threads exits, python exits, too (regardless of >the main thread, for example). See below for details. How can I fix this? Try a snapshot: http://cygwin.com/snapshots/ -- Unsubscribe info: http://cygwin.com/m

RE: python 2.3.4-1 on cygwin 1.5.11-1 exits when Thread exits

2004-09-17 Thread Dan H
This is on XP Pro 5.1.2600 _ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

python 2.3.4-1 on cygwin 1.5.11-1 exits when Thread exits

2004-09-17 Thread Dan H
Whenever any of my python threads exits, python exits, too (regardless of the main thread, for example). See below for details. How can I fix this? Transcript of a python session on cygwin 1.5.11-1: % python2.3 Python 2.3.4 (#1, Jun 13 2004, 11:21:03) [GCC 3.3.1 (cygming special)] on cygwin Type

RE: apache2 as service

2004-09-17 Thread Prakash Khemani
> Heh, there you go. You've seen > , right? > > Try adding '-e CYGWIN="$CYGWIN"' to your cygrunsrv command line. Bingo! That worked. In the Windows Environment variables (MyComputer -> System Properties -> Advanced -> Environment Variables ->

RE: apache2 as service

2004-09-17 Thread Igor Pechtchanski
On Fri, 17 Sep 2004, Prakash Khemani wrote: > > What, no more information? > > Actually there is more information in the Event Viewer under > Application. > > The cygapache service gave out the following error message > > "cygapache : PID 604 : starting service `cygapache' failed: signal 12 > rais

RE: apache2 as service

2004-09-17 Thread Prakash Khemani
> When you start it at the command line, it runs as you. When you start it > as a service, it runs as a different user (SYSTEM). Listen to what people > tell you -- check the file permissions. > Setting all permissions to 777 on /usr/, /usr/local/ and everything under /usr/local/apache2 has not

RE: apache2 as service

2004-09-17 Thread Prakash Khemani
> What, no more information? Actually there is more information in the Event Viewer under Application. The cygapache service gave out the following error message "cygapache : PID 604 : starting service `cygapache' failed: signal 12 raised." I am tring to run "httpd -k start -D FOREGROUND" as th

Re: apache2 as service

2004-09-17 Thread Igor Pechtchanski
On Fri, 17 Sep 2004, Peter Rehley wrote: > On Sep 17, 2004, at 3:11 PM, Igor Pechtchanski wrote: > > > On Fri, 17 Sep 2004, Prakash Khemani wrote: > > > > > > Check the windows event viewer for more logs. > > > > > > Windows event viewer has errors saying that the cygapache service > > > terminate

Resolved: [automake-1.9] aclocal problems

2004-09-17 Thread Gerrit P. Haase
Hello All, I wrote: > I'm having problems with the new automake. I'm getting no aclocal.m4 > file as usual and therefore, there are several unexpanded macros from > configure.in which causes autoconf to fail. It is nice to see that > there are major aclocal bugs handled with this new release, b

Re: argv[0] drops extension?

2004-09-17 Thread Christopher Faylor
On Fri, Sep 17, 2004 at 05:00:39PM -0500, Brian Ford wrote: >$ ./argv.exe >argv[0]: ./argv >open: No such file or directory > >Is this expected behavior? Thanks. Yes. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Do

Re: apache2 as service

2004-09-17 Thread Peter Rehley
On Sep 17, 2004, at 3:11 PM, Igor Pechtchanski wrote: On Fri, 17 Sep 2004, Prakash Khemani wrote: Check the windows event viewer for more logs. Windows event viewer has errors saying that the cygapache service terminated unexpectedly. What, no more information? Actually, this is pretty normal. Som

RE: apache2 as service

2004-09-17 Thread Igor Pechtchanski
On Fri, 17 Sep 2004, Prakash Khemani wrote: > > Check the windows event viewer for more logs. > > Windows event viewer has errors saying that the cygapache service > terminated unexpectedly. What, no more information? > > Configuration problems. File permissions. Check them all. > > I doubt th

Re: 1.5.11, I don't have .profile, .bashrc and .inputrc in my HOME

2004-09-17 Thread Brian Ford
On Fri, 17 Sep 2004, Bruce Hyatt wrote: > can/how do I create the .profile, .bashrc and .inputrc files in my HOME? Template files for these are found in /etc/skel. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device

argv[0] drops extension?

2004-09-17 Thread Brian Ford
$ uname -a CYGWIN_NT-5.1 fordpc 1.5.12(0.116/4/2) 2004-09-16 11:17 i686 unknown unknown Cygwin $ cat argv.c #include #include #include #include int main(int argc, char *argv[]) { printf("argv[0]: %s\n", argv[0]); if (open(argv[0], O_RDONLY|O_BINARY) < 0) perror("open");

Re: automatic cronjob injection

2004-09-17 Thread Reini Urban
Dave Korn schrieb: -Original Message- From: cygwin-owner On Behalf Of Reini Urban Sent: 17 September 2004 18:22 I know that it might be possible and I know that is not advisable, So why are you asking? You know the ropes: what does it say at the top of EVERY single file in /var/cron/tabs

Re: gtk 2?

2004-09-17 Thread Gerrit P. Haase
Hallo Steve, Am Freitag, 17. September 2004 um 23:05 schriebst du: > Do you know what's needed to get gtk 2.0 to work with cygwin? Just install it with setup.exe? > I need gtk 2 to get Dia (an open source diagramming package to displace > Microsoft Visio). (http://www.gnome.org/projects/dia/)

Re: Problem with cat under bash shell

2004-09-17 Thread Igor Pechtchanski
On Fri, 17 Sep 2004, Lionel Barnett wrote: > Dave Korn wrote: > > > The fact that mounting your /tmp on a remote drive is a pretty rare thing > > would be another reason. Remote home dirs, yes, remote /bin dirs yes, > > remote /tmp.. not so commonly done. Owing to a) there's generally no >

Re: So how do you uninstall Cygwin?

2004-09-17 Thread Igor Pechtchanski
On Fri, 17 Sep 2004, Peter Rehley wrote: > On Sep 17, 2004, at 11:50 AM, Igor Pechtchanski wrote: > > > FWIW, I have been thinking of implementing a --list option to cygrunsrv > > that would list all the Cygwin services installed with cygrunsrv. At this > > point I have no implementation, though.

RE: So how do you uninstall Cygwin?

2004-09-17 Thread Igor Pechtchanski
On Fri, 17 Sep 2004, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Igor Pechtchanski > > Sent: 17 September 2004 19:50 > > > FWIW, I have been thinking of implementing a --list option to > > cygrunsrv that would list all the Cygwin services installed with > >

gtk 2?

2004-09-17 Thread Steve Kelem
Do you know what's needed to get gtk 2.0 to work with cygwin? I need gtk 2 to get Dia (an open source diagramming package to displace Microsoft Visio). (http://www.gnome.org/projects/dia/) Thanks, Steve -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: htt

[ANNOUNCEMENT] Updated: tetex-2.0.2-14

2004-09-17 Thread Jan Nieuwenhuizen
The tetex suite hase been updated to version 2.0.2-14. This is a bugfix release. Changes tetex-bin (2.0.2-14) * Fix xdvi script (reported by Gregory Borota). tetex-texmf (2.0.2-14) * Add fonts cmr{5,6,7,8}.pfb, cmti{5,6}.pfb, cmtt{5,6,7,8,17}.pfb, cmcsc8.pfb and cmss{5,6,7,8,9,10,12,

RE: apache2 as service

2004-09-17 Thread Prakash Khemani
> I'll assume that it seemed to install correctly. As a quick simple > sanity check try typing the command in a bash prompt and see what > happens. Make sure that starts ok. Yes. It did start ok at the cmd prompt. > will need to find the parameter that keeps apache in the foreground. > cygru

Re: Cygwin licensing issue

2004-09-17 Thread Shankar Unni
[EMAIL PROTECTED] wrote: ..."off the hook". Think of a fish on a hook. If you're "off the hook", you're OK. (Or maybe you're dead, which comes to the same thing in the end, I suppose :-). Just kidding. It just means you do not have (some) problem any more. -- Unsubscribe info: http://cygwin.

RE: apache2 as service

2004-09-17 Thread Prakash Khemani
> Did you start cygserver? Did you set the CYGWIN environment variable to > include "server"? If not, then do so and try again. Yes, I did set up cygserver. At the command line apache2/bin/httpd -k start works fine. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: Starting sshd with ipv6 address only

2004-09-17 Thread Corinna Vinschen
On Sep 17 15:33, dimitri berbanov wrote: > Hi, > I'm running cygwin under Win XP, but I cannot get sshd to listen only on > ipv6 address. I've installed sshd as a service with "cygrunsrv -I sshd > --path /usr/sbin/sshd.exe -a -6" (in order to force sshd to use only IPv6 > address), and I've mod

Re: So how do you uninstall Cygwin?

2004-09-17 Thread Peter Rehley
On Sep 17, 2004, at 12:11 PM, Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Igor Pechtchanski Sent: 17 September 2004 19:50 FWIW, I have been thinking of implementing a --list option to cygrunsrv that would list all the Cygwin services installed with cygrunsrv. At th

Re: So how do you uninstall Cygwin?

2004-09-17 Thread Peter Rehley
On Sep 17, 2004, at 11:50 AM, Igor Pechtchanski wrote: On Thu, 16 Sep 2004, Brian Dessent wrote: lukekendallcisracanoncomau wrote: ^^ Tut-tut. . ;-) It occurred to me, while trying to work out why ssh isn'

RE: So how do you uninstall Cygwin?

2004-09-17 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Igor Pechtchanski > Sent: 17 September 2004 19:50 > FWIW, I have been thinking of implementing a --list option to > cygrunsrv > that would list all the Cygwin services installed with > cygrunsrv. At this > point I have no implement

Re: So how do you uninstall Cygwin?

2004-09-17 Thread Igor Pechtchanski
On Thu, 16 Sep 2004, Brian Dessent wrote: > lukekendallcisracanoncomau wrote: ^^ Tut-tut. . ;-) > > It occurred to me, while trying to work out why ssh isn't working on a > > laptop that we installed Cyg

1.5.11, I don't have .profile, .bashrc and .inputrc in my HOME

2004-09-17 Thread Bruce Hyatt
I have run the mkgroup -ld command. HOME is defined but it IS a logical drive on a network server. (Does that matter?) The bash prompt shows "[EMAIL PROTECTED]" and I have no problems except with some X apps which I think I read is not unexpected because of some XFree86 issues. If I move my HOME

Starting sshd with ipv6 address only

2004-09-17 Thread dimitri berbanov
Hi, I'm running cygwin under Win XP, but I cannot get sshd to listen only on ipv6 address. I've installed sshd as a service with "cygrunsrv -I sshd --path /usr/sbin/sshd.exe -a -6" (in order to force sshd to use only IPv6 address), and I've modified sshd_config with "ListenAddress ". But when I

RE: automatic cronjaob injectsion

2004-09-17 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Reini Urban > Sent: 17 September 2004 18:22 > I know that it might be possible and I know that is not advisable, So why are you asking? You know the ropes: what does it say at the top of EVERY single file in /var/cron/tabs? # DO N

Re: Problem with cat under bash shell

2004-09-17 Thread Lionel Barnett
Dave Korn wrote: --- Corinna Vinschen wrote: On Sep 16 10:47, Lionel Barnett wrote: --- Corinna Vinschen wrote: Hey Lionel, read http://cygwin.com/acronyms#PCYMTNQREAIYR, let's not feed the spam harvesters huh? Oops, my bad... new account (I would've thought, though, that any self-respectin

automatic cronjaob injectsion

2004-09-17 Thread Reini Urban
I know that it might be possible and I know that is not advisable, but may a cygwin postinstall script or just another helper script install a cronjob automatically? echo "$cronline" >> /var/cron/tabs/$USER kill -HUP `cat /var/run/cron.pid` crontab -e Then change a bit in the job file, and save. vo

Re: apache2 as service

2004-09-17 Thread Jason Tishler
On Fri, Sep 17, 2004 at 09:18:44AM -0700, Prakash Khemani wrote: > Nothing is written to /var/log/cygaapche.log or to > /usr/local/apache2/log/error_log You should see errors in NT's event log, such as the following: httpd : PID 7068 : starting service `httpd' failed: signal 12 raised. > Wha

Problem with ncurses-5.3-20030719-patch.sh

2004-09-17 Thread Adrian Ford
Dear All, I came across a problem when installing ncurses-5.3 source using the setup utility. The problem is in the ncurses-5.3-20030719-patch.sh script which is called by the primary install script ncurses-5.3-4.sh. The patch script begins by unconditionally deleting some extracted files e.g. lib

Re: apache2 as service

2004-09-17 Thread Peter Rehley
On Sep 17, 2004, at 9:18 AM, Prakash Khemani wrote: Hi, I compiled & installed apache2 on cygwin+WinXP. I am able to use it fine - but I am not able to install it as a service. The run as User in the httpd.conf file is SYSTEM. I installed apache2 asa service using the following command cygrunsrv

apache2 as service

2004-09-17 Thread Prakash Khemani
Hi, I compiled & installed apache2 on cygwin+WinXP. I am able to use it fine - but I am not able to install it as a service. The run as User in the httpd.conf file is SYSTEM. I installed apache2 asa service using the following command cygrunsrv -I cygapache -p /usr/local/apache2/bin/httpd.exe -

RE: Is it possible to pass parameters to rxvt?

2004-09-17 Thread Hughes, Bill
Hughes, Bill wrote: > Is it possible to pass a parameter to rxvt to start bash up > in a specified > folder? > > I suspect I don't know enough to construct the proper string. > > I normally start rxvt from a keyboard shortcut to the command > D:\cygwin\bin\run.exe rxvt -name 17 -e /usr/bin/bash -

Re: adding to and upgrading a cygwin installation...

2004-09-17 Thread e-head
On 12/19/03 15:02 or thereabouts, Buchbinder, Barry (NIH/NIAID) scribbled: > On Fri, 19 Dec 2003 [EMAIL PROTECTED] wrote: > > > Also, is there any easy way to essentially just "upgrade" all of your > > currently installed cygwin packages ? > > setup.exe -R c:\cygwin -s ftp://mirrors.rcn.net -n -q

Is it possible to pass parameters to rxvt?

2004-09-17 Thread Hughes, Bill
Is it possible to pass a parameter to rxvt to start bash up in a specified folder? I suspect I don't know enough to construct the proper string. I normally start rxvt from a keyboard shortcut to the command D:\cygwin\bin\run.exe rxvt -name 17 -e /usr/bin/bash --login -i which works fine. I also

RE: Bash returns incorrect process status

2004-09-17 Thread Dolton Tony AB
> Do you see the patch kicking in, the "Found old pid..." message on stderr? Yes, I get lots of these messages, when I used to get lots of errors. Further analysis of my old strace output shows that the errors occurred when pids had been reused. > There is more to the story... I'm fairly sure that

Re: ssh missing from cygwin distribution?

2004-09-17 Thread Brian Ford
On Fri, 17 Sep 2004, Kevin Kuo wrote: > I installed cygwin yesterday and checked the packages X and develop and > libopenssl. But not openssh? > I was expecting ssh to be installed like previous cygwin installs, but > this time it wasn't. Why, if you didn't select it? > I ran setup again and c

Re: Fwd: Manik , Manik Raina has invited you to open a Google mail account

2004-09-17 Thread Robert Pendell
And why were you sending that here??? If you did want one then email me directly as I have plenty to go around. On Fri, 17 Sep 2004 17:06:51 +0200, Reini Urban <[EMAIL PROTECTED]> wrote: > Manik Raina schrieb: > > To accept this invitation and register for your account, visit > > http://gmail.go

file I/O and calling executables from a DLL?

2004-09-17 Thread Lester Ingber
I'm having problems executing file I/O and calling executables from a DLL? I know this sounds simple, and this works fine under Excel, but I'm having problems doing this with TradeStation. Is there anything I should know about changes in paths, root directories, etc., that can occur under differe

ssh missing from cygwin distribution?

2004-09-17 Thread Kevin Kuo
Hi everyone, I installed cygwin yesterday and checked the packages X and develop and libopenssl. I was expecting ssh to be installed like previous cygwin installs, but this time it wasn't. I ran setup again and couldn't find ssh anywhere! Has ssh been removed from the cygwin install? If so,

Re: Fwd: Manik , Manik Raina has invited you to open a Google mail account

2004-09-17 Thread Reini Urban
Manik Raina schrieb: To accept this invitation and register for your account, visit http://gmail.google.com/gmail/a-8698430991-579b2a46d7-b6a6333266 damn! some john.chatelle was quicker. maybe next time. -- Reini Urban -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repor

Re: Bash returns incorrect process status

2004-09-17 Thread Pierre A. Humblet
On Fri, Sep 17, 2004 at 02:47:57PM +0100, Dolton Tony AB wrote: > (Sorry if this doesn't appear in the right place - I'm still unable to > subscribe to the list and had to bodge a reply.) > > I would just like to say that the patch specified in > http://cygwin.com/ml/cygwin/2004-09/msg00783.html f

Re: So how do you uninstall cygwin?

2004-09-17 Thread Christopher Faylor
On Fri, Sep 17, 2004 at 07:15:21AM -0700, Brian Dessent wrote: >Dave Korn wrote: information at http://cygwin.com/faq/faq_2.html#SEC19 (How >> >>>and remove all entries from the mount table ("umount -a") >> >>The advice in the faq to delete >> >>"...The registry tree `Software\Cygnus Solutions'

Re: So how do you uninstall Cygwin?

2004-09-17 Thread Brian Dessent
Dave Korn wrote: > > > information at http://cygwin.com/faq/faq_2.html#SEC19 (How > > > and remove all entries from the mount table ("umount -a") > > The advice in the faq to delete > > "...The registry tree `Software\Cygnus Solutions' under HKEY_LOCAL_MACHINE > and/or HKEY_CURRENT_USER..." >

Re: Cygwin processes getting stuck on max CPU usage; XP SP2 problem?

2004-09-17 Thread Robert Pendell
Oh and csrss.exe isn't anything new with XP SP2. It is on SP1 as well. On Thu, 16 Sep 2004 22:07:04 -0700, Brian Dessent <[EMAIL PROTECTED]> wrote: > Joe Krahn wrote: > > > > I use SysInternal's Process Explorer a lot. After > > installing XP SP2, if I browse Cygwin processes in > > ProceExp, I

RE: Bash returns incorrect process status

2004-09-17 Thread Dolton Tony AB
(Sorry if this doesn't appear in the right place - I'm still unable to subscribe to the list and had to bodge a reply.) I would just like to say that the patch specified in http://cygwin.com/ml/cygwin/2004-09/msg00783.html fixes the problem that I reported in http://cygwin.com/ml/cygwin/2004-09/ms

Re: Is cygffi.dll needed for SableVM JVM?

2004-09-17 Thread Gerrit P. Haase
Hello Grzegorz, Am Freitag, 17. September 2004 um 02:47 schriebst du: > The most tricky part (for me, at the time I didn't know much about > Cygwin) was getting a shared library of libffi. SableVM currently > does not allow for static compilation, so we needed to compile > /bin/cygffi.dll oursel

Fwd: Manik , Manik Raina has invited you to open a Google mail account

2004-09-17 Thread Manik Raina
-- Forwarded message -- From: Manik Raina <[EMAIL PROTECTED]> Date: Fri, 17 Sep 2004 12:27:43 +0530 Subject: Manik , Manik Raina has invited you to open a Google mail account To: Manik Raina <[EMAIL PROTECTED]> I've been using Gmail and thought you might like to try it out. Here's

RE: problem to read files

2004-09-17 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of the_ram_man vädursmannen > Sent: 17 September 2004 07:15 > Maybe I´m at the wrong mailinglist here but this is my problem. > > I wrote a c-applicaton using cygwin and gcc. I used text files, in a > subdirectory, to fed input into my

RE: bash script doesn't wait for commands to complete

2004-09-17 Thread Dolton Tony AB
I've now realised that this is actually the same problem as described in the thread "Re: Bash returns incorrect process status" - it's the fact that bash is reusing process ids that is causing the problem. I've tried the patch in http://cygwin.com/ml/cygwin/2004-09/msg00783.html and it prevents the

Is cygffi.dll needed for SableVM JVM? [was: Re: Is there a Windows version of SableVM?]

2004-09-17 Thread Grzegorz B. Prokopski
W liście z nie, 05-09-2004, godz. 22:18, Andy Madigan pisze: > The only free VM I've been able to find for Windows is gij (via the > mingw version of gcj). I tried to build SableVM in cygwin, but while I > was able to get it to recognize libpopt, the build failed because of > (apparently) missing

[automake-1.9] aclocal problems

2004-09-17 Thread Gerrit P. Haase
Hello Charles, I'm having problems with the new automake. I'm getting no aclocal.m4 file as usual and therefore, there are several unexpanded macros from configure.in which causes autoconf to fail. It is nice to see that there are major aclocal bugs handled with this new release, but it seems th

RE: So how do you uninstall Cygwin?

2004-09-17 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Brian Dessent > Sent: 17 September 2004 06:00 > [EMAIL PROTECTED] wrote: > > information at http://cygwin.com/faq/faq_2.html#SEC19 (How > and remove all entries from the mount table ("umount -a") The advice in the faq to delete

Re: OpenSSH privilege separation fails: connections starts to be dropped.

2004-09-17 Thread Corinna Vinschen
On Sep 16 22:17, Konstantin Andreev wrote: > > In the first place, OpenSSH daemon works fine for me, if > "UsePrivilegeSeparation" feature is disabled. > > I enabled "UsePrivilegeSeparation" and properly configured my system > for use of this feature: set up account "sshd" and set up permissions

Re: Cygwin licensing issue

2004-09-17 Thread Corinna Vinschen
On Sep 17 08:14, [EMAIL PROTECTED] wrote: > >In that case your definitely off the hook :-) > > Excuse me for my english translation but I don't understand what you mean > for > ..."off the hook". It means, you're doing fine. Corinna -- Corinna Vinschen Please, send mails regar

Re: Problem with cat under bash shell

2004-09-17 Thread Corinna Vinschen
On Sep 16 13:01, Lionel Barnett wrote: > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > I just curiously tried to reproduce the effect and it was pretty > > simple. > > I'm not quite sure, but it seems to be a strange interaction between > > remote file handling under windows, coupled with t

RE: signal delivery problem (with pthreads)

2004-09-17 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Valery A. Frolov > Sent: 16 September 2004 20:15 > >> And after while I've got (IMHO) a little test source (attached) to > >> reproduce the problem. > > > > Can anyone confirm this problem? > > So, after week of silence I can make th

Re: Bash returns incorrect process status

2004-09-17 Thread luke . kendall
On 16 Sep, Pierre A. Humblet wrote: > But bash seems to keep at least CHILD_MAX jobs, each one of them possibly > with many (unbounded) processes. It is very easy to produce situations > where bash keeps track of thousands of pids. Many of those pids (e.g. the > first ones in pipelines) will

Re: Problem in Cygwin-X...

2004-09-17 Thread luke . kendall
On 17 Sep, Moises Deangelo wrote: > Please > > I installed cygwin in my windows 2000 with service pack 4. > > I download the complete version of cygwin. > > But the graphic interface does not work by any means > Cygwin-X does not run. > > Any applications do not accuse no mistake, sim

Re: 19 symlinks with missing target

2004-09-17 Thread Gerrit P. Haase
Hallo fergus, Am Freitag, 17. September 2004 um 09:35 schriebst du: > In something like 90,000 files for the current full installation, of which > 4,439 are symlinks, there are 19 with missing or wrongly defined target. > They are > /bin/X11 -> ../X11R6/bin > /bin/aclocal-1.4 -> ../autotool/s

Re: So how do you uninstall Cygwin?

2004-09-17 Thread luke . kendall
On 16 Sep, Brian Dessent wrote: > > I'm wondering how I get the machine back into a pristine state to try a > > re-install, since perhaps some of our post-install changes screwed > > things up. (ssh normally works just fine.) > > Remove any services you might have installed ("cygrunsrv -

RE: 1.5.10: expr + configure failure + testcase (also on 1.5.11-1)

2004-09-17 Thread Ralf Corsepius
On Wed, 2004-09-15 at 11:00, Bogdan Vacaliuc wrote: > My local tests and all reports from rtems-users so far are successes. Meanwhile, there are failure reports or at least "non full success stories" from rtems-users, c.f. http://www.rtems.org/ml/rtems-users/2004/september/msg00144.html http://ww

RE: Bash returns incorrect process status

2004-09-17 Thread Peter Ekberg
Pierre A. Humblet wrote: > FWIW, attached is a patch to bash that may improve its > behavior on Cygwin. > The idea is that when a new process is stored in the memory array, any > existing process with the same pid is marked "reused". > "reused" processes > are never considered when searching for

19 symlinks with missing target

2004-09-17 Thread fergus
In something like 90,000 files for the current full installation, of which 4,439 are symlinks, there are 19 with missing or wrongly defined target. They are /bin/X11 -> ../X11R6/bin /bin/aclocal-1.4 -> ../autotool/stable/bin/aclocal-1.4 /bin/aclocal-1.9 -> ../autotool/devel/bin/aclocal-1.9 /b

Re: some cygwin in wine

2004-09-17 Thread Jan Nieuwenhuizen
Gerrit P. Haase writes: > Is this Wine running under coLinux or on real Linux? Hmm, do I really look that pale ;-) I'm using Debian sid. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org -- Unsubs