Hi,
I changed that line according to your suggestion:
close(WH);
close(FHRd);
$rs->{fh} = *FHWr;
close($rs->{fh_stderr}) if ( defined($rs->{fh_stderr} );
$rs->{fh_stderr} = undef;
anyway, now I get another error from BackupPC:
(File::RsyncP module doesn't exist)
it works fine if I commented out that line.
> Il 08/02/2021 07:49 Craig Barratt <[email protected]> ha
> scritto:
>
>
> Can you try replacing that line 554:
>
>
> > > close($rs->{fh_stderr});
> >
> > >
> with:
>
>
> > > close($rs->{fh_stderr}) if ( defined($rs->{fh_stderr} );
> >
> >
> > > Craig
>
>
> > >
> > >
> On Sat, Feb 6, 2021 at 9:55 PM absolutely_free--- via BackupPC-users
> <[email protected]
> mailto:[email protected] > wrote:
>
> > >
> > Hi,
> >
> > p5-File-RsyncP-0.76
> >
> >
> > thank you!
> >
> > > > > Il 06/02/2021 00:12 Craig Barratt
> > <[email protected] mailto:[email protected] > ha
> > scritto:
> > >
> > >
> > > What version of File::RsyncP is this?
> > >
> > > Craig
> > >
> > > On Sat, Feb 6, 2021 at 4:01 AM absolutely_free--- via
> > > BackupPC-users <[email protected]
> > > mailto:[email protected] > wrote:
> > >
> > > > > > >
> > > > Hi,
> > > >
> > > > I am using BackupPC 3 on two FreeBSD 12.1 servers.
> > > >
> > > > On both servers, I am unable to run backups, I get
> > > > error:
> > > >
> > > > Can't use an undefined value as a symbol reference at
> > > > /usr/local/lib/perl5/site_perl/mach/5.32/File/RsyncP.pm line 554.
> > > >
> > > > I tried with CLI, I got exact same error.
> > > >
> > > > $ perl -v
> > > >
> > > > This is perl 5, version 32, subversion 1 (v5.32.1)
> > > > built for amd64-freebsd-thread-multi
> > > >
> > > > any suggestion?
> > > > thank you
> > > >
> > > >
> > > > _______________________________________________
> > > > BackupPC-users mailing list
> > > > [email protected]
> > > > mailto:[email protected]
> > > > List:
> > > > https://lists.sourceforge.net/lists/listinfo/backuppc-users
> > > > Wiki: https://github.com/backuppc/backuppc/wiki
> > > > Project: https://backuppc.github.io/backuppc/
> > > >
> > > > > > >
> > > > > _______________________________________________
> > BackupPC-users mailing list
> > [email protected]
> > mailto:[email protected]
> > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
> > Wiki: https://github.com/backuppc/backuppc/wiki
> > Project: https://backuppc.github.io/backuppc/
> >
> > >
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/