Page MenuHomeVyOS Platform

Clean up after pmacct removal
Open, LowPublic

Description

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

Details

Version
rolling
Is it a breaking change?
Perfectly compatible
Issue type
Internal change (not visible to end users)

Event Timeline

hedrok created this object in space S1 VyOS Public.
hedrok changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.
hedrok changed Issue type from Unspecified (please specify) to Internal change (not visible to end users).