Koozali.org: home of the SME Server

email to admin on server " etc/cron.daily/zz-sa_restart"

Offline purvis

  • *****
  • 567
  • +0/-0
email to admin on server " etc/cron.daily/zz-sa_restart"
« on: June 09, 2009, 11:06:51 PM »
can somebody tell me what this email message below means and how to resolve it.


i saw where somebody posted this in dutch but there was no answer and i would not of understood it anyway.
hummm, Not to insult anybody, but how many dutchman do not speak english anyways?

thanks
paul


email contents:

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Subject:     Cron <root@server0> run-parts /etc/cron.daily
/etc/cron.daily/zz-sa_restart:

find: /var/lib/spamassassin/3.*: No such file or directory

---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
« Last Edit: June 10, 2009, 12:57:34 AM by purvis »

Offline purvis

  • *****
  • 567
  • +0/-0
Re: email from server " etc/cron.daily/zz-sa_restart"
« Reply #1 on: June 09, 2009, 11:53:22 PM »
i did a update today from the server-manager panel today just now, maybe that will correct it.

Offline purvis

  • *****
  • 567
  • +0/-0
Re: email to admin on server " etc/cron.daily/zz-sa_restart"
« Reply #2 on: June 10, 2009, 10:49:24 PM »
the update did not remove the problem

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: email to admin on server " etc/cron.daily/zz-sa_restart"
« Reply #3 on: June 10, 2009, 11:06:55 PM »
can somebody tell me what this email message below means and how to resolve it.

as you can read every time you write a post, "Don't report problems here"

please open a bug in bugzilla, thank you

Stefano

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: email to admin on server " etc/cron.daily/zz-sa_restart"
« Reply #4 on: June 11, 2009, 11:00:37 AM »
hummm, Not to insult anybody, but how many dutchman do not speak english anyways?
There are enough that have dificulties expressing themselves in English, let alone in written English. But in general most Dutch speak at least a little English.

You could use google to translate or give me a pointer to the post so I could translate it for you (as I am a native Dutch speaker).
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline purvis

  • *****
  • 567
  • +0/-0
Re: email to admin on server " etc/cron.daily/zz-sa_restart"
« Reply #5 on: June 11, 2009, 08:25:08 PM »
thanks cactus for the offer but i made a change that might do no harm

i made a change in the cron program "zz-sa_restart" located in "/etc/cron.daily" directory

it was a simple script file
basically i removed all the lines except one few lines that checked for a exiting file "/service/spamd" then runs "sv t /service/spamd"

i believe that just restarts the spamassassin program at midnight and i did not find that should do any harm.
 

paul

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: email to admin on server " etc/cron.daily/zz-sa_restart"
« Reply #6 on: June 11, 2009, 08:35:04 PM »
I just had a look at it again and it is a script coming from the base installation:

Code: [Select]
[root@smetest ~]# rpm -qf /etc/cron.daily/zz-sa_restart
smeserver-spamassassin-2.0.0-1.el4.sme
[root@smetest ~]#

I am wondering why you need modifications to it, it seems to do no harm in it's default state either. AFAIK not finding anything in /var/lib/spamassassin/3.* might mean spamassasin is not correctly installed as /var/lib/spamassassin is provided by spamassassin and is used to store spamassasin updates downloaded by sa-update:

Code: [Select]
[root@smetest ~]# rpm -qf /var/lib/spamassassin/
warning: only V3 signatures can be verified, skipping V4 signature
spamassassin-3.2.5-48.el4
[root@smetest ~]#

sa-update in turn is invoked by a cron job /etc/cron.daily/sa_update which is also coming from the spamassassin package.

I think you should try and revert your changes as obviously something else seems wrong and you are only suppressing the symptoms at the moment.

If you are sure the errors are not caused by any manual changes to your system earlier you might consider raising a bug in the bugtracker so we can try and determine what might be the cause of this.
« Last Edit: June 11, 2009, 08:38:48 PM by cactus »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline purvis

  • *****
  • 567
  • +0/-0
Re: email to admin on server " etc/cron.daily/zz-sa_restart"
« Reply #7 on: June 11, 2009, 10:46:35 PM »
thank you for your help catcus, i know it has taken you time and i appreciate it.
I am only using the email server very lightly at the time while i get the email system under control but i wish to make it our standard email server.
It is currently being used as file server with just my emailing activities.

thank you for the heads up cactus

i did not edit sa-update
paul

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: email to admin on server " etc/cron.daily/zz-sa_restart"
« Reply #8 on: June 12, 2009, 11:59:19 AM »
Reply because it is a core package your modifications will most likely be overwritten the next time the owning package is updated.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)