"Soumendu Bhattacharya" <Soumendu.Bhattacharya@xxxxxxxxxxxxxx> writes: > I am facing an issue with existing apache > instances on hp unix. Looks like mod_auth_digest is failing to generate > secret for Digest . It fails with the following error : > > [Thu Oct 01 03:19:45 2009] [notice] Digest: generating secret for digest > authentication ... > > [Thu Oct 01 03:19:45 2009] [crit] (2)No such file or directory: Digest: > error generating secret: No such file or directory In the trace, there are only a few instances of ENOENT ("No such file or directory") and some of them immediately follow the log message from mod_auth_digest that it's about to generate the secret. These are all socket and connect calls, which leads me to believe that the code in apr_generate_random_bytes() is compiled to use EGD, but that's not working. Maybe with that hint, your admins can be more helpful. Dan --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx