Free Radius Issue with 2.3.x
-
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:
[26-Sep-2016 17:08:52 America/New_York] PHP Warning: unlink(/var/log/radacct/datacounter/daily/used-octets-adrien*): No such file or directory in /usr/local/pkg/freeradius.inc on line 618
[26-Sep-2016 17:08:52 America/New_York] PHP Stack trace:
[26-Sep-2016 17:08:52 America/New_York] PHP 1. {main}() /usr/local/www/pkg_edit.php:0
[26-Sep-2016 17:08:52 America/New_York] PHP 2. eval() /usr/local/www/pkg_edit.php:253
[26-Sep-2016 17:08:52 America/New_York] PHP 3. freeradius_users_resync() /usr/local/www/pkg_edit.php(253) : eval()'d code:3
[26-Sep-2016 17:08:52 America/New_York] PHP 4. unlink() /usr/local/pkg/freeradius.inc:618
[26-Sep-2016 17:08:52 America/New_York] PHP Warning: unlink(/var/log/radacct/datacounter/daily/used-octets-alex*): No such file or directory in /usr/local/pkg/freeradius.inc on line 618
[26-Sep-2016 17:08:52 America/New_York] PHP Stack trace:
[26-Sep-2016 17:08:52 America/New_York] PHP 1. {main}() /usr/local/www/pkg_edit.php:0
[26-Sep-2016 17:08:52 America/New_York] PHP 2. eval() /usr/local/www/pkg_edit.php:253
[26-Sep-2016 17:08:52 America/New_York] PHP 3. freeradius_users_resync() /usr/local/www/pkg_edit.php(253) : eval()'d code:3
[26-Sep-2016 17:08:52 America/New_York] PHP 4. unlink() /usr/local/pkg/freeradius.inc:618 -
It's harmless, PHP is set to display more things on 2.3.3 since it's under development.
The unlink call could be replaced with @unlink to suppress the error.
-
I figured it was harmless since everything appears to work. I believe it was caused by me trying to set a data limit on the kids. That didn't work and this appears to be the remnants of the attempt.