Page 1 of 1

Error message tortixd

Posted: Tue Jan 07, 2014 9:01 am
by biggles
Every time i run asl -s -f I get this message.

Code: Select all

tortixd: Could not reliably determine the server's fully qualified domain name, using "my.correct.servername" for ServerName
Anyone know why? It's nothing new, I have seen it for quite some time, but as everything is working, I haven't thought about it.

Re: Error message tortixd

Posted: Wed Jan 08, 2014 12:01 pm
by scott
Making sure the local system can resolve that hostname will fix it, either by dns or /etc/hosts

Re: Error message tortixd

Posted: Wed Jan 08, 2014 1:06 pm
by biggles
Hm, how do you mean?

Should I add
publicip my.correct.servername
to /etc/hosts?

Right now the server resolves my.correct.servername to 127.0.0.1

Re: Error message tortixd

Posted: Wed Jan 08, 2014 1:07 pm
by biggles
Hm, how do you mean?

Should I add
publicip my.correct.servername
to /etc/hosts?

Right now the server resolves my.correct.servername to 127.0.0.1

cat /etc/hosts

Code: Select all

127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4 my.correct.servername	my
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6