ssh-add could not open connection

2003-02-23 Thread Matt
I am running cygwin on WinXP I am having trouble with ssh-agent not being able to establish the SSH_AUTH_SOCK and SSH_AGENT_PID environment variables. then when i go to run ssh-add it can't find the authentication agent. I know this is the problem becuase i manually executed the commands the ssh-

Re: Which packages are needed for PostgreSQL-7.3.2-1

2003-02-23 Thread christian . schuster
Hi Jason, I need to build PostgreSQL because I need PostGIS. According to installation instructions for PostGIS it is written that you have to make PostgreSQL. Regards, Christian Schuster Rudolf Schuster AG Postfach 277 CH - 3000 Bern 11 http://www.rsag.ch ++41 31 348 05 30

Re: failed to make ddd-3.3.1

2003-02-23 Thread David Huang
On Wed, 19 Feb 2003 11:07:23 -0500, Kirschner, Paul E. UTRC wrote: Previous posts claimed ddd built "out of the box". My attempt (configure; make) failed... Making all in ddd make[1]: Entering directory `/home/kirschpe/ddd-3.3.1/ddd' c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -isystem /usr/X11R6/includ

Linking Perl DBD::Oracle with Oracle 9.2 stropped OCI.DLL

2003-02-23 Thread Baras, Gal
Hello, I'm trying to install the DBD::Oracle Perl module. I've tried creating oci.def file from the Oracle 9.2 OCI.DLL library, but it is stripped and nothing gets listed. I've downloaded a tool that converted OCI.DLL to OCI.LIB (a static library), from which I could get the exported symbols int

Fw: DUMPER.EXE - Problem getting it working!

2003-02-23 Thread Jon A. Lambert
Sorry I forgot to attach cygcheck -s output - this post has it - Original Message - From: "Jon A. Lambert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 11:18 PM Subject: DUMPER.EXE - Problem getting it working! > I am unable to get the dumper utility to pr

DUMPER.EXE - Problem getting it working!

2003-02-23 Thread Jon A. Lambert
I am unable to get the dumper utility to produce a core dump. I have read the FAQ, the webpages and searched the mailing lists. My cygwin.bat startup file contains the following: set CYGWIN=error_start=c:\cygwin\bin\dumper.bat My dumper.bat file contains the following: dumper.exe -d %1 %2 %3

Re: ACLs getting reset after gunzip

2003-02-23 Thread Pierre A. Humblet
On Sun, Feb 23, 2003 at 05:59:30PM -0800, Jonathan Levine wrote: > I'm having a problem with cygwin's g(un)zip.exe and NTFS ACLs. Jonathan, Cygwin attempts to emulate Posix. Thus when it creates a file it also creates an ACL with the permissions for the owner, group and other (everyone). It do

[ANNOUNCEMENT] Updated: libpng, libpng12, libpng12-devel, libpng10, libpng10-devel

2003-02-23 Thread Charles Wilson
I've updated the 1.2.x libpng series to 1.2.5, and the 1.0.x series to 1.0.15. libpng is a library that provides routines to access and manipulate Portable Network Graphics (PNG) images. PNG is a lossless, patent-unencumbered image format intended to replace GIF. * CHANGES in th

ACLs getting reset after gunzip

2003-02-23 Thread Jonathan Levine
Hi. I'm having a problem with cygwin's g(un)zip.exe and NTFS ACLs. Here's what I'm seeing: 1. Set a custom ACL for a directory on an NTFS volume (in my case, I have limited access to a directory to the Administrator group and a custom group I created, and removed the Everyone group), 2. Copy a

Re: rxvt - unknown terminal type

2003-02-23 Thread Igor Pechtchanski
On Sun, 23 Feb 2003, Francois de Campagnolle wrote: > Hi, > > I haven't been able to use rxvt (with and without X) on my NT box for about > a week now. > When I run it from bash in a DOS cmd, a new window is created saying "unknow > terminal type: rxvt". > I got the same message when running an rx

Re: SIGSEGV in localtime()?

2003-02-23 Thread Igor Pechtchanski
On Sun, 23 Feb 2003, Marco Giovannini wrote: > I've got this simple piece of code: > > time_t current_time; > struct tm *boot_time; > current_time = time(NULL); > boot_time = localtime(¤t_time); > > that is very stupid and *should* run on every posix machine, but.. > with the latest cygwin dll rel

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2003-02-23 Thread Elfyn McBratney
> Elfyn McBratney wrote: > > > > > > Yup. It's been running now for over six hours. > > > > > > ok, could you load it a bit with apache's 'ab' tool?! and see if it > > > complains with too many failing requests? > > > > > > I'll check this afternoon the new cygwin snapshot. > > > > > > Stipe > > >

Re: cygstart, mutt or mailcap?

2003-02-23 Thread Ajay Simha
On Sun Feb 23 13:07:07 2003, Igor Pechtchanski wrote: > Ajay, > > On Sat, 22 Feb 2003, Ajay Simha wrote: > > > On Fri Feb 21 10:09:23 2003, Igor Pechtchanski wrote: > > > On Fri, 21 Feb 2003, Ajay Simha wrote: > > > > On Fri Feb 21 09:33:58 2003, Igor Pechtchanski wrote: > > > > > On Fri, 21 Feb

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2003-02-23 Thread Stipe Tolj
Elfyn McBratney wrote: > > > > Yup. It's been running now for over six hours. > > > > ok, could you load it a bit with apache's 'ab' tool?! and see if it > > complains with too many failing requests? > > > > I'll check this afternoon the new cygwin snapshot. > > > > Stipe > > I've attached about

Re: cygstart, mutt or mailcap?

2003-02-23 Thread Michael Schaap
On 23-Feb-2003 21:45, Andrew Markebo wrote: |> Wild guess: |> 1. Mutt saves the file to /tmp/something.doc |> 2. Mutt runs "cygstart /tmp/something.doc" |> 3. Cygstart starts Word (if necessary) and tells it to load the doc, |> and exits immediately. |> 4. Since Cygstart has exited, Mu

rxvt - unknown terminal type

2003-02-23 Thread Francois de Campagnolle
Hi, I haven't been able to use rxvt (with and without X) on my NT box for about a week now. When I run it from bash in a DOS cmd, a new window is created saying "unknow terminal type: rxvt". I got the same message when running an rxvt win from X. Also, I get "unknow terminal type: cygwin" msgs whe

Re: cygstart, mutt or mailcap?

2003-02-23 Thread Andrew Markebo
|> Wild guess: |> 1. Mutt saves the file to /tmp/something.doc |> 2. Mutt runs "cygstart /tmp/something.doc" |> 3. Cygstart starts Word (if necessary) and tells it to load the doc, |> and exits immediately. |> 4. Since Cygstart has exited, Mutt deletes /tmp/something.doc |> 5. Word

RE: Seg fault in home-built mutt

2003-02-23 Thread Gary R. Van Sickle
> On 21 Feb 2003, "Gary R. Van Sickle" > <[EMAIL PROTECTED]> wrote: > > (building mutt the cygwin way) > > I use the following in my "makemutt" build script, which I > > thought I included in the src package: > > > export PREFIX=/usr > > > > export MAILPATH=/var/spool/mail > > > > OPTS="--with-mail

SIGSEGV in localtime()?

2003-02-23 Thread Marco Giovannini
I've got this simple piece of code: time_t current_time; struct tm *boot_time; current_time = time(NULL); boot_time = localtime(¤t_time); that is very stupid and *should* run on every posix machine, but.. with the latest cygwin dll release (1.3.20) I receive this error: Program received signal S

Re: cygstart, mutt or mailcap?

2003-02-23 Thread Igor Pechtchanski
On Sun, 23 Feb 2003, Michael Schaap wrote: > On 23-Feb-2003 19:07, Igor Pechtchanski wrote: > >> > >>I tried everything now it may have something to do with starting it > >>directly from a view command within mutt. If I save it and then start > >>it either through windows or cygstart command it d

Re: cygstart, mutt or mailcap?

2003-02-23 Thread Michael Schaap
On 23-Feb-2003 19:07, Igor Pechtchanski wrote: I tried everything now it may have something to do with starting it directly from a view command within mutt. If I save it and then start it either through windows or cygstart command it does not have any corruption. Wild guess: 1. Mutt saves the fi

Re: cygstart, mutt or mailcap?

2003-02-23 Thread Igor Pechtchanski
Ajay, On Sat, 22 Feb 2003, Ajay Simha wrote: > On Fri Feb 21 10:09:23 2003, Igor Pechtchanski wrote: > > On Fri, 21 Feb 2003, Ajay Simha wrote: > > > On Fri Feb 21 09:33:58 2003, Igor Pechtchanski wrote: > > > > On Fri, 21 Feb 2003, Ajay Simha wrote: > > > > > > > > > Hi, > > > > > > > > > > This

Vieni... ;)

2003-02-23 Thread sabrina
Vieni.. se vuoi sapere e vedere come e dove lo fanno le "Signore perbene" della provincia... clicca qui sotto: http://www.sessoesegreti.com SITO HARD VIETATO AI MINORI DI ANNI 18 .!!! questa email non comporta alcun costo per il destinatario. -- Unsubscribe info:

Authorization for POP users without login rights on Win2K

2003-02-23 Thread Greg Matheson
I've gotten Pierre Humblet's Qpopper port working with POP users in a sort of virtual domain on a Win2K host, using the ntsec hack in the Cygwin User Guide. As aforementioned you are able to use cygwin account names different from the NT account names. ... The syntax is easy: Just add an

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2003-02-23 Thread Elfyn McBratney
> > Yup. It's been running now for over six hours. > > ok, could you load it a bit with apache's 'ab' tool?! and see if it > complains with too many failing requests? > > I'll check this afternoon the new cygwin snapshot. > > Stipe I've attached about 5 tests with loads of requests, no rhyme in

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2003-02-23 Thread Stipe Tolj
> Yup. It's been running now for over six hours. ok, could you load it a bit with apache's 'ab' tool?! and see if it complains with too many failing requests? I'll check this afternoon the new cygwin snapshot. Stipe [EMAIL PROTECTED] -

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2003-02-23 Thread Elfyn McBratney
> Elfyn McBratney wrote: > > > > Just an update: Apache has been running for over three hours now :-) It's > > looking very good that this bug has well and truly died! ::-) > > so you used the Feb 20, cygwin 1.3.21 snapshot for this?! > > Stipe Yup. It's been running now for over six hours.

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2003-02-23 Thread Stipe Tolj
Elfyn McBratney wrote: > > Just an update: Apache has been running for over three hours now :-) It's > looking very good that this bug has well and truly died! ::-) so you used the Feb 20, cygwin 1.3.21 snapshot for this?! Stipe [EMAIL PROTECTED]

Re: Does Mutt work now?

2003-02-23 Thread Luc Hermitte
* On Sun, Feb 23, 2003 at 09:25:57AM +0800, Greg Matheson <[EMAIL PROTECTED]> wrote: > I thought there was a native Win32 port of mutt, but was that just > someone talking about the cygwin version? The native win32 version of mutt is not usable with the native win32 version of Vim. Personnaly, I

page fault in Python and others

2003-02-23 Thread Ulf Möller
Hi, I'm using Cygwin on Win98, and it has become unstable since I last ran the Cygwin update. Programs don't do anything for 30 seconds or so before they execute, and I've sometimes had scp die after it has copied a file. I'm also getting reproducible page faults for python2 in ZLIB.DLL. I haven'

Re: 1.3.16-1: Apache 1.3.24 not rotating/lockup problem

2003-02-23 Thread Elfyn McBratney
> > Dylan Cuthbert wrote: > > > > > > Any more information on this problem? Anyone solved it? > > > > unfortunatly no. I guessed the latest cygwin 1.3.20-x, which included > > some TCP connection related fixes would be the cure, but it didn't. > > > > > server-status makes it obvious what's being