Hi.
Email dpmott@sep.com if you have any questions about
this bug report.
If you specify anything but this in the penemo config file:
dir_cgibin /cgi-bin/
then penemo-admin.cgi will break if you try to submit a
global pause request.
Here's the fix, look for lines with "#!!!":
# prints html for to get time to pause agent for.
sub get_time {
my ($agent, $global) = @_;
my $dir_cgibin = $conf->get_dir_cgibin(); # !!!
print header;
print "<HEAD><TITLE>pause
$agent</TITLE></HEAD>\n";
print '<BODY BGCOLOR="#000000"
TEXT="#AAAADD">', "\n";
print '<CENTER>';
print '&nbsp;<BR>', "\n";
unless ($global) {
print "<FONT SIZE=3><B>pausing
agent: $agent</B></FONT><BR>\n";
}
print "<FONT SIZE=2>\n";
print '&nbsp;<BR>', "\n";
print 'current server time: ', "$date<BR>\n";
print "<FORM METHOD=\&quot;Post\&quot;
action=\&quot;$dir_cgibin/penemo-admin.cgi\&quot;>\n"; # !!!