Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
I got the following error trying to start up the BackupPC for the first time after install by following the instructions on http://dns323.kood.org/howto:backuppc
/mnt/HD_a2/ffp/usr/BackupPC/bin/BackupPC -d
Bareword "HostSortCompare" not allowed while "strict subs" in use at /mnt/HD_a2/ffp/usr/BackupPC/bin/BackupPC line 1635.
Execution of /mnt/HD_a2/ffp/usr/BackupPC/bin/BackupPC aborted due to compilation errors.
Does any one have any advice what this means?
The line where this error came from the foreach statement???
sub QueueAllPCs
{
my $nSkip = 0;
foreach my $host ( sort(HostSortCompare keys(%$Hosts)) ) {
delete($Status{$host}{backoffTime})
if ( defined($Status{$host}{backoffTime})
thanks in Advance
Offline
I am sure that you have figured this out long ago, but for the next person who sees this thread and not the other, here is the link to the solution:
http://dns323.kood.org/forum/t3226-Back … error.html
Removing the parenthesis worked for me anyway...
Offline