Project

General

Profile

Actions

Bug #428

closed

lighttpd doesn't accept connections after some time of working

Added by Anonymous over 19 years ago. Updated about 8 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

# netstat -na | grep LIST | grep 80
tcp        0      0  *.80                   *.*                    LISTEN
# telnet 127.0.0.1 80
Trying 127.0.0.1...  
telnet: connect to address 127.0.0.1: Connection timed out

ktrace from OpenBSD:

32733 lighttpd RET   kevent 0
32733 lighttpd CALL  gettimeofday(0x7f7fffffa640,0)
32733 lighttpd RET   gettimeofday 0
32733 lighttpd CALL  kevent(0x3,0,0,0x46f69000,0x1001,0x7f7fffffa630)
[...] thoose 4 lines repeats slowly...

After restart everything is fine. I have had this issues 3 times, last was before 2 months.
Any ideas how to debug or smth when this appears again?

-- nikns

#2

Updated by gstrauss about 9 years ago

  • Description updated (diff)
  • Status changed from New to Missing Feedback
#3

Updated by gstrauss about 8 years ago

  • Status changed from Missing Feedback to Fixed
  • Assignee deleted (jan)
  • Target version set to 1.4.46
Actions

Also available in: Atom