Results 1 to 10 of 12

Thread: AIDE will not work!

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Location
    Des Moines area (Iowa)
    Beans
    162
    Distro
    Ubuntu 10.04 Lucid Lynx

    Angry AIDE will not work!

    I am trying to run the "aide" program, but I have a very aggravating situation that is preventing it.

    Whenever I try to run it, (trying to "check",) whether as root or another user, I am presented with:
    Code:
    Couldn't open file /var/lib/aide/please-dont-call-aide-without-parameters/aide.db for reading
    or
    Code:
    Extra parameters given
    I have tried many commands, including:
    Code:
    aide -C
    aide --check
    aide -V
    aide -V 20
    aide --verbose
    aide -C -V
    aide -C -V 20
    aide --check --verbose
    aide --check --verbose=20
    aide -C -r stdout
    aide --check -r stdout
    aide -V -r stdout
    aide -V 20 -r stdout
    aide --verbose -r stdout
    aide -C -V -r stdout
    aide -C -V 20 -r stdout
    aide --check --verbose -r stdout
    aide --check --verbose=20 -r stdout
    aide -C --report=stdout
    aide --check --report=stdout
    aide -V --report=stdout
    aide -V 20 --report=stdout
    aide --verbose --report=stdout
    aide -C -V --report=stdout
    aide -C -V 20 --report=stdout
    aide --check --verbose --report=stdout
    aide --check --verbose=20 --report=stdout
    The commands in bold give the second error; all the rest of the commands give the first error.


    This is really irritating; I'm questioning if I will be able to finish my project in time.

    Any help would definitely be appreciated!
    There are 10 types of people in this world, those that understand binary and those that do not.
    Click here for the rest...

  2. #2
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: AIDE will not work!

    I have not used AIDE. See if these links help :

    http://www.linux.com/feature/113919

    http://www.securityfocus.com/infocus/1424
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  3. #3
    Join Date
    Mar 2009
    Location
    Holland
    Beans
    43
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: AIDE will not work!

    I once got that problem on FreeBSD, The problem was that the database file was initialized but not filled.

    I replaced it with an other version and it worked perfectly. What are the permissions of the .db file? Maby the installer, updater is still locking it because it's updating?
    - Security is like a brake, it can slow you down but it'll also give you the faith to speed up higher then before. -

  4. #4
    Join Date
    Jan 2007
    Beans
    7

    Re: AIDE will not work!

    Get the same think here when run the commands manually.
    sudo /etc/cron.daily/aide does work ok.

    will do more investigation later.

  5. #5
    Join Date
    Mar 2009
    Beans
    1

    Re: AIDE will not work!

    I had the same issue, and about lost my mind trying to find the answer.

    These two links helped a ton:

    http://fixunix.com/debian/121980-aide.html

    http://svn.debian.org/wsvn/pkg-aide/...ile&rev=0&sc=0

    I'm still working with this so I haven't gotten it completely figured out yet. Good luck.

  6. #6
    Join Date
    Oct 2007
    Beans
    22

    Re: AIDE will not work!

    Try "aide.wrapper" instead of "aide", so "aide.wrapper -i" or even "aideinit".

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •