Bug 196888

Summary: dns/powerdns: default config hangs on boot. pdns_flags should (at least) include "--deamon".
Product: Ports & Packages Reporter: Bart Smit <freebsd>
Component: Individual Port(s)Assignee: Ashish SHUKLA <ashish>
Status: Closed Not A Bug    
Severity: Affects Many People Flags: bugzilla: maintainer-feedback? (ashish)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Bart Smit 2015-01-19 12:08:41 UTC
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 would be "--daemon --guardian". This will also make good on the promise the docs make about running in guardian mode automatically when starting from system startup scripts.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-19 12:08:41 UTC
Auto-assigned to maintainer ashish@FreeBSD.org
Comment 2 Bart Smit 2015-01-19 12:15:16 UTC
made a mistake in the name. It's dns/powerdns (not pdnsd). Please reassign.
Comment 3 Bart Smit 2015-01-19 12:17:12 UTC
Closing. I'll create a new one.