Re: [Dnsmasq-discuss] dnsmasq segfault

2015-07-06 Thread Simon Kelley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Just pushed a fix into git. I had to re-implement realpath() to get it to work properly :( Cheers, Simon. On 06/07/15 21:11, Toke Høiland-Jørgensen wrote: I've hit this as well (but not the crash). https://bugs.archlinux.org/task/45485

Re: [Dnsmasq-discuss] dnsmasq segfault

2015-07-06 Thread Toke Høiland-Jørgensen
I've hit this as well (but not the crash). https://bugs.archlinux.org/task/45485 -Toke On 6 July 2015 20:04:13 CEST, Simon Kelley si...@thekelleys.org.uk wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 That works. The wrinkle is that you have to replace /etc/resolv.conf with a dangling

Re: [Dnsmasq-discuss] dnsmasq segfault

2015-07-06 Thread Simon Kelley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 That works. The wrinkle is that you have to replace /etc/resolv.conf with a dangling symlink, rather than using --resolv-file to make dnsmasq look in some other place where you put a dangling symlink, because the segfault comes from writing to a

Re: [Dnsmasq-discuss] dnsmasq segfault

2015-07-05 Thread R
I have fixed the problem by including Requires=systemd-resolved.service After=systemd-resolved.service in the systemd service file for dnsmasq and it now boots correctly. On 5 July 2015 at 21:17, R bjorkeg...@gmail.com wrote: dnsmasq segfaults at boot and systemd fails to load the service. (

[Dnsmasq-discuss] dnsmasq segfault

2015-07-05 Thread R
dnsmasq segfaults at boot and systemd fails to load the service. ( http://sysv.se/journal.txt ) after the boot process systemd can start dnsmasq successfully through 'systemctl start dnsmasq' and everything works. This started happening after I switched from using netctl + dhcpcd to configure my