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

    Sarg package for pfsense

    Scheduled Pinned Locked Moved pfSense Packages
    467 Posts 99 Posters 504.9k 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.
    • H
      Hugovsky
      last edited by

      Another problem:

      "Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 62998077 bytes) in /usr/local/www/sarg_frame.php on line 52"

      When tryed to load Sites and users.

      1 Reply Last reply Reply Quote 0
      • marcellocM
        marcelloc
        last edited by

        @Hugovsky:

        Another problem:

        "Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 62998077 bytes) in /usr/local/www/sarg_frame.php on line 52"

        When tryed to load Sites and users.

        It's a pfsense php memory limitation, you can work around this by accessing HTML reports directly http://pfsense_IP/sarg-reports/

        Treinamentos de Elite: http://sys-squad.com

        Help a community developer! ;D

        1 Reply Last reply Reply Quote 0
        • C
          ccesario
          last edited by

          Hmmm,
          Maybe memory_limit change can solve this.

          Something like ini_set("memory_limit","256M");

          Right Marcello!? :P

          Carlos

          1 Reply Last reply Reply Quote 0
          • marcellocM
            marcelloc
            last edited by

            @ccesario:

            Hmmm,
            Maybe memory_limit change can solve this.

            Something like ini_set("memory_limit","256M");

            Right Marcello!? :P

            The memory check prevents ini settings above it's limit(128 for 32 and 256 for 64 bits)

            The page is asking 62998077bytes above current limit. This value can be changed on amd64 code but not on i386.

            Treinamentos de Elite: http://sys-squad.com

            Help a community developer! ;D

            1 Reply Last reply Reply Quote 0
            • C
              ccesario
              last edited by

              @marcelloc:

              The memory check prevents ini settings above it's limit(128 for 32 and 256 for 64 bits)

              The page is asking 62998077bytes. This value is higher then 512 hard limit for PHP on pfsense.

              Opsss…. ignore my post :P

              Thanks by info!

              Carlos

              1 Reply Last reply Reply Quote 0
              • H
                Hugovsky
                last edited by

                @marcelloc:

                @Hugovsky:

                Another problem:

                "Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 62998077 bytes) in /usr/local/www/sarg_frame.php on line 52"

                When tryed to load Sites and users.

                It's a pfsense php memory limitation, you can work around this by accessing HTML reports directly http://pfsense_IP/sarg-reports/

                thanks

                1 Reply Last reply Reply Quote 0
                • K
                  klamath
                  last edited by

                  Hi Marcelloc
                  Could you sort all reports for Bytes Reverse???

                  HP ProLiant MicroServer N40L - 2GB - 250G HD - 3 NIC Intel PRO/1000 MT Gigabit PCI
                  pfSense 2.0.1-RELEASE (amd64)

                  1 Reply Last reply Reply Quote 0
                  • marcellocM
                    marcelloc
                    last edited by

                    @klamath:

                    Hi Marcelloc
                    Could you sort all reports for Bytes Reverse???

                    You can sort sarg by clicking on column header.

                    Treinamentos de Elite: http://sys-squad.com

                    Help a community developer! ;D

                    1 Reply Last reply Reply Quote 0
                    • K
                      klamath
                      last edited by

                      I mean… by default! without any click!

                      @marcelloc:

                      @klamath:

                      Hi Marcelloc
                      Could you sort all reports for Bytes Reverse???

                      You can sort sarg by clicking on column header.

                      HP ProLiant MicroServer N40L - 2GB - 250G HD - 3 NIC Intel PRO/1000 MT Gigabit PCI
                      pfSense 2.0.1-RELEASE (amd64)

                      1 Reply Last reply Reply Quote 0
                      • marcellocM
                        marcelloc
                        last edited by

                        Did you tried to select bytes on user option and sort fields in reverse options on general tab?

                        Treinamentos de Elite: http://sys-squad.com

                        Help a community developer! ;D

                        1 Reply Last reply Reply Quote 0
                        • K
                          klamath
                          last edited by

                          @marcelloc:

                          Did you tried to select bytes on user option and sort fields in reverse options on general tab?

                          Yes… I did it for the first try.
                          Can I edit the file sarg.conf on the console???

                          now i've got this error on Redirector report page:

                          Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 49259754 bytes) in /usr/local/www/sarg_frame.php on line 52

                          I'm on AMD64

                          HP ProLiant MicroServer N40L - 2GB - 250G HD - 3 NIC Intel PRO/1000 MT Gigabit PCI
                          pfSense 2.0.1-RELEASE (amd64)

                          1 Reply Last reply Reply Quote 0
                          • marcellocM
                            marcelloc
                            last edited by

                            On amd64 it can be set to 256. I'll include it on next release.

                            For now, use http://pfsense.IP/sarg-reports

                            Treinamentos de Elite: http://sys-squad.com

                            Help a community developer! ;D

                            1 Reply Last reply Reply Quote 0
                            • H
                              Hemingway
                              last edited by

                              @marcelloc
                              First, thanks for this wonderfull Package!

                              I have installed Squid and Sarg and both work fine. I make daily reports with the scheduler.
                              The Syntax for daily reports is "-d date +%d/%m/%Y-date +%d/%m/%Y", but now
                              i need weekly, monthly and annual reports. What's the right Syntax to make this?

                              Thanks, Hemingway

                              1 Reply Last reply Reply Quote 0
                              • I
                                IGIdeus
                                last edited by

                                @marcelloc:

                                Did you tried to select bytes on user option and sort fields in reverse options on general tab?

                                Hi,
                                I also have a problem with sorting Top users & Users report.
                                I tried mentioned option but it doesn't work.
                                I need to manually change config file with options:

                                TAG:  topuser_sort_field field normal/reverse

                                #      Sort field for the Topuser Report.
                                #      Allowed fields: USER CONNECT BYTES TIME

                                topuser_sort_field BYTES REVERSE

                                TAG:  user_sort_field field normal/reverse

                                #      Sort field for the User Report.
                                #      Allowed fields: SITE CONNECT BYTES TIME

                                user_sort_field BYTES REVERSE

                                But when I change the configuration in GUI then everything is reverted to NORMAL.
                                Could you please extend the "User Sort Field" with "BYTES(reverse)"?

                                Best regards
                                IGIdeus

                                1 Reply Last reply Reply Quote 0
                                • marcellocM
                                  marcelloc
                                  last edited by

                                  I've just pushed a fix to Sort Fields in Reverse order check.

                                  Reinstall the package in 15 minutes.

                                  Treinamentos de Elite: http://sys-squad.com

                                  Help a community developer! ;D

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

                                    I'm trying to read the full name of the user via LDAP to show in Sarg reports, but I can not make it work.

                                    In Sarg->User I use the same configuration, functional, used for Squid and pfSense, with a specific user, verified with Diagnostic-> Authentication.

                                    Just about this, I found an oddity …
                                    In the 'LDAP search filter' I put the string '(sAMAccountName =% s)' but in /usr/local/etc/sarg/sarg.conf, is not registered  ::), but every other change, yes.
                                    So, the next page load I was expecting a blank or default value, whereas it appeared the correct string  ???
                                    Where is it recorded? And, above all, irrespective of the position, this is used in the LDAP query?

                                    The LDAP directory is Active Directory on Windows 2003 and in the Event Viewer I have not seen any attempt to access by Sarg. Perhaps because of what I just said?

                                    The software I use are all the latest (I think):

                                    • PfSense 2.0.1-RELEASE (i386) built on Wed Dec 12 18:24:17 EST 2011
                                    • Squid 2.7.9 pkg v.4.3.1
                                    • SquidGuard 1.4_2 pkg v.1.9.1
                                    • Sarg 2.3.2 pkg v.0.4.1

                                    Any suggestions?
                                    Thanks for the nice job, Marcelloc!

                                    1 Reply Last reply Reply Quote 0
                                    • marcellocM
                                      marcelloc
                                      last edited by

                                      lucapsg,

                                      I've just pushed a fix to LDAP filter Search check.

                                      Reinstall the package in 15 minutes.

                                      Thanks for your feedback

                                      Treinamentos de Elite: http://sys-squad.com

                                      Help a community developer! ;D

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

                                        Wow, a rocket!
                                        Update installed, now the value entered in the 'LDAP search filter' is properly registered in sarg.conf. (I'm curious, where it was saved before?)
                                        After saving each tab and pressing 'Force update now' in the report still does not appear the full name of the user.
                                        From the Windows logs, there's no news, no attempt to access.
                                        I look forward to doing more tests.

                                        1 Reply Last reply Reply Quote 0
                                        • marcellocM
                                          marcelloc
                                          last edited by

                                          try to tcpdump connections from pfsense to active directory.

                                          maybe you have a ldap server fqdn configured that pfsense can't resolve.

                                          Treinamentos de Elite: http://sys-squad.com

                                          Help a community developer! ;D

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

                                            As I said, I'm using the same configuration used in System-> User Manager-> Servers and tests made ​​by Diagnostic-> Authentication confirm it is working.
                                            However, to remove any doubt, in the 'LDAP Hostname' I'm using the IP.
                                            Now I check with tcpdump … stay tuned...

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