Date: Sun, 29 Jan 2023 20:41:02 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 256885] [NEW PORT] www/py-homeassistant: Open-source home automation platform Message-ID: <bug-256885-21822-CyqKYwyGcU@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-256885-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-256885-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256885 --- Comment #21 from Xavier Humbert <xavier@groumpf.org> --- (In reply to Xavier Humbert from comment #20) Digging in HA docs, II found the variable server_host : default_config: server_host: 0.0.0.0=20 Another glitch : PID file cannot be created directly under /var/run, user homeassistant does not have appropriate rights.=20 # mkdir /var/run/homeassistant && chown 570:570 /var/run/homeassistant and patching rc file accordingly fixes the problem --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256885-21822-CyqKYwyGcU>