Anonymous | Login | 2024-11-22 18:54 EST |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0001716 | PacketFence | error-handling | public | 2013-09-19 10:11 | 2013-11-06 07:11 | ||||||
Reporter | fmts | ||||||||||
Assigned To | |||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||
Status | new | Resolution | open | ||||||||
Platform | OS | OS Version | |||||||||
Product Version | 4.0.6-2 | ||||||||||
Target Version | 4.1.0 | Fixed in Version | |||||||||
Summary | 0001716: Insecure dependency on service start | ||||||||||
Description | After an upgrade from 4.0.5-2 i got the following error at service start: httpd.admin|start Checking configuration sanity... service|command config files|start iptables|start pfdns|start Insecure dependency in sprintf while running with -T switch at /usr/local/pf/lib/pf/services.pm line 398. | ||||||||||
Additional Information | Service started again, when i added following lines to the service.pm (right before line 398): $launcher =~ /^(.*)$/; $launcher = $1; Seems to be like a simliar problem as in 0001575. | ||||||||||
Tags | No tags attached. | ||||||||||
fixed in git revision | |||||||||||
fixed in mtn revision | |||||||||||
Attached Files | |||||||||||
Notes | |
(0003472) aderumier (reporter) 2013-11-06 07:11 |
Hi, I have exactly the same bug since upgrade to upgrade from 4.0.5-2. $launcher =~ /^(.*)$/; $launcher = $1; fix the problem for me |
Issue History | |||
Date Modified | Username | Field | Change |
2013-09-19 10:11 | fmts | New Issue | |
2013-10-10 11:14 | francis | Target Version | => 4.1.0 |
2013-11-06 07:11 | aderumier | Note Added: 0003472 |
Copyright © 2000 - 2012 MantisBT Group |