Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Limpieza PfSende

    Scheduled Pinned Locked Moved Español
    2 Posts 2 Posters 1.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      locopepo
      last edited by

      Estimados tengo un PfSense 2.0 con squid, proxy reports, sarg reports, y necesito hacer limpieza por el tamaño del disco duro
      borre rm -r /var/squid/cache/ y /usr/local/sarg-reports , /tmp/sarg pero sigo con el disco duro lleno, donde mas tengo q borrar..

      Atte gracias.

      1 Reply Last reply Reply Quote 0
      • M
        milanojs
        last edited by

        hola,

        • Deten el Squid

        • rm -rf /var/squid/cache

        • squid -z

        • ejecuta de nuevo el squid

        o Crea un script con las siguientes:

        /usr/local/etc/rc.d/squid.sh stop
        rm -rf /var/squid/cache/
        mkdir -p /var/squid/cache/
        chown squid:squid /var/squid/cache/
        chmod 777 /var/squid/cache/
        squid -z
        /usr/local/etc/rc.d/squid.sh start

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.