PacketFence - BTS - PacketFence
View Issue Details
0001716PacketFenceerror-handlingpublic2013-09-19 10:112013-11-06 07:11
fmts 
 
normalminoralways
newopen 
4.0.6-2 
4.1.0 
0001716: Insecure dependency on service start
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.
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.
No tags attached.
Issue History
2013-09-19 10:11fmtsNew Issue
2013-10-10 11:14francisTarget Version => 4.1.0
2013-11-06 07:11aderumierNote Added: 0003472

Notes
(0003472)
aderumier   
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