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

    Vnstat2 Package Updated - Report/Feedback problems here.

    Scheduled Pinned Locked Moved pfSense Packages
    39 Posts 13 Posters 7.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.
    • johnpozJ
      johnpoz LAYER 8 Global Moderator
      last edited by

      "Should be same folder still for the db. Did you have another db that was more current in a custom place? Glad it is working for you!"

      Yeah I had hobbled together it working before, had to edit the config by hand every time updated pfsense, run a patch, etc.  The data was in a different folder, so looks like you had used the older data folder from when the packaged worked - and had some data in there from way back 2012 ;)

      The data was not really of any importance - just cleaned up the databases and looks to be logging fine now.  So looks all good to me - thanks again this has been a long time coming for sure.

      An intelligent man is sometimes forced to be drunk to spend time with his fools
      If you get confused: Listen to the Music Play
      Please don't Chat/PM me for help, unless mod related
      SG-4860 24.11 | Lab VMs 2.8, 24.11

      1 Reply Last reply Reply Quote 0
      • B
        bryan.paradis
        last edited by

        @johnpoz:

        "Should be same folder still for the db. Did you have another db that was more current in a custom place? Glad it is working for you!"

        Yeah I had hobbled together it working before, had to edit the config by hand every time updated pfsense, run a patch, etc.  The data was in a different folder, so looks like you had used the older data folder from when the packaged worked - and had some data in there from way back 2012 ;)

        The data was not really of any importance - just cleaned up the databases and looks to be logging fine now.  So looks all good to me - thanks again this has been a long time coming for sure.

        Ok! You could probably just transplant the DB but back up other one first. Either way! Yeah its been broken for a long time.

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

          Hi,

          Sorry if this is a known issue, I noticed that the HOURS page is not distinguishing between AM and PM, everything is PM.

          For example,

          2P - 3P 327.22 MB 7.65 MB 334.87 MB
          1P - 2P 33.21 MB 10.56 MB 43.77 MB
          12P - 1P 20.08 MB 8.45 MB 28.53 MB
          11P - 12P 29.58 MB 11.32 MB 40.90 MB
          10P - 11P 19.75 MB 5.78 MB 25.53 MB

          pFsense release version: 2.1
          pFsense architecture: amd64
          pFsense filesystem: full
          pFsense status: fresh install
          Did you have vnstat installed before? No

          vnstat_find.txt

          1 Reply Last reply Reply Quote 0
          • B
            bryan.paradis
            last edited by

            @Swyman18:

            Hi,

            Sorry if this is a known issue, I noticed that the HOURS page is not distinguishing between AM and PM, everything is PM.

            For example,

            2P - 3P 327.22 MB 7.65 MB 334.87 MB
            1P - 2P 33.21 MB 10.56 MB 43.77 MB
            12P - 1P 20.08 MB 8.45 MB 28.53 MB
            11P - 12P 29.58 MB 11.32 MB 40.90 MB
            10P - 11P 19.75 MB 5.78 MB 25.53 MB

            pFsense release version: 2.1
            pFsense architecture: amd64
            pFsense filesystem: full
            pFsense status: fresh install
            Did you have vnstat installed before? No

            Thanks for including the information. Looks a bug. I will have a look into it.

            1 Reply Last reply Reply Quote 0
            • B
              bryan.paradis
              last edited by

              Had a look and I think this is the offending line. You can fix this by editing /usr/local/www/vnstat2/lang/en.php

              %P doesn't seem to be supported on Freebsd. replace with %p instead or %H:%M for 24h. Examples below

              %P not supported by strftime on Freebsd

              
              $L['datefmt_hours'] = '%l%P';
              
              

              Corrected line with the space

              
              $L['datefmt_hours'] = '%l%p';
              
              

              Or if your want 24h format instead

              
              $L['datefmt_hours'] = '%H:%M';
              
              

              Forked, edited and created a pull request to fix this for all languages as well as update French time to 21h00 format. You can see the pull request here for the vnstat_php_frontend git. I will roll in an update with the rest of the languages and some other misc fixes at a later time

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

                Easy enough fix, thank you!

                1 Reply Last reply Reply Quote 0
                • B
                  bryan.paradis
                  last edited by

                  @Swyman18:

                  Easy enough fix, thank you!

                  No problem. Ill try to throw in a language select as well as at least fix this issue. Not going to happen until later this weekend though!

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

                    Thank you for updating the package. Works great :)

                    Just a heads up: you can grab version 1.5.2 from his github page, https://github.com/bjd/vnstat-php-frontend

                    I've been running it for a good while now without issues.

                    1 Reply Last reply Reply Quote 0
                    • B
                      bryan.paradis
                      last edited by

                      @chasba:

                      Thank you for updating the package. Works great :)

                      Just a heads up: you can grab version 1.5.2 from his github page, https://github.com/bjd/vnstat-php-frontend

                      I've been running it for a good while now without issues.

                      Thanks for the feedback! I am aware of the git I have an open pull request to fix hour format currently :)

                      1 Reply Last reply Reply Quote 0
                      • D
                        doktornotor Banned
                        last edited by

                        Can you make a checkbox to make the stats persistent across reboots on nanobsd, please?  ;)

                        1 Reply Last reply Reply Quote 0
                        • B
                          bryan.paradis
                          last edited by

                          @doktornotor:

                          Can you make a checkbox to make the stats persistent across reboots on nanobsd, please?  ;)

                          Your saying that the database is not persistant on nanobsd? Was it persistant before?  Can you please give more information including what is asked in my first post

                          1 Reply Last reply Reply Quote 0
                          • D
                            doktornotor Banned
                            last edited by

                            @bryan.paradis:

                            Your saying that the database is not persistant on nanobsd?

                            Yes.

                            @bryan.paradis:

                            Was it persistant before?  Can you please give more information including what is asked in my first post

                            No idea, never have been able to install the package before. Latest nanobsd i386 2.1.1 snapshot.

                            1 Reply Last reply Reply Quote 0
                            • B
                              bryan.paradis
                              last edited by

                              @doktornotor:

                              @bryan.paradis:

                              Your saying that the database is not persistant on nanobsd?

                              Yes.

                              @bryan.paradis:

                              Was it persistant before?  Can you please give more information including what is asked in my first post

                              No idea, never have been able to install the package before. Latest nanobsd i386 2.1.1 snapshot.

                              I just threw together a fresh install of nanobsd amd64 2.1 and it works fine and is persistent.

                              You will have to provide much more information:

                              1. ls -a /conf/vnstat and find / -name *vnstat* Before and After reboot
                              2. More information of what exactly isn't working or even a picture
                              3. Can you confirm no errors on package install?
                              1 Reply Last reply Reply Quote 0
                              • B
                                bryan.paradis
                                last edited by

                                https://github.com/pfsense/pfsense-packages/pull/607

                                AM/PM Time fix pull request.

                                1 Reply Last reply Reply Quote 0
                                • T
                                  tester_02
                                  last edited by

                                  Bryan…

                                  I just wanted to say thanks for the fixed package.  It's much appreciated and works well.

                                  THANK YOU!!

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    bryan.paradis
                                    last edited by

                                    @tester_02:

                                    Bryan…

                                    I just wanted to say thanks for the fixed package.  It's much appreciated and works well.

                                    THANK YOU!!

                                    Glad it is working well for you! Thanks for the feedback.

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      petzi
                                      last edited by

                                      Hello,

                                      work just fine so far; but after a renew dyn-dns I got from cron the message:

                                      Subject: Cron root@pfsense/usr/local/pkg/vnstat2/vnstat2.sh

                                      X-Cron-Env: <shell= bin="" sh="">X-Cron-Env: <path= etc:="" bin:="" sbin:="" usr="" sbin="">X-Cron-Env: <home= var="" log="">X-Cron-Env: <logname=root>X-Cron-Env: <user=root>Error: Unable create database backup "/conf/vnstat/.vr0".
                                      Error: Unable create database backup "/conf/vnstat/.vr1".
                                      Error: Unable create database backup "/conf/vnstat/.ath0_wlan1".
                                      Error: Unable create database backup "/conf/vnstat/.vr2".

                                      I'm using nanobsd on alix 2d3. It can't create since the root-fs it mounted ro.

                                      Thanks,</user=root></logname=root></home=></path=></shell=>/root@pfsense

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        doktornotor Banned
                                        last edited by

                                        @petzi:

                                        I'm using nanobsd on alix 2d3. It can't create since the root-fs it mounted ro.

                                        Thanks, I forgot about this one. Turns out to be the issue why the stats just went AWOL on reboot here.

                                        1 Reply Last reply Reply Quote 0
                                        • B
                                          bryan.paradis
                                          last edited by

                                          @petzi:

                                          Hello,

                                          work just fine so far; but after a renew dyn-dns I got from cron the message:

                                          Subject: Cron root@pfsense/usr/local/pkg/vnstat2/vnstat2.sh

                                          X-Cron-Env: <shell= bin="" sh="">X-Cron-Env: <path= etc:="" bin:="" sbin:="" usr="" sbin="">X-Cron-Env: <home= var="" log="">X-Cron-Env: <logname=<br>on-Env: <user=root>Error: Unable create database backup "/conf/vnstat/.vr0".
                                          Error: Unable create database backup "/conf/vnstat/.vr1".
                                          Error: Unable create database backup "/conf/vnstat/.ath0_wlan1".
                                          Error: Unable create database backup "/conf/vnstat/.vr2".

                                          I'm using nanobsd on alix 2d3. It can't create since the root-fs it mounted ro.

                                          Thanks,</user=root></logname=<br></home=></path=></shell=>/root@pfsense

                                          The sh script itself does rw then back to ro so you are going to have to post more information. System.log for sure. Also what are all your interface names?

                                          @doktornotor:

                                          @petzi:

                                          I'm using nanobsd on alix 2d3. It can't create since the root-fs it mounted ro.

                                          Thanks, I forgot about this one. Turns out to be the issue why the stats just went AWOL on reboot here.

                                          Log? So you are confirming dyndns then no stats after reboot?

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            petzi
                                            last edited by

                                            I guess you mean me: vr0 is WAN, vr1 LAN, vr2 DMZ and ath0_wlan1 my WiFi AP. No reboot since 25. February (install date of vnstat2). Uptime is 4 days.

                                            Maybe it's a false positive, but I never got those mail from cron before and vnstat2 runs since 25.February? And today I renewed my dyn-ip from webgui.

                                            I've got at 8.02 pm the mail subject "pfsense.home.lan - Notification" from my pfsense box:

                                            DynDNS updated IP Address on WAN (vr0) to xxx.xxx.xxx.xxx

                                            and at 8.03 pm the mentioned message from cron.

                                            I've seen the logs (system.log) I see only about success about/from services_dyndns_edit.php on this time slice. cron doesn't seems to have a log into /var/logs at my box. Are you only interested in system.log?

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