Bacula-users

Re: [Bacula-users] logwatch

2009-12-15 11:29:03
Subject: Re: [Bacula-users] logwatch
From: Craig White <craigwhite AT azapple DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 15 Dec 2009 09:25:30 -0700
On Mon, 2009-12-14 at 08:22 -0700, Craig White wrote:
> A relatively new bacula 3.0.3 installation on CentOS 5
> 
> I get an error every day from logwatch...
> 
> 
> 
> obviously generated by
> cron...run-parts /etc/cron.daily
> 
> 
> /etc/cron.daily/0logwatch:
> 
> Cannot find shared script applybaculadate
> 
> Now I can find the script...
> /usr/src/redhat/BUILD/bacula-3.0.3/scripts/logwatch/applybaculadate
> 
> and I can see that...
> 
> # cat /etc/logwatch/conf/services/bacula.conf
> Title = "bacula"
> 
> # Which logfile group...
> LogFile = bacula
> 
> *ApplyBaculaDate =
> 
> What is it that I am supposed to do?
----
with help from Steve Ellis...

apparently the source rpm needs to do the following...

mkdir /etc/logwatch/scripts/shared
cp \
/usr/src/redhat/BUILD/bacula-3.0.3/scripts/logwatch/applybaculadate \
/etc/logwatch/scripts/shared
chmod 755 /etc/logwatch/scripts/shared/applybaculadate

and a terse bacula log is included with logwatch or otherwise, generates
an error.

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>