Comment 4 for bug 738717

Revision history for this message
Laurent Lyaudet (laurent-lyaudet) wrote :

This bug was due to immutable attribute on /bin/login (lsattr /bin/login).
You can solve it by removing i attribute: sudo chattr -i /bin/login
Then install the update.
If you want, you can make login immutable again: sudo chattr +i /bin/login