Package: policyd-weight
Version: 0.1.15.2-12

After dist-upgrade from stretch to buster:

# service policyd-weight restart 
[....] Restarting policyd-weight configuration (incl. cache): policyd-
weightCan't locate object method "new" via package "IO::Socket::INET6"
(perhaps you forgot to load "IO::Socket::INET6"?) at /usr/sbin/policyd-
weight line 921.
 failed!

Solution:

File
/usr/sbin/policyd-weight
is not loading the module IO::Socket::INET6.
around line 72 following should be inserted:
use IO::Socket::INET6;

Maybe th
Markus

Reply via email to