Bug #5727
closedtftp service - errors when stopping service
100%
Description
2.2.6-RELEASE (i386)
built on Mon Dec 21 14:50:36 CST 2015
FreeBSD 10.1-RELEASE-p25
trying to stop tftp / remove from a (Virtual/VLAN) interface
On stopping service / removing from interface error is:
https://pfsense/tftp_files.php Fatal error: Cannot unset string offsets in /usr/local/www/tftp_files.php on line 95
Also noticed in logs:
php-fpm250: /tftp_files.php: The command '/bin/chmod -R 744 {$files_dir}/*' returned exit code '1', the output was 'chmod: {}/*: No such file or directory'
The TFTP Daemon service is listed as running on the dashboard
Updated by Phillip Davis almost 9 years ago
Those things happen when no interface is selected or there are no files yet in /tftpboot folder.
For 2.2.* it should be fixed by https://github.com/pfsense/pfsense-packages/pull/1228
I will make the changes for the new repo for 2.3 shortly...
Updated by Phillip Davis almost 9 years ago
TFTP package does not seem to have been converted yet fro 2.3 - so that is easy!
Updated by Renato Botelho almost 9 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Pull request has been merged
Updated by Chris Buechler almost 9 years ago
- Status changed from Feedback to Resolved