On Fri, 2014-05-16 at 04:25 +0800, Steve wrote: > Hi, > > Every thing goes fine, but occtl socket file missing in Debian 7.4 > system, config like: > use-occtl = true > occtl-socket-file = /var/run/occtl > Running without any error or warning. Do I miss something? I tried on jessie and I cannot reproduce that. The best way to debug that is to run ocserv under strace (using -f -o /tmp/out.log), and check for what happened to that file in the output log. regards, Nikos