PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001716PacketFenceerror-handlingpublic2013-09-19 10:112013-11-06 07:11
Reporterfmts 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Product Version4.0.6-2 
Target Version4.1.0Fixed in Version 
Summary0001716: Insecure dependency on service start
DescriptionAfter 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 InformationService 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.
TagsNo tags attached.
fixed in git revision
fixed in mtn revision
Attached Files

- Relationships

-  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
Powered by Mantis Bugtracker