Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2021 10:59:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256643] lighttpd - Default configuration file error prevent lighttpd to start.
Message-ID:  <bug-256643-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 256643
           Summary: lighttpd - Default configuration file error prevent
                    lighttpd to start.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: sm@codenetworks.net

Lighttpd version "lighttpd-1.4.59" from ports "quarterly" install its defau=
lt
configuration file, with the "var.state_dir=3D/run" which is not a valid/de=
fault
path on FreeBSD.

this prevents the lighttpd to start.=20

Starting lighttpd.
2021-06-16 13:58:37: server.c.1270) opening pid-file failed: /run/lighttpd.=
pid:
No such file or directory
2021-06-16 13:58:37: server.c.317) unlink failed for: /run/lighttpd.pid: No
such file or directory
/usr/local/etc/rc.d/lighttpd: WARNING: failed to start lighttpd

Changing the value of "var.state_dir=3D" to "/var/run" fix the issues.

--=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-256643-7788>