[SOVLED] Ubuntu / rkhunter question.

Discussion in 'Linux Beginners' started by Taxick, Mar 5, 2022.

  1. Taxick

    Taxick Member

    Hi
    I hope you can help me out :slight_smile:
    I'm having a ubuntu / rkhunter question.
    I have installed the last version of rkhunter! And rkhunter working fine.
    But when I installed new packages, rkhunter check the install files on the fly someway
    tttt.png
    Somehow rkhunter mess up some of my install scripts (netdata install script), so I want to disable the rkhunter check when I install things
    Here is the install script!:
    Code:
    wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --disable-telemetry
    
    Can someone help me out, and tell me what options to disable on the config?
    If I remove rkhunter with "apt remove rkhunter" - The netdata installer works fine, but then I don't have rkhunter!
    // Thomas
     
    Last edited: Mar 7, 2022
  2. Taxick

    Taxick Member

    Anyone that can help me?
     
  3. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    Set PKGMGR=NONE in your /etc/rkhunter.conf.local or comment the lines in /etc/apt/apt.conf.d/90rkhunter

    Alternately you might check if PKGMGR_NO_VRFY would suit your needs (read /etc/rkhunter.conf).
     
    Last edited: Mar 8, 2022
    Taxick likes this.
  4. Taxick

    Taxick Member

Share This Page