Re: Unable to resolve localhost

2016-03-23 Thread Alarig Le Lay
On Thu Mar 17 19:45:22 2016, RW wrote: > What do you have in resolv.conf? > > > I'm wondering if you have > > nameserver localhost > > rather than > > nameserver 127.0.0.1 That was this, thanks :) -- alarig signature.asc Description: Digital signature

Re: Unable to resolve localhost

2016-03-23 Thread Bill Cole
On 17 Mar 2016, at 15:45, RW wrote: On Thu, 17 Mar 2016 08:53:52 +0100 Alarig Le Lay wrote: Hi, The daily spamassasin cron is failing because localhost is an unresolvable name: /etc/cron.daily/spamassassin: unresolvable name: localhost at /usr/bin/sa-update line 432.

Re: Unable to resolve localhost

2016-03-20 Thread Alarig Le Lay
> $ host localhost > localhost has address 127.0.0.1 > localhost has IPv6 address ::1 > > What does THAT say in your box? Seems normal: alarig@nemee:~$ dig localhost ; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> localhost ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: N

Unable to resolve localhost

2016-03-19 Thread Alarig Le Lay
Hi, The daily spamassasin cron is failing because localhost is an unresolvable name: /etc/cron.daily/spamassassin: unresolvable name: localhost at /usr/bin/sa-update line 432. sa-update failed for unknown reasons But, I can perfectly ping it (and by the way, resolve it):

Re: Unable to resolve localhost

2016-03-19 Thread Jari Fredriksson
Alarig Le Lay kirjoitti 17.3.2016 9:53: Hi, The daily spamassasin cron is failing because localhost is an unresolvable name: /etc/cron.daily/spamassassin: unresolvable name: localhost at /usr/bin/sa-update line 432. sa-update failed for unknown reasons But, I can perfec

Re: Unable to resolve localhost

2016-03-19 Thread Reindl Harald
Am 17.03.2016 um 12:36 schrieb Alarig Le Lay: $ host localhost localhost has address 127.0.0.1 localhost has IPv6 address ::1 What does THAT say in your box? Seems normal: ;; ANSWER SECTION: localhost. 10800 IN A 127.0.0.1 ;; Query time: 0 msec ;; SERVER: 91.224.1

Re: Unable to resolve localhost

2016-03-19 Thread RW
On Thu, 17 Mar 2016 08:53:52 +0100 Alarig Le Lay wrote: > Hi, > > The daily spamassasin cron is failing because localhost is an > unresolvable name: > > /etc/cron.daily/spamassassin: > unresolvable name: localhost at /usr/bin/sa-update line 432. > sa-update failed for unknown r

Re: Unable to resolve localhost

2016-03-18 Thread Reindl Harald
Am 17.03.2016 um 08:53 schrieb Alarig Le Lay: The daily spamassasin cron is failing because localhost is an unresolvable name: /etc/cron.daily/spamassassin: unresolvable name: localhost at /usr/bin/sa-update line 432. sa-update failed for unknown reasons But, I can per