$Id: README.fedora,v 1.3 2008/03/08 16:05:48 wraay Exp $ Lire RPMS for Fedora Core platforms ----------------------------------- This RPM set was made by Wytze van der Raay The Lire RPMS for Fedora Core are available from a yum-able archive for Fedora Core 4, Fedora Core 5, Fedora Core 6, Fedora 7 and Fedora 8. They are available respectively from: http://download.logreport.org/pub/rpm/fedora/4 http://download.logreport.org/pub/rpm/fedora/5 http://download.logreport.org/pub/rpm/fedora/6 http://download.logreport.org/pub/rpm/fedora/7 http://download.logreport.org/pub/rpm/fedora/8 Requirements ------------ A few of the dependencies required by Lire aren't available in the Fedora Core base or Fedora Core extras distributions, in particular: ploticus perl-Curses-UI For the convenience of Lire's users, RPMS for the required depencies for each version are available in the the same yum archive as the Lire RPMS. YUM archive --------------- You can use yum (http://linux.duke.edu/projects/yum/) to track the Lire RPMS release for Fedora Core 4 and higher. To do so, add the file /etc/yum.repos.d/logreport.repo to your system with the following contents: [logreport] name=LogReport - Fedora Compatible Packages (stable) baseurl=http://download.logreport.org/pub/rpm/fedora/$releasever/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://download.logreport.org/pub/rpm/fedora/RPM-GPG-KEY-logreport [logreport-source] name=LogReport - Fedora Compatible Packages (stable) baseurl=http://download.logreport.org/pub/rpm/fedora/$releasever/SRPMS enabled=0 gpgcheck=1 gpgkey=http://download.logreport.org/pub/rpm/fedora/RPM-GPG-KEY-logreport You can also download this file from: http://download.logreport.org/pub/rpm/fedora/logreport.repo Other Distributions ------------------- These RPMS (as well as their dependencies) may or may not work on other RPM distributions. It all depends on how they are identical to Fedora Core they are. Important places where things may break are: - installed perl version - SGML/XML environment - user management If your distribution isn't there and these RPMS don't work on it, don't hesitate to send us an email on our development list Automatic Reports ----------------- Automatic reporting in this RPM is implemented differently than in the base Lire package. In standard Lire, you would use lr_config to configure daily and weekly reports that would be generated by lr_cron. This RPM will install a lr_vendor_cron script which will do similar things but which is meant to be configured through package specific configuration files dropped in /etc/sysconfig/lire.d Also, contrary to lr_cron, lr_vendor_cron is run as root to have read access to all log files (but Lire is still run as the lire user). On Fedora Core, weekly reports will be sent automatically sent to root for the following packages (if present): apache, iptables, postfix, sendmail, spamassassin, squid, sysklogd, vsftpd Lire can generate reports for other standard packages (mysql, LPRng, cups, postgresql) but since the logging isn't configured in these packages, there is no automatic reporting enabled.