Re: [CentOS] systemd not restarting daemon

2016-08-25 Thread Chris Adams
Once upon a time, Steven Tardy said: > > On Aug 25, 2016, at 1:43 PM, Chris Adams wrote: > > > > named-sdb (pulling domain > > records from MySQL), which is segfaulting randomly > > named-sdb used to be(~7+ years ago) single threaded only and would crash if > threads were enabled. Did you chan

Re: [CentOS] systemd not restarting daemon

2016-08-25 Thread Steven Tardy
> On Aug 25, 2016, at 1:43 PM, Chris Adams wrote: > > named-sdb (pulling domain > records from MySQL), which is segfaulting randomly named-sdb used to be(~7+ years ago) single threaded only and would crash if threads were enabled. Did you change named to NOT thread? Does named-sdb still do si

Re: [CentOS] systemd not restarting daemon

2016-08-25 Thread Chris Adams
Once upon a time, Chris Adams said: > Since this is an internal service, until the segfault can be addressed, > I wanted systemd to restart it for me. I created a file called > /etc/systemd/system/named-sdb-chroot.service.d/service.conf with: > > [Service] > Restart=always > I see the file list

[CentOS] systemd not restarting daemon

2016-08-25 Thread Chris Adams
On an up-to-date CentOS 7 system, I am running named-sdb (pulling domain records from MySQL), which is segfaulting randomly (after 3-8 hours or so it appears) in libmysqlclient (I've opened a bug). Since this is an internal service, until the segfault can be addressed, I wanted systemd to restart