Re: New packge: lighttpd-1.3.0

2004-09-23 Thread Reini Urban
Gerrit P. Haase schrieb: if you ask me, the PHP build system is broken. I said before, that the php build system is horrible. Something to hate. But it has gotten much better. broken shared lib targets are really matter of libtool. I tried to build 5.0.1, I'm getting no lipphp, no shared modules,

Re: New packge: lighttpd-1.3.0

2004-09-23 Thread Reini Urban
Brian Dessent schrieb: I've got php-4.3.8 working fine as a DSO with Apache (a single 3.1M cygphp4.dll.) This works for whatever modules/extensions are statically included, but obviously that's not quite acceptable. great! It least the small solution. If you "--enable-foo=shared" you get a foo.a

Re: clamav: libclamav as shared library

2004-09-23 Thread Reini Urban
Yaakov Selkowitz schrieb: First, thank you for contributing this project to the distro, and getting clamd working properly (something I've had trouble doing myself). I do have one request, however -- and I know it's not a big deal -- if you could build libclamav as a shared library. This can b

Re: Blocking accept() broken?

2004-09-23 Thread Corinna Vinschen
That's a bug in your code. You're giving an uninitialized pointer and an uninitialized length to accept. Try this: On Sep 23 15:31, Mailing List wrote: #include [...] #ifdef THAT_WOULD_BE_BETTER clilen = sizeof (struct sockaddr_in); cliaddr = alloca (clilen); #endif >

Re: can not find cygcrypt-0.dll

2004-09-23 Thread Gerrit P. Haase
Hello Brian, Am Donnerstag, 23. September 2004 um 04:06 schriebst du: > Yu-Cheng Chou wrote: >> I installed the latest cygwin (1.5.11.1) on a windows 2000 machine, and >> tried to start the sshd service, but an error message occurred saying >> that cygcrypt-0.dll can not be found in PATH. The th

Re: can not find cygcrypt-0.dll

2004-09-23 Thread Corinna Vinschen
On Sep 23 11:20, Gerrit P. Haase wrote: > I wonder why openssh requires crypt at all, since it is linked agianst > openssl it shouldn't be needed (tm). $ cygcheck /usr/sbin/sshd.exe C:/cygwin/usr/sbin/sshd.exe C:\cygwin\bin\cygcrypt-0.dll C:\cygwin\bin\cygwin1.dll C:\WINDOWS\system32\A

Re: can not find cygcrypt-0.dll

2004-09-23 Thread Corinna Vinschen
On Sep 22 19:06, Brian Dessent wrote: > Yu-Cheng Chou wrote: > > > I installed the latest cygwin (1.5.11.1) on a windows 2000 machine, and > > tried to start the sshd service, but an error message occurred saying > > that cygcrypt-0.dll can not be found in PATH. The thing is that cygcrypt- > > 0.d

RE: Latest snapshot with XP SP2 and unison and cvs

2004-09-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Karl M > Sent: 22 September 2004 19:36 > Hi Dave... > > Sorry, I thought I covered all details, but... > > The firewall is off...I am behind a real firewall. > > The hanging can be averted by not using XP SP2 or by using a down rev

Re: CYGWIN + APCHE + Net::SMTP

2004-09-23 Thread Jason Tishler
Prakash, On Wed, Sep 22, 2004 at 04:04:23PM -0700, Prakash Khemani wrote: > A similar problem occurs when I use /usr/sbin/ssmtp instead of Perl's > Net::SMTP. > > I am able to send mail using /usr/sbin/ssmtp from the cygin shell cmd > line. > > But when ssmtp is invoked from a perl script inside

Request for subsystem 'sftp' failed

2004-09-23 Thread Siegmar Gross
Hi, I've configured OpenSSh with public-key authentication. I can use ssh without problems. My scripts don't have any unwanted outputs ("ssh localhost /usr/bin/true" displays nothing). Unfortunately sftp doesn't work. I've looked up the mailing list and searched in the web but without success. Tod

RE: CYGWIN + APCHE + Net::SMTP

2004-09-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Prakash Khemani > Sent: 22 September 2004 23:30 > Prakash Khemani wrote: > > I also have apache2 running in my cygwin environment. When I run > mail.pl > > as a CGI script it is not able to connect to the the smtp > server. The > > S

[OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Dave Korn
>From http://www.cdt.org/speech/spam/030319spamreport.shtml " Major Findings Our analysis indicated that e-mail addresses posted on Web sites or in newsgroups attract the most spam. Web Sites - CDT received the most e-mails when an address was placed visibly on a public Web site. Spammers use

RE: Lot of undefined symbols at link time, even with -l option on good libraries

2004-09-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Cliff Hones > Sent: 22 September 2004 23:38 > That was me - but it seems Dave Korn's post broke the thread. Nah. My post had this header: In-Reply-To: <[EMAIL PROTECTED]> and as you can see perfectly clearly at http://www.cygw

Re: Request for subsystem 'sftp' failed

2004-09-23 Thread Corinna Vinschen
On Sep 23 14:02, Siegmar Gross wrote: > Hi, > > I've configured OpenSSh with public-key authentication. I can use ssh > without problems. My scripts don't have any unwanted outputs ("ssh localhost > /usr/bin/true" displays nothing). Unfortunately sftp doesn't work. I've > looked up the mailing lis

Re: New packge: lighttpd-1.3.0

2004-09-23 Thread Gerrit P. Haase
Hello Brian, >> I have a flag here: >> --enable-embed=TYPE EXPERIMENTAL: Enable building of embedded SAPI library >> TYPE is either 'shared' or 'static'. TYPE=shared >> >> is this new in php-5? Lets see what happens when I define it. > No, it's the same in php4, and

Re: Request for subsystem 'sftp' failed

2004-09-23 Thread Siegmar Gross
> Have a look into /etc/sshd_config. Is the path to sftp-server correct? There was an error in the path (very stupid of me). Now everything works. Thanks a lot. Siegmar -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Doc

Re: Lot of undefined symbols at link time, even with -l option on good libraries

2004-09-23 Thread Frédéric ORMANCEY
Thanks for this sample code => we are not far of the solution ! Same sample compile on my platform gives the following : V:>gnatmake imp gnatbind -x imp.ali gnatlink imp.ali ./imp.o(.text+0x20):imp.adb: undefined reference to `_FormatMessageA' collect2: ld returned 1 exit st

Re: New packge: lighttpd-1.3.0

2004-09-23 Thread Brian Dessent
"Gerrit P. Haase" wrote: > > Hello Brian, > > >> I have a flag here: > >> --enable-embed=TYPE EXPERIMENTAL: Enable building of embedded SAPI library > >> TYPE is either 'shared' or 'static'. TYPE=shared > >> > >> is this new in php-5? Lets see what happens when I defi

Same code, same script, different results

2004-09-23 Thread Mikael Åsberg
Hello, I am using the latest Cygwin with all packages updated (running Windows XP Professional SP2) and I'm having a problem with a simple C++ program that uses the Win32 API to scan a directory (recursively or non-recursively, depending on user input). The code is as follows: #include #includ

Message deleted

2004-09-23 Thread Mail Admin
Scanner: MailMonitor for SMTP v1.2.2 Problem description: Email data: MessageID: <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Subject: Re: Is that your document? Scanning part [] Scanning part [document.exe] Attachment validity check: passed. Virus identity found: W32/N

Re: New packge: lighttpd-1.3.0

2004-09-23 Thread Gerrit P. Haase
Hallo Brian, Am Donnerstag, 23. September 2004 um 15:38 schriebst du: > "Gerrit P. Haase" wrote: >> >> Hello Brian, >> >> >> I have a flag here: >> >> --enable-embed=TYPE EXPERIMENTAL: Enable building of embedded SAPI library >> >> TYPE is either 'shared' or 'static'

Re: Lot of undefined symbols at link time, even with -l option on good libraries

2004-09-23 Thread Cliff Hones
Frédéric ORMANCEY wrote: > Thanks for this sample code => we are not far of the solution ! > > Same sample compile on my platform gives the following : > V:>gnatmake imp > gnatbind -x imp.ali > gnatlink imp.ali > ./imp.o(.text+0x20):imp.adb: undefined reference to `_FormatMessage

Re: [OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Christopher Faylor
On Thu, Sep 23, 2004 at 01:14:39PM +0100, Dave Korn wrote: >_Now_ is it on-topic? :-) I have to point out that I'm getting spam to some new accounts which have only been used to send email to mailing lists which munge addresses with the "me at cgf dot cx" method, so this isn't foolproof. Hmm.

special install

2004-09-23 Thread Calman, Jack
Hi, Our group is interested in installing cygwin on a group of classified computers that are not connected to the internet. Would you please tell me how to download what I need from the internet. Then I'll put it on a CD, carry it into the classified room, and then install on the computers there.

Re: [OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Dave Korn wrote: > >From http://www.cdt.org/speech/spam/030319spamreport.shtml > > " Major Findings > > Our analysis indicated that e-mail addresses posted on Web sites or in > newsgroups attract the most spam. > Web Sites - CDT received the most e-mails when an address was p

RE: [OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 23 September 2004 15:40 > On Thu, Sep 23, 2004 at 01:14:39PM +0100, Dave Korn wrote: > >_Now_ is it on-topic? > > :-) > > I have to point out that I'm getting spam to some new accounts which > have only bee

RE: Latest snapshot with XP SP2 and unison and cvs

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Karl M > > Sent: 22 September 2004 19:36 > > > Hi Dave... > > > > Sorry, I thought I covered all details, but... > > > > The firewall is off...I am behind a real firewall. > > > > The hanging

Re: [ANNOUNCEMENT] Updated: tetex-2.0.2-14

2004-09-23 Thread Dr. Volker Zell
> Jan Nieuwenhuizen writes: > The tetex suite hase been updated to version 2.0.2-14. This is a > bugfix release. > Changes > tetex-bin (2.0.2-14) > * Fix xdvi script (reported by Gregory Borota). This package has adopted again the old /usr/doc structure :-(

RE: [OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Christopher Faylor > > Sent: 23 September 2004 15:40 > > > On Thu, Sep 23, 2004 at 01:14:39PM +0100, Dave Korn wrote: > > >_Now_ is it on-topic? > > > > :-) > > > > I have to point out that I'm

Re: Same code, same script, different results

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Mikael Åsberg wrote: > Hello, I am using the latest Cygwin with all packages updated (running > Windows XP Professional SP2) and I'm having a problem with a simple C++ > program that uses the Win32 API to scan a directory (recursively or > non-recursively, depending on user in

Re: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Gerrit P. Haase
Hello Igor, > Spamming is more or less an industry now, ... All what clients can do about spam is to completely ignore all emails which are not from known senders, so you get just some crap through the lists, even no personal replies to some list postings if you have the sender not whitelisted, s

RE: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Richard Campbell
> To filter out spam at the client side is not possible, I would need > another PC just to filter my emails... I disagree. SpamBayes is working very well for me (as an Outlook plugin; SpamBayes also integrates with procmail and about a million other things). http://spambayes.sourceforge.net/

RE: [OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Dave Korn
> -Original Message- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Sent: 23 September 2004 16:44 > On Thu, 23 Sep 2004, Dave Korn wrote: > > > > -Original Message- > > > From: cygwin-owner On Behalf Of Christopher Faylor > > > Sent: 23 September 2004 15:40 > > > > > > H

Re: Same code, same script, different results

2004-09-23 Thread Mikael Åsberg
On Thu, 23 Sep 2004, Mikael Åsberg wrote: Hello, I am using the latest Cygwin with all packages updated (running Windows XP Professional SP2) and I'm having a problem with a simple C++ program that uses the Win32 API to scan a directory (recursively or non-recursively, depending on user input). The

RE: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Gerrit P. Haase > Sent: 23 September 2004 17:09 > We really need some *global* rules, e.g. SPF and some other, similar > method, to get 99% of spamservers out of the internet. > Nahh. What we really need are not rules; what we ne

RE: Same code, same script, different results

2004-09-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Mikael Åsberg > Sent: 23 September 2004 17:19 > PS. I remember once having the cygwin mailing list in "usenet > style format" > in outlook express, but I can't for the life of me remember > what I did. > Anyone knows what I'm talk

Re: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Gerrit P. Haase wrote: > To filter out spam at the client side is not possible... Well, aside from an occasional simpleton who gets duped into replying to a spam message, the main danger of spam is the mass e-mailing aspect that ties up computer and network resources. So I g

RE: Same code, same script, different results

2004-09-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Dave Korn > Sent: 23 September 2004 17:24 > > -Original Message- > > From: cygwin-owner On Behalf Of Mikael Åsberg > > Sent: 23 September 2004 17:19 > > PS. I remember once having the cygwin mailing list in "usenet > > style

RE: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Gerrit P. Haase > > Sent: 23 September 2004 17:09 > > > We really need some *global* rules, e.g. SPF and some other, similar > > method, to get 99% of spamservers out of the internet. > > Nah

RE: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Hughes, Bill
Dave Korn wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of Gerrit P. Haase >> Sent: 23 September 2004 17:09 > >> We really need some *global* rules, e.g. SPF and some other, similar >> method, to get 99% of spamservers out of the internet. >> > > > Nahh. What we really

RE: [OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Dave Korn wrote: > > -Original Message- > > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Umm, given the subject, this is particularly vile. :-D > > Sent: 23 September 2004 16:44 > > > On Thu, 23 Sep 2004, Dave Korn wrote: > > > > > > -Original Message- >

RE: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Hughes, Bill wrote: > [various recipes for spammer treatment snipped] > > Next job is to work out how to use fetchmail+procmail+postfix+... to help me > not to have to play whack a mole quite so much. > > I'm grateful to the this list (can't remember who in particular) for tel

RE: [OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Dave Korn
> -Original Message- > From: Igor Pechtchanski > Sent: 23 September 2004 17:43 > > > You mean, like "`banner -c@ @`"? ;-) ISTM that http://cygwin.com/acronyms/#YOWTWYWT ! > > > > [EMAIL PROTECTED] /win/c/> `banner -c@ @` > > bash: : command not found > > > > AAARRRGHGHGHGHG!!!1!!

Re: PCYMTNQREAIYR

2004-09-23 Thread LDR
I receive the Cygwin email lists in digest format. The email addresses are preserved in these. Isn't this unnecessary exposure? Can't names be harvested by subscribing to the list and then harvesting new addresses from each new digest? -- Unsubscribe info: http://cygwin.com/ml/#unsubscrib

RE: [OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Dave Korn wrote: > > -Original Message- > > From: Igor Pechtchanski > > Sent: 23 September 2004 17:43 > > > > > You mean, like "`banner -c@ @`"? ;-) > > ISTM that http://cygwin.com/acronyms/#YOWTWYWT ! > > > > [EMAIL PROTECTED] /win/c/> `banner -c@ @` > > > bash: :

Re: PCYMTNQREAIYR

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, LDR wrote: > I receive the Cygwin email lists in digest format. > > The email addresses are preserved in these. > > Isn't this unnecessary exposure? > Can't names be harvested by subscribing to the list and then harvesting new > addresses from each new digest? You're giving w

Re: cygwin, libtool, dlpreopen, and .rdata

2004-09-23 Thread Shankar Unni
Charles Wilson wrote: Actually, *function* addresses are fine; they don't get relocated (at least, not by the runtime-pseudo-reloc gobbledygook). It's only the addresses of DATA items exported by DLLs that get relocated in this way. AND, they get relocated IF AND ONLY IF you are linking to a DL

Re: [OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Christopher Faylor
On Thu, Sep 23, 2004 at 11:44:28AM -0400, Igor Pechtchanski wrote: >On Thu, 23 Sep 2004, Dave Korn wrote: >>>-Original Message- >>>From: cygwin-owner On Behalf Of Christopher Faylor >>>Sent: 23 September 2004 15:40 >> >>>On Thu, Sep 23, 2004 at 01:14:39PM +0100, Dave Korn wrote: _Now_ i

[ANNOUNCEMENT] Two new mailing lists

2004-09-23 Thread Christopher Faylor
There are two new Cygwin mailing lists available: cygwin-licensing - a moderated list for discussion about Cygwin's licensing. cygwin-talk - an unmoderated, almost-anything-goes, almost-nothing-is-offtopic list for discussing almost anything vaguely related to Cygwin without the threat of "this i

Re: special install

2004-09-23 Thread J. David Boyd
"Calman, Jack" <[EMAIL PROTECTED]> writes: > Hi, > > Our group is interested in installing cygwin on a group of classified > computers that are not connected to the internet. Would you please tell me > how to download what I need from the internet. Then I'll put it on a CD, > carry it into the c

Re: PCYMTNQREAIYR

2004-09-23 Thread Christopher Faylor
On Thu, Sep 23, 2004 at 12:55:29PM -0400, LDR wrote: >I receive the Cygwin email lists in digest format. > >The email addresses are preserved in these. > >Isn't this unnecessary exposure? > >Can't names be harvested by subscribing to the list and then harvesting >new addresses from each new digest

Re: [OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Christopher Faylor wrote: > On Thu, Sep 23, 2004 at 11:44:28AM -0400, Igor Pechtchanski wrote: > >On Thu, 23 Sep 2004, Dave Korn wrote: > >>>-Original Message- > >>>From: cygwin-owner On Behalf Of Christopher Faylor > >>>Sent: 23 September 2004 15:40 > >> > >>>On Thu,

Re: [ANNOUNCEMENT] Two new mailing lists

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Christopher Faylor wrote: > There are two new Cygwin mailing lists available: > > cygwin-licensing - a moderated list for discussion about Cygwin's > licensing. Cool!!! > cygwin-talk - an unmoderated, almost-anything-goes, > almost-nothing-is-offtopic list for discussing alm

Re: special install

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, J. David Boyd wrote: > "Calman, Jack" <[EMAIL PROTECTED]> writes: , now with more reasons. > > Hi, > > > > Our group is interested in installing cygwin on a group of classified > > computers that are not connected to the internet.

RE: special install

2004-09-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of J. David Boyd > Sent: 23 September 2004 18:16 > "Calman, Jack" writes: > > > Hi, > > > > Our group is interested in installing cygwin on a group of > classified > > computers that are not connected to the internet. Would you > ple

Re: special install

2004-09-23 Thread J. David Boyd
"Dave Korn" <[EMAIL PROTECTED]> writes: > > -Original Message- > > From: cygwin-owner On Behalf Of J. David Boyd > > Sent: 23 September 2004 18:16 > > > "Calman, Jack" writes: > > > > > Hi, > > > > > > Our group is interested in installing cygwin on a group of > > classified > > > com

Re: special install

2004-09-23 Thread Christopher Faylor
On Thu, Sep 23, 2004 at 01:26:50PM -0400, Igor Pechtchanski wrote: >On Thu, 23 Sep 2004, J. David Boyd wrote: > >> "Calman, Jack" <[EMAIL PROTECTED]> writes: > >, now with more reasons. > >> > Hi, >> > >> > Our group is interested in installing cygwin on

Re: special install

2004-09-23 Thread Peter Rehley
On Sep 23, 2004, at 10:32 AM, Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of J. David Boyd Sent: 23 September 2004 18:16 "Calman, Jack" writes: Hi, Our group is interested in installing cygwin on a group of classified computers that are not connected to the internet.

RE: special install

2004-09-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 23 September 2004 18:42 > There are probably some details that I forgot and some other minor > cleanups to worry about but I don't see why the above shouldn't > work, at least in principle. Heh. Not quit

RE: special install

2004-09-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Peter Rehley > Sent: 23 September 2004 18:44 Much snippage, just to summarize the essence of the post and it's role in the conversation: > On Sep 23, 2004, at 10:32 AM, Dave Korn wrote: > > >> -Original Message- > >> From

Re: special install

2004-09-23 Thread Peter Rehley
On Sep 23, 2004, at 10:54 AM, Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Peter Rehley Sent: 23 September 2004 18:44 Much snippage, just to summarize the essence of the post and it's role in the conversation: After you have a working installation on any computer

RE: CYGWIN + APCHE + Net::SMTP

2004-09-23 Thread Prakash Khemani
Yes. Setting the SYSTEMROOT environment variable in Apach'e CGI environment did it. "Thou shalt not unset SYSTEMROOT" is a good commandment to stick with. Thanks everybody for the excellent help! Regards, Prakash > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] O

Re: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Reini Urban
Gerrit P. Haase schrieb: Spamming is more or less an industry now, ... All what clients can do about spam is to completely ignore all emails which are not from known senders, so you get just some crap through the lists, even no personal replies to some list postings if you have the sender not white

Re: [OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Andrew DeFaria
Christopher Faylor wrote: On Thu, Sep 23, 2004 at 01:14:39PM +0100, Dave Korn wrote: _Now_ is it on-topic? :-) I have to point out that I'm getting spam to some new accounts which have only been used to send email to mailing lists which munge addresses with the "me at cgf dot cx" method, so this

Re: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Gerrit P. Haase
Hallo Richard, Am Donnerstag, 23. September 2004 um 18:12 schriebst du: >> To filter out spam at the client side is not possible, I would need >> another PC just to filter my emails... > I disagree. SpamBayes is working very well for me (as an Outlook > plugin; SpamBayes also integrates with p

RE: [OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Robb, Sam
> > > > Hmm. I wonder if I just replaced all of the '@'s with a png > of an '@', > > if that would foil the spammers. > > > > Nope. Wouldn't work for the text archives. > > > > Sorry, been working on standards compliance of my web site > but it seems > to me that you left off the closing !

Re: [OT] PCYMTNQREAIYR, it really works.

2004-09-23 Thread Andrew DeFaria
Igor Pechtchanski wrote: Generally speaking, no measure is completely spam-proof, except complete erasure of e-mail addresses (which will conflict with any other legitimate use of "@" on the list). Spamming is more or less an industry now, and one can imagine an industrious spammer (or spam har

Re: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Gerrit P. Haase
Hello Reini, > PCYMTNQREAIYR does not help for me, since I'm FAQ author and perl cpan > author. this is a bad combination. I'm Cygwin package maintainer, this is a bad combi too. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:

Re: special install

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Peter Rehley wrote (heavily [snip]ped): > On Sep 23, 2004, at 10:32 AM, Dave Korn wrote: > > > > From: cygwin-owner On Behalf Of J. David Boyd > > > > > > After you have a working installation on any computer, you can zip > > > and copy the C:\CYGWIN directory. It is totally

Re: special install

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Christopher Faylor wrote: > On Thu, Sep 23, 2004 at 01:26:50PM -0400, Igor Pechtchanski wrote: > >On Thu, 23 Sep 2004, J. David Boyd wrote: > > > >> "Calman, Jack" <[EMAIL PROTECTED]> writes: > > > >> > Hi, > >> > > >> > Our group is interested in installing cygwin on a group

Re: Same code, same script, different results

2004-09-23 Thread Andrew DeFaria
Mikael Åsberg wrote: Lol, you're right, Igor, that test case was far from minimal. Should've cut it down, of course. On the other hand, I often see people cutting away what they think is unrelated code or whatnot, when, in fact, they are cutting away the cause of their problems when posting que

Re: special install

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Igor Pechtchanski wrote: > On Thu, 23 Sep 2004, Christopher Faylor wrote: > > >[snip] > > something like this should still work, though (untested): > > > > 1) > > On the reference system: > > > > mount -m > mounts.bat > > cd / > > tar -cjf /cygdrive/c/cygwin.tar.bz2 --ex

Inheriting parent ACLs?

2004-09-23 Thread Gabe Rosenhouse
Hello. I have a couple questions regarding > Windows Explorer will inherit the permissions of the > parent directory by default, whereas Cygwin will always create a new set > of ACLs (or, at least, I haven't found a way to make Cygwin directories > inherit the parent's ACLs). from the recent th

Re: special install

2004-09-23 Thread Christopher Faylor
On Thu, Sep 23, 2004 at 02:40:46PM -0400, Igor Pechtchanski wrote: >- The /etc symlinks This obviously assumes a consistent setup. Don't try this if you are moving between Windows XP and Windows ME. I suspect this is not an issue. >- The "rm /rf c:\tmp\cygwin1.dll". :-D I included the instruct

Re: [ANNOUNCEMENT] Two new mailing lists

2004-09-23 Thread Andrew DeFaria
Igor Pechtchanski wrote: On Thu, 23 Sep 2004, Christopher Faylor wrote: There are two new Cygwin mailing lists available: cygwin-licensing - a moderated list for discussion about Cygwin's licensing. Cool!!! cygwin-talk - an unmoderated, almost-anything-goes, almost-nothing-is-offtopic list for dis

Re: special install

2004-09-23 Thread Peter Rehley
On Sep 23, 2004, at 11:36 AM, Igor Pechtchanski wrote: On Thu, 23 Sep 2004, Peter Rehley wrote (heavily [snip]ped): 3) passwd file. If the same users exist on each machine, then this isn't an issue. This is *wrong* (and is the main reason I'm sending this mesage, actually). WinNT/2k/XP machines

Re: [ANNOUNCEMENT] Two new mailing lists

2004-09-23 Thread Andrew Schulman
> As somebody who uses gmane instead of email lists, I cannot find these > new lists on gmane. Any idea if they will be automagically included or > does somebody need to notify the gmane site? Someone needs to ask the gmane admins to add the lists. -- Unsubscribe info: http://cygwin.com

Re: Two new mailing lists

2004-09-23 Thread Gerrit P. Haase
Hello Andrew, >>> See for more details >>> on the >>> two lists. >> > As somebody who uses gmane instead of email lists, I cannot find these > new lists on gmane. Any idea if they will be automagically included or > does somebody need to notify the g

Re: Cygwin processes getting stuck on max CPU usage; XP SP2 problem?

2004-09-23 Thread Simon Barnes
Some of my colleagues and I are seeing this without using Process Explorer. No doubt some other automated process is triggering it, but we don't know which. Is there anything I can do to help work towards a fix? It's moderately inconvenient having to restart rxvt or bash every few hours. Simon

Re: CYGWIN + APCHE + Net::SMTP

2004-09-23 Thread Corinna Vinschen
On Sep 23 11:00, Prakash Khemani wrote: > > Yes. Setting the SYSTEMROOT environment variable in Apach'e CGI > environment did it. "Thou shalt not unset SYSTEMROOT" is a good > commandment to stick with. We should put it into the FAQ, perhaps... Corinna -- Corinna Vinschen Plea

gcc >= 3.3.3-3 and binutils .rdata alignment

2004-09-23 Thread Brian Ford
This is just a heads up for anyone compiling with gcc >= 3.3.3-3 and <= current Cygwin binutils (2.15.91 20040725). The issue fixed in the reference below may also affect constant long long or double derrived data structures since -malign-double is gcc's default on Cygwin: http://sources.redhat.c

Re: Inheriting parent ACLs?

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Gabe Rosenhouse wrote: > Hello. I have a couple questions regarding > > > Windows Explorer will inherit the permissions of the > > parent directory by default, whereas Cygwin will always create a new set > > of ACLs (or, at least, I haven't found a way to make Cygwin director

Re: Cygwin processes getting stuck on max CPU usage; XP SP2 problem?

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Simon Barnes wrote: > > If you have symbols installed and you list the threads for the hung > > Cygwin process you'll see the stuck one is in a loop in > > ntdll.dll!RtlConvertUiListToApiList, as well as a corresponding thread > > in csrss.exe (CSRSRV.dll!ValidateMessageString

Re: Inheriting parent ACLs?

2004-09-23 Thread Corinna Vinschen
On Sep 23 16:45, Igor Pechtchanski wrote: > On Thu, 23 Sep 2004, Gabe Rosenhouse wrote: > > Is there a global setting to cause every file and directory created in > > Cygwin to simply inherit the Windows ACL of its parent directory? > > No. > Igor You meant "nontsec", right? Corinna -- C

Re: Inheriting parent ACLs?

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Corinna Vinschen wrote: > On Sep 23 16:45, Igor Pechtchanski wrote: > > On Thu, 23 Sep 2004, Gabe Rosenhouse wrote: > > > Is there a global setting to cause every file and directory created in > > > Cygwin to simply inherit the Windows ACL of its parent directory? > > > > No.

Re: New packge: lighttpd-1.3.0

2004-09-23 Thread Brian Dessent
"Gerrit P. Haase" wrote: > I dislike this, as long as they use libtool we should try to use it. It wasn't my first choice either. I tried to find a "libtool --mode=link" command line that would take the specified *.lo files and produce a .dll, but I could not find a way. It just seemed silly to

Re: Inheriting parent ACLs?

2004-09-23 Thread Gabe Rosenhouse
On Thu, 23 Sep 2004 17:21:17 -0400 (EDT), Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Thu, 23 Sep 2004, Corinna Vinschen wrote: > > > On Sep 23 16:45, Igor Pechtchanski wrote: > > > On Thu, 23 Sep 2004, Gabe Rosenhouse wrote: > > > > Is there a global setting to cause every file and director

Attn: FAQ [Was: CYGWIN + APCHE + Net::SMTP]

2004-09-23 Thread Brian Dessent
Prakash Khemani wrote: > > Yes. Setting the SYSTEMROOT environment variable in Apach'e CGI > environment did it. "Thou shalt not unset SYSTEMROOT" is a good > commandment to stick with. > > Thanks everybody for the excellent help! Since this has come up a few times recently and is somewhat non-o

Re: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Andrew DeFaria
Gerrit P. Haase wrote: Hallo Richard, Am Donnerstag, 23. September 2004 um 18:12 schriebst du: To filter out spam at the client side is not possible, I would need another PC just to filter my emails... I disagree. SpamBayes is working very well for me (as an Outlook plugin; SpamBayes also integra

Re: [ANNOUNCEMENT] Two new mailing lists

2004-09-23 Thread Andrew DeFaria
Andrew Schulman wrote: As somebody who uses gmane instead of email lists, I cannot find these new lists on gmane. Any idea if they will be automagically included or does somebody need to notify the gmane site? Someone needs to ask the gmane admins to add the lists. Oh. OK. I thought about it but

Re: Cygwin processes getting stuck on max CPU usage; XP SP2 problem?

2004-09-23 Thread Andrew DeFaria
Simon Barnes wrote: Some of my colleagues and I are seeing this without using Process Explorer. No doubt some other automated process is triggering it, but we don't know which. Is there anything I can do to help work towards a fix? It's moderately inconvenient having to restart rxvt or bash eve

Re: Inheriting parent ACLs?

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Gabe Rosenhouse wrote: > On Thu, 23 Sep 2004 17:21:17 -0400 (EDT), Igor Pechtchanski <[EMAIL PROTECTED]> > wrote: , now with more reasons. > > On Thu, 23 Sep 2004, Corinna Vinschen wrote: > > > > > On Sep 23 16:45, Igor Pechtchansk

Re: Same code, same script, different results

2004-09-23 Thread Brian Dessent
Mikael Åsberg wrote: > Anyway, it's working as expected now. But to tell the truth I don't know > exactly what the problem was. I tinkered some with the script, did a make > clean ; make (again), and, voila, it works. I'm glad that it works, but it's > a bit annoying not understanding what the pro

Re: New packge: lighttpd-1.3.0

2004-09-23 Thread Gerrit P. Haase
Hello Brian, Am Donnerstag, 23. September 2004 um 23:34 schriebst du: > "Gerrit P. Haase" wrote: >> I dislike this, as long as they use libtool we should try to use it. > It wasn't my first choice either. I tried to find a "libtool > --mode=link" command line that would take the specified *.lo

Re: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Gerrit P. Haase
Hello Andrew, >> You can filter about hundred mails a day, maybe 250, but since I'm >> getting 1000 mails a day and more my machine is quite busy with >> filtering. > Hell I'm filtering 1000 - 1500 per day and putting them into an SQL > database as well as bouncing most of them on my little 3

Re: New packge: lighttpd-1.3.0

2004-09-23 Thread Brian Dessent
"Gerrit P. Haase" wrote: > > Hmm, looking at it again I see that you may be right. I was having > > problems with it not finding libxml2 (which on cygwin is just > > /usr/lib/libxml2.dll.a and .la) but it appears that all the others are > > extraneous. They must have been remnants left over of v

Re: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Brian Dessent
"Gerrit P. Haase" wrote: > >> You can filter about hundred mails a day, maybe 250, but since I'm > >> getting 1000 mails a day and more my machine is quite busy with > >> filtering. > > > Hell I'm filtering 1000 - 1500 per day and putting them into an SQL > > database as well as bouncing most of

Re: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Andrew DeFaria
Gerrit P. Haase wrote: Hello Andrew, You can filter about hundred mails a day, maybe 250, but since I'm getting 1000 mails a day and more my machine is quite busy with filtering. Hell I'm filtering 1000 - 1500 per day and putting them into an SQL database as well as bouncing most of them on my l

File permission problem

2004-09-23 Thread jackylam
Dear all, I have try to generate a private key file so that I don't need to enter password everytime I "ssh" to a remote machine. However, "ssh" complaints me about the permission of key file. I don't know why "chmod" always return 666 or 444 even I want to change the file to 600 or 400.

Re: PCYMTNQREAIYR, it really works.

2004-09-23 Thread Gerrit P. Haase
Hello Andrew, >> there is dbmail, but it doesn't work with Windows (or Cygwin) yet. > Don't see how dbmail will help you with spam. I want to store my mail in a database. My email client should only need to display the mail, not working as a database server. I tried again to get dbmail up and

  1   2   >