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

2.3RC Widget Issues

2.3-RC Snapshot Feedback and Issues - ARCHIVED
10
22
8.0k
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.
  • A
    AR15USR
    last edited by Apr 2, 2016, 6:45 PM

    Hmmm, sounds like something is fishy on my setup then. I'll see if I can sort it out..


    2.6.0-RELEASE

    1 Reply Last reply Reply Quote 0
    • A
      AR15USR
      last edited by Apr 2, 2016, 8:30 PM

      Strange, can't add, delete or move any widgets from the Dashboard on Safari. I've rebooted, disabled any extensions etc. Doesn't seem to work.

      Firefox and Chrome work perfectly however..


      2.6.0-RELEASE

      1 Reply Last reply Reply Quote 0
      • G
        grandrivers
        last edited by Apr 2, 2016, 8:33 PM

        open up developer menu in safari and post here the errors, start removing widgets till you find one causing a problem

        pfblocker widget messes with safari

        pfsense 2.4 super micro A1SRM-2558F
        C2558 8gig ECC  60gig SSD
        tripple Wan dual pppoe

        1 Reply Last reply Reply Quote 0
        • B
          BBcan177 Moderator
          last edited by Apr 2, 2016, 9:43 PM

          @grandrivers:

          open up developer menu in safari and post here the errors, start removing widgets till you find one causing a problem

          pfblocker widget messes with safari

          I found a missing pair of tags that I will add to the next version, but can you post what errors you get in Safari Dev mode… I don't have a box w/ safari to test with...

          "Experience is something you don't get until just after you need it."

          Website: http://pfBlockerNG.com
          Twitter: @BBcan177  #pfBlockerNG
          Reddit: https://www.reddit.com/r/pfBlockerNG/new/

          1 Reply Last reply Reply Quote 0
          • A
            AR15USR
            last edited by Apr 2, 2016, 9:46 PM

            @grandrivers:

            open up developer menu in safari and post here the errors, start removing widgets till you find one causing a problem

            pfblocker widget messes with safari

            Well that did it. Removed the pfblocker widget and things returned to normal. Thanks grandriver.

            The errors:

            [Warning] Invalid CSS property declaration at: * (pfSense.css, line 401)
            [Warning] Invalid CSS property declaration at: * (pfSense.css, line 402)
            [Warning] Unexpected CSS token: : (font-awesome.min.css, line 4)
            [Warning] Unexpected CSS token: : (font-awesome.min.css, line 4)
            [Warning] Unexpected CSS token: : (font-awesome.min.css, line 4)
            [Warning] Unexpected CSS token: : (font-awesome.min.css, line 4)
            [Warning] Unexpected CSS token: : (font-awesome.min.css, line 4)
            [Warning] Unexpected CSS token: : (bootstrap.min.css, line 5)
            [Warning] Unexpected CSS token: : (bootstrap.min.css, line 5)
            [Warning] Unexpected CSS token: : (bootstrap.min.css, line 5)
            [Error] TypeError: null is not an object (evaluating 'textlink.style')
            	global code (192.168.1.1:1456)
            [Error] Error: Syntax error, unrecognized expression: [id^=pfblockerngackicon
            	error (jquery-1.12.0.min.js:2:12788)
            	tokenize (jquery-1.12.0.min.js:2:18794)
            	select (jquery-1.12.0.min.js:2:21598)
            	fa (jquery-1.12.0.min.js:2:7322)
            	find (jquery-1.12.0.min.js:2:24116)
            	init (jquery-1.12.0.min.js:2:24683)
            	n (jquery-1.12.0.min.js:2:420)
            	(anonymous function) (192.168.1.1:1639)
            	(anonymous function) (pfSense.js:215)
            	i (jquery-1.12.0.min.js:2:27457)
            	fireWith (jquery-1.12.0.min.js:2:28217)
            	ready (jquery-1.12.0.min.js:2:30020)
            	K (jquery-1.12.0.min.js:2:30376)[/code]
            
            Let me know if you need anything else..
            

            2.6.0-RELEASE

            1 Reply Last reply Reply Quote 0
            • B
              BBcan177 Moderator
              last edited by Apr 2, 2016, 10:32 PM

              ok It looks like I missed to add the " ] " in Red (see below) :

              /usr/local/www/widgets/widgets/pfblockerng.widget.php

              https://github.com/pfsense/FreeBSD-ports/blob/devel/net/pfSense-pkg-pfBlockerNG/files/usr/local/www/widgets/widgets/pfblockerng.widget.php#L585-L590

              And change Line 585:

              $('[id^=pfblockerngackicon').click(function(event) {

              to

              $('[id^=pfblockerngackicon[color=red]]').click(function(event) {

              and Line 590:

              $('[id^=pfblockerngdnsblclearicon').click(function(event) {

              to

              $('[id^=pfblockerngdnsblclearicon[color=red]]').click(function(event) {

              I will add this to the next PR…

              Thanks for reporting...

              "Experience is something you don't get until just after you need it."

              Website: http://pfBlockerNG.com
              Twitter: @BBcan177  #pfBlockerNG
              Reddit: https://www.reddit.com/r/pfBlockerNG/new/

              1 Reply Last reply Reply Quote 0
              • G
                grandrivers
                last edited by Apr 2, 2016, 10:40 PM

                that fixes problem

                pfsense 2.4 super micro A1SRM-2558F
                C2558 8gig ECC  60gig SSD
                tripple Wan dual pppoe

                1 Reply Last reply Reply Quote 0
                • A
                  AR15USR
                  last edited by Apr 3, 2016, 4:45 AM

                  I've modified it and it seems to have fixed it..


                  2.6.0-RELEASE

                  1 Reply Last reply Reply Quote 0
                  • B
                    bmeeks
                    last edited by Apr 4, 2016, 12:06 AM

                    @AR15USR:

                    Thanks for the great update!

                    A couple issues I've noticed…

                    The Thermal Sensor widget does not work on Safari. Works fine on Chrome/Firefox.

                    Safari Version 9.1 (11601.5.17.1) on Mac OS 10.11.4

                    Also the Snort widget is not working across all 3 browsers, same MacOS.

                    The Snort widget fix is in the next update for that package.  The Pull Request is posted now for review and approval.  Should be available for installation soon.

                    Bill

                    1 Reply Last reply Reply Quote 0
                    • J
                      jwt Netgate
                      last edited by Apr 4, 2016, 2:17 AM

                      if the stars line up, maybe even by 2.3-RELEASE

                      1 Reply Last reply Reply Quote 0
                      • T
                        troyborg
                        last edited by Apr 4, 2016, 5:22 AM Apr 4, 2016, 5:13 AM

                        @AR15USR:

                        55C for CPU temps?  What are you all running on your box that its so warm?  Or you using older CPU?


                        My Sempron 3850 runs at 18.6C

                        https://pcpartpicker.com/b/YfXH99

                        1 Reply Last reply Reply Quote 0
                        • S
                          serialdie
                          last edited by Apr 4, 2016, 12:28 PM

                          @troyborg:

                          @AR15USR:

                          55C for CPU temps?  What are you all running on your box that its so warm?  Or you using older CPU?


                          My Sempron 3850 runs at 18.6C

                          I have that same exact issue where it shows farenhit values with a celcius symbol.
                          This happen after changing to the dark theme.

                          celcius_bug.jpg
                          celcius_bug.jpg_thumb

                          1 Reply Last reply Reply Quote 0
                          • B
                            brianc69
                            last edited by Apr 4, 2016, 12:43 PM

                            I see the same thing. See attached screenshot.

                            image.png
                            image.png_thumb

                            1 Reply Last reply Reply Quote 0
                            • S
                              Steve_B Netgate
                              last edited by Apr 4, 2016, 2:15 PM

                              55 degrees F doesn't seem like a reasonable temp for a running CPU unless you keep the system somewhere chilly and took the screenshot within seconds of powering up. That is well below what is typically regarded as room temperature.

                              It would be good to see the reported temperature(s) before and after updating to 2.3RC on a box that has been powered up for long enough for the temps to stabilize.

                              Als ik kan

                              1 Reply Last reply Reply Quote 0
                              • D
                                Downloadski
                                last edited by Apr 5, 2016, 7:16 AM Apr 4, 2016, 5:02 PM

                                Perhaps not related, but i have only lan port up and see in the interface statistics only WAN port counters increase. LAN port all counters stays on 0.
                                see:

                                1 Reply Last reply Reply Quote 0
                                • B
                                  brianc69
                                  last edited by Apr 4, 2016, 10:49 PM

                                  That apu4 is in an un heated room. It's probably 50-60f in their right now. Not sure why it runs so warm. Worse during heavy download activity. When my 15meg wan is saturated it's warmer.

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    AR15USR
                                    last edited by Apr 4, 2016, 11:24 PM

                                    @serialdie:

                                    @troyborg:

                                    @AR15USR:

                                    55C for CPU temps?  What are you all running on your box that its so warm?  Or you using older CPU?


                                    My Sempron 3850 runs at 18.6C

                                    I have that same exact issue where it shows farenhit values with a celcius symbol.
                                    This happen after changing to the dark theme.

                                    I actually saw it hit 60˚C  :P. That screenshot was before I added 2 fans this weekend. My temps are now down to ~20˚C. That room is on the second floor and faces the sun all day and tends to get hot, even with the A/C on.


                                    2.6.0-RELEASE

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      troyborg
                                      last edited by Apr 6, 2016, 2:06 AM

                                      I'm running a passive cooler on mine with just 2 noctua fans in the case for intake and exhaust. 
                                      I know Intel CPUs do run warm. 
                                      My PC been running for over a week.  I've rebooted only to install updates

                                      https://pcpartpicker.com/b/YfXH99

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        AR15USR
                                        last edited by Apr 6, 2016, 1:27 PM Apr 6, 2016, 5:03 AM

                                        Well something went bad. My connection went down yesterday morning and hasn't returned. WAN status is "pending" but shows an IP from the modem. I can't remove or add any widgets. dpinger is down. The menus work on pages except for the dashboard. Problems consistent on any browser any platform. Also noticed the option to manually install updates was gone.

                                        I don't know if this is related to the pfblocker widget or not, but last thing I did was edit the pfblocker files.

                                        I've had to reinstate my old Asus router and mothball my pfsense router till this weekend when I can do a complete reinstall &  hardware check. I hope this isn't a reoccurring pattern..


                                        2.6.0-RELEASE

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