Control: tags -1 confirmed pending Hi Paul,
Paul Wise <p...@debian.org> ezt írta (időpont: 2019. febr. 3., V, 7:24): > > Package: kerneloops > Version: 0.12+git20140509-6 > Severity: normal > File: /lib/systemd/system/kerneloops.service > Usertags: warnings > > The ExecStartPre option in kerneloops.service uses the non-existent > kerneloops --test command-line option. This causes systemd to print a > notice message to the journal whenever starting the kerneloops service > because it detects a left-over process in the control group. This is > also because kerneloops does not exit when given a non-existent option. > > $ grep -- -- /lib/systemd/system/kerneloops.service > ExecStartPre=/usr/sbin/kerneloops --test > > $ strings /usr/sbin/kerneloops | grep -- '--[a-z]\+$' > --nodaemon > --debug > --file > > $ journalctl --system --priority notice --follow --lines 0 --quiet --unit > kerneloops & > [1] 21835 > $ systemctl restart kerneloops ; sleep 1 > Feb 03 14:20:03 chianamo systemd[1]: kerneloops.service: Found left-over > process 21862 (kerneloops) in control group while starting unit. Ignoring. > Feb 03 14:20:03 chianamo systemd[1]: This usually indicates unclean > termination of a previous run, or service implementation deficiencies. > > $ /usr/sbin/kerneloops --nodaemon --asdjasbdkajdfksdfbasldkfbasdf > ^C Thanks for the bug report, I have committed the fix to Salsa: https://salsa.debian.org/debian/kerneloops Cheers, Balint