Menu

#40 Epilog Linux - Install Issue

v1.0_(example)
open
nobody
None
1
2013-02-13
2013-02-11
Dilligaf
No

Hello,

I am trying to install Epilog on Linux and the process won't start. I try and start it manually but it doesn't do anything. Please see below:

dilligaf2@ubuntu:~/Desktop/epilog-1.5$ sudo sh ./install.sh
Confirmed that you are logged in as root

You are about to install Epilog on this host.
Your selections are as follows:
Basic Installation

Installing common files...........

Successfully installed the common files

Installing basic configuration files...........

Successfully installed the necessary files. Activating monitoring...

./install.sh: 315: /etc/init.d/epilogd: Permission denied
Epilog not running. Please check installation parameters.

dilligaf2@ubuntu:~/Desktop/epilog-1.5$ find /etc/init.d/epilogd
/etc/init.d/epilogd

dilligaf2@ubuntu:~/Desktop/epilog-1.5$ sudo /etc/init.d/epilogd start
sudo: /etc/init.d/epilogd: command not found

Thank You

Discussion

  • Leigh Purdie

    Leigh Purdie - 2013-02-11

    Can you please run the following commands, and paste the output?
    ls -l /etc/init.d/epilogd
    head /etc/init.d/epilogd

    Regards,

    Leigh.

     
  • Dilligaf

    Dilligaf - 2013-02-12

    @ubuntu:~$ ls -l /etc/init.d/epilogd
    -rw-r--r-- 1 root root 1932 2013-02-05 09:53 /etc/init.d/epilogd

    @ubuntu:~$ head /etc/init.d/epilogd
    !/bin/sh
    chkconfig: 2345 99 33
    description: SNARE System iNtrusion Analysis and Reporting Environment
    processname: epilog
    config: /etc/snare/epilog/epilog.conf

    (c) 2001-2012 Intersect Alliance Pty Ltd

    This script controls Snare Epilog for UNIX

     

    Last edit: Dilligaf 2013-02-12
  • Leigh Purdie

    Leigh Purdie - 2013-02-13

    As root can you please run:
    chmod 755 /etc/init.d/epilogd

    then:
    /etc/init.d/epilogd start

    And post the results?

    Regards,

    Leigh.

     
  • Dilligaf

    Dilligaf - 2013-02-13

    @ubuntu:/etc/init.d$ sudo /etc/init.d/epilogd start
    Epilog starting.

    I was able to successfully connect to Snare in the browser as well.

    Any idea why I was getting the permission issue upon installation?

    Thanks for the help

     
  • Dilligaf

    Dilligaf - 2013-02-13

    Nevermind, I guess I have to do chmod 755 on all the files before running the install scripts.

     
  • Leigh Purdie

    Leigh Purdie - 2013-02-13

    Not sure yet; we'll have a poke at the installation scripts, and see if we can find the source of the problem.

    Thank you for helping us through the diagnosis. :)

    Regards,

    Leigh.

     

Log in to post a comment.