ACL problems and cryptic messaging.

2004-03-24 Thread Edward S. Peschko
wrt the problem using a compiled 'tar' on the latest version of cygwin (.59): It looks like the dll at fault is cygiconv-2.dll - which means when I compiled libiconv-1.9.1-3, something went screwy with the install. The very act of linking with cygiconv-2.dll causes the problems. They are permiss

OpenLDAP server

2004-03-24 Thread Joost Kraaijeveld
Hi all, Is there anyone succeeded in compiling OpenLDAP with Cygwin? If so, which version? Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl -- Unsubscribe info: http://c

RE:RE: 1.5.5.1 posix conformance for sigaction()

2004-03-24 Thread Ghanshyam
hi, Thanks for your attention. But I found the second result (two SIGCHLD) in both the cases. I m using the cygwin version 1.5.5.1 Thanks, Ghanshyam > -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 24, 2004 10:13 PM > To: [EMAIL PROTECT

Re: More on 'setup' fails and breaks pre-existing Cygwin installation: "The Rational Rose Files" & path stuff.

2004-03-24 Thread Christopher M. Balz
Dave, Well, from the DOS command prompt I tried: ---snip--- cd C:\cygwin PATH C:\WinNT\system32;C:\WinNT;C:\WinNT\system32\Wbem bash --login -i ---snip--- and I also tried this in my .bashrc (all one line): export PATH="/cygdrive/c/WinNT/system32:/cygdrive/c/WinNT:/cygdrive/c/WinNT/system32/Wbem

Re: "test -c com1" hangs on some WinXP systems

2004-03-24 Thread Curt Mills
On Wed, 24 Mar 2004, Larry Hall wrote: > "com" is a reserved name in Windows. It's best to steer clear of it in > any context you can. You may be catching it in your "if test -c com1" > version. We'd _love_ to steer clear of it, particularly since /dev/ttyS0 works for two of our targeted system

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-24 Thread Christopher Faylor
On Wed, Mar 24, 2004 at 11:33:44PM -0500, Larry Hall wrote: >At 11:15 PM 3/24/2004, cgf wrote: >>I'm quitting my job and getting a job as a psychic in the carnival! > >Aha! CGF unmasked! All his meanness stems from his frustrated, deep- >rooted desire to be a 'carnie'!! Now it all makes sense. > >T

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-24 Thread Larry Hall
At 11:15 PM 3/24/2004, you wrote: >On Wed, Mar 24, 2004 at 09:39:29PM -0500, Pierre A. Humblet wrote: >>On Wed, Mar 24, 2004 at 04:42:39PM -0500, Christopher Faylor wrote: >>>On Wed, Mar 24, 2004 at 04:30:57PM -0500, Pierre A. Humblet wrote: I also had a look at the code and reached pretty

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-24 Thread Christopher Faylor
On Wed, Mar 24, 2004 at 09:39:29PM -0500, Pierre A. Humblet wrote: >On Wed, Mar 24, 2004 at 04:42:39PM -0500, Christopher Faylor wrote: >>On Wed, Mar 24, 2004 at 04:30:57PM -0500, Pierre A. Humblet wrote: >>> >>>I also had a look at the code and reached pretty much the same conclusion >>>as Volker.

Re: What command opens gmon.out files?

2004-03-24 Thread Tim Prince
At 04:32 PM 3/24/2004, [EMAIL PROTECTED] wrote: I have run debugging from within an app and have the gmon.out log How do I open it? Thanks Warren gmon.out is the file containing gprof date written by a .exe built with -pg. gprof would process it. Tim Prince -- Unsubscribe info: http://

Re: Starting a Win32 app from inside Cygwin

2004-03-24 Thread Robert Mecklenburg
RM> If I can restate your request as: "I want to use MS Word to edit a RM> file that lives on my AIX machine." The obvious answer is to install RM> Samba on your AIX machine to allow file access from your PC. This RM> has nothing to do with X, rsh, or NFS. CP> Yes, but I want Word to open on the

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread Larry Hall
I can do one better than that. I can point to the Cygwin packages page which lists all the packages available for installation with Cygwin and all the files that come with them. It's essentially the same list you get when you run 'setup' but this page will allow you to see all the files in these

bash bad interpreter - a new twist!

2004-03-24 Thread david mallon
Hi I seem to have an intermittant problem with bash that I cannot work out---in which a script usually works fine, but sometimes in the same session attempting to run it gives the bash message: bad interpreter. I'm using cygwin (september 2003 build) and ActiveState perl. To connect ActiveSta

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-24 Thread Pierre A. Humblet
On Wed, Mar 24, 2004 at 04:42:39PM -0500, Christopher Faylor wrote: > On Wed, Mar 24, 2004 at 04:30:57PM -0500, Pierre A. Humblet wrote: > > > >I also had a look at the code and reached pretty much the same conclusion > >as Volker. Replacing all 'isslash (*src)' and 'isslash (src[x])' in > >normali

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread warrenmcneely
Thanks Larry Could you list the files for the Cygwin Supported editor and some of the other incidentals. Maybe I will have room on my drive to defrag when done. Warren At 08:39 PM 3/24/2004 -0500, you wrote: You don't need all of Cygwin's packages to be able to write, compile, and debug C++

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread Larry Hall
You don't need all of Cygwin's packages to be able to write, compile, and debug C++ code on Cygwin, no. You can probably get by with a default installation plus 'gcc', 'gcc-g++', 'binutils', and 'gdb', depending on your needs. That, of course, leaves out your favorite Cygwin-supported editor,

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread warrenmcneely
Do I need those files for writing C++ code, compiling and debugging? By the way I always get two emails from you for each response-any idea why? Warren At 08:25 PM 3/24/2004 -0500, you wrote: Installing all of Cygwin's packages is quite large, yes. .99GB doesn't seem beyond reason to me. X11R

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread Larry Hall
Installing all of Cygwin's packages is quite large, yes. .99GB doesn't seem beyond reason to me. X11R6 is the directory with X-windows binaries. Larry At 08:03 PM 3/24/2004, you wrote: >Thanks, Larry > >I now have My usr file at .99GB is that normal? With X11R6 at 147MB--what is this >file

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-24 Thread Christopher Faylor
On Wed, Mar 24, 2004 at 06:12:05PM -0500, Volker Quetschke wrote: >>>I also had a look at the code and reached pretty much the same conclusion >>>as Volker. Replacing all 'isslash (*src)' and 'isslash (src[x])' in >>>normalize_posix_path by "isdirsep ()" would yield more consistent results. >>>I kn

Re: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread warrenmcneely
Thanks, Larry I now have My usr file at .99GB is that normal? With X11R6 at 147MB--what is this file? I need to trim this whole thing back. Cygwin is over 2 GB. Warren At 10:14 PM 3/23/2004 -0500, you wrote: At 05:36 PM 3/23/2004, you wrote: >Hi Larry, > >Well doesn't the installer install e

Re: "test -c com1" hangs on some WinXP systems

2004-03-24 Thread Larry Hall
At 04:31 PM 3/24/2004, you wrote: >On Wed, 24 Mar 2004, Curt, WE7U wrote: > >> Our application runs on multiple OS'es. A few of our WinXP users >> (and perhaps Win2k, can't remember) have had "if test -c com1" hang >> during our configure stage. >> >> We've already figured out that we should be us

What command opens gmon.out files?

2004-03-24 Thread warrenmcneely
I have run debugging from within an app and have the gmon.out log How do I open it? Thanks Warren -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: ht

important

2004-03-24 Thread unclejoeshat
Your file is attached. Norton AntiVirus Deleted1.txt Description: plain/text -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-24 Thread Volker Quetschke
With the small problem that we're still working on src and not dst, and we cannot do the replacement on src because it is const. But I think you got the idea. Sorry This is not done for "normal" DOS paths, IMHO consistency would require that all remaining "\" are converted to "/" for all paths. Is

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-24 Thread Volker Quetschke
I also had a look at the code and reached pretty much the same conclusion as Volker. Replacing all 'isslash (*src)' and 'isslash (src[x])' in normalize_posix_path by "isdirsep ()" would yield more consistent results. I know this code is delicate but the possible drawback isn't obvious. speed disadv

Sorry Igor

2004-03-24 Thread George Hester
Truly George Hester -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Apache obatined in Cygwin Setup is FOREIGN

2004-03-24 Thread George Hester
Noon recess.. they have joke! George Hester __ "Martin Gainty" wrote in message news:[EMAIL PROTECTED] > Mittagspause..haben sie Spass! > ~Martin~ > - Original Message - > From: "Thorsten Kampe" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturd

RE: procps returns \"Unknown HZ value\"

2004-03-24 Thread Richard Duran
I have no idea why this has suddenly started working. We didn't reboot the server, yet /proc is there and procps works like a charm! Between this and oh.exe (from the Win2K resource kit) troubleshooting just got easier! -richard On Wed, 2004-03-24 at 11:20, Chris January wrote: > Redirecting to t

Re: sshd authentication question

2004-03-24 Thread Pierre A. Humblet
Good news. To check if the underlying problem is still there, run your test program and see if the output of "id" still lacks the global groups from time to time. For the archives, here is yet another solution to be in the local Admins group: edit /etc/passwd and change the gid of the user to 544

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-24 Thread Christopher Faylor
On Wed, Mar 24, 2004 at 04:30:57PM -0500, Pierre A. Humblet wrote: >On Wed, Mar 24, 2004 at 03:56:44PM -0500, Christopher Faylor wrote: >> On Wed, Mar 24, 2004 at 02:52:34PM -0500, Volker Quetschke wrote: >> >Hi Corinna, >> > >> >>>Looks pretty similar to me, but I was looking for the following: >>

RE: sshd authentication question

2004-03-24 Thread Matt Berney
To follow up on this thread, I have added the 'Domain Administrator' to the local 'Administrators' group and the original problem with the ssh session not having 'admin privileges', went away Does this mean the problem was fixed? Or that we aren't experiencing this 'intermittent symptom' t

Re: "test -c com1" hangs on some WinXP systems

2004-03-24 Thread Curt, WE7U
On Wed, 24 Mar 2004, Curt, WE7U wrote: > Our application runs on multiple OS'es. A few of our WinXP users > (and perhaps Win2k, can't remember) have had "if test -c com1" hang > during our configure stage. > > We've already figured out that we should be using "/dev/ttyS0" > instead of "com1", and

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-24 Thread Volker Quetschke
Hi! Sorry, I just have to ask this, see below. So again, is this an expected/tolerated behaviour? Yes, it's by design. The answer is "don't use DOS paths". It's nice to be mean, isn't it? How about some clarification: "Don't use DOS paths if you want consistent i-nodes?" You're welcome to use DO

"test -c com1" hangs on some WinXP systems

2004-03-24 Thread Curt, WE7U
Our application runs on multiple OS'es. A few of our WinXP users (and perhaps Win2k, can't remember) have had "if test -c com1" hang during our configure stage. We've already figured out that we should be using "/dev/ttyS0" instead of "com1", and have switched to that. Because of the hang we're

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-24 Thread Pierre A. Humblet
On Wed, Mar 24, 2004 at 03:56:44PM -0500, Christopher Faylor wrote: > On Wed, Mar 24, 2004 at 02:52:34PM -0500, Volker Quetschke wrote: > >Hi Corinna, > > > >>>Looks pretty similar to me, but I was looking for the following: > >>> > >>>$ ls -ldin .\\tmp ./tmp > >>>2919335057drwxr-xr-x 4 1006

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-24 Thread Christopher Faylor
On Wed, Mar 24, 2004 at 02:52:34PM -0500, Volker Quetschke wrote: >Hi Corinna, > >>>Looks pretty similar to me, but I was looking for the following: >>> >>>$ ls -ldin .\\tmp ./tmp >>>2919335057drwxr-xr-x 4 1006 513 0 Mar 10 13:06 ./tmp/ >>>2805415844195 drwxr-xr-x 4 1006 513

Weird "input file is output file" error from cat

2004-03-24 Thread Jos Backus
(This seen after installing cygwin-inst-20040322.tar on top of 1.5.9 on Windows 2K3 Server.) It seems that in some directories, cat (from textutils-2.0.21-1) produces a strange error: /z/work/client/objects/nt/app-dbg-int-ram> touch a b c; cat a b > c /z/work/client/objects/nt/app-dbg-int-ram> c

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-24 Thread Volker Quetschke
Hi Corinna, Looks pretty similar to me, but I was looking for the following: $ ls -ldin .\\tmp ./tmp 2919335057drwxr-xr-x 4 1006 513 0 Mar 10 13:06 ./tmp/ 2805415844195 drwxr-xr-x 4 1006 513 0 Mar 10 13:06 .\tmp/ I came to that "program" by reducing the find soure to the b

Implementing a workaround for the suid bit

2004-03-24 Thread Richard Troy
This one is for the archives... On Unix/Linux, there's a feature that provides security for applications which require access to privileged data by unprivileged users called the suid bit. This bit is set on a per-executable basis and is stored in the file system. It directs the "exec" system call

Re: procps returns \"Unknown HZ value\"

2004-03-24 Thread Christopher Faylor
On Wed, Mar 24, 2004 at 05:29:20PM -, Dave Korn wrote: > >> -Original Message- >> From: cygwin-owner On Behalf Of Chris January >> Sent: 24 March 2004 17:21 > >> > -Original Message- >> > From: Chris January [mailto:chris] >> > Sent: Wed 3/24/2004 10:45 AM >> > To:

RE: procps returns \"Unknown HZ value\"

2004-03-24 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Chris January > Sent: 24 March 2004 17:21 > > -Original Message- > > From: Chris January [mailto:[EMAIL PROTECTED] > > Sent: Wed 3/24/2004 10:45 AM > > To: Duran, Richard > > Cc: > > Subject:RE: procps returns

RE: procps returns \"Unknown HZ value\"

2004-03-24 Thread Chris January
Redirecting to the cygwin mailing list. You probably need to upgrade your version of the Cygwin DLL. > The /proc filesystem doesn't exist? Does something need to be > installed using cygrunsrv? > > -richard > > > -Original Message- > From: Chris January [mailto:[EMAIL PROTECTED] > Sent

Re: 1.5.5.1 posix conformance for sigaction()

2004-03-24 Thread Christopher Faylor
On Wed, Mar 24, 2004 at 08:24:34PM +, Ghanshyam wrote: >Hi all, > >I found some problem in sigaction() system call with respect to following >assertions defined in IEEE std 2003.1 -1992 Test methods for measuring >conformance to POSIX-part1 document: When I run NIST-PCTS test suite on >cygwin t

Re: 1.5.5.1 sysconf() NOT implemented for _SC_STREAM_MAX and _SC_TZNAME_MAX?

2004-03-24 Thread Christopher Faylor
On Wed, Mar 24, 2004 at 08:18:11PM +, Ghanshyam wrote: >I found some problem in sysconf() system call with respect to following >assertions defined in "IEEE std 2003.1 -1992 Test methods for measuring >conformance to POSIX-part1" document > > >10(A) If STREAM_MAX is defined when the header i

Re: 1.5.5.1 posix conformance for strftime()

2004-03-24 Thread Corinna Vinschen
On Mar 24 20:13, Ghanshyam wrote: > Hi all, > > I found some problem in strftime system call with respect to following > assertion defined in "IEEE std 2003.1 -1992 Test methods for measuring > conformance to POSIX-part1" document: > > 07(A) A call to strftime() sets the external variable tzname[

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-24 Thread Corinna Vinschen
On Mar 23 17:11, Volker Quetschke wrote: > $ ls -ldin tmp tmp/. > 2919335057 drwxr-xr-x 4 1006 513 0 Mar 10 13:06 tmp/ > 2919335057 drwxr-xr-x 4 1006 513 0 Mar 10 13:06 tmp/./ > > Looks pretty similar to me, but I was looking for the following: > > $ ls -ldin .\\tmp ./tmp > 2919

RE: How to upgrate rpm from 4.1 to 4.2?

2004-03-24 Thread Pikovsky Bella-BBP006
Thanks -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Wednesday, 24 March, 2004 5:29 PM To: Pikovsky Bella-BBP006 Cc: [EMAIL PROTECTED] Subject: RE: How to upgrate rpm from 4.1 to 4.2? Bella, Please configure your mailer to not quote raw e-mail addresses in y

[Attn: rpm mainter] How to upgrate rpm from 4.1 to 4.2?

2004-03-24 Thread Pikovsky Bella-BBP006
When Cygwin rpm v4.2 is planned to be released? Thanks Bella -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Cygwin install

2004-03-24 Thread Igor Pechtchanski
On Wed, 24 Mar 2004, Crescioli, Phil wrote: > All, > Is KDE bundled somewhere within Cygwin or do > I have to get KDE for Cygwin/Win XP separately? > Thanks, > Phil Crescioli First off, wrong list. X-related questions should go to . I'm redirecting this reply there. Secondly (a general Cygwin

Re: How to run Apache as a WinXP service?

2004-03-24 Thread Igor Pechtchanski
On Wed, 24 Mar 2004, Markus Mauch wrote: > Hi all, > > I've got a problem trying to run Apache as an ordinary WinXP service. I use > the "cygrunsrv -I httpd -p /usr/sbin/httpd.exe" command to add httpd.exe to > the service list but if I try "net start httpd" I get the error message 1067 > and if I

RE: How to upgrate rpm from 4.1 to 4.2?

2004-03-24 Thread Igor Pechtchanski
Bella, Please configure your mailer to not quote raw e-mail addresses in your replies -- let's not feed the spam harvesters. Also, according to the announcement (), questions and comments should go to this list, and not directly to the maintainer

Cygwin install

2004-03-24 Thread Crescioli, Phil
All, Is KDE bundled somewhere within Cygwin or do I have to get KDE for Cygwin/Win XP separately? Thanks, Phil Crescioli [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin

Re: Old photos

2004-03-24 Thread html-tidy-request
Have a look at these. Norton AntiVirus eliminato1.txt Description: plain/text -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

1.5.5.1 posix conformance for sigaction()

2004-03-24 Thread Ghanshyam
Hi all, I found some problem in sigaction() system call with respect to following assertions defined in IEEE std 2003.1 -1992 Test methods for measuring conformance to POSIX-part1 document: When I run NIST-PCTS test suite on cygwin the following assertion failed. 14(C) If the behavior associate

1.5.5.1 sysconf() NOT implemented for _SC_STREAM_MAX and _SC_TZNAME_MAX?

2004-03-24 Thread Ghanshyam
Hi all, I found some problem in sysconf() system call with respect to following assertions defined in "IEEE std 2003.1 -1992 Test methods for measuring conformance to POSIX-part1" document 10(A)If STREAM_MAX is defined when the header is included: A call to sysconf(_SC_STREAM_MAX) e

1.5.5.1 posix conformance for strftime()

2004-03-24 Thread Ghanshyam
Hi all, I found some problem in strftime system call with respect to following assertion defined in "IEEE std 2003.1 -1992 Test methods for measuring conformance to POSIX-part1" document: 07(A) A call to strftime() sets the external variable tzname[0] to point to the standard time

RE: Just updated Cygwin and can't make with g++ command not found

2004-03-24 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of warrenmcneely > Sent: 23 March 2004 22:36 > Well doesn't the installer install everything when you select "all"? > When I first installed Cygwin last October I had no such problem. > I assumed it would be installed again. Am reinsta

[OT] FAT32 vs NTFS

2004-03-24 Thread Jani tiainen
Corinna Vinschen wrote: Try to figure out what happens on your system. However, if you're running 2K or XP, I don't see a reason to keep FAT32. You can convert it to NTFS using the "convert" tool which is shipped with all NT versions. For some reason my laptop (HP Omnibook) came with preinstalled

Re: Definitely no sshd on FAT32?

2004-03-24 Thread Corinna Vinschen
On Mar 23 17:44, Ian Brandt wrote: > > Corinna Vinschen wrote: > >The following checks are performed on the key file in the following order: > > > >- Not Windows NT? Yes -> Don't check permissions. > > I'm running Windows 2000, so this shouldn't catch. > > >- "ntea" switched on? Yes -> Check per

How to run Apache as a WinXP service?

2004-03-24 Thread Markus Mauch
Hi all, I've got a problem trying to run Apache as an ordinary WinXP service. I use the "cygrunsrv -I httpd -p /usr/sbin/httpd.exe" command to add httpd.exe to the service list but if I try "net start httpd" I get the error message 1067 and if I try "cygrunsrv -S httpd" I get error message 1062. H

Problems when env-size gets too large

2004-03-24 Thread Puchmayr Alexander AIS-A.Services
Hi there! The project I'm currently working on defines a really large number of environment variables, and I think this is the reason why I always get the error "Resource temporarily unavailable" when I try to start *any* command. When I do not start that large script, cygwin works fine, except

RE: How to upgrate rpm from 4.1 to 4.2?

2004-03-24 Thread Pikovsky Bella-BBP006
First of all thanks for the reply. Could you please send me Dario's email so I could ask him about the release date? Thanks, Bella -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Tuesday, 23 March, 2004 7:14 PM To: Pikovsky Bella-BBP006 Cc: [EMAIL PROTECTED]