Page 1 of 1

Error when restarting dnsmasq

Posted: 05 Oct 2011, 13:54
by DanielM
Hi.
Changed some stuff in my dnsmasq configuration today and then restarted dnsmasq. When restarting it I get the following errors:

Code: Select all

Starting DNS forwarder and DHCP server: dnsmasq.
Awakening mail retriever agent: fetchmail failed!
run-parts: /etc/resolvconf/update-libc.d/fetchmail exited with return code 1
run-parts: /etc/resolvconf/update.d/libc exited with return code 1
It doesn't seem to do any harm. I guess the problem might be that I don't use fetchmail? Anyways, seemed like a good idea to check up. Anyone knows?

/Daniel

Re: Error when restarting dnsmasq

Posted: 05 Oct 2011, 13:57
by Cheeseboy
What changes?

Sent from my HTC Desire using Tapatalk

Re: Error when restarting dnsmasq

Posted: 05 Oct 2011, 14:13
by DanielM
Cheeseboy wrote:What changes?
Oh, only a very small one. I have my own little conf file in /etc/dnsmasq.d for stuff that I want to go to the B3 directly without being routed out first, and now I removed a domain that I once owned but no longer. The line loked (almost) like this:

Code: Select all

address=/my-removed-domain.se/192.168.168.1
Quite sure that the change didn't lead to this problem...

/Daniel

Re: Error when restarting dnsmasq

Posted: 08 Oct 2011, 18:20
by Cheeseboy
Tjenare,

That seems strange.
I had to do a something like this to even come close to that message:

Code: Select all

sudo /etc/init.d/networking restart
Did you do that or just restart dnsmasq?

Cheers,

Cheeseboy

Re: Error when restarting dnsmasq

Posted: 09 Oct 2011, 12:40
by DanielM
Nope. Just dnsmasq. Anyways, not a big deal. Everything seems to be working, so if Excito doesn't see this as a big problem I won't either. I don't restart dnsmasq really that often :D

/Daniel