Bug #5468
closediperf service won't shutdown
100%
Description
After starting the iperf service, I am unable to stop it. When I click stop, I get "iperf has been stopped" flash message. However, refreshing the "/status_services.php" page, show's it is still running. I have confirmed it is still running. I am running pf 2.2.5 & iperf package 2.0.5.3.
Updated by Corey Boyle about 9 years ago
Thanks, that fixed it for now.
Still seems like a bug to me.
Updated by Kill Bill about 9 years ago
This thing was never designed to be run as a permanent service. You click in the GUI, run it while needed, then kill it. The whole GUI is a quick hack for users to avoid messing with shell options. That's all.
Updated by Kill Bill about 9 years ago
Maybe this works: https://github.com/pfsense/pfsense-packages/pull/1180/files
Report back when it's merged.
Updated by Kill Bill about 9 years ago
https://github.com/pfsense/pfsense/pull/2076 - plus, a bottom line: If nothing was stopped, the GUI shouldn't say something has been stopped -- which is a bug in service_control_stop()
Updated by Renato Botelho about 9 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Pull request has been merged