Re: cygwin apache https fork error - need rebase cmd info

2002-12-04 Thread S . L .
Gosh, this problem starts looking like postgresql's cygipc one :)) If it only was _that_ easy to fix ... SLao -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

RE: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-04 Thread John Morrison
> From: Joseph Marcel > > I've run into this problem as well on Windows 2000 after my > upgrade yesterday. Upgrade or clean install? > I'm getting around it by unsetting HOME in /etc/profile (as the first > line), so /etc/profile will do what it has been doing in the past > (important for 1st

Re: Compiling GLib 1.2.10 on latest cygwin

2002-12-04 Thread Pavel Tsekov
On Wed, 4 Dec 2002, S. L. wrote: > [...] > > > I don't think that sounds like the right solution. > > > > Probably, but I reverted it after compiling libglib.a. > [...] > > There's also a patch in mc's source tree that addresses this package. That > applies to glib source, as it should :) Correct

Problems using sshd as a service

2002-12-04 Thread David Brown
I am trying to get sshd to run as a service on my W2K SP2 machine. I have got sshd set up properly (as far as I know), with all the keys and files it needs. If I start a cygwin bash shell and type "/usr/sbin/sshd", then the server starts fine and issues no errors or warnings. From another PC on

Re: Problems using sshd as a service

2002-12-04 Thread Olaf Foellinger
On Wed, Dec 04, 2002 at 10:33:41AM +0100, David Brown wrote: > I am trying to get sshd to run as a service on my W2K SP2 machine. I have > got sshd set up properly (as far as I know), with all the keys and files it > needs. If I start a cygwin bash shell and type "/usr/sbin/sshd", then the > serv

Re: Bash puzzle: Spaces, environment variables and tab completion

2002-12-04 Thread Ehud Karni
> > What I want to do is define an environment > variable so I can easily cd or ls. E.g. > % PF="/cygdrive/c/Program Files" > % cd $PF > % ls $PF/Games > % ls $PF/G > > The above is close, I can > % cd "$PF"; ls "$PF"/Games; and even > ls "$PF"/G however, the quotes are clunky. That's the bash

Re: Problems using sshd as a service

2002-12-04 Thread Marc Girod
> "DB" == David Brown <[EMAIL PROTECTED]> writes: DB> Any ideas would be much appreciated. I had similar problems recently, and Corinna Vinschen (among others) helpped me to solve them. Just look at messages in this group/list with a subject of: sshd installation on NT 5.0 between 26 and

Re: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-04 Thread Chris Game
In an earlier post, John Morrison wrote: [...] > The way this is set has changed and *should* work ootb with a clean > installation. > > The easiest way (I believe) atm is to... > > $ cp /etc/group /etc/group.old > $ cp /etc/passwd /etc/passwd.old > $ /etc/postinstall/passwd-grp.sh.done > > this

RE: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-04 Thread John Morrison
> From: Chris Game > > In an earlier post, John Morrison wrote: > > [...] > > The way this is set has changed and *should* work ootb with a clean > > installation. > > > > The easiest way (I believe) atm is to... > > > > $ cp /etc/group /etc/group.old > > $ cp /etc/passwd /etc/passwd.old > > $ /

Re: HOME set to /

2002-12-04 Thread Andrew Markebo
>> - now how do I get out of this 'None' group >> that I'm apparently in, and into 'Users' or even 'Administrators'? > | Sorry, I don't know. I'm in 'None' too. > | J. > What does the /etc/groups file look like? Regarding making sure the groups work, checking the passwd-grp.sh.done file, it do

Re: Problems using sshd as a service

2002-12-04 Thread Prentis Brooks
First guess is that permissions on the keys are wrong. Based on your cygrunsrv line, I expect you are running the service as System, however, when you start by hand, you are not System. For sshd to work in those conditions, you would have to own the key files. Another possibility, related to the

Re: Bash puzzle: Spaces, environment variables and tab completion

2002-12-04 Thread Michael Schaap
On 4-12-2002 7:09, James Shaw wrote: (...) What I want to do is define an environment variable so I can easily cd or ls. E.g. % PF="/cygdrive/c/Program Files" % cd $PF % ls $PF/Games % ls $PF/G (...) So, I ask the list: Can you define $PF so that cd $PF; ls $PF/Games; and ls $

PATH

2002-12-04 Thread Alan Larkin
Apologies if this sends more than once but I dont think it did the first time. I have created a .mak file type in windows and made the following its default action C:\Cygwin\bin\bash.exe --login -cvx +e "TEMP=$(mktemp); $(make -f $0 &> $TEMP) || less $TEMP; rm $TEMP" %1 the intention being to be

Re: Problems using sshd as a service

2002-12-04 Thread David Brown
> On Wed, Dec 04, 2002 at 10:53:52AM +0100, David Brown wrote: > > > On Wed, Dec 04, 2002 at 10:33:41AM +0100, David Brown wrote: > > > > I am trying to get sshd to run as a service on my W2K SP2 machine. I > > have > > > > got sshd set up properly (as far as I know), with all the keys and files >

Re: PATH

2002-12-04 Thread Christopher Faylor
On Wed, Dec 04, 2002 at 02:45:17PM -0800, Alan Larkin wrote: >I have a Makefile.mak which contains the rule > >Lexer.c: Lexer.l > >(using the implict rule for lexing). When I try making it (by double >clicking) it complains that make cannot find a rule to make Lexer.l >needed by Lexer.c. Lexer.l

Re: cygwin emacs: broken key mappings

2002-12-04 Thread Peter Ring
Just in case ... -Original Message- From: Peter Ring [mailto:[EMAIL PROTECTED]] Sent: 27. august 2002 12:27 To: [EMAIL PROTECTED] Cc: 'Joe Buehler' Subject: RE: Backspace and C-h in emacs -nw A tip from Joe Buehler helped me out. There's a section in emacs news, also /usr/doc/emacs-21.2/

Re: telnet - connection refused

2002-12-04 Thread c. kumar
I checked the inetutil documentation and checked my pc.s. One of the pc's has inetd installed from an old version of Hummingbird exceed. The other pc has no inetd installed at the xp service level at all! However I cannot find any executable called inetd.exe in the /usr/bin in either of the compu

Glib2

2002-12-04 Thread Gen Zhang
Has anyone managed to compile glib 2.0.x on cygwin? Genneth --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.426 / Virus Database: 239 - Release Date: 02/12/2002 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Named Sockets

2002-12-04 Thread Julian W H Osborne
Hi, I've just ported a server app which uses named sockets to cygwin. Everything works fine within the cygwin environment. E.g a client app can connect to the server using a named socket. What I can't figure out is how to make a windows app access this named socket. What I have is some php

Re: Problems using sshd as a service

2002-12-04 Thread David Brown
I am afraid I cannot get the permissions to work out right. Perhaps it is because I have done too much with cygwin without "ntsec", or perhaps I must reboot after adding CYGWIN="ntsec" to my environment variables (although your suggested -e setting in the cygrunsrv line should fix that). Fortunate

lprng

2002-12-04 Thread Marco Antonio
Hi all, I've been trying to find a free lpd for windows, and noticed that lprng was ported to cygwin. But in cygwin setup I can't find the lprng package. I found a link in cygwin site to download the port, but everytime I try to access the page I get an 'connection failed'. Is the port deprecat

RE: Thank you!

2002-12-04 Thread j . zorko
Gershon, We use cl / msdev on Win32, c++ / gcc on Linux, Solaris and OSX, using the same approach (make vars). Also, we usually build for Solaris using the gcc cross-compiler on Linux, as our Linux build box is far faster than our Solaris boxes (Netra something or other). Regards, John --

RE: Bash puzzle: Spaces, environment variables and tab completion

2002-12-04 Thread Randall R Schulz
At 23:23 2002-12-03, Gary R. Van Sickle wrote: > James, > > You're swimming upstream. Don't do that. Use the system in accordance with > its design. > Don't listen to him Jim! You pound anything long enough, it'll give! Ordinarily, I agree, but on this point, you'd have to re-write the shell's

Re: umask (was:Re: gcc, Write and Modify permissions (ntsec))

2002-12-04 Thread Randall R Schulz
Roman, Have them call umask(2). If that's not an option, invoke them via a Cygwin shell script that changes the umask first--it's my child processes just as environment variables are. Randall Schulz Mountain View, CA USA At 23:44 2002-12-03, Roman Belenov wrote: Corinna Vinschen <[EMAIL PROTE

Re: telnet - connection refused

2002-12-04 Thread Andre Bleau
inetd is in /usr/sbin . c. kumar wrote: I checked the inetutil documentation and checked my pc.s. One of the pc's has inetd installed from an old version of Hummingbird exceed. The other pc has no inetd installed at the xp service level at all! However I cannot find any executable called inetd.

Re: Named Sockets

2002-12-04 Thread Max Bowsher
On Wed, 4 Dec 2002, Julian W H Osborne wrote: JWHO> I've just ported a server app which uses named sockets to cygwin. JWHO> Everything works fine within the cygwin environment. JWHO> What I can't figure out is how JWHO> to make a windows app access this named socket. I assume by "named socket", yo

Re: Problems using sshd as a service

2002-12-04 Thread Max Bowsher
On Wed, 4 Dec 2002, David Brown wrote: DB> I have found, however, that I need to add -a "-D" to the cygrunsrv DB> installation flags to be able to get sshd to start as a service without DB> errors, and to be able to start and stop it with net start and net stop. Are you aware of /usr/bin/ssh-host

Re: Bash puzzle: Spaces, environment variables and tab completion

2002-12-04 Thread Igor Pechtchanski
On Wed, 4 Dec 2002, Michael Schaap wrote: > On 4-12-2002 7:09, James Shaw wrote: > (...) > > What I want to do is define an environment > > variable so I can easily cd or ls. E.g. > > % PF="/cygdrive/c/Program Files" > > % cd $PF > > % ls $PF/Games > > % ls $PF/G > > > (...) > > > > So, I ask the

Re: Bash puzzle: Spaces, environment variables and tab completion

2002-12-04 Thread Michael Schaap
On 4-12-2002 17:17, Igor Pechtchanski wrote: On Wed, 4 Dec 2002, Michael Schaap wrote: On 4-12-2002 7:09, James Shaw wrote: (...) What I want to do is define an environment variable so I can easily cd or ls. E.g. % PF="/cygdrive/c/Program Files" % cd $PF % ls $PF/Games % ls $PF/G (...) S

Re: umask (was:Re: gcc, Write and Modify permissions (ntsec))

2002-12-04 Thread Randall R Schulz
Hi, At 08:00 2002-12-04, Randall R Schulz wrote: Roman, Have them call umask(2). If that's not an option, invoke them via a Cygwin shell script that changes the umask first--it's my child processes just as environment variables are. I don't know what kind of editing snafu that was, but I mean

Re: Bash puzzle: Spaces, environment variables and tab completion

2002-12-04 Thread Randall R Schulz
Igor, At 08:17 2002-12-04, you wrote: On Wed, 4 Dec 2002, Michael Schaap wrote: > On 4-12-2002 7:09, James Shaw wrote: > (...) > > What I want to do is define an environment > > variable so I can easily cd or ls. E.g. > > % PF="/cygdrive/c/Program Files" > > % cd $PF > > % ls $PF/Games > > % ls

Re: Glib2

2002-12-04 Thread Max Bowsher
Gen Zhang <[EMAIL PROTECTED]> wrote: > Has anyone managed to compile glib 2.0.x on cygwin? I've cross-compiled it from Cygwin to Mingw. I don't see any reason why it shouldn't work on Cygwin. Just have a go! Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting

RE: CRON Help -- Operation not permitted

2002-12-04 Thread Harig, Mark A.
> > 2. What are the ownership and permissions of /var/cron and > /var/cron/tabs? > > **RG** /var/cron > drwxrwxrwx+ 3 RGIMBEL Domain A0 Aug 25 21:38 ./ > drwxrwxrwx+ 6 Administ Domain A0 Aug 25 21:38 ../ > drwxrwxrwx+ 2 RGIMBEL Domain A0 Dec 3 12:02 tabs/ > Loo

man tar

2002-12-04 Thread Eduardo Osorio Armenta
Hi a simple question there is no MAN tar on cygwin? info tar is okey! __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporti

Re: [Mingw-users] Cygwin Full download in one big archive ?

2002-12-04 Thread Max Bowsher
Igor Gnip <[EMAIL PROTECTED]> wrote... and I am replying cc: <[EMAIL PROTECTED]> MB>> And, as a contributor to Cygwin setup, I'd appreciate it if you MB>> would at least explain why you find it stupid. > > Well ... there are places on our pitifull planet where 10 mb of > download via dial-up int

Re: man tar

2002-12-04 Thread Christopher Faylor
On Wed, Dec 04, 2002 at 09:15:40AM -0800, Eduardo Osorio Armenta wrote: >there is no MAN tar on cygwin? Correct. tar is a GNU package. We provide whatever they provide. cgf >info tar is okey! -- Please do not send me personal email with cygwin questions or observations. Use the resources at ht

Re: Thank you!

2002-12-04 Thread Andrew DeFaria
Christopher Faylor wrote: On Wed, Dec 04, 2002 at 01:49:41AM +, [EMAIL PROTECTED] wrote: Forgive the electronic intrusion, but I needed to congratulate you and the team on Cygwin ... it saves us where I work. We use it every day, it's on every dev box, and because of it, we can build our

RE: Glib2

2002-12-04 Thread Gen Zhang
I've tried. When compiling gobject the linker complains about various symbol not found. > -Original Message- > From: Max Bowsher [mailto:[EMAIL PROTECTED]] > Sent: 04 December 2002 16:55 > To: Gen Zhang; [EMAIL PROTECTED] > Subject: Re: Glib2 > > Gen Zhang <[EMAIL PROTECTED]> wrote: > >

Re: man tar

2002-12-04 Thread Eduardo Osorio Armenta
okey. i run setup from cygwin and download tar package but no man for tar but info its okey --- Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Wed, Dec 04, 2002 at 09:15:40AM -0800, Eduardo > Osorio Armenta wrote: > >there is no MAN tar on cygwin? > > Correct. tar is a GNU package. We

Re: Glib2

2002-12-04 Thread Max Bowsher
Gen Zhang <[EMAIL PROTECTED]> wrote: > I've tried. When compiling gobject the linker complains about various > symbol not found. A little more detail... ? Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Re: strtof is missing

2002-12-04 Thread J. Johnston
Corinna Vinschen wrote: On Sun, Nov 24, 2002 at 10:34:37AM +1000, Arseny Slobodjuck wrote: Sunday, November 24, 2002, 9:04:04 AM, you wrote: j> I use a pretty new Cygwin release and I notice that the strtof function is j> missing in stdlib.h. On my Linux system the function is declared in stdl

cygwin setup freezes

2002-12-04 Thread Ed Bachmann
I just uninstalled cygwin 1.3.16-1 from my Windows 2000 system after being advised that I should be using 1.3.17-1. Now when I try the automated setup routine at http://cygwin.com/ ("install now"), it runs as far as the "select packages" window and freezes. The process is still running, but is un

Re: cygwin setup freezes

2002-12-04 Thread Max Bowsher
Ed Bachmann <[EMAIL PROTECTED]> wrote: > I just uninstalled cygwin 1.3.16-1 from my Windows 2000 system after > being advised that I should be using 1.3.17-1. Now when I try the > automated setup routine at http://cygwin.com/ ("install now"), it > runs as far as the "select packages" window and f

Re: cygwin setup freezes

2002-12-04 Thread Christopher Faylor
On Wed, Dec 04, 2002 at 02:57:59PM -0500, Ed Bachmann wrote: >I just uninstalled cygwin 1.3.16-1 from my Windows 2000 system after being >advised that I should be using 1.3.17-1. Now when I try the automated setup >routine at http://cygwin.com/ ("install now"), it runs as far as the "select >packa

RE: Glib2

2002-12-04 Thread Gen Zhang
After re-libtoolize-ing the sources (to allow it to produce shared libs) the compilation is fine through glib and will produce libglib-2.0.la, but will complain about undefined references to things like '_g_free' and '_g_log' (which I presume is in libglib-2.0.la). I've attached the output from

Re: Thank you!

2002-12-04 Thread Joseph Marcel
I never considered the possibility that Cygwin could be unappreciated. Though, I'm sure the authors can get quite harried at times. Suffice to say, "Cygwin rocks!" I have it on all my Windows machines, and constantly develop Unix-like scripts and utilities. At work, we use it to create a "seam

Re: rebase-0.4 patch

2002-12-04 Thread Jason Tishler
Ralf, On Wed, Dec 04, 2002 at 07:45:52AM +0100, Ralf Habacker wrote: > > Are you willing to accept these changes -- in particular, #2? > > I've applied this patches to the kde-cygwin sources. Thanks. Have you committed them to CVS yet? (So I can patch against the latest source). > Feel free t

Re: telnet - connection refused (fwd)

2002-12-04 Thread kumarchi
Thanx for the location of inetd. Now I am finding I cannot install inetd as a service because I presume I lack permissions even as an administrator. Unfortunaely i am in xp home and more complicated permissions are only possible in xp professional. Is there any way around it? Thanx ---

Re: rebase-0.4 patch

2002-12-04 Thread Robert Collins
On Thu, 2002-12-05 at 07:41, Jason Tishler wrote: > > What about the final cvs archive. Where will this code live ? > > I've been assuming somewhere in the Cygwin and/or setup.exe source > trees. I suggest an independent module in cygwin-apps CVS repository. Rob -- --- GPG key available at: htt

Re: rebase-0.4 patch

2002-12-04 Thread Christopher Faylor
On Thu, Dec 05, 2002 at 05:57:41PM +1100, Robert Collins wrote: >On Thu, 2002-12-05 at 07:41, Jason Tishler wrote: >>>What about the final cvs archive. Where will this code live ? >> >>I've been assuming somewhere in the Cygwin and/or setup.exe source >>trees. > >I suggest an independent module in

RE: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-04 Thread Pierre A. Humblet
From: Chris Game > - now how do I get out of this 'None' group > that I'm apparently in, and into 'Users' or even 'Administrators'? Step 1: Type "id" in bash and find what groups you are part of. id will only show the Windows groups that are in /etc/group, so that file has to be

3.4p1-5 SSH with RSYNC 2.5.5-1 O/S = W2k does not return control to RSYNC

2002-12-04 Thread Dimontova, John
When using RSYNC with the -e ssh option in W2K ssh does not close out of its shell making it appear that RSYNC is hung. Example: --- $ rsync -vv -r -t -e ssh --rsync-path=/opt/local/bin/rsync --blocking-io /abcd/ [EMAIL PROTECTED]:upload/ Using the -vv option you can see rsync is comple

Re: Thank you!

2002-12-04 Thread Jason Dufair
Cygwin is so great that I run it under WINE on my linux box! Seriously, I can't imagine life without Cygwin. It's the first thing that goes on a windows box I get and then I stop holding my breath. -- Jason Dufair - [EMAIL PROTECTED] http://www.dufair.org/ "In matters of style, swim with the cu

RE: pthread_mutex_trylock does not lock

2002-12-04 Thread Christophe Galerne
Robert Collins wrote: > On Tue, 2002-12-03 at 23:06, Chris Knight wrote: > > Hello Rob, > > > > I have changed the code, see below. I now set the type to > > PTHREAD_MUTEX_NORMAL but that also does not block. The only documentation > > on cygwin threads say this is the same as PTHREAD_MUTEX_FAST_

Running cygwin holds MS Installer

2002-12-04 Thread Peter Lindgren
Hi! I've noticed a strange behaviour with Cygwin here at work (Win2k SP3, Cygwin updated today): When I have Cygwin running, other install programs are *held* (frozen in their tracks), or at least their start is held, until I quit Cygwin. Then the install program starts. Might be something with t

RE: pthread_mutex_trylock does not lock

2002-12-04 Thread Robert Collins
On Thu, 2002-12-05 at 08:33, Christophe Galerne wrote: > This > www.opengroup.org/onlinepubs/7908799/xsh/pthread_mutexattr_settype.html > seems to explain that a PT_MUTEX_NORMAL mutex should behave the way Chris > expect. NB: PT_MUTEX_NORMAL is not a posix mutex type - it's PTHREAD_MUTEX_NORMAL.

RE: defaults

2002-12-04 Thread John Morrison
> From: Christopher Faylor > >The other would be to get people to use it ;) > > > >Well, that's my mental thoughts on paper(?!). Any comments? > >would it be worth doing? > > Here's how _update-info-dir does it: Thanks :) So - do you... 1) Think it's worth it 2) Think the _way_ I'm proposing is

RE: pthread_mutex_trylock does not lock

2002-12-04 Thread Robert Collins
On Thu, 2002-12-05 at 08:33, Christophe Galerne wrote: > Robert Collins wrote: > > On Tue, 2002-12-03 at 23:06, Chris Knight wrote: > > > Hello Rob, > > > > > > I have changed the code, see below. I now set the type to > > > PTHREAD_MUTEX_NORMAL but that also does not block. The only documen

Re: defaults

2002-12-04 Thread Christopher Faylor
On Wed, Dec 04, 2002 at 09:52:53PM -, John Morrison wrote: >> From: Christopher Faylor >> >The other would be to get people to use it ;) >> > >> >Well, that's my mental thoughts on paper(?!). Any comments? >> >would it be worth doing? >> >> Here's how _update-info-dir does it: > >Thanks :) >

Errors while building gcc for cygwin32 target

2002-12-04 Thread Marc Singer
The goal here is to build a cross compiler from Linux to i586-cygwin32. Binutils builds OK. GCC is having problems. I'm attaching both the script I'm using to unpack, configure, and build gcc as well as a log from make that fails. The crux appears to be the inclusion of in gcc/config/i386/cy

Re: Named Sockets

2002-12-04 Thread Warren Young
Julian W H Osborne wrote: I've just ported a server app which uses named sockets to cygwin. It might be simpler to port it to regular sockets, as there is a usable subset that works more or less the same on Windows and on POSIX-type systems (Cygwin, Linux, Unix) You can still make the s

Cygwin and performance counter logs

2002-12-04 Thread Jack Twilley
Are there any tools under Cygwin which can manipulate performance counter logs? I'm looking for something which can start and stop the collection of a certain counter and write to a certain file in CSV format. I've built a counter log thing in the Windows tools, but there doesn't appear to be any

Missing strfile tool

2002-12-04 Thread [mn]
hi, I'm missing the strfile command, which used to be always there in earlier releases - going with the fortune program. Strangely enough, the man page's there. I need it, please help me! greetings, [mn] -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Run

Re: Missing strfile tool

2002-12-04 Thread Max Bowsher
[mn] <[EMAIL PROTECTED]> wrote: > I'm missing the strfile command, Look in /usr/sbin. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygw

Re: Again: Cygwin SSHD on Win2000 - only ONE login possible

2002-12-04 Thread Kercso Jozsef
Hi! > It doesn't happen to other people so I might suspect a problem with > your installation. My sshd (no special options used in sshd_config) > only listens to my normal IP address, no entry for localhost in netstat. > Corinna The problem, that Tino Lange wrote, happens to me too. I have Wind

Re: Again: Cygwin SSHD on Win2000 - only ONE login possible

2002-12-04 Thread Kercso Jozsef
Hi again! One more thing: I have done a 'netstat -a' before connecting to my machine through my ip adress: $ netstat -a | tee netstat1 Active Connections Proto Local Address Foreign AddressState TCPeinstein:ssh einstein:0 LISTENING TCPeinste

Re: pthread_mutex_trylock does not lock

2002-12-04 Thread Christophe Galerne
Robert Collins wrote: On Thu, 2002-12-05 at 08:33, Christophe Galerne wrote: NB: PT_MUTEX_NORMAL is not a posix mutex type - it's PTHREAD_MUTEX_NORMAL Right that was a typo. Or you could check the return value from pthread_mutexattr_settype and see that it returns EINVAL. The thing is i

Re: pthread_mutex_trylock does not lock

2002-12-04 Thread Christophe Galerne
Robert Collins wrote: I never said that PTHREAD_MUTEX_NORMAL does not block, I was challenging the apparent 'cygwin threads' documentation. Right, in a way my remarq was OT... =:-D Christophe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cy

Re: [Mingw-users] Cygwin Full download in one big archive ?

2002-12-04 Thread Max Bowsher
Igor Gnip <[EMAIL PROTECTED]> wrote: >> Igor Gnip <[EMAIL PROTECTED]> wrote... and I am replying cc: >> <[EMAIL PROTECTED]> >> 1) You are highly unlikely to want to download every Cygwin package. >> 2) What would you do to update one package in a hypothetical >> "one-big-file" arrangement? Downloa

Ulimit

2002-12-04 Thread Welly Santosa
Hi, I would like to set the maximum CPU time into a few minutes only. When I tried to use ulimit (using CYGWIN), it gave me this: $ ulimit -t 100 bash: ulimit: cpu time: cannot modify limit: Invalid argument So, is this option not supported? if not, is there any other option where I can limit

Re: Ulimit

2002-12-04 Thread Igor Pechtchanski
On Thu, 5 Dec 2002, Welly Santosa wrote: > Hi, > > I would like to set the maximum CPU time into a few minutes only. When I > tried to use ulimit (using CYGWIN), it gave me this: > > $ ulimit -t 100 > bash: ulimit: cpu time: cannot modify limit: Invalid argument > > So, is this option not supporte

Re: PATH

2002-12-04 Thread Soren A
Christopher Faylor <[EMAIL PROTECTED]> wrote around 04 Dec 2002 [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > On Wed, Dec 04, 2002 at 02:45:17PM -0800, Alan Larkin wrote: >>I have a Makefile.mak which contains the rule >> >>Lexer.c: Lexer.l >> >>(using the implict rule for lexing). When I try ma

Re: Thank you!

2002-12-04 Thread Stuart Brady
On Wed, Dec 04, 2002 at 03:31:24PM -0500, Joseph Marcel wrote: > I never considered the possibility that Cygwin could be unappreciated. > Though, I'm sure the authors can get quite harried at times. Cygwin is certainly great to have on my own boxes. > Suffice to say, "Cygwin rocks!" I have it o

Re: cygwin's autoconf?

2002-12-04 Thread Soren A
BTW, as serendipity (or synchronicity) would have it, those who read DDJ might have noticed the article about Cmake (http://www.cmake.org/) that appeared in the latest issue. Cmake looks like it might be worth looking into (and yes it is Open Source software). Soren A -- Yes, it's really Sö

1.3.15 on W2K: return codes, bash, cmd.exe

2002-12-04 Thread Angela Marie Thomas
cygwin v1.3.15 on Windows 2000 Server, COMSPEC is cmd.exe I searched in the FAQ and list archives and could not find an answer/solution to my question. I'm currently supporting a very lame build system that contains bash script that calls a series of .bat scripts. The .bat scripts do some minim

ssh client doesn't send ID string

2002-12-04 Thread Roger Villemaire
Hi, I just upgraded to cygwin 1.3.17-1 on windows98SE. I installed version openssh 3.5p1-2. Now I cannot connect anymore to any host I used to connect to. If I do $ ssh -vvv this_host OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f debug1: Rhosts Authentication disabled, originating po

Can't run Macro Express from within Cygwin bash shell

2002-12-04 Thread Jack Twilley
This is probably a general question and not application-specific. I can run the application from a cmd window in Win2kAS with a command line like this: c:\progra~1\macroe~1\meproc.exe /Fj:\diesel\scripts\PerfmonMacros.mex /APerfMonInit I've tried running the same command line with lots of escapi

Re: Can't run Macro Express from within Cygwin bash shell

2002-12-04 Thread Michael A Chase
On Wed, 04 Dec 2002 18:12:20 -0800 Jack Twilley <[EMAIL PROTECTED]> wrote: > This is probably a general question and not application-specific. > > I can run the application from a cmd window in Win2kAS with a command > line like this: > > c:\progra~1\macroe~1\meproc.exe /Fj:\diesel\scripts\Perfm

Re: Ulimit

2002-12-04 Thread Welly Santosa
Igor, Thanks for your reply. I have tried your suggestion, and I got this error message saying that: kill 2304: Operation not permitted where 2304 being the PID. Any more suggestion? Thank you, Welly Igor Pechtchanski wrote: On Thu, 5 Dec 2002, Welly Santosa wrote: Hi, I would like

annuncio

2002-12-04 Thread ciao
voi scoprire nuovi mondi sei alla ricerca di nuovi divertimenti http://sfondiescreensaver.isfun.net http://ilportaledelsesso.iscool.net vieni a visitare il web come non lo hai mai visto se non vuoi ricevere queste email scrivi a: [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/

Re: Can't run Macro Express from within Cygwin bash shell

2002-12-04 Thread Jack Twilley
> "Michael" == Michael A Chase writes: [...] Michael> If it's a MSDOS/Windows executable, it won't know anything Michael> about Cygwin paths. Getting backslashes (\) right can be Michael> rather tricky in a shell environment, so what I'd suggest is Michael> something like this: Michael> #

Re: Can't run Macro Express from within Cygwin bash shell

2002-12-04 Thread Michael A Chase
On Wed, 04 Dec 2002 19:09:25 -0800 Jack Twilley <[EMAIL PROTECTED]> wrote: > > "Michael" == Michael A Chase writes: > > [...] > > Michael> If it's a MSDOS/Windows executable, it won't know anything > Michael> about Cygwin paths. Getting backslashes (\) right can be > Michael> rather tricky

Re: Can't run Macro Express from within Cygwin bash shell

2002-12-04 Thread Jack Twilley
> "Michael" == Michael A Chase writes: Jack> Your solution works with a local bash shell but not a remote Jack> one. Any idea why? While logged in remotely, I can ls both the Jack> binary and the macro file, so it's not a permissions thing, or I Jack> don't think it is anyway. Michael> Wha

Re: cygwin's autoconf?

2002-12-04 Thread Larry Hall (RFK Partners, Inc)
At 08:40 PM 12/4/2002, Soren A wrote: >BTW, as serendipity (or synchronicity) would have it, those who read DDJ >might have noticed the article about Cmake (http://www.cmake.org/) that >appeared in the latest issue. Cmake looks like it might be worth looking >into (and yes it is Open Source soft

Re: Can't run Macro Express from within Cygwin bash shell

2002-12-04 Thread Larry Hall (RFK Partners, Inc)
At 10:46 PM 12/4/2002, Jack Twilley wrote: > > "Michael" == Michael A Chase writes: > >Jack> Your solution works with a local bash shell but not a remote >Jack> one. Any idea why? While logged in remotely, I can ls both the >Jack> binary and the macro file, so it's not a permissions thing, o

Re: Can't run Macro Express from within Cygwin bash shell

2002-12-04 Thread Michael A Chase
On Wed, 04 Dec 2002 23:36:57 -0500 "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> wrote: > At 10:46 PM 12/4/2002, Jack Twilley wrote: > > > "Michael" == Michael A Chase writes: > > > >Jack> Your solution works with a local bash shell but not a remote > >Jack> one. Any idea why? While

Re: Can't run Macro Express from within Cygwin bash shell

2002-12-04 Thread Jack Twilley
> "Michael" == Michael A Chase writes: [...] Michael> Try copying PerfmonMacros.mex to a directory that is Michael> physically on the same machine as Cygwin and meproc.exe. Michael> Drive J: is usually a network drive. Drive J: is indeed a network drive. I can copy the file to a local dire

Re: Bash puzzle: Spaces, environment variables and tab completion

2002-12-04 Thread James Shaw
Hi all, Thanks to everyone for the advice. The first posts of advice were that it wasn't possible to do within the bash quoting mechanism: "You're swimming upstream. Don't do that. Use the system in accordance with its design." I agree that I felt like I was swimming upstream. Hence my post. I

Re: Bash puzzle: Spaces, environment variables and tab completion

2002-12-04 Thread Randall R Schulz
James, At 22:01 2002-12-04, James Shaw wrote: Hi all, Thanks to everyone for the advice. The first posts of advice were that it wasn't possible to do within the bash quoting mechanism: "You're swimming upstream. Don't do that. Use the system in accordance with its design." I agree that I fe

Re: Can't run Macro Express from within Cygwin bash shell

2002-12-04 Thread Bjoern Kahl AG Resy
Hallo ! Just a stupid question: On Wed, 4 Dec 2002, Jack Twilley wrote: > Drive J: is indeed a network drive. I can copy the file to a local > directory for a test, but I have to use the network drive when I do > this for real. What programm do you try to run with "Macro Express" ? You ca

RE: Bash puzzle: Spaces, environment variables and tab completion

2002-12-04 Thread Gary R. Van Sickle
> Although I appreciate Gary's encouragement, going > around bash instead of struggling with it, does > seem the better solution. Well now, I never said you couldn't cheat a *little* ;-). > There were several > variations on the same theme on this bypass > solution. Thanks to Ehud, Michael and

rsyncd corrupts ownership and file permissions

2002-12-04 Thread Tom Howland
Greetings rsyncd corrupts ownership and file permissions. Any thoughts on this? I'm using the latest distribution of rsync: rsync-2.5.5, running on a windows 2000 box. I'm backing up to a 120 GB ntfs disk. In my /etc/rsyncd.conf file I have the Global Option uid=1007 gid=513 which happens to b

Re: pthread_mutex_trylock does not lock

2002-12-04 Thread Robert Collins
On Thu, 2002-12-05 at 10:47, Christophe Galerne wrote: > > Or you could check the return value from pthread_mutexattr_settype and > > see that it returns EINVAL. > > The thing is it's not really an invalid value for 'type' in the call. > Maybe it would be better to break the compilation of progr

Re: pthread_mutex_trylock does not lock

2002-12-04 Thread Robert Collins
On Thu, 2002-12-05 at 10:52, Christophe Galerne wrote: > Robert Collins wrote: > > > > I never said that PTHREAD_MUTEX_NORMAL does not block, I was challenging > > the apparent 'cygwin threads' documentation. > > Right, in a way my remarq was OT... =:-D On-Topic for Cygwin, but yes, may have bee

Re: umask (was:Re: gcc, Write and Modify permissions (ntsec))

2002-12-04 Thread Roman Belenov
I usually use FAR manager (non-cygwin Norton Commander clone) (*) for command-line work and run cygwin programs (like grep, gcc or make) from it; modifying all programs or writings wrapper scripts for them is not an option. May be it makes sense to add umask option to CYGWIN environment variable ?