sshd problems - won't accept my password

2002-04-06 Thread Paul Jansen
Hi. I've set up cygwin's sshd on a couple of boxes and it's working fine. All boxes are using local password database to authenticate users. Today I installed sshd on a 2000 server that is a member server in an active directory. I followed all the same steps as I did when I installed and succes

Re: Should setup suggests to downgrade? [WAS: Lillypond for cygwin]

2002-04-06 Thread Cliff Hones
> setup should probably *never* suggest either going backwards or uninstalling. Never say never? Suppose a showstopper bug is found in a released package - say one which could result in filestore or configuration corruption. The quickest solution would be to revert to the previous version, and

Where can I find info on new cygwin 'lpr' ?

2002-04-06 Thread Muhammad Isa
Hi all, I've been trying to find out about 'lpr' . There doesn't seem to be any ' --help with the exe or man pages or info pages. I see from the mailing list that it has only just been added to Cygwin (Cygutil package, I think). I searched on Author ( Rick Rankin ) , still in the dark.

RE: Should setup suggests to downgrade? [WAS: Lillypond for cygwin]

2002-04-06 Thread Robert Collins
> -Original Message- > From: Cliff Hones [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 06, 2002 7:03 PM > Never say never? Suppose a showstopper bug is found in a > released package - say one which could result in filestore or > configuration corruption. The quickest solution

Re: Should setup suggests to downgrade? [WAS: Lillypond for cygwin]

2002-04-06 Thread Cliff Hones
From: "Robert Collins" <[EMAIL PROTECTED]> Subject: RE: Should setup suggests to downgrade? [WAS: Lillypond for cygwin] > > From: Cliff Hones [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, April 06, 2002 7:03 PM > > > Never say never? Suppose a showstopper bug is found in a > > released packa

RE: Should setup suggests to downgrade? [WAS: Lillypond for cygwin]

2002-04-06 Thread Robert Collins
> -Original Message- > From: Cliff Hones [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 07, 2002 12:07 AM Thanks for the feedback.. I'll have a look in the logs tomorrow. > [I've already mentioned I'm not happy with the current > download mode - I think it loses a lot of its potent

Re: Should setup suggests to downgrade? [WAS: Lillypond for cygwin]

2002-04-06 Thread Cliff Hones
> From: "Robert Collins" <[EMAIL PROTECTED]> > Sent: Saturday, April 06, 2002 3:10 PM > > > From: Cliff Hones [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, April 07, 2002 12:07 AM > > Thanks for the feedback.. I'll have a look in the logs tomorrow. Oops - please ignore the last attachment - I mi

Infinite Loop In "rm -fr" When Busy File Encountered

2002-04-06 Thread Randall R Schulz
Greetings, I have encountered a problem in "rm" when used with the "-f" and "-r" options and a busy and hence unremovable file is encountered. When "rm -fr" encounters a busy and hence unremovable file, it goes into an infinite loop consuming as much CPU time as it can get until it is forcibly

Re: Infinite Loop In "rm -fr" When Busy File Encountered

2002-04-06 Thread Chris January
> Greetings, > > I have encountered a problem in "rm" when used with the "-f" and "-r" > options and a busy and hence unremovable file is encountered. > > When "rm -fr" encounters a busy and hence unremovable file, it goes into an > infinite loop consuming as much CPU time as it can get until it i

Re: Infinite Loop In "rm -fr" When Busy File Encountered

2002-04-06 Thread Randall R Schulz
Chris, At 09:26 2002-04-06, Chris January wrote: > > Greetings, > > > > I have encountered a problem in "rm" when used with the "-f" and "-r" > > options and a busy and hence unremovable file is encountered. > > > > When "rm -fr" encounters a busy and hence unremovable file, it goes into an > > i

Re: Infinite Loop In "rm -fr" When Busy File Encountered

2002-04-06 Thread Chris January
> > > Greetings, > > > > > > I have encountered a problem in "rm" when used with the "-f" and "-r" > > > options and a busy and hence unremovable file is encountered. > > > > > > When "rm -fr" encounters a busy and hence unremovable file, it goes into an > > > infinite loop consuming as much CPU t

Re: Infinite Loop In "rm -fr" When Busy File Encountered

2002-04-06 Thread Randall R Schulz
Chris, OK. Here's more information. Possibly even interesting information. I tried this as a test: % mkdir tstdir % cd tstdir % cat >tstdir & [1]+ Stopped cat >target % rm target # No complaint! % ls -l ls: target: Permission denied % rm target rm: cannot remove `target': Per

Re: Infinite Loop In "rm -fr" When Busy File Encountered

2002-04-06 Thread Chris January
> Now I do this: > > % mkdir subdir > % java Writer subdir/target Now is the time > > > In a separate Cygwin window: > > % cd tstdir > % rm -fr subdir > > > And the symptom is manifest: rm sits there, churning away, awaiting its death at the hands of a merciless signal. What output do you get wit

Re: Infinite Loop In "rm -fr" When Busy File Encountered

2002-04-06 Thread Chris January
> Chris, > > OK. Here's more information. Possibly even interesting information. > Another question - which shell are you using? Can you reproduce the problem using bash? Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html

Re: Infinite Loop In "rm -fr" When Busy File Encountered

2002-04-06 Thread Randall R Schulz
Chris, I'm using BASH. I'll let you know what the strace experiment turns up when I have some time to give that a try. Randall At 10:25 2002-04-06, you wrote: > > Chris, > > > > OK. Here's more information. Possibly even interesting information. > >Another question - which shell are you usin

problem with current devel libtool and cxx configuration

2002-04-06 Thread Ralf Habacker
Hi all, I'm using the cygwin devel libtool for a helper library for the kde-cygwin port. With the libtool-devel-20020202-1 I had a problem with the cxx configuration, which prohibits linking of shared libraries. The message was: libtool: link: warning: undefined symbols not allowed in i686-pc-cy

Port problem

2002-04-06 Thread ioda
Hi, I'm in trouble porting a socket base utility from my own between mulptiple OS. The goal is to maintain as much as possible the same code, since this utility do not use advanced features (I DO NOT WANT TO CODE AN HTTP SERVER !!) For MS plateform I hope in cygwin environment, but despite the

Re: Infinite Loop In "rm -fr" When Busy File Encountered

2002-04-06 Thread Randall R Schulz
Chris, OK. I ran the strace test as you requested. Here's the invocation of strace I used in place of the unadorned "rm -fr subdir" invocation from my earlier report: % strace -d -n -S 1 -w -o rm-fr-strace-out rm -fr subdir I waited a few seconds then closed the sub-window. A Bzip2-compress

Error compiling CYGWIN: ath.h:89: `INVALID_FILE_ATTRIBUTES'

2002-04-06 Thread Steve Howe
I've been trying to compile the latest cygwin, but I couldn't. I even tried using the CVS version, but it didn't work too. These is the error messages. Any clues ? Best Regards, Steve Howe --- howe@ANGLA ~/cygwin-1.3.10-1/winsup/cygwin $ make g++ -c -gstabs+ -O2 -MM

Re: errno.h - EILSEQ

2002-04-06 Thread Dave Trollope
Hi Chris, Christopher Faylor wrote: > On Fri, Apr 05, 2002 at 10:01:36PM -0600, Dave Trollope wrote: > >Since it exists on Linux and Solaris, I figured that this was new to > >Cygwin and its applications. The question is, for what was it > >introduced to both Linux and Solaris, and shouldn't

Re: errno.h - EILSEQ

2002-04-06 Thread Christopher Faylor
On Sat, Apr 06, 2002 at 04:31:06PM -0600, Dave Trollope wrote: >Christopher Faylor wrote: >>On Fri, Apr 05, 2002 at 10:01:36PM -0600, Dave Trollope wrote: >>>Since it exists on Linux and Solaris, I figured that this was new to >>>Cygwin and its applications. The question is, for what was it >>>in

RE: errno.h - EILSEQ

2002-04-06 Thread Norman Vine
Dave Trollope writes: >> > >I would willingly create a patch myself, but I don't currently understand >what this error code is for, I was hoping someone would know. http://www-ccs.ucsd.edu/c/errno.html#EILSEQ HTH Norman -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug r

Re: Infinite Loop In "rm -fr" When Busy File Encountered

2002-04-06 Thread Chris January
> Chris, > > OK. I ran the strace test as you requested. > > Here's the invocation of strace I used in place of the unadorned "rm -fr > subdir" invocation from my earlier report: > > % strace -d -n -S 1 -w -o rm-fr-strace-out rm -fr subdir > > > I waited a few seconds then closed the sub-window. >

fastcall for gcc

2002-04-06 Thread Robert Collins
Chris, would you accept a patch to give cygwin gcc FASTCALL support? Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

errno.h - EILSEQ

2002-04-06 Thread Chris January
> > > On Fri, Apr 05, 2002 at 10:01:36PM -0600, Dave Trollope wrote: > > > >Since it exists on Linux and Solaris, I figured that this was new to > > > >Cygwin and its applications. The question is, for what was it > > > >introduced to both Linux and Solaris, and shouldn't it be introduced to > >

Re: fastcall for gcc

2002-04-06 Thread Christopher Faylor
On Sun, Apr 07, 2002 at 09:01:18AM +1000, Robert Collins wrote: >would you accept a patch to give cygwin gcc FASTCALL support? Um, talk to Danny about this. I think he's already got something along these lines. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reportin

RE: fastcall for gcc

2002-04-06 Thread Robert Collins
> -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 07, 2002 9:07 AM > To: [EMAIL PROTECTED] > Subject: Re: fastcall for gcc > > > On Sun, Apr 07, 2002 at 09:01:18AM +1000, Robert Collins wrote: > >would you accept a patch to give cygwin gc

Re: fastcall for gcc

2002-04-06 Thread Christopher Faylor
On Sun, Apr 07, 2002 at 09:08:28AM +1000, Robert Collins wrote: > > >> -Original Message- >> From: Christopher Faylor [mailto:[EMAIL PROTECTED]] >> Sent: Sunday, April 07, 2002 9:07 AM >> To: [EMAIL PROTECTED] >> Subject: Re: fastcall for gcc >> >> >> On Sun, Apr 07, 2002 at 09:01:18AM

RE: fastcall for gcc

2002-04-06 Thread Robert Collins
> -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 07, 2002 9:12 AM > To: [EMAIL PROTECTED] > Subject: Re: fastcall for gcc > > > On Sun, Apr 07, 2002 at 09:08:28AM +1000, Robert Collins wrote: > > > > > >> -Original Message- > >>

createing own setup.exe

2002-04-06 Thread Chris Ellsworth
The current made setup.exe file does not do all i need it to do. I have spent some time looking @ this list and what the setup.exe does so far the best help i have found so far is someone post The final script will be setup so it will add a user/group to 2k/xp and also make the additions t

Re: Port problem

2002-04-06 Thread Gerrit P. Haase
Hallo ioda, Am 2002-04-06 um 20:59 schriebst du: [..] > do not use advanced features (I DO NOT WANT TO CODE AN HTTP SERVER !!) You have coded a HTTP server;) [...] > You may get a page saying hello WORLD ! Hello world! That is all I get if I view the source in Opera connecting from the

sshd - illegal user, /bin/bash not executable?

2002-04-06 Thread Paul Jansen
I've installed the latest sshd under 2000 server SP2 and I can't get any userId's to authenticate. sshd is installed as a service When I run the service with '-d' instead of '-D' to enable debugging to the logfile I see the following error. "user fztm49 is not allowed because shell /bin/bash is

sshd problem - fixed

2002-04-06 Thread Paul Jansen
Just a quick note to say I managed to fix my sshd problem. The original message is below. The problem was actually an NTFS file permission issue. The volume had 'authenticated users' as a file permission. When I added 'everyone' with 'read/execute' access to the cygwin directory sshd was able

Re: fastcall for gcc

2002-04-06 Thread Christopher Faylor
On Sun, Apr 07, 2002 at 09:12:46AM +1000, Robert Collins wrote: >Anyway, should I take this as "No, cygwin gcc doesn't need FASTCALL"? You can take it as a "I'm not really interested in making another 2.95 release". I would also rather not maintain local tweaks if I can help it. cgf -- Unsubsc

Cannot locate col command in any current packages.

2002-04-06 Thread dawillis dawillis
Greetings, If anyone could tell me if the col command is available for the cygwin environment, I would appreciate it. I've looked through all of the packages that would be likely canidates (ie. cygutils), but have not found it. I also searched the web and newsgroups via google.com for informati