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

    Now Available: pfSense® CE 2.8.1-RELEASE

    Scheduled Pinned Locked Moved Messages from the pfSense Team
    20 Posts 11 Posters 3.9k Views 16 Watching
    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.
    • fireodoF Offline
      fireodo @randombits
      last edited by

      @randombits said in Now Available: pfSense® CE 2.8.1-RELEASE:

      Hi, as many posters have told this

      servicewatchdog

      is not a good Idea - watchdog is a "dumb" tool that creates more trouble than it resolves.

      Another thing is - take a look at openvpn.inc on line 1552 to see whats there.
      To the rest may a Specialist take a look.

      My 2 cents,
      fireodo

      Kettop Mi4300YL CPU: i5-4300Y @ 1.60GHz RAM: 8GB Ethernet Ports: 4
      SSD: SanDisk pSSD-S2 16GB (ZFS) WiFi: WLE200NX
      pfsense 2.8.1 CE
      Packages: Apcupsd, Cron, Iftop, Iperf, LCDproc, Nmap, pfBlockerNG, RRD_Summary, Shellcmd, Snort, Speedtest, System_Patches.

      randombitsR 1 Reply Last reply Reply Quote 1
      • N Offline
        nimrod
        last edited by

        Performed dirty upgrade from 2.8.1 RC to 2.8.1-RELEASE with zero issues.

        1 Reply Last reply Reply Quote 0
        • randombitsR Offline
          randombits @fireodo
          last edited by

          @fireodo
          Line 1552

          		posix_kill($pid, SIGTERM);
          

          And in some context

          function openvpn_stop_process($mode, $settings) {
          	global $g;
          
          	$mode_id = openvpn_name($mode, $settings, 'generic');
          	$pfile = g_get('varrun_path')."/openvpn_{$mode_id}.pid";
          	if (file_exists($pfile)) {
          
          		/* read the pid file */
          		$pid = rtrim(file_get_contents($pfile));
          		unlink($pfile);
          		syslog(LOG_INFO, "OpenVPN terminate old pid: {$pid}");
          
          		/* send a term signal to the process */
          		posix_kill($pid, SIGTERM);
          
          		/* wait until the process exits, or timeout and kill it */
          		$i = 0;
          		while (posix_kill($pid, 0)) {
          			usleep(250000);
          			if ($i > 10) {
          				log_error(sprintf(gettext('OpenVPN ID %1$s PID %2$s still running, killing.'), $mode_id, $pid));
          				posix_kill($pid, SIGKILL);
          				usleep(500000);
          			}
          			$i++;
          		}
          	}
          }
          

          I'll stop the watchdog for the time being, it's never been a problem before.

          fireodoF 1 Reply Last reply Reply Quote 0
          • fireodoF Offline
            fireodo @randombits
            last edited by

            @randombits said in Now Available: pfSense® CE 2.8.1-RELEASE:

            I'll stop the watchdog for the time being, it's never been a problem before.

            As I read the code (with my humble knowledge) the killing of the openvpn process was konflicting with watchdogtrying to restart the process (that was dead in his eyes). IMHO

            Kettop Mi4300YL CPU: i5-4300Y @ 1.60GHz RAM: 8GB Ethernet Ports: 4
            SSD: SanDisk pSSD-S2 16GB (ZFS) WiFi: WLE200NX
            pfsense 2.8.1 CE
            Packages: Apcupsd, Cron, Iftop, Iperf, LCDproc, Nmap, pfBlockerNG, RRD_Summary, Shellcmd, Snort, Speedtest, System_Patches.

            randombitsR 1 Reply Last reply Reply Quote 1
            • randombitsR Offline
              randombits @fireodo
              last edited by

              @fireodo
              It appears something like that, I've removed the Watchdog anyway and I'll see how it goes.

              1 Reply Last reply Reply Quote 1
              • S Offline
                sandrinho1976
                last edited by

                Any news for the Zabbix Proxy 7 package?

                sokeadaS 1 Reply Last reply Reply Quote 0
                • sokeadaS Offline
                  sokeada @sandrinho1976
                  last edited by

                  @sandrinho1976 said in Now Available: pfSense® CE 2.8.1-RELEASE:

                  Any news for the Zabbix Proxy 7 package?

                  Is this what you're looking for?

                  5175ce88-06b3-4abf-bf4d-91c593ccf8e6-image.png

                  1 Reply Last reply Reply Quote 0
                  • Machine22M Offline
                    Machine22
                    last edited by

                    Hey Mates, Just completed an upgrade to 2.8.1 from 2.8.0 all is working fine, no crushes despite ignoring the instructions to first remove all packages before doing the upgrade.
                    I went with my way, and all is perfect. If you haven't please do the necessary.
                    Africa is up-to-date.............😁 😁

                    N 1 Reply Last reply Reply Quote 0
                    • N Offline
                      nimrod @Machine22
                      last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • W Offline
                        Wylbur
                        last edited by

                        Has anyone updated from CE 2.7.2 to 2.8.1?

                        I'm asking because the upgrade to 2.8.0 for me failed and recovery required re-installing 2.7.1 (ISO), and then upgrade to 2.7.2 (which I've been running for a while now).

                        Since I have two systems, I can upgrade the one and keep the other as a backup.... I just dislike going back through manually putting in the various IP pools and static addresses for my network.

                        Regards,
                        Wylbur

                        P 1 Reply Last reply Reply Quote 0
                        • P Offline
                          Patch @Wylbur
                          last edited by

                          @Wylbur worked fine form me
                          I suspect the easiest is to

                          • backup your pfsense configuration
                          • Connect your backup pfsense routers want to your main units lan (so you can crash the backup unit and your internet continues to function
                          • Download pfsense iso v2.70 v2.71 v2.72 from https://atxfiles.netgate.com/mirror/downloads/
                          • download the free pfsense installer (internet connection during install required) from https://shop.netgate.com/products/netgate-installer
                          • Try installing various versions of pfsense to confirm which are compatable with your hardware
                          • restore your configuration to your preferred working pfsense version
                          P 1 Reply Last reply Reply Quote 0
                          • P Offline
                            Patch @Patch
                            last edited by

                            @Wylbur worked fine form me
                            I suspect the easiest for you is to

                            • backup your pfsense configuration
                            • Connect your backup pfsense router WAN to your main units LAN (so you can crash the backup unit and your internet continues to function)
                            • Download pfsense iso v2.70 v2.71 v2.72 from https://atxfiles.netgate.com/mirror/downloads/
                            • download the free pfsense installer (internet connection during install required) from https://shop.netgate.com/products/netgate-installer
                            • Try installing various versions of pfsense to confirm which are compatible with your hardware
                              restore your configuration to your preferred working pfsense version

                            (re-entered as editing prior posts is not working atm)

                            W 1 Reply Last reply Reply Quote 0
                            • W Offline
                              Wylbur @Patch
                              last edited by

                              @Patch Thanx. I'll find time to set up to do this. I just wanted to not be a guinea pig for this update. Last time it took me a few hours to re-install and configure both fire wal/gateway servers.

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