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

Log-Disk voll

Mahlzeit,

meine Log-Disk ist vollgelaufen und jetzt werden beispielsweise keine Web Protection Logs mehr geschrieben. Ich habe versucht über die Weboberfläche einige alte Logs (älter als ein Jahr) zu löschen, und habe auch die Funktion "Lösche Logs, die älter sind als..." auf ein Jahr gestellt. Es scheint aber egal zu sein wie viel ich manuell weg lösche, die Log-Disk wird nicht leerer.

Wie gehe ich am besten vor, um die Logs wieder ans Rennen zu kriegen?



This thread was automatically locked due to age.
  • Bezahlte Lizenz: Sophos Support über Reseller kontaktieren (oder direkt, wenn Premium Support vorhanden).
    Home Lizenz: über die Shell einfach ein paar alte Logs unter /var/log/ löschen.

    ----------
    Sophos user, admin and reseller.
    Private Setup:

    • XG: HPE DL20 Gen9 (Core i3-7300, 8GB RAM, 120GB SSD) | XG 18.0 (Home License) with: Web Protection, Site-to-Site-VPN (IPSec, RED-Tunnel), Remote Access (SSL, HTML5)
    • UTM: 2 vCPUs, 2GB RAM, 50GB vHDD, 2 vNICs on vServer (KVM) | UTM 9.7 (Home License) with: Email Protection, Webserver Protection, RED-Tunnel (server)
  • If you connect to your UTM via shell and run this command (as the root user)
    du -a /var/log | sort -n -r | head -n 15

    It should give you a list of the 15 largest files in the log directory, from here you can determine what they are e.g. one large log, a couple of large logs.

    If you dont need them you can just delete them.
    If you do need a copy, I would suggest copying them off to another location, e.g. using WinSCP and then remove them from the UTM once you have a copy.