On Tue, 03 Apr 2007 09:18:17 -0700
Adam Chlipala <[EMAIL PROTECTED]> wrote:

> Why can't the domtool server (started with /etc/init.d/domtool-server 
> start) read the directory
>     /afs/hcoop/common/etc/domtool/keys/domtool
> ?  (I'm not 100% sure this is really the action that is failing, but it 
> seems most likely.)

Ah yes, wonderful. I like troubleshooting ;)

The problem is in /etc/domtool/... 

A handy line is always something like
 sudo strace -f -e trace=open -s 2048 -o /tmp/trac COMMAND ..

Then tail /tmp/trac is a no-brainer:

18993 open("/etc/domtool/serverkey.pem", O_RDONLY) = -1 EACCES (Permission 
denied)


So, fixed!

-doc

_______________________________________________
HCoop-SysAdmin mailing list
[email protected]
http://hcoop.net/cgi-bin/mailman/listinfo/hcoop-sysadmin

Reply via email to