Re: cygwin archive? (previous versions for fallback)

2003-03-12 Thread Jason Tishler
On Wed, Mar 12, 2003 at 08:09:47AM -0600, Polley Christopher W wrote: > >From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > >On Tue, 11 Mar 2003, Jason Tishler wrote: > >> However, Cygwin setup.exe's cache should have all previous versions > >> installed incl

Re: --auth ssh with fetchmail-6.2.2.1 (was Chmod not working on Win98

2003-03-12 Thread Jason Tishler
Greg, On Wed, Mar 12, 2003 at 07:38:50AM +0800, Greg Matheson wrote: > On Tue, 11 Mar 2003, Jason Tishler wrote: > > The above is a very different from what you originally posted. > > Sorry, but you will have to debug this yourself because I do not > > have the necessary

Re: DBD Mysql and perl under Cygwin 2.249.2.5 , need to run rebase??

2003-03-12 Thread Jason Tishler
Zach, Please post instead of sending private email. On Tue, Mar 11, 2003 at 01:52:45PM -0800, Zach Nobel wrote: > I used the setup program to run rebaseall, but got an error message. > Unfortunately windows doesn't give me the full path of what it's > trying to create/write too, so I'm stuck. Any

Re: Problem compiling Numeric-23.0 with latest python-2.2.2-6

2003-03-12 Thread Jason Tishler
Volker, On Tue, Mar 11, 2003 at 01:29:40AM +0100, Dr. Volker Zell wrote: > >>>>> "Jason" == Jason Tishler <[EMAIL PROTECTED]> writes: > Jason> Sorry, until others have this problem, you will have to > Jason> debug this yourself. > >

Re: Python Tkinter module problem: pydog -g doesn't work

2003-03-12 Thread Jason Tishler
Volker, On Tue, Mar 11, 2003 at 01:36:22AM +0100, Dr. Volker Zell wrote: > Thanks, I just tried it. Just starting up pydoc -g gives a running > HTTP daemon which I can access fine from Mozilla. But when typing a > search string e.g. Tkinter in the search box, the program doesn't > respond anymore

Re: How to use ssmtp ?

2003-03-14 Thread Jason Tishler
Tino, On Fri, Mar 14, 2003 at 01:07:32PM +0100, Tino Lange wrote: > Forget about ssmtp! Really. > As you just realize it's not easy to use and if you want to send files > it's not useable at all, since it has a limit of mails <= 4k size. The above size limit is not quite true. From the ssmtp man

Re: How to use ssmtp ?

2003-03-14 Thread Jason Tishler
Marek, On Fri, Mar 14, 2003 at 02:07:07PM +0100, a12 wrote: > As I do not intend to send mail > 4K and just to one recipient, please > post an example stating how to send a file. I use mutt to drive ssmtp. The following example sends an email to "[EMAIL PROTECTED]" with a subject of "test", body

Re: How to use ssmtp ?

2003-03-14 Thread Jason Tishler
Tino, On Fri, Mar 14, 2003 at 02:24:46PM +0100, Tino Lange wrote: > But it's not possible to send mails like this: > > >$ mailfile -adr [EMAIL PROTECTED] curl-7.9.8.tar.gz > >sendmail: Header too large Max is 4000 characters It *is* possible with the following: $ mutt -a curl-7.9.8.tar.gz [

Re: Building a win32 python extension from cygwin?

2003-03-18 Thread Jason Tishler
Greg, Note my experience building Win32 Python extensions is *very* limited. It is mainly limited to building the readline module every year or so when the next major version of Python is released... BTW, you may have better luck on the Python or Distutils list. On Mon, Mar 17, 2003 at 05:51:33P

Re: saving problem w/ postgresql

2003-03-18 Thread Jason Tishler
Greg, You may have better luck on the <[EMAIL PROTECTED]> list... > We're using cygipc 1.11-1 > We are running a postgresql 7.2.1 Can you upgrade to the latest cygipc and PostgreSQL? On Tue, Mar 18, 2003 at 01:54:44PM -0500, Greg Stanley-Horn wrote: > Occasionally (perhaps twice a week) - users

Re: Building a win32 python extension from cygwin?

2003-03-18 Thread Jason Tishler
Greg, On Tue, Mar 18, 2003 at 04:56:49PM -0500, Greg Freemyer wrote: > >> What is "installer"? > > A packaging solution that allows python apps to be deployed without > having to deploy python itself. > > http://www.mcmillan-inc.com/install1.html Ah, it sounded familiar -- thanks for the refr

Re: Building a win32 python extension from cygwin?

2003-03-18 Thread Jason Tishler
Greg, On Tue, Mar 18, 2003 at 06:46:01PM -0500, Greg Freemyer wrote: > Thanks, No problem. > I got the tutorial to work. Which one? Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Unsubscribe inf

Re: saving problem w/ postgresql

2003-03-18 Thread Jason Tishler
Sven, On Wed, Mar 19, 2003 at 03:09:01AM +0100, Sven Köhler wrote: > i would expect postgresql to run as stable as under linux, if there > would be a native windows build, which is not the case. PostgreSQL 7.4 will support a native Win32 port. Jason -- PGP/GPG Key: http://www.tishler.net/jason

Re: Building a win32 python extension from cygwin?

2003-03-19 Thread Jason Tishler
Greg, On Wed, Mar 19, 2003 at 12:53:49PM -0500, Greg Freemyer wrote: > >> > My problem was that libpython2.2.dll could not be found in the > >> > specified path. > > >> Please run cygcheck on your .exe (installation package) and post > >> the output. For example: > > >> $ cygcheck foo

chmod() on AF_UNIX sockets broken

2003-03-19 Thread Jason Tishler
While tracking down a PostgreSQL problem, I uncovered that chmod() appears to have no affect on AF_UNIX sockets on recent Cygwin versions. The attached test case, afunix.cc, demonstrates the problem: $ # Cygwin 1.3.22-1 $ afunix $ ls -l /tmp/.afunix srwx--1 jt Domai

Re: chmod() on AF_UNIX sockets broken

2003-03-20 Thread Jason Tishler
Corinna, On Wed, Mar 19, 2003 at 10:35:19PM +0100, Corinna Vinschen wrote: > On Wed, Mar 19, 2003 at 04:10:09PM -0500, Jason Tishler wrote: > > While tracking down a PostgreSQL problem, I uncovered that chmod() > > appears to have no affect on AF_UNIX sockets on recent Cygw

[ANNOUNCEMENT] Updated Cygwin Package: proftpd-1.2.9-1

2003-11-03 Thread Jason Tishler
New News: === I have updated the version of ProFTPD to 1.2.9-1. The tarballs should be available on a Cygwin mirror near you shortly. Old News: === ProFTPD is an enhanced FTP server with a focus toward simplicity, security, and ease of configuration. It features a very Apache-like confi

[ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.2.5-2

2003-11-03 Thread Jason Tishler
New News: === I have updated the version of fetchmail to 6.2.5-2. The tarballs should be available on a Cygwin mirror near you shortly. The only change between this version and the previous one is the following: The run control file (e.g., ~/.fetchmailrc) permission check is now conditional

Re: [ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.2.5-2

2003-11-03 Thread Jason Tishler
On Mon, Nov 03, 2003 at 03:24:37PM -0500, Jason Tishler wrote: > The only change between this version and the previous one is the > following: > > The run control file (e.g., ~/.fetchmailrc) permission check is now > conditionally enabled at runtime for Windows versions, filesy

Re: CygIpc

2003-11-04 Thread Jason Tishler
Emanuele, On Tue, Nov 04, 2003 at 07:57:43AM +0100, Emanuele Bonin wrote: > How can i check if i have all the neccessary things to run postgresql? By reading the README: http://www.tishler.net/jason/software/postgresql/postgresql-7.3.4.README Jason -- PGP/GPG Key: http://www.tishler.net/j

Re: Postgresql: libpq problem? (was: Re: Compilation problem)

2003-11-05 Thread Jason Tishler
On Wed, Nov 05, 2003 at 12:44:29PM +0100, Gerrit P. Haase wrote: > seems to be a problem with this symbol in the postgresql library libpq. Huh? $ nm /usr/lib/libpq.a | fgrep ctype $ nm /usr/lib/libcygwin.a | fgrep ctype I __impctype_ptr I __nmctype_ptr

Re: [ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.2.5-2

2003-11-10 Thread Jason Tishler
Mark, On Sat, Nov 08, 2003 at 12:09:07AM +, Mark Ord wrote: > Jason Tishler <[EMAIL PROTECTED]> wrote: > > Are there any Windows 9x/Me fetchmail users willing to help? If so, > > Sure. :) > > > then please test this release and report back to list whether or

Re: ipc

2003-11-10 Thread Jason Tishler
Eric, Please post instead of sending private email. On Sat, Nov 08, 2003 at 09:18:07PM -0600, IntelleDoc wrote: > You seem to be the guy who is most up to date on the cygwin IPC > release. I just downloaded the latest cgywin release, 1.5.5.1 and my > old 1.14-1 version of the cygipc no longer wor

Re: OpenGL and cygwin

2003-11-10 Thread Jason Tishler
Suresh, On Mon, Nov 10, 2003 at 02:02:29PM -0500, Suresh Venkatasubramanian wrote: > euclid 2:04pm [3d_diameter]> cygcheck main > Found: .\main.exe > main.exe > C:\WINDOWS\System32\msvcrt.dll > C:\WINDOWS\System32\KERNEL32.dll > C:\WINDOWS\System32\ntdll.dll > C:\WINDOWS\System32\GLU

Re: proftpd

2003-11-12 Thread Jason Tishler
Daniel, Please post instead of sending private email. On Wed, Nov 12, 2003 at 10:01:22AM -0500, Jasmin, Daniel wrote: > Forgive me if I should have gone through another avenue to ask this > question. See above... > I am trying to run proftpd on cygwin on Win2k Server. I am logged in > as my use

a2ps header clipping problem

2003-11-14 Thread Jason Tishler
After upgrading to the official a2ps package from my private 4.13 build, I started to notice the a2ps header is clipped off from the top of the page. If I revert back to my build, then all is well again. Has anyone else noticed this problem too? Or, is it just me? Thanks, Jason -- PGP/GPG Key

Re: a2ps header clipping problem

2003-11-14 Thread Jason Tishler
Igor, On Fri, Nov 14, 2003 at 10:34:36AM -0500, Igor Pechtchanski wrote: > On Fri, 14 Nov 2003, Jason Tishler wrote: > > Has anyone else noticed this problem too? Or, is it just me? > > Yep. See below. Doh! Thanks! All, Should a2ps be configured to default to "Le

Re: a2ps header clipping problem

2003-11-14 Thread Jason Tishler
Igor, On Fri, Nov 14, 2003 at 11:29:32AM -0500, Igor Pechtchanski wrote: > On Fri, 14 Nov 2003, Jason Tishler wrote: > > Should a2ps be configured to default to "Letter" instead of "A4"? > > Yes, IMO - Thanks for your concurrence. > see <http://cygwin

Re: Python Tkinter

2003-11-19 Thread Jason Tishler
On Wed, Nov 19, 2003 at 08:26:42AM -0800, james pentland wrote: > how do i configure Python for Tkinter? > i can not find _tkinter.py. > > >>> import Tkinter > Traceback (most recent call last): > File "", line 1, in ? > File "/usr/lib/python2.3/lib-tk/Tkinter.py", line > 38, in ? > import

[ANNOUNCEMENT] Updated Cygwin Package: postgresql-7.4-1

2003-11-19 Thread Jason Tishler
New News: === I have updated the version of PostgreSQL to 7.4-1. The tarballs should be available on a Cygwin mirror near you shortly. The following are the notable changes since the previous release: o upgrade to PostgreSQL 7.4 o enable SSL support o include C server-side devel

Re: [CYGWIN] Updated Cygwin Package: postgresql-7.4-1

2003-11-20 Thread Jason Tishler
Markus, On Thu, Nov 20, 2003 at 11:50:58AM +0100, Markus Seibold wrote: > > Please read the README file: > > > > /usr/doc/Cygwin/postgresql-7.4.README > > I just installed postgresql-7.4-1 using the cygwin setup.exe. > > On my PC, the postgresql-7.4.README is not located in /usr/doc/Cygwin/

Re: [ANNOUNCEMENT] Updated Cygwin Package: postgresql-7.4-1

2003-11-20 Thread Jason Tishler
Volker, On Thu, Nov 20, 2003 at 11:53:26AM +0100, Dr. Volker Zell wrote: > Is it by intention that the python dll's are missing relative to the > latest version ? No, it appears that interfaces/python is no longer part of the standard PostgreSQL source distribution: $ tar -tzf postgresql-7.3

Re: [ANNOUNCEMENT] Updated Cygwin Package: postgresql-7.4-1

2003-11-21 Thread Jason Tishler
Volker, On Thu, Nov 20, 2003 at 09:39:15PM -0500, Jason Tishler wrote: > On Thu, Nov 20, 2003 at 11:53:26AM +0100, Dr. Volker Zell wrote: > > Is it by intention that the python dll's are missing relative to the > > latest version ? > > No, it appears that interfaces/p

Re: proftpd on cygwin

2003-11-23 Thread Jason Tishler
Steven, On Sun, Nov 23, 2003 at 05:18:14PM +0800, Steven Woody wrote: > any ideal? Read the README? http://www.tishler.net/jason/software/proftpd/proftpd-1.2.9.README Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1

Re: proftpd on cygwin

2003-11-24 Thread Jason Tishler
Steven, On Mon, Nov 24, 2003 at 01:16:09PM +0800, Steven Woody wrote: > Jason Tishler <[EMAIL PROTECTED]> writes: > > On Sun, Nov 23, 2003 at 05:18:14PM +0800, Steven Woody wrote: > >> any ideal? > > > > Read the README? > > > > http://www.

Re: Tix within Python on Cygwin - still not working

2003-11-25 Thread Jason Tishler
On Tue, Nov 25, 2003 at 11:02:49AM +0100, Kirsch, Rainer wrote: > cygcheck -s > replies with following for python and tcltk: > python 2.3.2-1 > tcltk 20030901-1 > (I did not find a tix package and a tix library seems to be missing) Bingo! AFAICT, you w

Re: ecpg in postgresql 7.4 generates: cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap

2003-12-02 Thread Jason Tishler
Kurt, On Mon, Dec 01, 2003 at 09:05:55PM +0100, Kurt Roeckx wrote: > I recently upgraded to postgresql 7.4-1. Now when I try to run my > program linked with ecpg.dll I get: > > 12 [unknown (0x2A4)] ? 456 cygheap_fixup_in_child: Couldn't > reserve space for cygwin's heap (0x6160 <0x47000

Re: postgresql /usr/include/sqltypes.h conflicts with /usr/include/w32api/sqltypes.h (was RE: broken?)

2003-12-05 Thread Jason Tishler
Rafael, On Thu, Dec 04, 2003 at 02:25:38AM -0800, Rafael Kitover wrote: > Looks like /usr/include/w32api/sql.h does an #include , > which if you have postgresql installed, will read postgres's version > when building under cygwin. > > Any chance the postgres /usr/include/sqltypes.h could be moved

Re: InitDB with Postgresql after logging in as different user with ssh

2003-12-05 Thread Jason Tishler
Sheela, On Thu, Dec 04, 2003 at 12:36:21PM -0800, Sheela Rayala wrote: > Creating template1 database in > /usr/share/postgresql/data/base/1/... FATAL:could not > create shared memory segment: Function not implemented > > Detail: Failed system call was shmget(key=1, > size=1081344, 03600) > > ini

Re: rebaseall breaks zsh?

2003-12-10 Thread Jason Tishler
Peter, On Wed, Dec 10, 2003 at 01:25:32PM -0800, Peter A. Castro wrote: > On Wed, 10 Dec 2003, Rafael Kitover wrote: > > I noticed that the rebaseall scripts rebases > > /usr/bin/libzsh-4.0.4.dll and the modules in > > /usr/lib/zsh/4.1.1/zsh/*.dll, and that this breaks zsh. Rebasing > > libzsh sto

Re: rebaseall breaks zsh?

2003-12-10 Thread Jason Tishler
Peter, On Wed, Dec 10, 2003 at 03:26:29PM -0800, Peter A. Castro wrote: > > BTW, I was able to reproduce the problem in my system. I just used the following: $ rebaseall Thanks, Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C

Re: postgres panic error

2003-12-10 Thread Jason Tishler
Yurgis, On Tue, Dec 09, 2003 at 04:18:06PM -0800, Yurgis Baykshtis wrote: > I tried to raise the question on pg-hackers forum and cygwin forum > (regarding readdir() misbehavior) but could not get any help so far :( If you can produce a minimal test case that reproduces the problem, then one of t

Re: Problem with sys.executable in python.

2003-12-14 Thread Jason Tishler
John, On Sun, Dec 14, 2003 at 12:43:17PM -0500, John P. Rouillard wrote: > Can somebody with anup to date python please run the following program > interactively: > > import sys > print sys.executable > > When I run this, sys.executable returns the current working directory, > not /usr/bin/p

Re: I can't initializate the PostgreSQL v 7.4

2003-12-15 Thread Jason Tishler
On Mon, Dec 15, 2003 at 06:31:37AM -0800, Brandon Saxe wrote: > Doesn't the newest version of Postgres use IPC Daemon 2? Yes, as clearly indicated in the README: http://www.tishler.net/jason/software/postgresql/postgresql-7.4.README Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey

Re: bash.exe: *** Couldn't reserve space for cygwin's heap

2003-12-22 Thread Jason Tishler
Kimberlie, On Thu, Dec 18, 2003 at 07:23:36PM -0500, Kimberlie S wrote: > I tried using rebase (suggested by Jason Tishler in his email dated > Tue, 02 Dec 2003) but just get an error message saying that bash is > not rebaseable. Assuming this is a rebase problem, then you need to re

Re: tcltk8.4.1 Bug Report: Incomplete usr/lib/tclConfig.sh

2003-12-22 Thread Jason Tishler
Patrick, On Fri, Dec 19, 2003 at 04:05:20AM -0800, Patrick Samson wrote: > Postgresql's configure --with-tcl uses > /lib/tclConfig.sh to know how to link with TCL. But in > package tcltk version 20030901-1, usr/lib/tclConfig.sh > contains: > TCL_LIB_SPEC='' > so something required by Postgres isn'

Re: rebaseall breaks zsh?

2003-12-22 Thread Jason Tishler
Rafael, Sorry for the delay... On Wed, Dec 10, 2003 at 01:26:07AM -0800, Rafael Kitover wrote: > I noticed that the rebaseall scripts rebases /usr/bin/libzsh-4.0.4.dll > and the modules in /usr/lib/zsh/4.1.1/zsh/*.dll, and that this breaks > zsh. Rebasing libzsh stops zsh from starting, and rebas

Re: Question about default base address and offset for rebasing DLLs

2003-12-22 Thread Jason Tishler
Rafael, Sorry for the delay... On Wed, Dec 10, 2003 at 01:38:03AM -0800, Rafael Kitover wrote: > I noticed that the /bin/rebaseall script assumes the following: > > DefaultBaseAddress=0x7000 > DefaultOffset=0x1 > > Is this going to be the standard base and offset for DLLs in Cygwin? I

Re: Question about default base address and offset for rebasing DLLs

2003-12-22 Thread Jason Tishler
Ivan, On Mon, Dec 22, 2003 at 10:47:19AM -0500, Petric, Ivan wrote: > please unsubscribe me...thanks! Sorry, I don't have the authority, but you do! Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers

Re: bash.exe: *** Couldn't reserve space for cygwin's heap

2003-12-29 Thread Jason Tishler
Kimberlie, On Tue, Dec 23, 2003 at 11:48:06AM -0500, Kimberlie S wrote: > Thanks, Jason, for your help. You are welcome. > [snip] > > Am I doing something wrong? I don't think so. > Thanks for any other suggestions you might have! I'm sorry but I don't know how to help you further. Jason -

[ANNOUNCEMENT] Updated Cygwin Package: python-2.3.3-1

2003-12-30 Thread Jason Tishler
New News: === I have updated the version of Python to 2.3.3-1. The tarballs should be available on a Cygwin mirror near you shortly. Old News: === Python is an interpreted, interactive, object-oriented programming language. If interested, see the Python web site for more details:

Re: initdb failed

2004-01-02 Thread Jason Tishler
Jian Huang, On Fri, Jan 02, 2004 at 01:16:16PM -0500, Jian Huang wrote: > This is the first time I tried to use PostgreSQL (on Windows 2000). I > downloaded everything in binary by "Default" (and everything in Admin, > Base, and Database). The Cygwin DLL version is 1.5.5-1 and the > database is ve

Re: I can't import pgdb modulo using Python

2004-01-07 Thread Jason Tishler
Manuel, On Tue, Jan 06, 2004 at 10:34:38PM -0500, Manuel Tejada wrote: > Does anyone tell me what must I do? See the following: http://cygwin.com/ml/cygwin/2003-11/msg00874.html Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C

[ANNOUNCEMENT] Updated Cygwin Package: postgresql-7.4.1-1

2004-01-09 Thread Jason Tishler
New News: === I have updated the version of PostgreSQL to 7.4.1-1. The tarballs should be available on a Cygwin mirror near you shortly. The following are the notable changes since the previous release: 1. Upgrade to PostgreSQL 7.4.1. 2. Configure with --includedir=/usr/include/pos

[ANNOUNCEMENT] Updated Cygwin Package: postgresql-7.4.1-2

2004-01-09 Thread Jason Tishler
New News: === I have updated the version of PostgreSQL to 7.4.1-2. The tarballs should be available on a Cygwin mirror near you shortly. The following is the only notable change since the previous release: Revert configure with --includedir=/usr/include/postgresql change since its n

Re: rebaseall breaks zsh?

2004-01-13 Thread Jason Tishler
On Mon, Jan 12, 2004 at 04:40:58PM -0500, Christopher Faylor wrote: > On Mon, Dec 22, 2003 at 10:21:28AM -0800, Peter A. Castro wrote: > >On Mon, 22 Dec 2003, Jason Tishler wrote: > >> Let's wait to see what the zsh maintainer comes up with. > > > >I've rep

Re: Python 2.3 Cygwin and SIP and PyQT

2004-01-13 Thread Jason Tishler
Hardy, Please post instead of sending private email. On Tue, Jan 13, 2004 at 07:36:18AM +0200, Hardy Jonck wrote: > Thanks a million for the python 2.3 cygwin package. You are quite welcome. > I just downloaded SIP 3.7 from riverbank for X11 and can not get it to > compile on cygwin. I have in

Re: Problem with PostgreSQL: createlang plperl

2004-01-13 Thread Jason Tishler
Juergen, On Tue, Jan 13, 2004 at 05:44:43PM +0100, Juergen Sprenger wrote: > Has by chance anyone already solved this problem? Sorry, I need to rebuild PostgreSQL against the latest Perl. Thanks for the heads up. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fin

[ANNOUNCEMENT] Updated Cygwin Package: postgresql-7.4.1-3

2004-01-14 Thread Jason Tishler
New News: === I have updated the version of PostgreSQL to 7.4.1-3. The tarballs should be available on a Cygwin mirror near you shortly. The following is the only notable change since the previous release: Build against Perl 5.8.2-1 to resolve the following issue: http://cygwin

Re: Python 2.3 Cygwin and SIP and PyQT

2004-01-15 Thread Jason Tishler
Rafael, On Thu, Jan 15, 2004 at 01:23:07PM -0800, Rafael Kitover wrote: > Then add something like the following to the link command in your > Makefile: > > -L/lib/python2.3/config/ -lpython2.3.dll ^^^ The above should be -lpython2.3 instead. Nevertheless,

Re: Cygwin/DBD::ODBC issue

2004-01-19 Thread Jason Tishler
the w32api-2.4-1 package, though this is in the /usr/include/w32api > >directory and is picked up at last from gcc. > > Yup, the postgres maintainer Jason Tishler resolved this issue, so > upgrading postgres removes its version from /usr/include. Actually, I cannot take credit for

Re: fetchmail problem with latest cygwin-1.5.6-1

2004-01-21 Thread Jason Tishler
Volker, On Mon, Jan 19, 2004 at 08:00:54PM +0100, Dr. Volker Zell wrote: > fetchmail doesn't work with the latest cygwin-1.5.6-1. See below: > > fetchmail: reading message [EMAIL PROTECTED]:207 of 213 (3253 header octets) > fetchmail: (10881 body octets) > 691 [main] sh 940 sig_send: error

Re: Python packaging bug? [Attn: Jason Tishler]

2004-01-23 Thread Jason Tishler
Igor, On Fri, Jan 23, 2004 at 09:27:53AM -0500, Igor Pechtchanski wrote: > I'm not sure if this is a bug (hence the question mark in the subject), > but the two python scripts in /usr/bin ("idle" and "pydoc") refer to > /usr/bin/python.exe in their #! line. Is there a particular reason why > they

Re: Python error under Cygwin - threading module

2004-02-03 Thread Jason Tishler
On Fri, Jan 30, 2004 at 05:02:25AM -0800, Artur de Sousa Rocha wrote: > Sometimes when I launch my script under Cygwin, I get strange error > messages like: > > 2 [win] python 1912 Winmain: Cannot register window class > > Sometimes all of the threads run OK, otherwise after the "correct" >

Re: proftpd problem

2004-02-04 Thread Jason Tishler
John, On Sun, Feb 01, 2004 at 07:33:07PM -0800, John Ferrell wrote: > I am having trouble getting proftpd running on a Windows 2003 server. WFM, under the following conditions: 1. Cygwin 1.5.7 2. proftpd runs as a service under a new privileged account (e.g., cygwin_server) creat

Re: Segfault in _cygwin_dll_entry

2004-02-09 Thread Jason Tishler
Peter, On Mon, Feb 09, 2004 at 10:14:10AM +0100, [EMAIL PROTECTED] wrote: > You're talking about rebased dlls. I don't know if cygggi-2.dll is > rebased or not, how can I tell? Rebasing is a manual process. So, if you didn't run rebaseall or rebase yourself, then cygggi-2.dll and the rest of you

Re: Still trouble with IPC/cygipc

2004-02-15 Thread Jason Tishler
Frank, On Sun, Feb 15, 2004 at 08:06:05AM +0100, Frank Wübbeling wrote: > I execute it, it dies saying "bad system call". In the logs of > cygserver, I get absolutely nothing. > > I feel completely lost here and have no idea what I could check to > find an error. Did you forgot to define CYGWIN=s

Re: when to rebase?

2004-02-20 Thread Jason Tishler
On Fri, Feb 20, 2004 at 01:30:29PM -0500, Larry Hall wrote: > At 01:23 PM 2/20/2004, Thomas L Roche you wrote: > >Christopher Faylor Fri, 20 Feb 2004 10:41:45 -0500 - > >> I run rebaseall on all of my systems. > > > >When? After every install? Periodically? Only on weirdness? > > It should nev

Re: when to rebase?

2004-02-20 Thread Jason Tishler
Peter, On Fri, Feb 20, 2004 at 12:52:28PM -0800, Peter A. Castro wrote: > On Fri, 20 Feb 2004, Jason Tishler wrote: > > Unfortunately, rebasing apparently breaks zsh: > > > > http://www.cygwin.com/ml/cygwin/2003-12/msg00415.html > > As the zsh maintainer, I'm

Re: when to rebase?

2004-02-24 Thread Jason Tishler
Peter, On Fri, Feb 20, 2004 at 10:19:09PM -0800, Peter A. Castro wrote: > On Fri, 20 Feb 2004, Jason Tishler wrote: > > FWIW, I just tried the above with Microsoft's rebase and observed > > the same behavior. Note this is not a "ruling" just another data > >

Re: [PATCH] rebase: Pick up more dlls when using rebaseall

2004-02-24 Thread Jason Tishler
Rafael, On Sat, Feb 21, 2004 at 06:43:17PM -0800, Rafael Kitover wrote: > This modification to the rebaseall script will allow it to work on > .dll extensions created by Perl modules downloaded from CPAN, ie using > perl -MCPAN -e shell, site python dlls, and any dlls that can be found > in /usr/l

Re: [ANNOUNCEMENT] Updated: zsh-4.1.1-3

2004-03-01 Thread Jason Tishler
Peter, On Sat, Feb 28, 2004 at 07:35:27PM -0500, Peter A. Castro wrote: > This release fixes the rebase issue concerning zsh. Previous releases > of zsh were generated using a method which created DLLs which were not > rebase-able. This release corrects this problem by changing the DLL > buildin

Re: rebase and cygwin and GD module

2004-03-02 Thread Jason Tishler
David, Please post instead of sending private email. On Mon, Mar 01, 2004 at 10:42:02PM -, David Burt wrote: > Found one of your emails on cygwin www site and thought you may be abe > to help me > > I am trying to install the perl GD.pm module within cygwin on a > windows XP PC > > you me

Re: rebase, perl and GD module

2004-03-04 Thread Jason Tishler
Dave, On Thu, Mar 04, 2004 at 10:50:03AM -, dave burt (RI) wrote: > - so what is the safe way to use rebase? As indicated in the README: Use the following procedure to rebase your entire system: 1. shutdown all Cygwin processes 2. start bash (do not use rxvt) 3.

Re: /etc/procmailrc vs ~/.procmailrc

2004-03-05 Thread Jason Tishler
Peter, On Thu, Mar 04, 2004 at 02:38:38PM -0800, Peter Wisnovsky wrote: > I'm using fetchmail with procmail. My fetchmailrc says > > poll y.c protocol pop3 username x keep mda "procmail -d %T" > > When my procmailrc is in ~/.procmailrc I get errors of the form: > > reading message [EMAI

Re: rebaseall with extra files

2004-03-08 Thread Jason Tishler
Caj, On Mon, Mar 08, 2004 at 04:39:53PM +0100, Caj Zell wrote: > rebase -v -b 0x7000 `find > /cygdrive/c/cygwin/lib/perl5/site_perl/5.8.2/cygwin-thread-multi-64int/auto/Tk -name > "*.dll" ` > > and found out that I could now run my application as before. However, > afterwards seeing that i

Re: rebaseall with extra files

2004-03-09 Thread Jason Tishler
Yitzchak, On Mon, Mar 08, 2004 at 01:55:03PM -0800, Yitzchak Scott-Thoennes wrote: > On Mon, Mar 08, 2004 at 04:32:53PM -0500, Jason Tishler wrote: > > I will attempt to add an option to rebaseall that allows one to > > specify a list of extra DLLs to rebase in addition to the st

[ANNOUNCEMENT] Updated Cygwin Package: rebase-2.3-1

2004-03-12 Thread Jason Tishler
New News: === I have updated the version of rebase to 2.3-1. The tarballs should be available on a Cygwin mirror near you shortly. The notable changes since the previous release are: 1. enhance rebaseall to support a -T option which allows users to specify additional DLLs to reba

Re: [ANNOUNCEMENT] Updated Cygwin Package: rebase-2.3-1

2004-03-12 Thread Jason Tishler
On Fri, Mar 12, 2004 at 05:09:41PM -, Hughes, Bill wrote: > I didn't Think You Really Meant To Say That. Hmm... I didn't have any problems with this warning all of the previous times I used it... :,) > But I think he meant exactly what he said - Thanks for parsing the warning as I intended

Re: WinXP Pro and PostgreSQL

2004-03-15 Thread Jason Tishler
Jason, On Sat, Mar 13, 2004 at 08:40:50PM -0500, Jason B. Alonso wrote: > I know this has appeared several times on this list, but it never > seems to be addressed with perfection... > > initializing pg_shadow... FATAL: /usr/bin/postgres: could not locate > postgres executable > > ... is a bug

Re: Problem with Python installation - *** couldn't release memory 0xC94000 - Win32 error 487

2004-03-17 Thread Jason Tishler
On Wed, Mar 17, 2004 at 10:56:49AM -0800, Prent Rodgers wrote: > An attempt to install Cygwin to use LilyPond resulted in a failure > when I run either LilyPond or Python: > > > lilypond (GNU LilyPond) 2.0.1 > > C:\cygwin\bin\python2.3.exe (1656): *** couldn't release memory > 0xC94000(1032192) fo

Re: broken dependency in postgres 7.4.1

2004-03-19 Thread Jason Tishler
sylvain, On Fri, Mar 19, 2004 at 12:29:15PM +0100, sferriol wrote: > i try to test postgres but during the command: initdb -D mydir cygwin > displays: > 'the dynamic library cygcript-0.dll is not found .' > > i think it's a broken dependency > > because it uses crypt package which is not sel

Re: Running Postgresql 7.4.2 on Windows 2000 with Cygwin !

2004-04-04 Thread Jason Tishler
Jan, On Sun, Apr 04, 2004 at 03:15:03PM +0200, JC Jan Christensen wrote: > and downloaded the file : > > cygipc-2.03-2.tar.bz2 > > and installed the cygipc-daemon in the file. The above is a bad thing to do. See below for why. > I have downloaded the file postgresql-7.4.2.tar.gz and unpac

Re: proftpd 1.2.9 / unable to set uid to 18

2004-04-16 Thread Jason Tishler
Joachim, On Fri, Apr 16, 2004 at 01:54:16PM +0200, Joachim Dostal wrote: > i want use windows 2000 (Server) german version Service Pack 4 with > proftpd. after installing it - and set at /etc/proftpd.conf: > UserSYSTEM > Group Administratoren > > at the commandline - with bash and /usr/sbin

Re: Application failed to initialize (0xc0000022)

2004-04-20 Thread Jason Tishler
Richard, On Tue, Apr 20, 2004 at 09:52:07AM +0600, ronwo wrote: > Please I need urgent help > > [snip] > > This is affecting my application from running very well . I have been > looking for solution for too long untill i came accross your email > address. Please kindly reply this as am on my

Re: need postgresql-7.3.4-2

2004-04-22 Thread Jason Tishler
Carol, On Wed, Apr 21, 2004 at 04:42:03PM -0400, Carol Thomson wrote: > I need to get 7.3.4-2 installed asap. Where can I find it You can download it from: http://www.binarycode.org/cygwin/release/postgresql/postgresql-7.3.4-2.tar.bz2 BTW, I found the above by using Google to find a stale C

Re: INITDB-error - end-of-copy marker error

2004-04-22 Thread Jason Tishler
On Thu, Apr 22, 2004 at 05:16:42PM +0200, JC Jan Christensen wrote: > I have a problem with INITDB Works for me -- see below... > I get the following error-message from INITDB : > > creating system viewsok > loading pg_description...ERROR: end-of-copy marker does >

Re: fetchmail/procmail lost messages

2004-04-23 Thread Jason Tishler
Kelly, On Thu, Apr 22, 2004 at 05:59:06PM -0700, Kelly Felkins wrote: > For example, today the hard drive that I use for both the spool file > and my mail boxes was off-line. Five messages to /dev/null. > > I'm inclined to think this is a bad design. Or have I got it > configured incorrectly? Po

Re: INITDB-error - end-of-copy marker error

2004-04-23 Thread Jason Tishler
Chris, On Thu, Apr 22, 2004 at 01:05:13PM -0400, Christopher Faylor wrote: > On Thu, Apr 22, 2004 at 12:56:39PM -0400, Jason Tishler wrote: > >Try a recent snapshot -- it will work much better than 1.5.9-1. > > What has changed in snapshots that would make this work better? Se

Re: fetchmail/procmail lost messages

2004-04-23 Thread Jason Tishler
Kelly, On Fri, Apr 23, 2004 at 04:44:19PM +, Kelly Felkins wrote: > Jason Tishler tishler.net> writes: > > BTW, I have used Cygwin fetchmail/procmail to process my mail for > > about 3 years. I process more 10,000 emails per month. So, I have > > processed more than

[ANNOUNCEMENT] Updated Cygwin Package: python-2.3.3-2

2004-04-30 Thread Jason Tishler
New News: === I have updated the version of Python to 2.3.3-2. The tarballs should be available on a Cygwin mirror near you shortly. The following are the notable changes since the previous release: o all known 64-bit I/O issues are resolved o Berkeley DB module is built against Ber

Re: python crash under cygwin 1.5.9 dll

2004-05-05 Thread Jason Tishler
Jordan, On Tue, May 04, 2004 at 08:03:37AM -0700, Jordan Gannett wrote: > Recently I tried upgrading to the cygwin-1.5.9-1 package, and after > that, BitTorrent (a python-based program) started crashing > consistently on certain inputs, with the error > > segmentation fault (core dumped) > > I t

Re: New Cygwin Package: rebase-2.2-2

2004-05-24 Thread Jason Tishler
Please post instead of sending private email. On Fri, May 21, 2004 at 11:08:12PM -0400, skn0 wrote: > So where is rebase-x-y-z? The rebase package is available on any of the Cygwin mirrors. > A bunch of jibberish from you but not too useful! AFAICT, others have found rebase to be useful. Jason

Re: rebaseall question

2004-05-28 Thread Jason Tishler
Mike, Please post instead of sending private email. On Tue, May 25, 2004 at 02:08:49PM -0600, Arms, Mike wrote: > I began my search trying to get the Perl module GD::Text > to compile under Cygwin and Cywin Perl 5.8.2-1 . > The "make" step would fail right away with: > > Checking if your kit is

Re: Creating a local mirror for setup.exe

2002-02-22 Thread Jason Tishler
Jerry, On Wed, Feb 20, 2002 at 05:49:48PM -0500, Gerald S. Williams wrote: > I need to build Python with threads enabled ... I would *not* recommend the above. Please read the README: http://www.tishler.net/jason/software/python/python-2.2.README Specifically, issue #3. Jason -- Unsubsc

Threaded Cygwin Python Problem (was Re: Creating a local mirror ...)

2002-02-22 Thread Jason Tishler
Jerry, On Fri, Feb 22, 2002 at 08:48:13AM -0500, Gerald S. Williams wrote: > I would be interested in more information on the pthreads > problem and possibly helping out with the fix, although I > haven't taken the time to dig around in the code and find > the offending code yet. If I followed th

Re: Threaded Cygwin Python Problem (was Re: Creating a local mirror...)

2002-02-22 Thread Jason Tishler
Jerry, On Fri, Feb 22, 2002 at 11:57:25AM -0500, Gerald S. Williams wrote: > Jason Tishler wrote: > > Thanks for your offer to help. See the following for more details: > > http://cygwin.com/ml/cygwin-developers/2001-10/msg00191.html > > http://cygwin.com/ml/cygw

Re: CVS Problems: Updated: gdbm-1.8.0-4

2002-03-01 Thread Jason Tishler
Chuck, On Thu, Feb 28, 2002 at 12:18:35PM -0500, Charles Wilson wrote: > Well, the current cygwin port of CVS seems to store all 'normal' files > in the repository in LF/CR mode. On checkout (from a local repository) > all 'normal' files are created in LF/CR mode. This is *regardless* of > w

Re: fetchmail 5.9.8 and maildrop 1.3.7

2002-03-02 Thread Jason Tishler
Rui, On Sat, Mar 02, 2002 at 12:45:12AM +, Rui Carmo wrote: > Just to report that fetchmail 5.9.8 compiles cleanly on cygwin, If you run under Win2K (and possibly WinXP), you may want to see the following to save yourself some grief: http://sources.redhat.com/ml/cygwin/2001-08/msg00628.

Re: mkshortcut debugging problem

2002-03-02 Thread Jason Tishler
you debug your problem. Jason /* * Copyright (c) 2000, 2002, Jason Tishler. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Lice

<    1   2   3   4   5   6   7   8   9   10   >