Bug#861713: netdata: `service netdata restart` fails due to missing pidfile

2017-05-27 Thread Daniel Ring
Control: reopen -1 Control: found -1 1.6.0+dfsg-2 This bug is still present in the current version of netdata. The patch Daniel Piddock provided fixes the start and stop init triggers, but unfortunately restart is still broken. It looks like the stop trigger returns before netdata actually shuts

Bug#861713: netdata: `service netdata restart` fails due to missing pidfile

2017-05-26 Thread Daniel Piddock
Control: tags -1 + patch I also hit this issue. netdata doesn't store its pid to a file by default. Can be turned on with the -P flag. Patch for netdata.init attached. Daniel init.patch Description: Binary data

Bug#861713: netdata: `service netdata restart` fails due to missing pidfile

2017-05-03 Thread Daniel Ring
I use sysvinit (upgraded from wheezy, when it was the default). The init script that `service` calls is "debian/netdata.init" from the source package. Running it directly from init.d has the same effect. May 3, 2017 6:02 AM, "Lennart Weller" wrote: > What init do you

Bug#861713: netdata: `service netdata restart` fails due to missing pidfile

2017-05-03 Thread Lennart Weller
What init do you use on your system? The creation of the pid file should have been done by the init. May 3, 2017 5:09 AM, "Daniel Ring" wrote: > Package: netdata > Version: 1.5.0+dfsg-4 > Severity: normal > > Dear Maintainer, > > The init scripts provided with this package

Bug#861713: netdata: `service netdata restart` fails due to missing pidfile

2017-05-02 Thread Daniel Ring
Package: netdata Version: 1.5.0+dfsg-4 Severity: normal Dear Maintainer, The init scripts provided with this package do not seem to work properly. I reported this bug upstream at https://github.com/firehol/netdata/issues/2135, but the init scripts provided with this package have been modified