On Nov 11, 2009, at 4:32 PM, 文卓 张 wrote: > 3) The ports and certificates are fine, because I saw communications between > filter and weblogin server in debug mode.
Unfortunately, cosignd -d doesn't tell you what the result of the CHECK is. The only way to know for sure is to see what cosignd is logging. > 4)I have checked the /var/log/system.log, there are no cosignd > activities recorded. You can specify a different logging facility with cosignd's -F option. For instance, if you wanted to have cosignd log to the local7 facility (which on Mac OS X should be /var/log/system.log, according to /etc/syslog.conf), you'd run cosignd as follows: cosignd -F local7 ... You might find cosignd -L valuable, as well. The -L flag allows you to specify the minimum log level. By default, cosignd logs every message from info (LOG_INFO) on up. If you want to keep all cosignd logging separate from other system daemon logs, your best bet is probably to edit /etc/syslog.conf and add this line: local7.* /var/log/cosignd.log (local7 is probably not being used by anything else.) Create /var/log/cosignd.log: sudo touch /var/log/cosignd.log Then run cosignd, logging to the local7 facility: sudo cosignd -F local7 andrew ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
