Date: Mon, 19 Jan 2015 12:19:35 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196889] dns/powerdns: default config hangs on boot. pdns_flags should (at least) include "--deamon" Message-ID: <bug-196889-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196889 Bug ID: 196889 Summary: dns/powerdns: default config hangs on boot. pdns_flags should (at least) include "--deamon" Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: freebsd@pipe.nl CC: tremere@cainites.net CC: tremere@cainites.net Flags: maintainer-feedback?(tremere@cainites.net) The system startup scripts require that anything they start will run as a daemon, but the default for pdns_flags (empty) is not forcing this. In a default config your system won't boot past pdnsd... Compare this to the default for sendmail_flags which explicitly sets -bd to force daemon mode. The proper default for pdns_flags is "--daemon --guardian". This will also make good on the promise that the docs make about running in guardian mode automatically when starting from system startup scripts. --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196889-13>