thttpd: Daemon exiting, I don't know why
Posted
by
Tobe
on Server Fault
See other posts from Server Fault
or by Tobe
Published on 2011-11-13T08:53:30Z
Indexed on
2011/11/13
9:55 UTC
Read the original article
Hit count: 356
thttpd
I run thttpd to serve some perl files. But for some reason the daemon is exiting every second or third day. Strangely it's always at 6.25 am. Here are some lines from syslog:
Nov 10 06:25:40 b1 thttpd[6370]: up 86404 seconds, stats for 86404 seconds:
Nov 10 06:25:40 b1 thttpd[6370]: thttpd - 25 connections (0.000289338/sec), 1 max simultaneous, 625000 bytes (7.23346/sec), 2 httpd_conns allocated
Nov 10 06:25:40 b1 thttpd[6370]: libhttpd - 30 strings allocated, 8200 bytes (273.333 bytes/str)
Nov 10 06:25:40 b1 thttpd[6370]: map cache - 0 allocated, 0 active (0 bytes), 0 free; hash size: 0; expire age: 1800
Nov 10 06:25:40 b1 thttpd[6370]: fdwatch - 20902 selects (0.24191/sec)
Nov 10 06:25:40 b1 thttpd[6370]: timers - 2 allocated, 2 active, 0 free
Nov 10 06:25:40 b1 thttpd[6370]: exiting
Any ideas?
© Server Fault or respective owner