Message329238
Thanks for the report but I don't think the problem you are seeing is that simple. On my 10.14.1 system, I don't see that problem:
$ scutil --get HostName
HostName: not set
$ /usr/local/bin/python3.7
Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 03:13:28)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import socket
>>> socket.gethostname()
'harj.local'
>>> socket.gethostbyname(socket.gethostname())
'10.0.1.8'
>>>
So there's likely some other configuration issue here. |
|
Date |
User |
Action |
Args |
2018-11-04 17:00:57 | ned.deily | set | recipients:
+ ned.deily, ronaldoussoren, ssbarnea |
2018-11-04 17:00:57 | ned.deily | set | messageid: <1541350857.78.0.788709270274.issue35164@psf.upfronthosting.co.za> |
2018-11-04 17:00:57 | ned.deily | link | issue35164 messages |
2018-11-04 17:00:57 | ned.deily | create | |
|