RKHunter

Discussion in 'Installation/Configuration' started by alphaman36, Aug 26, 2012.

  1. alphaman36

    alphaman36 New Member

    I would like to install RK Hunter on my name servers and the main ISPConfig console, the problem is with ubuntu it installs postfix, (I am running a multiple server setup) how do I avoid installing postfix and the other packages it wants to install
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. Mark_NL

    Mark_NL Member

    in case you want to keep using packages instead of compiling yourself, use:
    Code:
    aptitude download rkhunter
    dpkg --force-all -i rkhunter*.deb
     
  4. alphaman36

    alphaman36 New Member

    It installs but complains

    It installs but complains about not having binutils, will it still work with ISPConfig name server only
     
  5. Mark_NL

    Mark_NL Member

    Works just fine here, but i DO have binutils installed and i think it's needed by rkhunter to check for certain file properties etc, just install it.

    Code:
    root@ns:/home/mark# aptitude download rkhunter
    Get:1 http://ftp.nl.debian.org/debian/ squeeze/main rkhunter all 1.3.6-4 [222 kB]
    Fetched 222 kB in 0s (1,150 kB/s)
    root@ns:/home/mark# dpkg --force-all -i rkhunter*.deb
    Selecting previously deselected package rkhunter.
    (Reading database ... 23042 files and directories currently installed.)
    Unpacking rkhunter (from rkhunter_1.3.6-4_all.deb) ...
    dpkg: rkhunter: dependency problems, but configuring anyway as you requested:
     rkhunter depends on exim4 | postfix | sendmail | mail-transport-agent; however:
      Package exim4 is not installed.
      Package postfix is not installed.
      Package sendmail is not installed.
      Package mail-transport-agent is not installed.
      Package ssmtp which provides mail-transport-agent is not installed.
    Setting up rkhunter (1.3.6-4) ...
    
    Configuration file `/etc/logrotate.d/rkhunter', does not exist on system.
    Installing new config file as you requested.
    
    Configuration file `/etc/cron.weekly/rkhunter', does not exist on system.
    Installing new config file as you requested.
    
    Configuration file `/etc/default/rkhunter', does not exist on system.
    Installing new config file as you requested.
    
    Configuration file `/etc/cron.daily/rkhunter', does not exist on system.
    Installing new config file as you requested.
    
    Configuration file `/etc/rkhunter.conf', does not exist on system.
    Installing new config file as you requested.
    [ Rootkit Hunter version 1.3.6 ]
    File created: searched for 161 files, found 124
    Processing triggers for man-db ...
    root@ns:/home/mark# 
     

Share This Page