blob: dfd48bd227a49742e7cac7aeb7b685f48a4493eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
=====================================================================
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)
=====================================================================
|