Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2021 21:14:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259114] www/lighttpd: regression on service restart
Message-ID:  <bug-259114-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259114

            Bug ID: 259114
           Summary: www/lighttpd: regression on service restart
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: pkubaj@FreeBSD.org
          Reporter: dinoex@FreeBSD.org
             Flags: maintainer-feedback?(pkubaj@FreeBSD.org)
          Assignee: pkubaj@FreeBSD.org

after update to 1.4.60

Problem:

# service lighttpd restart
Performing sanity check on lighttpd configuration:
lighttpd not running? (check /var/run/lighttpd.pid).
Starting lighttpd.
2021-10-12 23:02:07: (network.c.419) can't bind to socket: 0.0.0.0:80: Addr=
ess
already in use
/usr/local/etc/rc.d/lighttpd: WARNING: failed to start lighttpd


Workaround:

# killall lighttpd
# service lighttpd restart
Performing sanity check on lighttpd configuration:
lighttpd not running? (check /var/run/lighttpd.pid).
Starting lighttpd.

Diagnostics:

When "lighttpd_checkconfig" runs,
the content of the pid file is removed.

$ truss /usr/local/sbin/lighttpd -f /usr/local/etc/lighttpd/lighttpd.conf -=
tt

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259114-7788>