On Wed, 2005-11-30 at 21:48 +0100, Istvan Gabor wrote:
Are you are saying that after you boot the machine and start the service manually, (/etc/init.d/bestcrypt start) the permissions are wrong? No. If I start the script manually in a terminal the devices get the right permissions. (But it really inconvenient to run the script manually after every bootup.)
I suspect they are correct and it only happens incorrectly when you boot the machine and let the service start normally. This is exactly what happens.
If that is the case then the service probably needs to start later. When does the bestcrypt service script start? I don't know how I can check this. Here is my rc5.d list (only starting processes), bcrypt is S09:
Look at the Requires: line in the script as this will determine when it is run. If you need to start it later currently starts us a Requires: item from a later running script (one of the higher numbered scripts). -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998