daedalus's httpd is only occasionally answering requests. Something
weeeird is going on with it.
pstree for httpd looks like:
init-+-cron
|-cvsupd
|-9*[getty]
|-64*[httpd]
It looks like the parent process died.
Also, truss sometimes hangs, sometimes records successful requests,
and sometimes produces sendfile errors:
sendfile(0x9,0x8,0x1c8000,0x0,0x1d47ef,0xbfbfd35c,0xbfbfd354,0x0) ERR#35 'Resource
temporarily
unavailable'
sendfile(0x9,0x8,0x1c9000,0x0,0x1d37ef,0xbfbfd35c,0xbfbfd354,0x0) ERR#35 'Resource
temporarily
unavailable'
select(0x9,0x0,0xbfbfd29c,0x0,0xbfbfd294) = 1 (0x1)
sendfile(0x9,0x8,0x1c9000,0x0,0x1d37ef,0xbfbfd35c,0xbfbfd354,0x0) ERR#35 'Resource
temporarily
unavailable'
sendfile(0x9,0x8,0x1ca000,0x0,0x1d27ef,0xbfbfd35c,0xbfbfd354,0x0) ERR#35 'Resource
temporarily
unavailable'
select(0x9,0x0,0xbfbfd29c,0x0,0xbfbfd294) = 1 (0x1)
sendfile(0x9,0x8,0x1ca000,0x0,0x1d27ef,0xbfbfd35c,0xbfbfd354,0x0) ERR#35 'Resource
temporarily
unavailable'
sendfile(0x9,0x8,0x1cb000,0x0,0x1d17ef,0xbfbfd35c,0xbfbfd354,0x0) ERR#35 'Resource
temporarily
unavailable'
select(0x9,0x0,0xbfbfd29c,0x0,0xbfbfd294) = 1 (0x1)
sendfile(0x9,0x8,0x1cb000,0x0,0x1d17ef,0xbfbfd35c,0xbfbfd354,0x0) ERR#35 'Resource
temporarily
unavailable'
sendfile(0x9,0x8,0x1cc000,0x0,0x1d07ef,0xbfbfd35c,0xbfbfd354,0x0) ERR#35 'Resource
temporarily unavailable'
I'll leave it alone for an hour or two and then restart it unless
someone volunteers to investigate this.