Comment 27 for bug 1577460

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2017-01-09 09:00 EDT-------
Tested on xenial (up to date):

1. faulty as expected with util-linux 2.27.1-6ubuntu3.1
root@s8330003:~# LANG=de_DE.UTF-8 mkinitramfs --help
Segmentation fault
W: non-GNU getopt
root@s8330003:~# dpkg -s util-linux |grep Version
Version: 2.27.1-6ubuntu3.1
root@s8330003:~#

2. Fix working as expected with util-linux 2.27.1-6ubuntu3.2
root@s8330005:~# LANG=de_DE.UTF-8 mkinitramfs --help
/usr/sbin/mkinitramfs: unrecognized option '--help'
W: non-GNU getopt
root@s8330005:~# dpkg -s util-linux |grep Version
Version: 2.27.1-6ubuntu3.2
root@s8330005:~#

Fix for xenial should be promoted to xenial-updates.