Hi, I am having a problem starting dnsmasq after latest update to my devuan VM. The error is when trying to start the init script:
dnsmasq: junk found in command line I think I might be on old Devuan version[1] because /etc/issue says "1". Maybe this is the problem but I see a directory added/updated on Jun 25 /usr/share/dns/ with a few files in it. The init script uses sed to get some options from the files there and then tries starting dnsmasq with fail message above. If I debug init script[3], I get weird options indeed. Any ideas how to fix this? For now I have dnsmasq started by command line with simple options "-d -C configfile" Thank you [1] # cat /etc/issu Devuan GNU/Linux 1 \n \l [2] # cat /etc/apt/sources.list # deb http://us.mirror.devuan.org/merged/ jessie main deb http://us.mirror.devuan.org/merged/ jessie main deb-src http://us.mirror.devuan.org/merged/ jessie main # jessie-security, previously known as 'volatile' deb http://us.mirror.devuan.org/merged/ jessie-security main deb-src http://us.mirror.devuan.org/merged/ jessie-security main # 2018-06-24 - root (tmb384) - added repo, but nothing shows up with apt # deb http://security.debian.org/ jessie/updates main # deb-src http://security.debian.org/ jessie/updates main # jessie-updates, previously known as 'volatile' deb http://us.mirror.devuan.org/merged/ jessie-updates main deb-src http://us.mirror.devuan.org/merged/ jessie-updates main # Devuan repositories deb http://packages.devuan.org/merged jessie main deb-src http://packages.devuan.org/merged jessie main [3] # bash -x /etc/init.d/dnsmasq start ... + start-stop-daemon --start --quiet --pidfile /var/run/dnsmasq/dnsmasq.pid --exec /usr/sbin/dnsmasq --test + start-stop-daemon --start --quiet --pidfile /var/run/dnsmasq/dnsmasq.pid --exec /usr/sbin/dnsmasq -- -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service . 172800 IN DS 19036,8,2,49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5 . 172800 IN DS 20326,8,2,e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d ... _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
