Djbdns: Difference between revisions

From Hackepedia
Jump to navigationJump to search
Created page with '== FreeBSD == I was trying "svstat /var/service/dnscache" instead try: # svstat /var/service/* /var/service/dnscache: up (pid 1163) 169 seconds /var/service/supervise: up (…'
 
 
Line 6: Line 6:
  /var/service/dnscache: up (pid 1163) 169 seconds
  /var/service/dnscache: up (pid 1163) 169 seconds
  /var/service/supervise: up (pid 1357) 1 seconds
  /var/service/supervise: up (pid 1357) 1 seconds
[http://cr.yp.to/djbdns/run-cache-x.html external cache setup]. I replaced /service with /var/service.

Latest revision as of 14:11, 13 May 2010

FreeBSD

I was trying "svstat /var/service/dnscache" instead try:

# svstat /var/service/*
/var/service/dnscache: up (pid 1163) 169 seconds
/var/service/supervise: up (pid 1357) 1 seconds

external cache setup. I replaced /service with /var/service.