With the above fixes, we still meet failure:

# DEVNAME=/dev/sdb bash -x /lib/udev/hdparm
...
+ /sbin/hdparm -B254 -q --user-master u -q --security-unlock 'letmein' /dev/sdb
# echo $?
22

-> this is because the security commands are exclusive within hdparm, so
this is needed:

# /sbin/hdparm --user-master u --security-unlock 'letmein' /dev/sdb

-> though we are closer

-- 
hdparm fails to handle security configuration...
https://bugs.launchpad.net/bugs/487168
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to