@rbasak, yes symlink is the best way to not break user experience until release upgrade.
dpkg -L zfsutils-linux | egrep "arc|dbuf" | sort /usr/sbin/arcstat /usr/sbin/arcstat.py /usr/sbin/arc_summary /usr/sbin/arc_summary.py /usr/sbin/dbufstat /usr/sbin/dbufstat.py # ls -altr /usr/sbin/arcstat lrwxrwxrwx 1 root root 10 Oct 3 11:10 /usr/sbin/arcstat -> arcstat.py # ls -altr /usr/sbin/arc_summary lrwxrwxrwx 1 root root 14 Oct 3 11:10 /usr/sbin/arc_summary -> arc_summary.py # ls -altr /usr/sbin/dbufstat lrwxrwxrwx 1 root root 11 Oct 3 11:10 /usr/sbin/dbufstat -> dbufstat.py Eric ** Tags added: sts-sponsor sts-sru -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628279 Title: python utilities script suffix (.py) should be removed as per Policy 10.4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
