Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Web protection empty logs

My first post on the forums...hope you can help me out!  I'm running UTM 9 home edition and most things are running good.  I've setup the web filtering options and it's working, as in it filters out sites, but when I go to the Web Protection section of logging/reporting it shows nothing.  The live log also doesn't show any accessed sites.  I'm not using "users" but I have setup all my computers/devices as hosts with static DHCP.  I've made sure "Log Accessed Pages" and "Log Blocked pages" is checked under the Advanced setttings tab of Web Protection.  

Could it be that I'm running this on a P4 with 1gig of RAM?  The RAM utilization is usually around 65% +. 

Thanks!


This thread was automatically locked due to age.
  • You can ignore that, please check Middleware, Fallback and Kernel logs.

    Regarding that log message, the give-away is "main::cleanup_sessions", it looks like it's just doing some house-cleaning.
  • Middleware: Nothing special
    Fallback: Nothing special
    Kerner logs: Only 2 lines ...
    2013:05:26-11:40:24 20100 kernel: [   40.629653] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
    2013:05:26-11:40:24 20100 kernel: [   40.629655] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
  • That's odd.  I expected that we'd find something...

    Might need to do a database rebuild to get it to start showing things properly again.
  • Thanks for you time jeff, ok i ssh to the system. 
    And do a complete report rebuild with

    /etc/init.d/postgresql92 rebuild.

    Here the result :
    Rebuilding PostgreSQL database, all reporting data will be lost!
    Enter "yes" to continue...
    yes
    :: Stopping PostgreSQLcould not change directory to "/root"
                                                                         done
    :: Initializing the PostgreSQL databasecould not change directory to "/root"
                                                                         done
    :: Starting PostgreSQL                                               done
    :: Restarting SMTP Proxy
    :: Stopping SMTP Proxy
    [ ok ]
    :: Starting SMTP Proxy
    [ ok ]
    [ ok ]

    Now i wait to see if some report appear
  • Those messages about not being able to change the directory to '/root' are curious.  Was the command run as root? Do you know what your current working directory was when the command was run? Are you able to cd to '/root' yourself?
  • The root  message is because i was already in the root directory, if change to another directory i dont get this messages.

    But until now that doesnt correct the problem :-(

     /etc/init.d/postgresql92 rebuild
    Rebuilding PostgreSQL database, all reporting data will be lost!
    Enter "yes" to continue...
    yes
    :: Stopping PostgreSQL                                               done
    :: Initializing the PostgreSQL database                              done
    :: Starting PostgreSQL                                               done
    :: Restarting SMTP Proxy
    :: Stopping SMTP Proxy
    [ ok ]
    :: Starting SMTP Proxy
    [ ok ]