Re: i see no perl executable around there

2004-08-09 Thread Yitzchak Scott-Thoennes
On Mon, Aug 09, 2004 at 08:23:21PM -0700, Steve Kelem wrote: > I downloaded perl5.8.5: > % perl --version > > This is perl, v5.8.5 built for cygwin-thread-multi-64int > > Copyright 1987-2004, Larry Wall > > When I tried to build Compress::Zlib manually, I got the message: > > LD_RUN_PATH="" ld2

i see no perl executable around there

2004-08-09 Thread Steve Kelem
I downloaded perl5.8.5: % perl --version This is perl, v5.8.5 built for cygwin-thread-multi-64int Copyright 1987-2004, Larry Wall When I tried to build Compress::Zlib manually, I got the message: LD_RUN_PATH="" ld2 -s -L/usr/local/lib Zlib.o adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o

Re: Mounted text mode but acting binary

2004-08-09 Thread Larry Hall
At 05:53 PM 8/9/2004, you wrote: >Jacek, thanks very much. I would reply to your message directly, but I'm not >subscribed to the list and I don't know how to do that (I only was able to >reply to Larry because he cc'd me). Actually, Jacek posted from his email address and did not set his

Re: Cygwin mailing list message 94978

2004-08-09 Thread Robert Pendell
Yea. I did the request. It never came through and probably just bounced again. Anyways thanks. On Mon, 09 Aug 2004 18:33:57 -0400, Larry Hall <[EMAIL PROTECTED]> wrote: > At 06:19 PM 8/9/2004, you wrote > >Thanks. It was just that I got an automated message originating from > >the mailing list

Re: Mounted text mode but acting binary

2004-08-09 Thread Jacek Trzmiel
> Jacek's message hit the nail on the head. I downloaded the most recent > snapshot, and it works. So it was a Cygwin bug (although Pierre's message > seems to indicate it didn't manifest itself in 1.5.9, that's where I saw it > originally; I only dl'd 1.5.10 to eliminate 1.5.9 as the problem).

Re: Cygwin mailing list message 94978

2004-08-09 Thread Robert Pendell
Thanks. It was just that I got an automated message originating from the mailing list bot that a message was bounced back that originated from this mailing list. I just needed to know if someone was posting something important. On Mon, 09 Aug 2004 17:16:09 -0400, Larry Hall <[EMAIL PROTECTED]> w

Re: Mounted text mode but acting binary

2004-08-09 Thread Vince Rice
Sorry, I realized too late that I left Larry's address in the reply. My apologies; I'm using a Web mailer so it doesn't obfuscate automatically, and I didn't catch it before I hit send. Vince __ Do you Yahoo!? Yahoo! Mail - You care about securit

Re: Mounted text mode but acting binary

2004-08-09 Thread Vince Rice
--- Larry Hall <[EMAIL PROTECTED]> wrote: > At 03:33 PM 8/9/2004, you wrote: > >I have a directory mounted text mode. In that directory, I'm running a grep > >looking for trailing spaces and/or tabs. It's not finding any in a file > that I know has them... > > WFM with same O/S (though SP3) and

Re: Mounted text mode but acting binary

2004-08-09 Thread Jacek Trzmiel
> So, grep appears to be acting as if the current directory is binary mode, but > the mount table shows it as text mode. What am I missing? > > e:\mas\mmb\sql\ap on /e/mas/mmb/sql/ap type system (textmode) > e: on /e type user (binmode,noumount) > > I'm in the e:\mas\mmb\sql\ap directory when I

Re: Cygwin mailing list message 94978

2004-08-09 Thread Larry Hall
At 04:56 PM 8/9/2004, you wrote: >Could someone retrieve this and tell me what the contents were? Thanks. You can always check the email archives if you need to know this kind of stuff and can't for some reason get it on your own. You'll be real sorry you missed this one. ;-)

Re: C compiler cannot create executables

2004-08-09 Thread Al Bogner
Am Sonntag, 8. August 2004 22:55 schrieb Igor Pechtchanski: > so, check that a simple "hello world" program can be > compiled with gcc and executed. As written in the other mail in this thread, binutils helped, but I tried 3 other packages (lame, smake and cdrtools) and I had problems with all 3

RE: Cygwin mailing list message 94978

2004-08-09 Thread Richard Campbell
>Could someone retrieve this and tell me what the contents were? Thanks. You can get it yourself by sending to cygwin DASH get DOT 94978 AT cygwin DOT COM but all you'll find is that it was a virus-laden email, or that somebody was reporting Same message is here: http://www.cygwin.com/ml/cygwin

Cygwin mailing list message 94978

2004-08-09 Thread Robert Pendell
Could someone retrieve this and tell me what the contents were? Thanks. -- Robert Pendell [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: C compiler cannot create executables

2004-08-09 Thread Al Bogner
Am Montag, 9. August 2004 02:25 schrieb Larry Hall: > And, from what I can see, you're somehow missing the 'binutils' > package. Thanks, after I installed binutils the error message was gone. Al -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cyg

Re: Problem with identify.exe in ImageMagick 6.0.3

2004-08-09 Thread Ola Nilsson
Ola Nilsson <[EMAIL PROTECTED]> writes: > Hello, > > Since I was not able to find any record of this in the archive, I send > this to the list. With the latest ImageMagick version, 6.0.3, I get a > problem with identify. > > > .snip > > > > Anyone else noticed this? Someone had noticed this. Ju

chroot lock down SFTP

2004-08-09 Thread Strader, William A.
OK I have the chroot locked down so if a user ssh's into the system they cant get out of their area... however I need to give people SFTP access. I am unable to login at all as that user who has a modified bash.. I followed directions from: http://www.cygwin.com/ml/cygwin/2002-07/msg02070.html

bug in animate

2004-08-09 Thread Krzysztof Duleba
This is the message I've just received from animate. I guess that it should be pretty interesting for the maintainer. assertion "list_info != (LinkedListInfo *) NULL" failed: file "/home/harold/ports/ImageMagick/ImageMagick-6.0.3/magick/hashmap.c", line 1033 Aborted (core dumped) Regards Krzysz

Re: Mounted text mode but acting binary

2004-08-09 Thread Larry Hall
At 03:33 PM 8/9/2004, you wrote: >I have a directory mounted text mode. In that directory, I'm running a grep >looking for trailing spaces and/or tabs. It's not finding any in a file that I >know has them, so I created a small file with one line and a trailing tab. It >doesn't find that, either.

Mounted text mode but acting binary

2004-08-09 Thread Vince Rice
I have a directory mounted text mode. In that directory, I'm running a grep looking for trailing spaces and/or tabs. It's not finding any in a file that I know has them, so I created a small file with one line and a trailing tab. It doesn't find that, either. I changed the file from DOS line en

Re: how can I set $REMOTEHOST ( so I can set $DISPLAY with sshd w\X11 forwarding)

2004-08-09 Thread Brian Dessent
Igor Pechtchanski wrote: > > It could be that if DISPLAY is set before you run ssh -X then ssh won't > > change it. Try unsetting DISPLAY first. > > This is wrong. "ssh -X/-Y" will not enable X11 forwarding *unless* > DISPLAY is set in the local shell. Ahh, I should read the man page more ofte

curses colors

2004-08-09 Thread Chris Shepard
Hi, I'm running curses from Python in an xterm on XP Pro, and the colors are, well, let's say, strange: BLACK (0,0,0) looks yellow RED (680,0,0) looks red! GREEN (0,680,0) looks green! YELLOW (680,680,0) looks brown BLUE (0,0,680) looks black MAGENTA (680,0,680) looks red, also CYAN (0,680,680)

curses colors

2004-08-09 Thread Chris Shepard
Hi, I'm running curses from Python in an xterm on XP Pro, and the colors are, well, let's say, strange: BLACK (0,0,0) looks yellow RED (680,0,0) looks red! GREEN (0,680,0) looks green! YELLOW (680,680,0) looks brown BLUE (0,0,680) looks black MAGENTA (680,0,680) looks red, also CYAN (0,680,680)

Re: Initdb FATAL error shmat - Win98 Cygwin 1.5.10-3 - PostgreSQL 7.4.3

2004-08-09 Thread Corinna Vinschen
On Aug 8 12:53, Mike G wrote: > > Hello, > > I will bring it up with the postgresql hackers. Thanks! Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Co-Project Leader mailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http:/

Re: Problem configuring ssh with public key Authentication - help!

2004-08-09 Thread Corinna Vinschen
On Aug 9 17:56, Leong, Kenneth (HEALTH) wrote: > debug1: identity file //.ssh/identity type 3 ^^^ This should be your home dir but isn't. ==> Your /etc/passwd file is broken. > 4) various file/directory permissions > [EMAIL PRO

RE: Problem configuring ssh with public key Authentication - help!

2004-08-09 Thread Morche Matthias
Hi Kenneth, seems to me your authentication worked. Maybe your ". runme.sh" does not work as expected, since the environment of a login window and a non-interactive call differs? Maybe You'd better call "sh runme.sh"? regards, matthias > -Original Message- ... > I am able to ssh and

RE: Problem configuring ssh with public key Authentication - help!

2004-08-09 Thread Jörg Schaible
Leong, Kenneth (HEALTH) wrote on Monday, August 09, 2004 10:27 AM: [snip] > drwxr-xr-x+ 2 Administ Domain U0 Aug 9 15:33 .ssh This is a problem. Change to 0700. - Jörg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems

Problem configuring ssh with public key Authentication - help!

2004-08-09 Thread Leong, Kenneth (HEALTH)
Hi all, After spending several hours trying to get unattended ssh to work, I have run into a brick wall and would like to know if anybody can help me out. I think the solution is just a configuration setting, but its got me quite stumped (even after Googling around). Scenario - ultimately, would