after upgrade release Aug26 - A non-numeric value encountered
-
Hello,
A non-numeric value encountered
After upgrade snapshoot
2.4.4-DEVELOPMENT (amd64)
built on Sun Aug 26 12:32:31 EDT 2018Crash report begins. Anonymous machine information:
amd64
11.2-RELEASE-p2
FreeBSD 11.2-RELEASE-p2 #91 02c4cf66db5(RELENG_2_4_4): Sun Aug 26 12:33:43 EDT 2018 root@buildbot3:/builder/crossbuild-ce-master/obj/amd64/FWJoMRHc/builder/crossbuild-ce-master/pfSense/tmp/FreeBSD-src/sys/pfSenseCrash report details:
PHP Errors:
[26-Aug-2018 21:01:41 Europe/Paris] PHP Warning: A non-numeric value encountered in /etc/inc/filter.inc on line 3717
[26-Aug-2018 21:02:00 Europe/Paris] PHP Warning: A non-numeric value encountered in /etc/inc/filter.inc on line 3717
[26-Aug-2018 21:02:14 Europe/Paris] PHP Warning: A non-numeric value encountered in /etc/inc/filter.inc on line 3717
[26-Aug-2018 21:02:44 Europe/Paris] PHP Warning: A non-numeric value encountered in /etc/inc/filter.inc on line 3717
[26-Aug-2018 21:03:03 Europe/Paris] PHP Warning: A non-numeric value encountered in /etc/inc/filter.inc on line 3717
[26-Aug-2018 21:03:26 Europe/Paris] PHP Warning: A non-numeric value encountered in /etc/inc/filter.inc on line 3717No FreeBSD crash data found.
3715 $gwv6 = get_interface_gateway_v6($ifdescr);
3716 $stf = get_real_interface($ifdescr, "inet6");
3717 $pdlen = 64 - calculate_ipv6_delegation_length($ifdescr);
3718 $routeto = (substr($ifcfg['if'], 0, 5) != "ipsec") ? "route-to ( {$stf} {$gwv6} )" : "";
3719 if (is_ipaddrv6($gwv6) && is_ipaddrv6($ifcfg['ipv6']) && is_subnetv6("{$ifcfg['ipv6']}/{$pdlen}")) {
3720 $ipfrules .= "pass out {$log['pass']} {$routeto} inet6 from {$ifcfg['ipv6']} to !{$ifcfg['ipv6']}/{$pdlen} tracker {$increment_tracker($tracker)} keep state allow-opts label "let out anything from firewall host itself"\n";
3721 if (is_array($ifcfg['vips6'])) {
3722 foreach ($ifcfg['vips6'] as $vip) {
3723 if (!is_ipaddrv6($vip['ip']) || !is_subnetv6("{$vip['ip']}/{$pdlen}")) {
3724 continue;
3725 }
3726 $ipfrules .= "pass out {$log['pass']} {$routeto} inet6 from {$vip['ip']} to !{$vip['ip']}/{$pdlen} tracker {$increment_tracker($tracker)} keep state allow-opts label "let out anything from firewall host itself"\n";thanks for the helps
-
and
[26-Aug-2018 21:05:56 Europe/Paris] PHP Warning: A non-numeric value encountered in /usr/local/www/interfaces.php on line 2637
[26-Aug-2018 21:06:02 Europe/Paris] PHP Warning: A non-numeric value encountered in /usr/local/www/interfaces.php on line 2637
[26-Aug-2018 21:06:07 Europe/Paris] PHP Warning: A non-numeric value encountered in /usr/local/www/interfaces.php on line 2637
[26-Aug-2018 21:06:11 Europe/Paris] PHP Warning: A non-numeric value encountered in /usr/local/www/interfaces.php on line 2637
[26-Aug-2018 21:06:15 Europe/Paris] PHP Warning: A non-numeric value encountered in /usr/local/www/interfaces.php on line 2637
[26-Aug-2018 21:06:18 Europe/Paris] PHP Warning: A non-numeric value encountered in /usr/local/www/interfaces.php on line 2637
[26-Aug-2018 21:06:21 Europe/Paris] PHP Warning: A non-numeric value encountered in /usr/local/www/interfaces.php on line 2637/usr/local/www/interfaces.php
-
Just pushed a fix in 2456ecc9ad7fe6fe5ee7de4a0d44247a29289793, should show up shortly.
-