mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
6baaedeb6a
PR: 203728 Submitted by: kozlov.sergey.404@gmail.com (maintainer) Differential Revision: https://reviews.freebsd.org/D3874
16 lines
422 B
Plaintext
16 lines
422 B
Plaintext
=====================================================================
|
|
|
|
STAFProc requires machine's hostname to be resolvable.
|
|
|
|
If you haven't already, please add the following to /etc/hosts:
|
|
|
|
<IPv6 machine address or ::1> <hostname>
|
|
<IPv4 machine address or 127.0.0.1> <hostname>
|
|
|
|
To verify do the following:
|
|
|
|
ping6 $(hostname)
|
|
ping $(hostname)
|
|
|
|
=====================================================================
|