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

    Lightsquid and Lighttpd

    Scheduled Pinned Locked Moved pfSense Packages
    55 Posts 10 Posters 40.5k 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
      lightsquid
      last edited by

      @dvserg:

      Last version 1.7.1 but i don't find latest Ric skin - only for 1.5.

      PS pfPackage for this may be simplest I already write template ;D

      unfortunately as you say RIC template OUTDATE
      and now not support ALL features
      i not recomend to use it ;(

      if you have own template please send me, i add it in next release ;)

      1 Reply Last reply Reply Quote 0
      • D
        dvserg
        last edited by

        I not found template ric for 1.7.1
        But i change manualy ric versions in his modules to current (1.7.1) - and all ok  :P
        2 week active test - nothing any unsupported futures  :)
        May be this insurance by developer?
        –-------
        Thx for test crontab - i work with them 1 week - all passed.
        Now make installation package part (may be need 2-3 days)

        SquidGuardDoc EN  RU Tutorial
        Localization ru_PFSense

        1 Reply Last reply Reply Quote 0
        • S
          sullrich
          last edited by

          The package needs to populate the crontab entries in config.xml that the recent snapshots support.

          If we can get this fixed I will consider adding this as a package for 1.2.

          1 Reply Last reply Reply Quote 0
          • D
            dvserg
            last edited by

            Sources for installation test
            Plz test this.
            –-----------
            Added buttons 'Reresh now' and 'Refresh full' for background refreshing of data

            'Refresh full' function scan to 100 rotated access.log files and update that.
            But all jobs start together  :( Have any way for queue command's? (may be pl script?)

            lightsquid.xml.txt
            pkg_config.xml.txt
            lightsquid.inc.txt

            SquidGuardDoc EN  RU Tutorial
            Localization ru_PFSense

            1 Reply Last reply Reply Quote 0
            • L
              lightsquid
              last edited by

              @dvserg:

              I not found template ric for 1.7.1
              But i change manualy ric versions in his modules to current (1.7.1) - and all ok  :P
              2 week active test - nothing any unsupported futures  :)
              May be this insurance by developer?
              –-------
              Thx for test crontab - i work with them 1 week - all passed.
              Now make installation package part (may be need 2-3 days)

              as author i say, RIC template outdated ;)
              some new features not supported in RIC template ;)

              if you make package, i recomend you not use RIC templete

              all features in ric - work fine, but new doesn't exist in it ;)

              1 Reply Last reply Reply Quote 0
              • D
                dvserg
                last edited by

                In this package Ric not installed Only Base and text
                ps Can you speek on russian?

                SquidGuardDoc EN  RU Tutorial
                Localization ru_PFSense

                1 Reply Last reply Reply Quote 0
                • L
                  lightsquid
                  last edited by

                  @dvserg:

                  In this package Ric not installed Only Base and text
                  ps Can you speek on russian?

                  yes, russian my native language ;)
                  please welcome lightsquid <<>> gmail.com ;)

                  1 Reply Last reply Reply Quote 0
                  • B
                    bsider
                    last edited by

                    Very nice addition to pfsense! Keep on the work :)
                    p.s. i'm russian too.

                    1 Reply Last reply Reply Quote 0
                    • D
                      dvserg
                      last edited by

                      BIG thanks author lightsquid  :)
                      ps Ok. I create topic in russian forum.

                      SquidGuardDoc EN  RU Tutorial
                      Localization ru_PFSense

                      1 Reply Last reply Reply Quote 0
                      • S
                        sullrich
                        last edited by

                        Has the package been corrected to utilize the pfSense cron config.xml capabilities?

                        1 Reply Last reply Reply Quote 0
                        • D
                          dvserg
                          last edited by

                          @sullrich:

                          Has the package been corrected to utilize the pfSense cron config.xml capabilities?

                          ..khm..
                          You about this?

                                  <modify_system><modifyfilename>/etc/crontab</modifyfilename>
                          		 <textneeded>*/20       *       *       *       *       root   /usr/bin/perl /usr/local/www/lightsquid/lightparser.pl > /dev/null</textneeded> 
                          
                          	 <modifyfilename>/etc/crontab</modifyfilename>
                          		 <textneeded>0       0       *       *       *       root   /usr/local/sbin/squid -k rotate > /dev/null</textneeded></modify_system> 
                          

                          This right?

                          SquidGuardDoc EN  RU Tutorial
                          Localization ru_PFSense

                          1 Reply Last reply Reply Quote 0
                          • S
                            sullrich
                            last edited by

                            No.

                            See tdr_install_cron() from /etc/inc/pfsense-utils.inc on a recent snapshot.

                            1 Reply Last reply Reply Quote 0
                            • D
                              dvserg
                              last edited by

                              Then I do not understand what needs to be done  >:(
                              I want more detailed guidance

                              SquidGuardDoc EN  RU Tutorial
                              Localization ru_PFSense

                              1 Reply Last reply Reply Quote 0
                              • S
                                sullrich
                                last edited by

                                The cron entries need to be added to config.xml now.

                                First, download config.xml from a recent snapshot and look how the items look.

                                Now, CAREFULLY read that function that I pointed out that adds the items to cron.  The point is, you need to add items to cron in the same fashion that the function I showed you does… The function is an example only.

                                1 Reply Last reply Reply Quote 0
                                • D
                                  dvserg
                                  last edited by

                                  This files with new cron function (tested on 1.0.1-SNAPSHOT-03-27-2007)
                                  Cron task's safe setup to config.xml (But i I have to was set new field 'task_name' for safe).
                                  Now correctly add/delete only my jobs and block adding job's, if some job present in items list

                                  2 Scott:
                                  May be need write user's cron-function for safe install cron-jobs to config.xml?
                                  Or(and) create special 'pkg_cron' part in config.xml?

                                  lightsquid.inc.txt
                                  lightsquid.xml.txt

                                  SquidGuardDoc EN  RU Tutorial
                                  Localization ru_PFSense

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    sullrich
                                    last edited by

                                    It needs to write the cron entries on installation and remove them on deinstallation.

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      dvserg
                                      last edited by

                                      This already realised. I tested success instal/deinstall.

                                      SquidGuardDoc EN  RU Tutorial
                                      Localization ru_PFSense

                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        bsider
                                        last edited by

                                        will this be available as a package for pfsense?

                                        1 Reply Last reply Reply Quote 0
                                        • D
                                          dvserg
                                          last edited by

                                          @bsider:

                                          will this be available as a package for pfsense?

                                          Official package - may be for pfSense 1.2. In last step i create cron shedules for this versions compatible.
                                          Manually installation for current version - plz looking  previous sources posting

                                          SquidGuardDoc EN  RU Tutorial
                                          Localization ru_PFSense

                                          1 Reply Last reply Reply Quote 0
                                          • D
                                            dvserg
                                            last edited by

                                            My new skin's for lightsquid - novosea (blue) and novopf (pf colors)
                                            Have 'Home button' - link to pfSense root page from lightsquid pages.
                                            –--------
                                            Update themes :( - re-archive 'novopf' theme. Now this must worked.
                                            Update GUI - added this 2 themes to menu. But this themes must be added manually to '/usr/local/www/lightsquid/tpl', another will used 'base' as default.

                                            lightsquid.zip.txt
                                            lightsquid_theme.zip.txt

                                            SquidGuardDoc EN  RU Tutorial
                                            Localization ru_PFSense

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