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

Last WebAdmin Session logs

Hi,

unable to find any entry at Management tab for "Last WebAdmin Session" current device UTM 625 and version 9.204.

anyone have any idea if in case need to restart any of the services at command prompt as restarting the device doesn't help at all.

thanks in advance...


This thread was automatically locked due to age.
Parents
  • Unfortunately, this means that the PostgreSQL table for that is broken.  I don't know if there's a way to just target that table.

    Although it hasn't helped where I've seen this before, you can first try re-indexing the Reporting tables to see if that fixes your problem.  As root:
    psql -Ureporting -c"reindex database reporting;" reporting
    psql -Ureporting -c"vacuum;" reporting

    When that fails, the only solution is to rebuild the databases, causing the loss of some or all history in Reporting.  This doesn't touch the logs though.

    /etc/init.d/postgresql92 rebuild


    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • thanks for your response..

    i tried both one after the other but no help...

    i also tried SQL rebuild command has changed in 9.200+

    sudo /etc/init.d/postgresql92 rebuild

    but no use till now...
Reply Children
No Data