PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000150PacketFence 1.6.2public2006-11-14 08:262007-01-10 10:02
Reporteruser4 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Summary0000150: creating nessus scan fails on closed failhandle
Description/usr/local/pf/bin/pfcmd 'schedule now 192.168.0.80 tid="10150;10870;11011;11808;11835;11890;12054;12204;12209;14724"'
print() on closed filehandle FILE at /usr/local/pf/bin/pfcmd line 291.
print() on closed filehandle FILE at /usr/local/pf/bin/pfcmd line 292.
print() on closed filehandle FILE at /usr/local/pf/bin/pfcmd line 293.
Additional InformationThe following diff fixes the problem:

--- pfcmd.old 2006-11-14 11:21:08.000000000 -0500
+++ pfcmd 2006-11-14 11:23:06.000000000 -0500
@@ -287,7 +287,7 @@
     my $date=mysql_date();
     $date=~s/ /-/g;
     $hostaddr=~s///\/g;
- open(FILE,">$install_dir/html/admin/schedule/results/dump_${hostaddr}_$date");
+ open(FILE,">$install_dir/html/admin/scan/results/dump_${hostaddr}_$date");
     print FILE shift(@output)."n";
     print FILE join($delimiter, ("vulnerable","mac","ip","tid","sid","port","description"))."n";
     print FILE @output;
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000305)
user4
2006-11-14 08:27

Reminder sent to: dlaporte, kevmcs

(0000374)
dlaporte (developer)
2007-01-10 10:02

completed

- Issue History
Date Modified Username Field Change
2006-11-14 08:26 user4 New Issue
2006-11-14 08:27 user4 Note Added: 0000305
2007-01-10 10:02 dlaporte Status new => closed
2007-01-10 10:02 dlaporte Note Added: 0000374
2007-01-10 10:02 dlaporte Resolution open => fixed


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker