Crash report
-
not sure how to reproduce this see it somewhat frequenty on 2.3.3 snapshots
Crash report begins. Anonymous machine information:
amd64
10.3-RELEASE-p9
FreeBSD 10.3-RELEASE-p9 #283 7a802f5(RELENG_2_3): Mon Sep 26 10:14:03 CDT 2016 root@ce23-amd64-builder:/builder/pfsense/tmp/obj/builder/pfsense/tmp/FreeBSD-src/sys/pfSenseCrash report details:
PHP Errors:
[29-Sep-2016 09:42:01 America/New_York] PHP Warning: unlink(/tmp/.down.CABLEMODEM_DHCP): No such file or directory in /etc/inc/gwlb.inc on line 977
[29-Sep-2016 09:42:01 America/New_York] PHP Stack trace:
[29-Sep-2016 09:42:01 America/New_York] PHP 1. {main}() /etc/rc.filter_configure_sync:0
[29-Sep-2016 09:42:01 America/New_York] PHP 2. filter_configure_sync() /etc/rc.filter_configure_sync:62
[29-Sep-2016 09:42:01 America/New_York] PHP 3. filter_generate_gateways() /etc/inc/filter.inc:288
[29-Sep-2016 09:42:01 America/New_York] PHP 4. return_gateway_groups_array() /etc/inc/filter.inc:882
[29-Sep-2016 09:42:01 America/New_York] PHP 5. unlink() /etc/inc/gwlb.inc:977
[29-Sep-2016 09:42:02 America/New_York] PHP Warning: unlink(/tmp/.down.CABLEMODEM_DHCP): No such file or directory in /etc/inc/gwlb.inc on line 977
[29-Sep-2016 09:42:02 America/New_York] PHP Stack trace:
[29-Sep-2016 09:42:02 America/New_York] PHP 1. {main}() /etc/rc.dyndns.update:0
[29-Sep-2016 09:42:02 America/New_York] PHP 2. services_dyndns_configure() /etc/rc.dyndns.update:77
[29-Sep-2016 09:42:02 America/New_York] PHP 3. return_gateway_groups_array() /etc/inc/services.inc:2010
[29-Sep-2016 09:42:02 America/New_York] PHP 4. unlink() /etc/inc/gwlb.inc:977
[29-Sep-2016 09:42:03 America/New_York] PHP Warning: unlink(/tmp/.down.HENETV6CM_TUNNELV6): No such file or directory in /etc/inc/gwlb.inc on line 977
[29-Sep-2016 09:42:03 America/New_York] PHP Stack trace:
[29-Sep-2016 09:42:03 America/New_York] PHP 1. {main}() /etc/rc.filter_configure_sync:0
[29-Sep-2016 09:42:03 America/New_York] PHP 2. filter_configure_sync() /etc/rc.filter_configure_sync:62
[29-Sep-2016 09:42:03 America/New_York] PHP 3. filter_generate_gateways() /etc/inc/filter.inc:288
[29-Sep-2016 09:42:03 America/New_York] PHP 4. return_gateway_groups_array() /etc/inc/filter.inc:882
[29-Sep-2016 09:42:03 America/New_York] PHP 5. unlink() /etc/inc/gwlb.inc:977
[29-Sep-2016 09:42:03 America/New_York] PHP Warning: unlink(/tmp/.down.HENETV6CM_TUNNELV6): No such file or directory in /etc/inc/gwlb.inc on line 977
[29-Sep-2016 09:42:03 America/New_York] PHP Stack trace:
[29-Sep-2016 09:42:03 America/New_York] PHP 1. {main}() /etc/rc.dyndns.update:0
[29-Sep-2016 09:42:03 America/New_York] PHP 2. services_dyndns_configure() /etc/rc.dyndns.update:77
[29-Sep-2016 09:42:03 America/New_York] PHP 3. return_gateway_groups_array() /etc/inc/services.inc:2010
[29-Sep-2016 09:42:03 America/New_York] PHP 4. unlink() /etc/inc/gwlb.inc:977 -
Should be caused by simultaneous events. A latent problem in pfSense is that it triggers the same events multiple times in certain cases.
This code could be silenced by adding a '@' before the unlink() instruction.