I'm installing Fedora 24 from scratch and writing it up at https://github.com/barrycarter/bcapps/blob/master/FEDORA/README
I've reinstalled many many times (and even tried CentOS 7 but gave up on it), but recently ran into a problem. When I do:
sudo systemctl start postgresql mysqld nagios dnsmasq httpd sendmail
(or even any of those individually, eg "sudo systemctl start nagios"), I get:
Please enter passphrase for disk STxxxxxx-xxxxxx (luks)! *
The problem: I already entered my disk password at boot time, and confirmed both my main install drive (an SSD) an my other hard drive are up and running just fine. There's no need to ask for the luks password again!
I can obviously work around this by running these commands "manually" later, but this seems glitchy. Is there a fix? Have I done something wrong?
NOTE: I realize my disk number is probably not private, but I elided it anyway.
find ... -execdir ...commands and doesn't actually reference the encrypted disk at all.