Error message tortixd

Customer support forums for Atomic Protector (formerly Atomic Secured Linux). There is no such thing as a bad question here as long as it pertains to using Atomic Protector. Newbies feel free to get help getting started or asking questions that may be obvious. Regular users are asked to be gentle. :-)
biggles
Forum Regular
Forum Regular
Posts: 806
Joined: Tue Jul 15, 2008 2:38 pm
Location: Sweden
Contact:

Error message tortixd

Unread post 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.
Last edited by biggles on Wed Jan 08, 2014 1:04 pm, edited 1 time in total.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Error message tortixd

Unread post by scott »

Making sure the local system can resolve that hostname will fix it, either by dns or /etc/hosts
biggles
Forum Regular
Forum Regular
Posts: 806
Joined: Tue Jul 15, 2008 2:38 pm
Location: Sweden
Contact:

Re: Error message tortixd

Unread post 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
biggles
Forum Regular
Forum Regular
Posts: 806
Joined: Tue Jul 15, 2008 2:38 pm
Location: Sweden
Contact:

Re: Error message tortixd

Unread post 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
Post Reply