Re: ssmtp and cron

2003-01-03 Thread Jason Tishler
Matthias, On Fri, Jan 03, 2003 at 06:43:01PM +0100, Matthias Bobzien wrote: > Mark and Jason, thanks for the quick responses! You are welcome. > Jason Tishler wrote: > > I have found that some SMTP servers do not accept mail with > > unqualified domain names. This m

Re: IpcSemaphoreCreate

2003-01-04 Thread Jason Tishler
Durbar, On Sat, Jan 04, 2003 at 06:02:28PM +, Durbar wrote: > creating template1 database in /usr/local/pgsql/data/base/1... IpcSemaphoreCreate: >semget(key=1, num=17, 03600) failed: Function not implemented Do you Google? http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=IpcS

Re: [Mostly to Charles Wilson] Upgrading Cygwin's CVS

2003-01-06 Thread Jason Tishler
On Sat, Jan 04, 2003 at 07:58:48PM -0500, Charles Wilson wrote: > Because of all that, I'd pretty much decided that the next time I > update the 'cvs' package, I'm going to use the cvsnt codebase Well, there's always Subversion: http://subversion.tigris.org :,) Jason -- PGP/GPG Key: http:

Cygwin gcc 3.2 seems to break fetchmail

2003-01-06 Thread Jason Tishler
In the process of building the latest fetchmail (i.e., 6.2.0) for release, I seem to have stumbled over a Cygwin gcc 3.2 build problem. Although fetchmail builds cleanly under Cygwin gcc 3.2, it does not function properly -- it seems to get completely confused. Here are some of my observations so

Re: postgresql question

2003-01-06 Thread Jason Tishler
Michelle, Please post instead of sending private email. Not only is it the more appropriate way to solicit help, you may find that you get a better response time too. On Fri, Jan 03, 2003 at 04:58:52PM -0800, Michelle Wang wrote: > I tried to build PostgreSql on Windows 2000 according to > postg

Re: Installing Postgresql-7.3 on Cygwin (Win2000pro)

2003-01-06 Thread Jason Tishler
David, On Sun, Jan 05, 2003 at 08:07:34PM -0500, David A. Cobb wrote: > I don't expect the postmaster, or other pgsql components, to run in > any command shell at all but as Win services. I suppose I can mess > with the user-environment variables of the postgres "user," but I > don't know how goo

Re: Cygwin gcc 3.2 seems to break fetchmail

2003-01-07 Thread Jason Tishler
On Mon, Jan 06, 2003 at 02:00:25PM -0500, Jason Tishler wrote: > Any suggestions on how to best debug this problem or potential root > causes will be greatly appreciated. A friend of mine suggested using -Wall to find questionable fetchmail code that could behave differently under gcc 3.2

[ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.2.0-3

2003-01-07 Thread Jason Tishler
New News: === I have updated the version of fetchmail to 6.2.0-3. The tarballs should be available on a Cygwin mirror near you shortly. Note that this package also fixes a Cygwin specific bug that could cause message corruption: http://cygwin.com/ml/cygwin/2003-01/msg00277.html AFAICT,

Text-based email readers can handle HTML (was Re: Repost, ...)

2003-01-08 Thread Jason Tishler
On Tue, Jan 07, 2003 at 07:44:42PM -0800, linda w (cyg) wrote: > If only text-based email readers could do the 'lynx' thing with HTML > content They can. I have configured mutt to do the "w3m" thing to handle HTML in the following ways: 1. auto-view HTML as formatted text (by default)

Re: hi

2003-01-08 Thread Jason Tishler
Sandy, Please post instead of sending private email. On Tue, Jan 07, 2003 at 03:41:48PM -0800, Sandy Sai wrote: > Can you tell me what editor I should use to write a c++ program in > cygwin? > > Sandy > > Jason Tishler <[EMAIL PROTECTED]> wrote: > > New New

Re: postgresql

2003-01-08 Thread Jason Tishler
Al, Please post instead of sending private email. On Wed, Jan 08, 2003 at 12:15:31PM -0500, Claiborne, Al wrote: > I am trying to configure postgresql on windows and am having no luck > with the paths or the configuration. Please read the README: http://www.tishler.net/jason/software/postgr

Re: inetutils ftpd fcntl(F_SETOWN) failure message suppression patch

2003-01-09 Thread Jason Tishler
Corinna, On Tue, Jan 07, 2003 at 03:04:28PM +0100, Corinna Vinschen wrote: > On Fri, Jan 03, 2003 at 08:32:22AM -0500, Jason Tishler wrote: > > Corrina, > > s/rrin/rinn/ Argh! Sorry, again. > > 2003-01-03 Jason Tishler <[EMAIL PROTECTED]> > > > >

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

2003-01-10 Thread Jason Tishler
New News: === I have updated the version of PostgreSQL to 7.3.1-1. The tarballs should be available on a Cygwin mirror near you shortly. Old News: === PostgreSQL is an open-source, Object-Relational DBMS. If interested, see the PostgreSQL web site for more details: http://www.post

Re: inetutils ftpd fcntl(F_SETOWN) failure message suppression patch

2003-01-13 Thread Jason Tishler
: > On Thu, Jan 09, 2003 at 11:49:43AM -0500, Chris Faylor wrote: > > On Thu, Jan 09, 2003 at 11:44:36AM -0500, Jason Tishler wrote: > > >Would you be willing to to consider the following: > > > > > >http://www.cygwin.com/ml/cygwin/2002-10/msg00116.html >

Cygwin vsFTPd porting issues

2003-01-13 Thread Jason Tishler
In my (seemingly) never ending search for a firewall friendly, Cygwin ftpd server, I finally stumbled across vsFTPd. By "firewall friendly," I mean being able to specifying the range of passive ports used during data transfers. Although, vsFTPd does not use autoconf, the code is well factored --

Re: Cygwin vsFTPd porting issues

2003-01-13 Thread Jason Tishler
Corinna, On Mon, Jan 13, 2003 at 03:55:17PM +0100, Corinna Vinschen wrote: > On Mon, Jan 13, 2003 at 09:36:24AM -0500, Jason Tishler wrote: > > 160 37333219 [main] vsftpd 2232 fixup_mmaps_after_fork: ReadProcessMemory failed >for MAP_PRIVATE address 0xB4, Win32 error 299

Re: Cygwin vsFTPd porting issues

2003-01-14 Thread Jason Tishler
ECF4 8EF6 /* * Taken from Very Secure FTPd * Licence: GPL * Author: Chris Evans * Modified: Jason Tishler * * Here are some routines providing the (possibly silly) concept of a secure * buffer. A secure buffer may not be overflowed. A single byte overflow * will cause the program to safely

Re: Cygwin vsFTPd porting issues

2003-01-14 Thread Jason Tishler
Corinna, On Tue, Jan 14, 2003 at 04:13:21PM +0100, Corinna Vinschen wrote: > On Tue, Jan 14, 2003 at 09:58:03AM -0500, Jason Tishler wrote: > > Instead of the above, I have attached for a small testcase, > > mmap-test.c, that reproduces the problem. When mmap-test is run, >

Re: cygwin vsFTPd porting issues

2003-01-14 Thread Jason Tishler
Corinna, On Tue, Jan 14, 2003 at 09:57:15PM +0100, Corinna Vinschen wrote: > On Tue, Jan 14, 2003 at 03:53:43PM -0500, Christopher Faylor wrote: > > On Tue, Jan 14, 2003 at 09:42:57PM +0100, Corinna Vinschen wrote: > > >On Tue, Jan 14, 2003 at 10:53:46AM -0500, Jason Tishler w

Symlink handling changed in latest CVS

2003-01-15 Thread Jason Tishler
This is a heads up so that hopefully this issue can be resolved before 1.3.19. I just updated from CVS this morning and noticed that symlink handling is different in at least one context: $ rxvt -e slogin localhost # fails unless pwd = /usr/bin $ rxvt -e /usr/bin/slogin localhost

Re: Python/Tkinter bug on Cygwin

2003-01-16 Thread Jason Tishler
Eric, On Tue, Jan 14, 2003 at 11:18:21PM -0800, Eric McRae wrote: > If you can confirm I can confirm the above behavior. Unfortunately, my only suggestion is a standard one. Try to isolate the problem. Can you reproduce the problem directly with Cygwin Tk? > or at least point me to the proper

Re: cygipc...

2003-01-16 Thread Jason Tishler
Colin, Please post instead of sending private email. On Thu, Jan 16, 2003 at 09:13:33AM -0800, Colin wrote: > Can't seem to get ipc-daemon to compile on my w2k machine??? Do you Google? http://www.google.com/search?q=cygipc Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc o

Re: Command-line email?

2003-01-17 Thread Jason Tishler
On Fri, Jan 17, 2003 at 07:02:29AM -0800, Joshua Daniel Franklin wrote: > Glancing at the online version of the man page, I especially like easy > MIME attachments from the CLI. FYI, mutt can do this too. -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 14

Re: please try the latest snapshot

2003-01-17 Thread Jason Tishler
Chris, On Fri, Jan 17, 2003 at 12:52:16AM -0500, Christopher Faylor wrote: > If I don't hear too many whines about this snapshot, it may become > 1.3.19. The 2003-Jan-17 snapshot seems to fix the symlink problem that I mentioned in: http://cygwin.com/ml/cygwin/2003-01/msg00827.html However,

Re: please try the latest snapshot

2003-01-17 Thread Jason Tishler
Chris, On Fri, Jan 17, 2003 at 02:03:53PM -0500, Christopher Faylor wrote: > This should be fixed now. It was a simple mistake, as far as I could > tell. How does the refreshed snapshot look? Looking good! Thanks, Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers F

Re: please try the latest snapshot

2003-01-17 Thread Jason Tishler
Chris, On Fri, Jan 17, 2003 at 02:49:24PM -0500, Jason Tishler wrote: > On Fri, Jan 17, 2003 at 02:03:53PM -0500, Christopher Faylor wrote: > > This should be fixed now. It was a simple mistake, as far as I > > could tell. How does the refreshed snapshot look? > > Looki

Re: please try the latest snapshot

2003-01-20 Thread Jason Tishler
Chris, On Fri, Jan 17, 2003 at 10:39:25PM -0500, Christopher Faylor wrote: > On Fri, Jan 17, 2003 at 08:04:43PM -0500, Christopher Faylor wrote: > >On Fri, Jan 17, 2003 at 04:17:27PM -0500, Jason Tishler wrote: > >>I spoke too soon. I'm getting segmentation faults

Re: apache 1.3.27 binary install problems

2003-01-21 Thread Jason Tishler
George, On Tue, Jan 21, 2003 at 12:17:26AM -0500, George Rypysc III wrote: > I've sucessfully used the build of apache (1.3.24) that came with > Cygwin on Windows 2000 (SP-2) but I've struggled getting it to work on > Windows XP (SP-1) using the same install files. I've read previous > posts abou

Re: wpd2pdf

2003-01-28 Thread Jason Tishler
Anthony, On Tue, Jan 28, 2003 at 09:26:07AM -0500, Anthony Rotger wrote: > Jason, I am trying to convert Wordperfect 9 files to PDF using cygwin > by using a batch process within the same folder on our network. Do you > know how to do this or someone who does? Please post instead of sending priva

Re: postgresql feature request

2003-01-28 Thread Jason Tishler
Joseph, On Tue, Jan 28, 2003 at 12:45:36PM -0500, Joseph Tate wrote: > I would like the contrib code built into the postgresql binary > package, or perhaps into a separate postgresql-contrib package. It's > as simple as adding a "make -C contrib" and a "DESTDIR=$TmpDir make -C > contrib install"

Re: tclsh83.exe should be cygtclsh83.exe

2003-01-29 Thread Jason Tishler
Chuck, On Tue, Jan 28, 2003 at 08:54:19PM -0500, Charles Wilson wrote: > Charles Wilson wrote: > /usr/lib/libtcl8.3.a -> libcygtcl83.a > > I forgot to mention, I created the libtcl8.3.a file as a symlink; The above will no longer be necessary for Python 2.3. Plus, the "cyg" prefixes has been re

Re: ViewCVS problems

2003-01-29 Thread Jason Tishler
On Wed, Jan 29, 2003 at 05:43:24PM -, Elfyn McBratney wrote: > > Rolling back cygwin didn't help, but rolling back Python did! (From > > 2.2.2-4 to 2.2.2-1) > > That sounds like it's the culprit. If you rebase your python dll's > that should fix-up. Marcus must rebase *all* DLLs not just the

Re: rxvt and w3m

2003-01-30 Thread Jason Tishler
Marc, On Thu, Jan 30, 2003 at 10:20:24AM +0100, Marc Vaillant wrote: > When I render html with w3m using the non-X version of rxvt, > horizontal and vertical lines show up as ugly little squares. > Any suggestions on how to fix this? Use the "-no-graph" option. Note that this option has been pro

Re: rxvt and w3m

2003-01-30 Thread Jason Tishler
Thorsten, On Thu, Jan 30, 2003 at 02:27:41PM +0100, Thorsten Kampe wrote: > * Marc Vaillant (03-01-30 10:20 +0100) > > When I render html with w3m using the non-X version of rxvt, > > I get a "segmentation fault (core dumped)" using > w3m-0.1.9-CYGWIN.i686-cookie-en and rxvt. Time to upgrade?

Re: Latest TCL/TK breaks Python's tkinter

2003-01-31 Thread Jason Tishler
Paul, On Fri, Jan 31, 2003 at 12:29:30PM -0500, Paul Stodghill wrote: > Upgrading to either tcltk-20030128-1 or tcltk-20030128-2 appears to > break Python's tkinter. Reinstalling Python didn't help. Reverting to > tcltk-20021218-1 fixed the problem. Cygwin Python will have to be built against the

[ANNOUNCEMENT] Updated Cygwin Package: python-2.2.2-5

2003-02-03 Thread Jason Tishler
New News: === I have updated the version of Python to 2.2.2-5. The tarballs should be available on a Cygwin mirror near you shortly. The main purpose of this release is to rebuild the _tkinter module against the latest Cygwin tcltk package, tcltk-20030128-3 (i.e., Tcl/Tk 8.4.1). Note that y

Re: document heap_chunk_in_mb?

2003-02-04 Thread Jason Tishler
Joshua, On Mon, Feb 03, 2003 at 09:04:42PM -0600, Joshua Daniel Franklin wrote: > "By default Cygwin imposes a 256MB memory limit. To raise this limit, > you may create a "heap_chunk_in_mb" registry entry, for example: > > regtool -i set /HKCU/Software/Cygnus\ Solutions/Cygwin/heap_chunk_in_mb 5

mmap() issue affects cygipc (and PostgreSQL's PL/Tcl)

2003-02-04 Thread Jason Tishler
Corinna, While attempting to get PostgreSQL's PL/Tcl to work under Cygwin, I stumbled onto another mmap() issue. The two attachments, server.c and open2.c, are a minimal test case that demonstrates the problem: $ date > /tmp/cygipc_0 $ server /tmp/cygipc_0& [1] 2456 $ strace open

Re: mmap() issue affects cygipc (and PostgreSQL's PL/Tcl)

2003-02-04 Thread Jason Tishler
Corinna, On Tue, Feb 04, 2003 at 06:48:04PM +0100, Corinna Vinschen wrote: > On Tue, Feb 04, 2003 at 11:59:30AM -0500, Jason Tishler wrote: > > The root cause of the problem is opening the file with the "O_TRUNC" > > flag -- without it, the open (in open2) succeeds.

Re: mmap() issue affects cygipc (and PostgreSQL's PL/Tcl)

2003-02-04 Thread Jason Tishler
Corinna, Chris, On Tue, Feb 04, 2003 at 08:11:28PM +0100, Corinna Vinschen wrote: > On Tue, Feb 04, 2003 at 02:09:19PM -0500, Christopher Faylor wrote: > > On Tue, Feb 04, 2003 at 08:00:43PM +0100, Corinna Vinschen wrote: > > >Hmmm. It looks as if cygipc would have to be changed to allow > > >wo

Re: Latest cygwin always crashing with Postgres

2003-02-08 Thread Jason Tishler
Seth, Please post instead of sending private email. On Fri, Feb 07, 2003 at 07:14:52PM -0500, Seth Rubin wrote: > I'm running win XP (home) with cygwin. A few months ago I had cygwin > and postgres working fine on this machine. Today I had problems (the > IPC communication wasn't happening even

Re: Re: apache 1.3.27 binary install problems

2003-02-10 Thread Jason Tishler
George, On Fri, Feb 07, 2003 at 12:15:36AM -0500, George Rypysc III wrote: > I finally got a chance to upgrade to the 1.3.19-1 cygwin1.dll and > the mmap error has disappeared! I'm glad that my WAG panned out. It seems like Corinna bagged two apps (vsFTPd and Apache) for the price of one! :,)

Re: using fetchmail in mutt under cygwin

2003-02-11 Thread Jason Tishler
Ajay, Please post instead of sending private email. On Sun, Feb 09, 2003 at 01:09:49AM -0500, Ajay Simha wrote: > I read your README file. > First of, it is an excellent document. Thanks. > I am still confused what my mutt setting should be for pop3.. Why not read the mutt manual? http://

Re: using fetchmail in mutt under cygwin

2003-02-12 Thread Jason Tishler
Ajay, On Wed, Feb 12, 2003 at 12:45:06AM -0500, Ajay Simha wrote: > My current problem is this: > > $ procmail VERBOSE=yes .procmailrc < testmail > procmail: [3936] Wed Feb 12 00:39:58 2003 > procmail: Suspicious rcfile "/home/asimha/.procmailrc" ^ > procmail: Couldn't

Re: Python PyOpenGL, Cygwin & "R.I. -Real Ignorance"

2003-02-13 Thread Jason Tishler
Jeff, Please post instead of sending private email. On Tue, Feb 11, 2003 at 11:54:23PM -0500, Jeff Schmitt wrote: > Sorry to write to you directly. Through my extensive Altavista > searching I've seen a few e-mails that suggest you're one of the few, > the proud, who knows what they're doing w/P

[ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.2.1-1

2003-02-14 Thread Jason Tishler
New News: === I have updated the version of fetchmail to 6.2.1-1. The tarballs should be available on a Cygwin mirror near you shortly. Old News: === Fetchmail is a remote mail retrieval and forwarding utility intended for use over on-demand TCP/IP links, like SLIP or PPP connections. F

Re: [ITP] rebase

2003-02-14 Thread Jason Tishler
Ralf, On Fri, Feb 14, 2003 at 02:42:40PM +0100, Ralf Habacker wrote: > > I'm concerned that my guard might have an off-by-one error and miss > > the last entry. Is there an easy way to check this? > > I have compared this with, what objdump says and it seems there is no > difference. I did some

Re: procmail and NTSEC

2003-02-16 Thread Jason Tishler
Ajay, On Sat, Feb 15, 2003 at 09:11:21PM -0500, Ajay Simha wrote: > Yes. It was a combination of not having the right content in > /etc/passwd /etc/group and file permissions and directory permissions > of my home directory. I'm glad that you solved your Cygwin setup problems that affected procma

Re: Trouble installing Perl module under cygwin

2003-02-16 Thread Jason Tishler
Greg, On Sat, Feb 15, 2003 at 01:41:18PM +0800, Greg Matheson wrote: > Incidentally, I can't find rebase with the setup.exe. Am I > supposed to get it from CVS or Jason Tishler's site? Patience please. I will be officially releasing my rebase package soon. Jason -- PGP/GPG Key: http://www.tis

Re: mutt "lock count exceeded"

2003-02-17 Thread Jason Tishler
On Sat, Feb 15, 2003 at 10:40:35PM +0100, [EMAIL PROTECTED] wrote: > On 15 Feb 2003, "Gary R. Van Sickle" > > I've been rather negligent in my duties of trying to get Jason > > Tishler to take over mutt maintenance ;-). > > That Jason's such a slacker

Re: cygwin 1.3.20-1 and python 2.2.2-5

2003-02-18 Thread Jason Tishler
Gael, On Tue, Feb 18, 2003 at 05:57:05AM -0700, [EMAIL PROTECTED] wrote: > I use a python script (NTLM APS, see http://apserver.sourceforge.net/) > to access the web from cygwin (and other windows apps) at work. This > proxy software allows you to authenticate via an MS Proxy Server using > the p

[ANNOUNCEMENT] New Cygwin Package: rebase-2.2-2

2003-02-19 Thread Jason Tishler
New News: === I have contributed rebase-2.2-2 to the standard Cygwin distribution. The tarballs should be available on a Cygwin mirror near you shortly. It is *strongly* recommended that users only use rebaseall unless they *really* know what they are doing or are instructed by one of the Cy

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

2003-02-19 Thread Jason Tishler
New News: === I have updated the version of PostgreSQL to 7.3.2-1. The tarballs should be available on a Cygwin mirror near you shortly. It is recommend that 7.3.1 users upgrade at their earliest convenience. See the following for the details, if interested: http://www.postgresql.org/n

Re: Postgresql

2003-02-20 Thread Jason Tishler
Maurício, On Thu, Feb 20, 2003 at 08:58:13AM -0300, Maurício wrote: > After installing (using setup.exe) postgresql, what should I do to get > it up and running (as a service)? Read the README: /usr/doc/Cygwin/postgresql-7.3.2.README Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubk

Re: procmail and NTSEC

2003-02-20 Thread Jason Tishler
mpFile) > > cat >$TempFile > $Lpr -S $Server -P $Printer "$WinTempFile" > Status=$? > > rm -fr $TempFile > exit $Status to mine: On Fri, 6 Oct 2000 08:01:01 -0400, Jason Tishler wrote: > #!/bin/bash > > Server=prodserv > Printer=eng-duplex > Progra

GPL Violation

2003-02-20 Thread Jason Tishler
You are violating the GPL license by not providing the source for Cygwin on your fetchmail web page: http://spt.free.fr/fetchmail/ Please provide the Cygwin source that corresponds to the version of cygwin1.dll on the above web page at your earliest convenience. Thanks, Jason -- PGP/GPG Ke

Re: procmail and NTSEC

2003-02-20 Thread Jason Tishler
Olaf, On Thu, Feb 20, 2003 at 03:06:42PM +0100, Olaf Foellinger wrote: > So all the honor belongs to Jason. I'm not looking for honor just attribution. > Please consider some remarks in the first lines of your scripts about > the author so everything will be clear in the future. A very good sug

Re: Seg fault in home-built mutt

2003-02-20 Thread Jason Tishler
On Tue, Feb 18, 2003 at 09:01:20PM +0100, [EMAIL PROTECTED] wrote: > I managed to get mutt built at the weekend such that > the dotlock stuff was external. The build I made was > as follows: > Mutt 1.4i (2002-05-29) > [snip] > System: CYGWIN_98-4.10 1.3.20(0.73/3/2) (i686) [using ncurses 5.2] > Com

Re: cygwin 1.3.20-1 and python 2.2.2-5

2003-02-20 Thread Jason Tishler
On Tue, Feb 18, 2003 at 11:17:02PM +0300, Dmitry Rozmanov wrote: > It looks like Cygwin has a bug. It was and is fixed in Cygwin CVS: http://cygwin.com/ml/cygwin-cvs/2003-q1/msg00252.html Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F

Re: cygwin 1.3.20-1 and python 2.2.2-5

2003-02-21 Thread Jason Tishler
On Fri, Feb 21, 2003 at 05:00:55AM -0700, [EMAIL PROTECTED] wrote: > On Thu, 20 Feb 2003 14:04:58 -0500, Christopher Faylor wrote: > >I've generate a snapshot with this fix included (thanks Corinna) > >if anyone wants to try it. > > I've replaced cygwin1.dll with 1.3.21 I presume that you mean th

Re: Am I a candidate for rebase?

2003-02-21 Thread Jason Tishler
On Fri, Feb 21, 2003 at 01:28:11PM -0800, M MWpycg wrote: > Plus, I am waiting for rebase 2.2-2 to appear on tishler.net... Done, but please use Cygwin's setup.exe and download from a Cygwin mirror. > If I rebase, can I go back? (unrebase?) No, but you can rebase again and again... > Can reb

Re: Am I a candidate for rebase?

2003-02-22 Thread Jason Tishler
Arno, On Sat, Feb 22, 2003 at 02:20:49AM +0100, Arno Waschk wrote: > I compiled some dlls which give "dlopen: win32 error 1157". > Is that connected with rebasing, or is there another trick? Hmm... $ fgrep 1157 /usr/include/w32api/winerror.h #define ERROR_DLL_NOT_FOUND 1157L Jason --

Re: Seg fault in home-built mutt

2003-02-22 Thread Jason Tishler
On Fri, Feb 21, 2003 at 09:15:20PM +0100, [EMAIL PROTECTED] wrote: > Thanks for your time Gary, you too Justin. ^^ Who is Justin? Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AF

Re: 1.3.21

2003-02-22 Thread Jason Tishler
Brian, Please post instead of sending private email. On Fri, Feb 21, 2003 at 03:04:38PM -0600, Brian Ford wrote: > On Fri, Feb 21, 2003 at 14:12:09PM -0500, Jason Tishler wrote: > > It also doesn't explain with gdb and strace "fixed" the bad > > permissions too. &

Re: Am I a candidate for rebase?

2003-02-22 Thread Jason Tishler
On Sat, Feb 22, 2003 at 01:42:27PM -0800, M MWpycg wrote: > "Jason Tishler" <[EMAIL PROTECTED]> said: > > > C:\cygwin\bin\cygperl.exe: *** unable to remap > > C:\cygwin\usr\X11R6\bin\libfreetype.dll to same > address > as parent(0x72) != 0x74 >

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

2003-02-22 Thread Jason Tishler
Christian, On Sat, Feb 22, 2003 at 07:41:32PM +0100, [EMAIL PROTECTED] wrote: > I am newbie in cygwin and unix world. Given the above, why aren't you just using the pre-built PostgreSQL 7.3.2-1 binary? Do you really need to build from source? Jason -- PGP/GPG Key: http://www.tishler.net/jason

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

2003-02-24 Thread Jason Tishler
Christian, On Mon, Feb 24, 2003 at 07:08:32AM +0100, [EMAIL PROTECTED] wrote: > I need to build PostgreSQL because I need PostGIS. According to > installation instructions for PostGIS it is written that you have to > make PostgreSQL. OK, the above is a good reason. I just wanted to make sure tha

Re: page fault in Python and others

2003-02-24 Thread Jason Tishler
Ulf, On Sun, Feb 23, 2003 at 11:00:32AM +0100, Ulf Möller wrote: > If not, what other information would you need? Specific details, small test cases, etc. The information that you provided is not very useful: http://cygwin.com/bugs.html Jason -- PGP/GPG Key: http://www.tishler.net/jason/

Re: Am I a candidate for rebase?

2003-02-24 Thread Jason Tishler
On Sun, Feb 23, 2003 at 05:41:29PM -0800, M MWpycg wrote: > --- Jason Tishler <[EMAIL PROTECTED]> wrote: > > BTW, what version of Windows are you using? > > Microsoft Windows 2000 5.00.2195 Service Pack 3 on a Dell laptop. Thanks for the above. I was hoping you were usin

exim 4.12-3 winsock problem (was Re: 1.3.21)

2003-02-24 Thread Jason Tishler
Pierre, [I'm moving this thread to cygwin@, since it currently doesn't appear to be a cygwin-developers@ issue...] On Fri, Feb 21, 2003 at 02:12:09PM -0500, Jason Tishler wrote: > On Fri, Feb 21, 2003 at 01:22:01PM -0500, Pierre A. Humblet wrote: > > This reminds me o

Re: exim 4.12-3 winsock problem (was Re: 1.3.21)

2003-02-24 Thread Jason Tishler
Pierre, On Mon, Feb 24, 2003 at 04:06:01PM -0500, Pierre A. Humblet wrote: > If you run with -d you will see that exim sheds all supplementary > groups. I was just following the README: cygrunsrv -I exim -p /usr/bin/exim -e CYGWIN=ntsec \ -a "-bdf -q15m" -d "Exim Mail Transfer Ag

Re: exim 4.12-3 winsock problem (was Re: 1.3.21)

2003-02-25 Thread Jason Tishler
Pierre, On Mon, Feb 24, 2003 at 05:15:38PM -0500, Pierre A. Humblet wrote: > Jason Tishler wrote: > > On Mon, Feb 24, 2003 at 04:06:01PM -0500, Pierre A. Humblet wrote: > > > If you run with -d you will see that exim sheds all supplementary > > > groups. > > &g

Re: fetchmail/procmail question.

2003-02-25 Thread Jason Tishler
Ajay, On Tue, Feb 25, 2003 at 03:31:31AM -0500, Ajay Simha wrote: > I'm running mutt/fetchmail/procmail combination (Thanks to Jason > Tishler :-). Welcome back from the wonderful world of Windows. :,) > I see: > > From: Jason Tishler <[EMAIL PROTECTED]> > To:

Re: exim 4.12-3 winsock problem (was Re: 1.3.21)

2003-02-25 Thread Jason Tishler
Earnie, On Mon, Feb 24, 2003 at 03:15:56PM -0500, Earnie Boyd wrote: > Jason Tishler wrote: > >Any further suggestions? Note this is very painful to debug because > >I can't use gdb and I can't send mail when trying to debug. Sigh... > >:,( > > You migh

Re: exim 4.12-3 winsock problem (was Re: 1.3.21)

2003-02-25 Thread Jason Tishler
Pierre, On Tue, Feb 25, 2003 at 10:02:49AM -0500, Pierre A. Humblet wrote: > So I suggest a simple test: edit /etc/passwd and change the gid of the > exim user to 545, then run again. The above fixed the problem. I apologize for not being able to figure this out myself. > By the way, I am not s

Re: exim 4.12-3 winsock problem (was Re: 1.3.21)

2003-02-25 Thread Jason Tishler
Pierre, On Tue, Feb 25, 2003 at 12:43:31PM -0500, Pierre A. Humblet wrote: > Jason Tishler wrote: > > The above fixed the problem. I apologize for not being able to > > figure this out myself. > > Actually I'd rather have you hit this problem than almost anybody >

Re: exim 4.12-3 winsock problem (was Re: 1.3.21)

2003-02-25 Thread Jason Tishler
Pierre, On Tue, Feb 25, 2003 at 03:44:03PM -0500, Pierre A. Humblet wrote: > Jason Tishler wrote: > > I tried adding a group:mail:r-x ACL to the following: > > > > /mnt/c > > [snip] > > Thanks No problem. > > but I still failed in the same way.

Re: exim 4.12-3 winsock problem (was Re: 1.3.21)

2003-02-25 Thread Jason Tishler
Pierre, On Tue, Feb 25, 2003 at 04:19:03PM -0500, Pierre A. Humblet wrote: > Jason Tishler wrote: > > > > > Another possibility is registry access. Is there a way to insure > > > that Everyone has read access to the whole registry? > > > > regedt32 can chan

Re: exim 4.12-3 winsock problem (was Re: 1.3.21)

2003-02-26 Thread Jason Tishler
, Feb 25, 2003 at 04:56:45PM -0500, Pierre A. Humblet wrote: > Jason Tishler wrote: > > Do you want me further isolate? If so, any hints? > > Yes, please! Your guess is as good as mine. Anything having to do with > networking? Using good old fashioned strings and Andre's

Re: exim 4.12-3 winsock problem (was Re: 1.3.21)

2003-02-27 Thread Jason Tishler
Pierre, On Wed, Feb 26, 2003 at 09:12:41AM -0500, Pierre A. Humblet wrote: > While you are at it, can you enhance the educational experience ^^ Serves me right for idle *and* public reflections... :,) > by looking at the starting wso

Re: English speller to spell plain files

2003-02-28 Thread Jason Tishler
On Fri, Feb 28, 2003 at 10:32:49AM -, Vince Hoffman wrote: > not sure if there is an official package but do a google for ispell > and cygwin and you should find something. You may want to Google for aspell too. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fi

Re: GPL Violation

2003-02-28 Thread Jason Tishler
On Sat, Mar 01, 2003 at 01:01:43AM +0100, [EMAIL PROTECTED] wrote: > Responding to Jason Tishler <[EMAIL PROTECTED]>: > I'm sorry but I guess you did not read carefully what was written on > my page http://spt.free.fr/fetchmail/. I did. > In fact, I don't provide c

Re: GPL Violation

2003-03-03 Thread Jason Tishler
On Mon, Mar 03, 2003 at 02:54:15PM +0100, Poncet Sébastien wrote: > Concerning http://spt.free.fr/fetchmail/ ... > > Allthought I understand what you mean, I got first very angry. I will > modify my page very soon and will only provide the modified sources. > Thanks for explanations. You are wel

GPL Violation

2003-03-05 Thread Jason Tishler
John, AFAICT, you are violating the GPL by not providing the source for Cygwin's setup program that you appear to distribute in binary only: http://burks.brighton.ac.uk/burks/software/langs/install.sw?1.cygwin.exe#1.cygwin.exe If you are distributing the source, then make it more apparent (

Re: trouble installing mod_php4

2003-03-06 Thread Jason Tishler
Jim, Chenglim, On Thu, Mar 06, 2003 at 12:11:27PM +, James Moreland wrote: > On Sun, 2 Mar 2003, Chenglim Ear wrote: > > I'm using Windows 2000 and I've successfully installed and started > > apache on cygwin. After I installed the mod_php4 package, I get the > > following error when starting

Re: trouble installing mod_php4

2003-03-06 Thread Jason Tishler
Jim, Please keep your replies on-list. On Thu, Mar 06, 2003 at 04:19:35PM +, James Moreland wrote: > no I was using the rebase.exe that came with the apache package. Please try rebaseall again and report back to the list. > Being new to Cygwin, I was not aware of these subtle differences.

[ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.2.2-1

2003-03-06 Thread Jason Tishler
New News: === I have updated the version of fetchmail to 6.2.2-1. The tarballs should be available on a Cygwin mirror near you shortly. Additionally, this version has been built against the latest Cygwin OpenSSL package, 0.9.7a-1. Old News: === Fetchmail is a remote mail retrieval and

[ANNOUNCEMENT] Updated Cygwin Package: python-2.2.2-6

2003-03-06 Thread Jason Tishler
New News: === I have updated the version of Python to 2.2.2-6. The tarballs should be available on a Cygwin mirror near you shortly. The only purpose of this release is to rebuild against the latest Cygwin OpenSSL package, 0.9.7a-1. Otherwise, this package should be identical to the previou

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

2003-03-09 Thread Jason Tishler
Volker, IMO, this post is more appropriate for cygwin@ than [EMAIL PROTECTED] On Sun, Mar 09, 2003 at 12:51:36PM +0100, Volker Zell wrote: > ImportError: No module named _tkinter Sorry, the above was caused by a Python 2.2.x versus 2.3 build difference. I was set up for Python 2.3 (i.e., CVS) w

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

2003-03-09 Thread Jason Tishler
IMO, this post is more appropriate for cygwin@ than [EMAIL PROTECTED] On Sun, Mar 09, 2003 at 12:52:58PM +0100, Volker Zell wrote: > I just tried compiling Numeric-23.0 with latest python-2.2.2-6 and got > the following error: SF is down right now. Is there really a Numeric-23.0? I could only

[ANNOUNCEMENT] Updated Cygwin Package: python-2.2.2-7

2003-03-10 Thread Jason Tishler
New News: === I have updated the version of Python to 2.2.2-7. The tarballs should be available on a Cygwin mirror near you shortly. On Thu, Mar 06, 2003 at 05:18:07PM -0500, Jason Tishler wrote: > Otherwise, this package should be identical to the previous one. I knew when I wrote

Re: chmod not working on Win98

2003-03-10 Thread Jason Tishler
Greg, On Sat, Mar 08, 2003 at 10:18:29PM +0800, Greg Matheson wrote: > When I installed fetchmail-6.2.2.1, fetchmail started refusing to > use my .fetchmailrc. I think the requirement that permissions be > 600 on it is new. No, I've been patching fetchmail to skip this permissions check due to th

Re: cygwin archive? (previous versions for fallback)

2003-03-10 Thread Jason Tishler
Guenter, On Sun, Mar 09, 2003 at 04:15:29AM -0600, günter strubinsky wrote: > I need to go back to a version that contains PostgreSQL 7.2.x or my > data is lost. Don't you have a copy of PostgreSQL 7.2.3 in the Cygwin setup.exe cache? Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.a

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

2003-03-10 Thread Jason Tishler
Volker, On Sun, Mar 09, 2003 at 03:15:55PM +0100, Dr. Volker Zell wrote: > Yes there is one on SF. I just tried Numeric-23.0 -- still works for me. > Do you know where the -L stuff is generated IIRC, distutils "greps" this out of /usr/lib/python2.2/config/Makefile. However, I haven't been in th

Re: chmod not working on Win98

2003-03-11 Thread Jason Tishler
On Mon, Mar 10, 2003 at 09:34:36AM -0500, Jason Tishler wrote: > On Sat, Mar 08, 2003 at 10:18:29PM +0800, Greg Matheson wrote: > > When I installed fetchmail-6.2.2.1, fetchmail started refusing to > > use my .fetchmailrc. I think the requirement that permissions be > > 600

Re: cygwin archive? (previous versions for fallback)

2003-03-11 Thread Jason Tishler
Guenter, On Tue, Mar 11, 2003 at 12:07:11AM -0600, günter strubinsky wrote: > My conclusion is that the ipc-daemon is the culprit and not backwards > compatible to Postgres < 7.3, Correct. Just use cygipc 1.11-1: http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/cygipc-1.11-1.tar.bz

Re: chmod not working on Win98

2003-03-11 Thread Jason Tishler
Greg, On Tue, Mar 11, 2003 at 10:48:12PM +0800, Greg Matheson wrote: > On Tue, 11 Mar 2003, Jason Tishler wrote: > > On Mon, Mar 10, 2003 at 09:34:36AM -0500, Jason Tishler wrote: > > > On Sat, Mar 08, 2003 at 10:18:29PM +0800, Greg Matheson wrote: > > > > When

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

2003-03-11 Thread Jason Tishler
Zach, On Tue, Mar 11, 2003 at 09:56:36AM -0800, Zach Nobel wrote: > C:\cygwin\bin\perl.exe: *** unable to remap C:\cygwin\bin\cygmysqlclient-3.23.55.dll > to same address as parent(0xA3) != 0xA8 The above indicates that you need to rebase your system. On Tue, Mar 11, 2003 at 09:48:31AM

Re: cygwin archive? (previous versions for fallback)

2003-03-11 Thread Jason Tishler
Guenter, On Tue, Mar 11, 2003 at 12:30:02PM -0600, günter strubinsky wrote: > Thank you all so much for your kind help. You are very welcome. > Btw. I assume that I am not the only one whose data got lost and as we > all know, backup is for newbies! The pro does not err and does not > need backu

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

2003-03-11 Thread Jason Tishler
Zach, On Tue, Mar 11, 2003 at 11:40:46AM -0800, Zach Nobel wrote: > Would I simply run rebaseall, Yes. > or is there construction of the rebase command that will simply > rebase perl? Please read the README: http://www.tishler.net/jason/software/rebase/rebase-2.2.README > How likely am I

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