Hi there,
On Fri, 13 Dec 2024, 02_tramway_basin wrote:
... I removed the "qw(...)" for BackupPC_nightly line 89 and BackupPC_rrdUpdate
line 42:
Replace: use BackupPC::Lib qw( :BPC_DT_ALL );
By: use BackupPC::Lib;
and all is fine now.
...
This weekend I've looked through the G
Hi Ged,
Just to let you know I removed the "qw(...)" for BackupPC_nightly line 89 and
BackupPC_rrdUpdate line 42:
Replace: use BackupPC::Lib qw( :BPC_DT_ALL );
By: use BackupPC::Lib;
and all is fine now.
Many thanks for your help.
Alan
> On 11 Dec 2024, at 13:59, G.W. Hayw
Hi there,
On Wed, 11 Dec 2024, Alan wrote:
On Tue, 10 Dec 2024, G.W. Haywood wrote:
> On Tue, 10 Dec 2024, Alan wrote:
)> >
>> Since upgrading from Fedora 40 to 41 I?ve started seeing the following Perl
error message when the BackupPC_nightly and BackupPC_rrdUpdate routines are run:
>>
>> At
Hi Ged,
Thank you for your helpful reply.
I can confirm that Fedora uses /usr/share/BackupPC as the install directory and
is defined in config.pl as such.
$Conf{InstallDir} = '/usr/share/BackupPC';
I don't have a /usr/local/BackupPC directory on my system
Here is the result of the grep you
Hi there,
On Tue, 10 Dec 2024, Alan wrote:
Since upgrading from Fedora 40 to 41 I?ve started seeing the following Perl
error message when the BackupPC_nightly and BackupPC_rrdUpdate routines are run:
Attempt to call undefined import method with arguments (":BPC_DT_ALL") via package
"BackupPC
Hi,
Since upgrading from Fedora 40 to 41 I’ve started seeing the following Perl
error message when the BackupPC_nightly and BackupPC_rrdUpdate routines are run:
Attempt to call undefined import method with arguments (":BPC_DT_ALL") via
package "BackupPC::Lib" (Perhaps you forgot to load the pack