Re: [SAtalk] Error when using spamd/spamc

2004-01-07 Thread Thomas von Hassel
yep ..but i fear my perl/cpan setup is a bit wierd ... ill try a clean install someday when i have the time ... /thomas On 7/1-2004, at 15.18, Eric W. Bates wrote: Are you running the latest version of Time::HiRes? Thomas von Hassel wrote: anyone have a hint on this one ? ...i would love to u

Re: [SAtalk] Error when using spamd/spamc

2004-01-06 Thread Thomas von Hassel
Thomas von Hassel Cc: [EMAIL PROTECTED] Subject: Re: [SAtalk] Error when using spamd/spamc anyone have a hint on this one ? ...i would love to use spamc/spamd becouse the load on my mailgateway is beginning to get pretty high ... /thomas On 6/1-2004, at 9.58, Thomas von Hassel wrote: I get this erro

Re: [SAtalk] Error when using spamd/spamc

2004-01-06 Thread Thomas von Hassel
anyone have a hint on this one ? ...i would love to use spamc/spamd becouse the load on my mailgateway is beginning to get pretty high ... /thomas On 6/1-2004, at 9.58, Thomas von Hassel wrote: I get this error when trying to use spamd/spamc with version 2.61 and the Advosys scripts with postf

Re: [SAtalk] Error Line 1242 - Could someone please read this..

2003-10-31 Thread Evan Platt
--On Friday, October 31, 2003 7:29 AM -0800 "Nichols, William" <[EMAIL PROTECTED]> wrote: > > I get the error below, and haven't really been able to track it down (I > am not a Perl wiz like many of you :-P) > > If someone has seen this or can help me out that would be great. This is > Spama

Re: [SAtalk] Error in mail logs relating to SPAMD

2003-10-26 Thread Martin Radford
At Sun Oct 26 01:36:05 2003, [EMAIL PROTECTED] wrote: > The error i am seeing relates to spamd & it is as follows > Still running as root: user not specified with -u, not > found, or not set to root. Fall back to nobody. > I did try n add this in the init script for spam > assassin under the

Re: [SAtalk] Error installing spamassassin from CPAN

2003-09-26 Thread Jonathan G - Mailing List
Hi Ewald, the problem you have is that your system seems not to have a "make" pre-compiler: > Writing Makefile for Mail::SpamAssassin > Makefile:92: *** missing separator. Stop. > /usr/bin/make -- NOT OK > Running make test > Can't test without successful make > Running make install > ma

Re: [SAtalk] Error message from DCC since upgraded to RC5

2003-09-22 Thread Daniel Quinlan
Luis Hernán Otegui <[EMAIL PROTECTED]> writes: > About $PATH: >> From the spamd start script: > PATH=$PATH:/usr/bin:/usr/local/bin What's the _full_ PATH variable? Telling me that /usr/bin and /usr/local/bin were appended to PATH does not answer the question. > And you're right, Daniel, in the

Re: [SAtalk] Error message from DCC since upgraded to RC5

2003-09-22 Thread Daniel Quinlan
=?iso-8859-1?B?THVpcyBIZXJu4W4gT3RlZ3Vp?= <[EMAIL PROTECTED]> writes: > Well, I guess nobody noticed my other post, so here we go again: > Since upgrading to SA-2.60-RC5, I'm getting this warnings in the maillog > whenever spamd analizes a message: > Sep 22 10:39:00 nahuel spamd[16955]: DCC -> ch

Re: [SAtalk] Error message from DCC since upgraded to RC5

2003-09-22 Thread Luis Hernán Otegui
h You..." From: Daniel Quinlan <[EMAIL PROTECTED]> To: Luis Hernán Otegui <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [SAtalk] Error message from DCC since upgraded to RC5 Date: 22 Sep 2003 10:28:33 -0700 =?iso-8859-1?B?THVpcyBIZXJu4W4gT3RlZ3Vp?= <[EMAIL PROTECTED]&

Re: [SAtalk] Error from dcc-1.2.6

2003-09-13 Thread Theo Van Dinter
On Sat, Sep 13, 2003 at 10:39:27PM -0400, Steven W. Orr wrote: > I upgraded and now I have the following error message on every mail > message: > What else am I suppoed to do? does "dccproc -H < message" work? if not, you'll have to ask the DCC folks. if so, try a SA -D run and see what the outp

Re: [SAtalk] Error creating user_prefs

2003-09-05 Thread Matt Kettler
At 09:36 AM 9/5/2003 -0500, Segree, Gareth wrote: I am getting the following error from the spamd daemon when running from exiscan Creating default_prefs [//.spamassassin/user_prefs] Cannot write to //.spamassassin/user_prefs: No such file or directory Where can I change the location that spamass

Re: [SAtalk] error on spamd startup?

2003-05-27 Thread Theo Van Dinter
On Tue, May 27, 2003 at 11:28:38AM -0700, Catherine Pinatiello wrote: > sh: lsof: command not found well that's not good. I'd go grab a copy and install it. Source can be found via http://freshmeat.net/projects/lsof/ and if you're running Linux there are packages available. It's a great utility

Re: [SAtalk] error on spamd startup?

2003-05-27 Thread Matt Kettler
That sounds like you're trying to start a copy of spamd when one is already running. try a netstat -l and see if something is already using port 783. netstat -lp may tell you what process or PID is using the port. If something besides spamd is using 783, you can pass a -p parameter to spamd an

Re: [SAtalk] error on spamd startup?

2003-05-27 Thread Catherine Pinatiello
Theo Van Dinter wrote: > > There's an issue with one of the rpc progs (not related to NFS as I > remember) grabbing 783 sometimes, but that's why an 'lsof -i :783' > will answer what process is using the port. Ok I found and installed LSOF. I ran it and it says spamd. I think that perhaps the shut

Re: [SAtalk] error on spamd startup?

2003-05-27 Thread Catherine Pinatiello
sh: lsof: command not found Theo Van Dinter wrote: On Tue, May 27, 2003 at 10:57:42AM -0700, Catherine Pinatiello wrote: Ok I started it with -p 784 switch ... so is 784 a good port to use? I don't know which port to use that would avoid a conflict like this in the future ... apparently something

Re: [SAtalk] error on spamd startup?

2003-05-27 Thread Theo Van Dinter
On Tue, May 27, 2003 at 12:41:59PM -0600, Anthony Martinez wrote: > NFS package kept grabbing the first unused port not in /etc/services. I'm only > trying to help, don't get all flamey on me. Not getting flamey, but if you make a statement like "restart this major service which isn't involved wit

Re: [SAtalk] error on spamd startup?

2003-05-27 Thread Theo Van Dinter
On Tue, May 27, 2003 at 12:26:59PM -0600, Anthony Martinez wrote: > I think, last time I saw this discussed, you needed to add > spamd 783/tcp No you don't. > in /etc/services, and restart the NFS server. WTF does NFS have to do with this? There's an issue with one of the rpc progs (no

Re: [SAtalk] error on spamd startup?

2003-05-27 Thread Anthony Martinez
On Tue, May 27, 2003 at 02:39:18PM -0400, Theo Van Dinter carved this out of pure phosphors: > On Tue, May 27, 2003 at 12:26:59PM -0600, Anthony Martinez wrote: > > I think, last time I saw this discussed, you needed to add > > spamd 783/tcp > > No you don't. > > > in /etc/services

Re: [SAtalk] error on spamd startup?

2003-05-27 Thread Theo Van Dinter
On Tue, May 27, 2003 at 10:57:42AM -0700, Catherine Pinatiello wrote: > Ok I started it with -p 784 switch ... so is 784 a good port to use? I > don't know which port to use that would avoid a conflict like this in > the future ... apparently something on my system was already using 783! run 'lsof

Re: [SAtalk] error on spamd startup?

2003-05-27 Thread Anthony Martinez
On Tue, May 27, 2003 at 10:24:21AM -0700, Catherine Pinatiello carved this out of pure phosphors: > I installed spamassassin on a cobalt Raq3. (Yeah I can hear the groans > already.) So on starting spamd using the script in rc.d it gives this > message: > > Starting spamd: spamdCould not creat

Re: [SAtalk] error on spamd startup?

2003-05-27 Thread Catherine Pinatiello
To further complicate things, I restarted it after it had been on port 784, and on restart it gave me the same error message. Is it not shutting down appropriately do you think...? Could that be the issue? Catherine Pinatiello wrote: > Ok I started it with -p 784 switch ... so is 784 a good port to

Re: [SAtalk] error on spamd startup?

2003-05-27 Thread Catherine Pinatiello
Ok I started it with -p 784 switch ... so is 784 a good port to use? I don't know which port to use that would avoid a conflict like this in the future ... apparently something on my system was already using 783! Catherine Pinatiello wrote: > I installed spamassassin on a cobalt Raq3. (Yeah I can h

Re: [SAtalk] error

2003-02-24 Thread Dev
ug: all '*From' addrs: [EMAIL PROTECTED] debug: running meta tests; score so far=1.8 debug: is spam? score=1.8 required=5 tests=DATE_MISSING,MISSING_HEADERS,NO_REAL_NAME - Original Message - From: "Matt Kettler" <[EMAIL PROTECTED]> To: "Dev" <[EMAIL PRO

Re: [SAtalk] error

2003-02-21 Thread Dev
Does anyone have any idea on this one?? im using spamassassin 2.50 everything was working with 2.43 Dev. - Original Message - From: "Dev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 11:33 AM Subject: [SAtalk] error > Im using qmail+vpopmail > this is th

Re: [SAtalk] Error: Can't locate object method "handle_auto_report"...

2003-01-31 Thread Enno Lenze
On Fri, Jan 31, 2003 at 10:30:05AM -0500, Theo Van Dinter wrote: > Let me guess, you upgraded SA recently? The above almost always happens > due to an upgrade and some form of mismatched code (scripts and modules, > modules and rules, etc.) Yes. i updated it with apt-get, then icompile the curren

Re: [SAtalk] Error: Can't locate object method "handle_auto_report"...

2003-01-31 Thread Theo Van Dinter
On Fri, Jan 31, 2003 at 04:36:04PM +0100, Enno Lenze wrote: > Yes. i updated it with apt-get, then icompile the current stable version, > then the newest, without fixing the problem. What you want to do is blow away the scripts, rules, and modules. Then reinstall. -- Randomly Generated Tagline:

Re: [SAtalk] Error: Can't locate object method "handle_auto_report"...

2003-01-31 Thread Theo Van Dinter
On Fri, Jan 31, 2003 at 03:49:34PM +0100, Enno Lenze wrote: > Can't locate object method "handle_auto_report" via package > "Mail::SpamAssassin: > :PerMsgStatus" (perhaps you forgot to load > "Mail::SpamAssassin::PerMsgStatus"?) > at /usr/bin/spamassassin line 231. > procmail: Program failure (70)

Re: [SAtalk] Error during install

2003-01-08 Thread Bob Apthorpe
Hi, On Wed, 8 Jan 2003 19:51:25 -0800 (PST) Jonathan Nichols <[EMAIL PROTECTED]> wrote: > > > > I am a newbie here to all this, so please forgive my ignorance. > > I have tried installing via the RPMs and good old make, and I get this error > > both ways. I am running Redhat 7.1 with perl v5.6.0

Re: [SAtalk] Error during install

2003-01-08 Thread Jonathan Nichols
> > I am a newbie here to all this, so please forgive my ignorance. > I have tried installing via the RPMs and good old make, and I get this error > both ways. I am running Redhat 7.1 with perl v5.6.0, and spamassassin 2.43. > If someone can shed any light on this I would be most thankful, I am at

Re: [SAtalk] Error in procmail

2002-11-06 Thread Mike Burger
My experience, really, has been the procmail already being configured as the default LDA, and the .forward being in place. On Wed, 6 Nov 2002, Dave Young wrote: > this is an MTA error. > > try creating a symlink /usr/adm/sm.bin which points to /etc/smrsh > > I've noticed that some incarnations

Re: [SAtalk] Error in procmail

2002-11-06 Thread Dave Young
this is an MTA error. try creating a symlink /usr/adm/sm.bin which points to /etc/smrsh I've noticed that some incarnations of smrsh actually look in /usr/adm/sm.bin instead of /etc/smrsh. hth, Dave On Wednesday 06 November 2002 12:36 pm, Mike Burger wrote: > First, and foremost, try rena

Re: [SAtalk] Error in procmail

2002-11-06 Thread Mike Burger
First, and foremost, try renaming your .forward to soemthing else, and then try sending mail to that account, again. In *most* default installs, procmail is already set up as the local delivery agent. Putting a call in .forward to procmail will then confuse the issue. On Wed, 6 Nov 2002, [Win

Re: [SAtalk] error when starting SA 2.42

2002-10-05 Thread Justin Mason
Sebastian Seitz said: > I've just installed SA 2.42 and everything works fine except the following error > when I start the daemon: > > Failed to run RAZOR_CHECK SpamAssassin test, skipping: ^I(Can't locate object me > thod "check_razor" via package "Mail::SpamAssassin::PerMsgStatus" at /usr/l

Re: [SAtalk] error I encountered while making SA

2002-06-26 Thread Weyland
On Wednesday 26 June 2002 11:47 am, Bart Schaefer spake: > SA 2.20 uses your local.cf scores when running its tests, so some of the > tests can go wrong. 2.30 and later have fixed this. > > If you don't have any local scores that could be causing this, then I'm > as much in the dark as you. Tha

Re: [SAtalk] error I encountered while making SA

2002-06-26 Thread Bart Schaefer
On Wed, 26 Jun 2002, Weyland wrote: > Can someone tell me what this means? SA 2.20 uses your local.cf scores when running its tests, so some of the tests can go wrong. 2.30 and later have fixed this. If you don't have any local scores that could be causing this, then I'm as much in the dark a

Re: [SAtalk] Error after upgrading

2002-06-23 Thread Nils Vogels
On Sun, Jun 23, 2002 at 08:56:23AM -0400, Bryan Hoover wrote: > Nils Vogels wrote: > > > results of a cat sample-spam.txt | spamassassin -DP : > > > > debug: Failed to parse line in SpamAssassin configuration, skipping: > > auto_report_threshold 30 > > The auto_report_threshold line should

Re: [SAtalk] Error after upgrading

2002-06-23 Thread Bryan Hoover
Nils Vogels wrote: > results of a cat sample-spam.txt | spamassassin -DP : > > debug: Failed to parse line in SpamAssassin configuration, skipping: > auto_report_threshold 30 The auto_report_threshold line should be removed from user_prefs - SA's not reading it. > Can't locate object metho

Re: [SAtalk] Error output with latest CVS

2002-06-06 Thread Tobias von Koch
On Wed, 5 Jun 2002 10:46:56 -0700 (PDT), Craig R Hughes wrote: CRH> Yes, I just noticed this myself. I think it's a bug in the patch CRH> from Bugzilla#343 -- looks like a copy/paste bug -- how can you CRH> expect to read from a descriptor which perl just told you it failed CRH> to open... oh y

Re: [SAtalk] Error output with latest CVS

2002-06-05 Thread Craig R Hughes
Yes, I just noticed this myself. I think it's a bug in the patch from Bugzilla #343 -- looks like a copy/paste bug -- how can you expect to read from a descriptor which perl just told you it failed to open... I'll delete that line. C Bart Schaefer wrote: BS> During "make test" (which BTW I t

Re: [SAtalk] Error Starting Spamassassin

2002-05-13 Thread Craig R Hughes
You have to run /etc/rc.d/init.d/* scripts as root. C [EMAIL PROTECTED] wrote: > Anybody have a quick cure for this? > > /etc/rc.d/init.d/spamassassin start > Starting spamd: Cannot create tmp lockfile /root/.spamassassin/auto- > whitelist.lock : No such file or directory >

Re: [SAtalk] Error shutting down spamd

2002-04-01 Thread Craig Hughes
Try the following: # . /etc/rc.d/init.d/functions # killproc spamd What does it say? C On Mon, 2002-04-01 at 09:57, AHA Lists wrote: > I am running this as root. Any other ideas? > > > > on 4/1/02 11:43 AM, Craig Hughes at [EMAIL PROTECTED] wrote: > > > Only thing I can think of is you're

Re: [SAtalk] Error shutting down spamd

2002-04-01 Thread AHA Lists
I am running this as root. Any other ideas? on 4/1/02 11:43 AM, Craig Hughes at [EMAIL PROTECTED] wrote: > Only thing I can think of is you're not root when trying to run the > shutdown script, so you can't kill the process. Become root first, then > run the script. > > C > > On Mon, 2002-

Re: [SAtalk] Error shutting down spamd

2002-04-01 Thread Craig Hughes
Only thing I can think of is you're not root when trying to run the shutdown script, so you can't kill the process. Become root first, then run the script. C On Mon, 2002-04-01 at 06:57, AHA Lists wrote: > When ever I try and stop spamd I get an error using the redhat init script. > > /etc/rc.

Re: [SAtalk] Error on make on a raq3

2002-03-18 Thread Olivier Nicole
> /bin/sh: pod2text: command not found > /bin/sh: pod2text: command not found > make: *** [doc/.made] Error 127 pod2text is a tool used to generate documentation from som Perl source. It means there is something strange in the way your perl distro was installed. In another hand, you don't absolu

Re: [SAtalk] Error during SpamAssassin build - ld: fatal: library-ldb: not found

2002-03-18 Thread Craig R Hughes
Duncan Findlay wrote: > I really think that we can get rid of those extra libraries. On Debian, > spamc builds with just libc. It will build fine on many systems (particularly linux) which have modern libc/glibc's where the unix socket stuff is automatically linked by your linker. However, th

Re: [SAtalk] Error during SpamAssassin build - ld: fatal: library -ldb: not found

2002-03-13 Thread Duncan Findlay
On Tue, Mar 12, 2002 at 10:20:08PM -0500, Greg Ward wrote: > On 12 March 2002, Clayton A. Burnham said: > > I get the following error while "making" SpamAssassin: > > > > gcc -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE >-D_FILE_OFFSET_BITS=64 -O spamd/spamc.c \ > >

Re: [SAtalk] Error during SpamAssassin build - ld: fatal: library -ldb: not found

2002-03-12 Thread Greg Ward
On 12 March 2002, Clayton A. Burnham said: > I get the following error while "making" SpamAssassin: > > gcc -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE >-D_FILE_OFFSET_BITS=64 -O spamd/spamc.c \ > -o spamd/spamc -L/usr/local/lib -lsocket -lnsl -lgdbm -ldb -ldl