Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-29 Thread Mike Hughes
June 25, 2020 5:43 PM To: General list for user discussion, questions and support Cc: Craig Barratt Subject: Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released You can install the perl module Module::Path to find the path for a module. After installing, do this: perl -e 'use Modu

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-25 Thread Craig Barratt via BackupPC-users
You can install the perl module Module::Path to find the path for a module. After installing, do this: perl -e 'use Module::Path "module_path"; print(module_path("BackupPC::XS")."\n");' Example output: /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/BackupPC/XS.pm Now try as root and the BackupPC

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-25 Thread Les Mikesell
> The system got itself into this state from a standard yum update. That's why you want to stick to all packaged modules whenever possible. Over time, dependencies can change and the packaged versions will update together. You can probably update a cpan module to the correct version manually bu

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-25 Thread Mike Hughes
-users] [BackupPC-devel] BackupPC 4.4.0 released On Thu, Jun 25, 2020 at 10:02 AM Mike Hughes mailto:m...@visionary.com>> wrote: Certainly a mismatch. Here's my output. Hopefully it formats cleanly. How can I fix this while waiting for the patch to roll out? Well, I'm not sure how to

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-25 Thread Richard Shaw
On Thu, Jun 25, 2020 at 10:02 AM Mike Hughes wrote: > Certainly a mismatch. Here's my output. Hopefully it formats cleanly. How > can I fix this while waiting for the patch to roll out? > Well, I'm not sure how to clean up the mess, but the problem is simple. You don't want to mix manual cpan in

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-25 Thread Mike Hughes
7 From: Richard Shaw Sent: Wednesday, June 24, 2020 12:42 PM To: General list for user discussion, questions and support Cc: Craig Barratt Subject: Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released On Wed, Jun 24, 2020 at 12:19 PM Craig Barratt via Backu

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-24 Thread Richard Shaw
On Wed, Jun 24, 2020 at 12:19 PM Craig Barratt via BackupPC-users < backuppc-users@lists.sourceforge.net> wrote: > Mike, > > It's possible you have two different versions of perl installed, or for > some reason the BackupPC user is seeing an old version of BackupPC::XS. > > Try some of the suggest

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-24 Thread Craig Barratt via BackupPC-users
Mike, It's possible you have two different versions of perl installed, or for some reason the BackupPC user is seeing an old version of BackupPC::XS. Try some of the suggestions here: https://github.com/backuppc/backuppc/issues/351. Craig On Wed, Jun 24, 2020 at 10:12 AM Richard Shaw wrote: >

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-24 Thread Richard Shaw
On Wed, Jun 24, 2020 at 11:58 AM Mike Hughes wrote: > I'm getting a service startup failure claiming my version of BackupPC-XS > isn't up-to-snuff but it appears to meet the requirements: > > BackupPC: old version 0.57 of BackupPC::XS: need >= 0.62; exiting in 30s > I don't have a CentOS 7 machi

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-24 Thread Mike Hughes
-1.el7.x86_64 From: Richard Shaw Sent: Tuesday, June 23, 2020 10:47 AM To: General list for user discussion, questions and support Subject: Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released On Tue, Jun 23, 2020 at 8:24 AM Mike Hughes mailto:m...@

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-23 Thread Richard Shaw
On Tue, Jun 23, 2020 at 8:24 AM Mike Hughes wrote: > Thanks so much Richard! Will COPR installations auto-update via yum > repository updates or do we need to specifically run a COPR update manually? > Yes, as long as you install the repo file it will work just like any other repository. Thanks

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-23 Thread Robert E. Wooden
On 6/23/2020 8:22 AM, Mike Hughes wrote: Thanks so much Richard! Will COPR installations auto-update via yum repository updates or do we need to specifically run a COPR update manually? I have been using COPR for a few y

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-23 Thread Mike Hughes
Subject: Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released Builds complete and updates submitted for Fedora and CentOS 8 https://bodhi.fedoraproject.org/updates/?packages=BackupPC CentOS 7 builds available via COPR: https://copr.fedorainfracloud.org/coprs/hobbes1069/BackupPC/ Thanks

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-22 Thread Richard Shaw
Builds complete and updates submitted for Fedora and CentOS 8 https://bodhi.fedoraproject.org/updates/?packages=BackupPC CentOS 7 builds available via COPR: https://copr.fedorainfracloud.org/coprs/hobbes1069/BackupPC/ Thanks, Richard ___ BackupPC-user