There is a more detailed explanation about what was changed in Perl5.20
and why this happens:
https://rt.cpan.org/Public/Bug/Display.html?id=106552#txn-1589169
The workaround is a bit strange: chdir to a users writable directory
before executing 'amdump':
root@monitor:~# sudo -u backup amdump fo
Update:
> The workaround is a bit strange: chdir to a users writable directory
chdir to a users readable directory alread solves the issue
On Sat, 13 Jun 2015 11:17:02 +0200 (CEST) debian@coelho.net wrote:
..
>sh> grep StdHash /usr/share/perl/5.20.2/Tie/Hash.pm
># The Tie::StdHash package implements standard perl hash behaviour.
>package Tie::StdHash;
>
> Which means that it seems to be necessary to import Tie::Has
> Tie/StdHash.pm is missing from Perl 5.20.1
It is there. You have unreadable paths in your @INC and perl
complains. See the above bug log for more information.
sh> dpkg -L perl-base | grep Tie
/usr/share/perl/5.20.2/Tie
/usr/share/perl/5.20.2/Tie/Hash.pm
Same issue with amanda looking
-=| Andrew Grillet, 02.04.2015 13:39:53 +0100 |=-
> This bug is also present in Ubunty-Gnome 14.10
This seems to be yet another occurrence of
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781120 -- handling
of non-readable directories on @INC
> Tie/StdHash.pm is missing from Perl 5.20.1
It
Hi
This bug is also present in Ubunty-Gnome 14.10
Tie/StdHash.pm is missing from Perl 5.20.1
6 matches
Mail list logo