[Bug 254254] net/mosquitto 2.0.8 service fails to start
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Mar 13 11:52:25 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254254
Bug ID: 254254
Summary: net/mosquitto 2.0.8 service fails 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 at FreeBSD.org
Reporter: weberbug at gmx.de
CC: joe at thrallingpenguin.com
CC: joe at thrallingpenguin.com
Flags: maintainer-feedback?(joe at thrallingpenguin.com)
Recently mosquitto was updated to 2.0
mosquitto 2.0.8 service fails to start.
I got it to work with these changes:
/usr/local/etc/rc.d/mosquitto
grep pid_file
(there is an underline in the conf entry)
in the conf added a sub dir for pid:
(https://github.com/eclipse/mosquitto/issues/1950)
pid_file /var/run/mosquitto/mosquitto.pid
created it:
mkdir /var/run/mosquitto
chown nobody:wheel /var/run/mosquitto
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list