Results 1 to 7 of 7

Thread: Firestarter Log Problem on 12.04 LTS

  1. #1
    Join Date
    Feb 2012
    Beans
    16

    Firestarter Log Problem on 12.04 LTS

    Hello, when i launch firestarter i get this error:

    Firestarter-WARNING **: Log file not found or access denied.
    Firewall log monitoring disabled.

    I followed this instructions:

    http://askubuntu.com/questions/52817...ration-program

    editing (with "root" account) the file /etc/rsyslog.d/50-default.conf

    from

    #*.=info;*.=notice;*.=warn;\
    # auth,authpriv.none;\
    # cron,daemon.none;\
    # mail,news.none -/var/log/messages

    to

    *.=info;*.=notice;*.=warn;\
    auth,authpriv.none;\
    cron,daemon.none;\
    mail,news.none -/var/log/messages

    Then i restarted rsyslog and also rebooted but i get the same message...

    Can someone help me?

  2. #2
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Firestarter Log Problem on 12.04 LTS

    yes dont use firestarter, its an out of date and often buggy package.

    IPTables is the built in firewall in Linux and most users use UFW or GUFW to manage it.

    See here Dangertux firewall guide in Ubuntu

    If you decide to go down this route then remove firestarter completely as it conflicts.

    Peace
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  3. #3
    Join Date
    Feb 2012
    Beans
    16

    Re: Firestarter Log Problem on 12.04 LTS

    I solved the problem. Before doing that steps i mentioned first, i created a dir:

    sudo su
    cd /var/log/
    mkdir messages

    Well, i thought that the log file has to be saved in the messages directory, but it was wrong, messages is the name of the log file.

    Removing the directory i solved the problem:

    rmdir messages
    service rsyslog restart


  4. #4
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Firestarter Log Problem on 12.04 LTS

    Quote Originally Posted by Michele S View Post
    I solved the problem. Before doing that steps i mentioned first, i created a dir:

    sudo su
    cd /var/log/
    mkdir messages

    Well, i thought that the log file has to be saved in the messages directory, but it was wrong, messages is the name of the log file.

    Removing the directory i solved the problem:

    rmdir messages
    service rsyslog restart

    cool glad you got it working.

    Peace
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  5. #5
    Join Date
    Feb 2012
    Beans
    16

    Re: Firestarter Log Problem on 12.04 LTS

    Quote Originally Posted by haqking View Post
    cool glad you got it working.

    Peace
    Yeah, thanks!

  6. #6
    Join Date
    Aug 2012
    Beans
    1

    Re: Firestarter Log Problem on 12.04 LTS

    Need to be root to restart rsyslog.

    sudo service rsyslog restart



  7. #7
    Join Date
    Jan 2012
    Location
    Brasil
    Beans
    13
    Distro
    Ubuntu 16.04 Xenial Xerus

    Question Re: Firestarter Log Problem on 12.04 LTS

    Ok.
    Now I don't get more any error messages, but my events list is empty.
    What now?

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
  •