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

    [HELP] SQUID WARNINGGG

    Scheduled Pinned Locked Moved Indonesian
    4 Posts 2 Posters 2.6k 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.
    • J
      JmPr
      last edited by

      Warning: chown(): No such file or directory in /usr/local/pkg/squid.inc on line 70
      Warning: chgrp(): No such file or directory in /usr/local/pkg/squid.inc on line 71

      reboot pfsense muncul itu terus..

      nyoba reinstall paket squid… maupun delete squid trus install lagi .. tetep itu lagi errornya..

      mohon bantuannya bro...  ane baru beberapa hari ini nyicipin pfsense.. lagi hobi ngotak ngatiknya...

      1 Reply Last reply Reply Quote 0
      • A
        anto_DIGIT
        last edited by

        @JmPr:

        Warning: chown(): No such file or directory in /usr/local/pkg/squid.inc on line 70
        Warning: chgrp(): No such file or directory in /usr/local/pkg/squid.inc on line 71

        reboot pfsense muncul itu terus..

        nyoba reinstall paket squid… maupun delete squid trus install lagi .. tetep itu lagi errornya..

        mohon bantuannya bro...  ane baru beberapa hari ini nyicipin pfsense.. lagi hobi ngotak ngatiknya...

        memang masih ada bug, tapi tdk usah kawatir …
        edit di squid.inc baris 59

        function squid_chown_recursive($dir, $user, $group) {
        chown($dir, $user);
        chgrp($dir, $group);
        $handle = opendir($dir) ;
        while (($item = readdir($handle)) !== false) {
        if (($item != ".") && ($item != "..")) {
        $path = "$dir/$item";
        if (is_dir($path))
        squid_chown_recursive($path, $user, $group);
        else {
        / chown($path, $user);  tambah tanda ini/
        /* chgrp($path, $group); tambah /*
        }
        }
        }
        }

        1 Reply Last reply Reply Quote 0
        • J
          JmPr
          last edited by

          ok bro… dilaksanakan...

          tq..  tq...

          1 Reply Last reply Reply Quote 0
          • A
            anto_DIGIT
            last edited by

            @JmPr:

            ok bro… dilaksanakan...

            tq..  tq...

            atau bisa juga pakai yg lama ..
            http://redmine.pfsense.org/projects/pfsense-packages/repository/revisions/2c5c7d3ebfffdf0d5ea17d46f3d3c4f20bf9c29f/entry/config/squid/squid.inc

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