RE: Problem after upgrade to gcc-3.3.3

2004-08-13 Thread Johnny Willemsen
Hi, > > I just upgraded to gcc-3.3.3 which was available from > setup. I now get the > > following error: > > > g++: installation problem, cannot exec `gm2l': No such file > or directory > > make[2]: *** > > > Any ideas? I updated all packages setup proposed. > > As Dave Korn suggested, use

Cygwin sshd started as service doesn't respect mount points

2004-08-13 Thread Claus-Thomas Buhl
I have installed Cygwin sshd as a service and these are the mount points of interest: D:\Programme\cygwin on / type system (binmode) E:\Benutzer\buhl on /home/buhl type system (binmode) Under /home/buhl/.ssh (that is E:\Benutzer\buhl\.ssh), I have setup my .ssh folder with my ssh keys. When I now t

RE: Problem after upgrade to gcc-3.3.3

2004-08-13 Thread Johnny Willemsen
Hi, New results are online, everything is fine again. What I also see is that with 3.3.1 we got warnings about mixing declspec import/export with inline, all those warnings are gone again. Johnny > -Original Message- > From: Gerrit P. Haase [mailto:[EMAIL PROTECTED] > Sent: vrijdag 13

Cygwin, samba, smbntsec and domain groups

2004-08-13 Thread Dan Alderman
Hi guys and girls, I know from looking at the lists this topic has been covered many times before, but I don't seem to be able to find the answers I'm looking for, or at least I'm missing them. Sorry if this has already been covered and I missed it. Background. === I have a small networ

SSH drops connection immediately after MOTD

2004-08-13 Thread Jørgen Frøjk Kjærsgaard
I'm having a strange problem with Cygwin SSHD on a Windows Server 2003. I can log in with password authentication without any problems, but with RSA authentication, a session is opened and immediately closes again. ssh -v localhost says: ... debug1: Sending response to host key RSA challenge. deb

Re: Slashdot: cygwin in a Production Environment?

2004-08-13 Thread Christopher Faylor
On Fri, Aug 13, 2004 at 12:20:50AM -0300, Fr?d?ric L. W. Meunier wrote: >I noticed that story on Slashdot - >http://ask.slashdot.org/article.pl?sid=04/08/12/1932246 . May >be of interest for some people (or not). Interesting how some of the vaguely erroneous entries are modded up as "interesting"

ssh & ssh-agent weirdness

2004-08-13 Thread Dan Alderman
Hi again, This is kind of related to my previous post (Subject: Cygwin, samba, smbntsec and domain groups) but is sufficiently different enough to warrant a new thread I think. On my XP boxes I have Cygwin installed with domain users in /etc/passwd. I have been unable to get ssh to work correctl

Re: Perl packaging suggestion - vendor_perl

2004-08-13 Thread Gerrit P. Haase
Hello Max, >>> Would it be possible to package the extra modules included in the Cygwin >>> perl package in the vendor_perl hierarchy? >> Sure, this is obviously a good thing. > Thanks! I look forward to 5.8.6 or whatever. >>> This would leave the site_perl hierarchy clear for site additions, an

Command not found eventhough it is on one of the PATH directories

2004-08-13 Thread Andres Corrada-Emmanuel
Hello, I'm having a strange problem with Cygwin and the PATH variable. I try the following: /home/corrada 6 % jython.bat jython.bat: Command not found. /home/corrada 7 % /cygdrive/u/dl/Jython/jython/dist/jython.bat Jython 2.2a0 on java1.4.2_05 (JIT: null) >>> ^Z /home/corrada 8 % printenv !C:

Re: problem with libfreetype2

2004-08-13 Thread Paul Slusarz
Thank you, Gerrit. - Paul - Original Message - From: "Gerrit P. Haase" <[EMAIL PROTECTED]> To: "Pawel Slusarz" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 13, 2004 12:46 AM Subject: Re: problem with libfreetype2 : Hallo Pawel, : : Am Donnerstag, 12. August 2004 um 1

Re: Command not found eventhough it is on one of the PATH directories

2004-08-13 Thread Andres Corrada-Emmanuel
Yes, it is, by everybody. The command history below shows that I can exectute it when I specify the full path. Andres Corrada-Emmanuel Senior Research Fellow Information Extraction and Synthesis Laboratory University of Massachusetts, Amherst On Fri, 13 Aug 2004, Ken Dibble wrote: > > Is it exec

Re: Command not found eventhough it is on one of the PATH directories

2004-08-13 Thread Larry Hall
At 11:36 AM 8/13/2004, you wrote: >Yes, it is, by everybody. The command history below shows that I can >exectute it when I specify the full path. > >Andres Corrada-Emmanuel >Senior Research Fellow >Information Extraction and Synthesis Laboratory >University of Massachusetts, Amherst > >On Fri, 13

RE: Command not found eventhough it is on one of the PATH directories

2004-08-13 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Andres Corrada-Emmanuel > Sent: 13 August 2004 16:37 > > Yes, it is, by everybody. The command history below shows that I can > exectute it when I specify the full path. 'What do you get from "ls -l /cygdrive/u/dl/Jython/jython/di

Re: Command not found eventhough it is on one of the PATH directories

2004-08-13 Thread Andres Corrada-Emmanuel
Okay. It gets weirder: /home/corrada 45 % strace jython.bat Jython 2.2a0 on java1.4.2_05 (JIT: null) >>> import sys >>> sys.exit(0) /home/corrada 46 % jython.bat jython.bat: Command not found. Why does 'strace jython.bat' work but not 'jython.bat'? Andres Corrada-Emmanuel Senior Research Fellow

setup shows categories not packages in partial view

2004-08-13 Thread Don Sharp
Hi Everyone Have I missed something? I am running setup and when I look at the Full or Partial views the version numbers are shown against the Category name rather than the package name. Should I have a new setup.exe? I hope it isn't meant to look like that as it is not at all helpful. Anyone els

Re: python 2.3 pydoc : sys.modules.get error

2004-08-13 Thread Jason Tishler
Bertrand, Wrong list, I'm redirecting to the correct one... On Fri, Aug 13, 2004 at 04:16:07PM +0200, bertrand marquis wrote: > i'm using pydoc to generate informations out of python source. > But sometimes i've got this error: > > Traceback (most recent call last): > File "/usr/bin/pydoc", li

Apache CGI Scripts - Network layer permission denied

2004-08-13 Thread Peter Flanigan
When I run CGI scripts from Apache I'm getting permission denied errors. use Net::protoent; my $p = getprotobyname(shift || 'tcp'); if (defined $p) { printf("proto for %s is %d, aliases are %s\n", $p->name, $p->proto, "@{$p->aliases}"); } else { printf("Bad protocol 'tcp'\n"); } This

"Can't get list of download sites."

2004-08-13 Thread Thomas L Roche
I recently upgraded my Cygwin, using setup.exe, and everything works nicely ... except setup! When I do from Internet, I get the error dialog > Error > Can't get list of download sites. > Make sure your network settings are correct and try again. However all my other networking is OK, e.g. I can

RE: Command not found eventhough it is on one of the PATH directories

2004-08-13 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Andres Corrada-Emmanuel > > Okay. It gets weirder: > > /home/corrada > 45 % strace jython.bat > Jython 2.2a0 on java1.4.2_05 (JIT: null) > >>> import sys > >>> sys.exit(0) > > /home/corrada > 46 % jython.bat > jython.bat: Command no

Re: Command not found eventhough it is on one of the PATH directories

2004-08-13 Thread Andrew Schulman
> /home/corrada > 6 % jython.bat > jython.bat: Command not found. What does 'which jython.bat' tell you? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: setup shows categories not packages in partial view

2004-08-13 Thread Larry Hall
At 12:21 PM 8/13/2004, you wrote: >Hi Everyone > >Have I missed something? I am running setup and when I look at the Full >or Partial views the version numbers are shown against the Category name >rather than the package name. Should I have a new setup.exe? I hope it >isn't meant to look like that

Re: setup shows categories not packages in partial view

2004-08-13 Thread Don Sharp
Silly me! That will teach me to run setup at full screen in future. The default edge cuts off the package column. Sorry for the noise Cheers Don Sharp Don Sharp wrote: > > Hi Everyone > > Have I missed something? I am running setup and when I look at the Full > or Partial views the version nu

error in compiling berkeleydb-4.2.52 in cygwin

2004-08-13 Thread kevin J
Hi, I downloaded berkeleydb-4.2.52 and two patches from sleepycat. When I tried to compile it I got the errors from ../lock/lock_region.c as below. Anybody know what's wrong? Thanks, Kevin -- pas-lap-

Re: "Can't get list of download sites."

2004-08-13 Thread Larry Hall
At 12:42 PM 8/13/2004, you wrote: >I recently upgraded my Cygwin, using setup.exe, and everything works >nicely ... except setup! When I do from Internet, I >get the error dialog > >> Error >> Can't get list of download sites. >> Make sure your network settings are correct and try again. > >Howeve

igawk problem

2004-08-13 Thread Hans Horn
Group, I have a rather lengthy awk script (that internally includes a bunch of awk library functions; therefore I'm using igawk). When I invoke it, e.g. like echo | igawk -f script.awk eval: gawk: argument list too long The script and the awk library functions together make up approx. 34kByte

Issues with SFTP

2004-08-13 Thread Strader, William A.
OK I locked a users account down so they cant do anything but get into their own directory. I can SSH2 into the system just fine but when I try to SFTP into the system I log in and it just sits there doing nothing. Any suggestions? Billy S. -- Unsubscribe info: http://cygwin.com/ml/#unsubsc

Re: error in compiling berkeleydb-4.2.52 in cygwin

2004-08-13 Thread Gerrit P. Haase
Hello Kevin, Kevin writes: > I downloaded berkeleydb-4.2.52 and two patches from sleepycat. > When I tried to compile it I got the errors from ../lock/lock_region.c > as below. > Anybody know what's wrong? Anything wrong with the precompiled BDB version available from the Cygwin mirrors? Gerr

Re: "Can't get list of download sites."

2004-08-13 Thread Thomas L Roche
Tom Roche 12:42 PM 8/13/2004 >> I recently upgraded my Cygwin, using setup.exe, and everything >> works nicely ... except setup! When I do from >> Internet, I get the error dialog >> Error >> Can't get list of download sites. >> Make sure your network settings are correct and try again. Larry Ha

Re: error in compiling berkeleydb-4.2.52 in cygwin

2004-08-13 Thread kevin J
Hello Gerrit, I need to make a dpkg with berkeleydb so I need to be able to compile berkeleydb source. Is there any required libs for berkeleydb compilation? Kihoon Gerrit P. Haase wrote: Hello Kevin, Kevin writes: I downloaded berkeleydb-4.2.52 and two patches from sleepycat. When I tried to

Re: Cannot find C:\cygwin\cygwin.bat

2004-08-13 Thread Pratheepan Raveendranathan
Larry & Dave, I tried to install it from the internet, and I was getting the same problem, hence I resorted to installing it locally, to see if there would be a difference. Thanks for your suggestions abt permissions (I tried that but permissions seem to be ok), I will keep trying. Let me know if y

Re: "Can't get list of download sites."

2004-08-13 Thread Larry Hall
At 04:03 PM 8/13/2004, you wrote: >Tom Roche 12:42 PM 8/13/2004 >>> I recently upgraded my Cygwin, using setup.exe, and everything >>> works nicely ... except setup! When I do from >>> Internet, I get the error dialog > >>> Error >>> Can't get list of download sites. >>> Make sure your network set

Re: error in compiling berkeleydb-4.2.52 in cygwin

2004-08-13 Thread Gerrit P. Haase
Hello kevin, > I need to make a dpkg with berkeleydb so I need to be able to compile > berkeleydb source. > Is there any required libs for berkeleydb compilation? No. But now I see, you are building in the "build_win32" subdirectory. The Windows version cannot be compiled with Cygwin, the Unix ve

Re: igawk problem

2004-08-13 Thread Igor Pechtchanski
On Fri, 13 Aug 2004, Hans Horn wrote: > Group, > > I have a rather lengthy awk script (that internally includes a bunch of awk > library functions; therefore I'm using igawk). > > When I invoke it, e.g. like > > echo | igawk -f script.awk > eval: gawk: argument list too long > > The script and th