After removal of pmacct in https://github.com/vyos/vyos-build/pull/1030/files#diff-51f6c6d5680bf6972df5d658ca938157a8c7ffb569d299ef98a3a7ff20471aedL13 in file data/live-build-config/hooks/live/18-enable-disable_services.chroot lines
systemctl disable nfacctd.service systemctl disable sfacctd.service systemctl disable uacctd.service
Are not deleted. Clean that up + clean up anything related to pmacct.
Check that theset programs are from pmacct (under VyOS 1.4.3):
vyos@r3:~$ dpkg -S /usr/sbin/nfacctd pmacct: /usr/sbin/nfacctd vyos@r3:~$ dpkg -S /usr/sbin/sfacctd pmacct: /usr/sbin/sfacctd vyos@r3:~$ dpkg -S /usr/sbin/uacctd pmacct: /usr/sbin/uacctd