Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678820 - app-admin/restart-services-0.14.3 - Warning: The following running processes did not match any init script and have been updated or deleted: "bpfilter_umh"
Summary: app-admin/restart-services-0.14.3 - Warning: The following running processes ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marc Schiffbauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-26 10:44 UTC by Klemen Mihevc
Modified: 2019-03-11 11:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Klemen Mihevc 2019-02-26 10:44:49 UTC
Im getting following warning when runing restart-services:

=> Warning: The following running processes did not match any init script and have been updated or deleted:
"bpfilter_umh" (2, /)

bpfilter_umh process is part of a kernel and started by it, so yes it doesnt have any init script.

This process should be ignored, via variable (SV_IGNORE is not working for this process) or hardcoded in to restart-services.

Reproducible: Always

Steps to Reproduce:
1. Compile kernel with BPF support
2. run restart-services



This is only a warning and other then this warning restart-services is working fine, however i do believe this warning is not warranted.
Comment 1 Marc Schiffbauer gentoo-dev 2019-02-26 23:57:33 UTC
Hi Klemen,

thanks for reporting!

Please, whats the output of

~# lib_users -m|grep bpfilter_umh

on that System?

TIA!
Comment 2 Klemen Mihevc 2019-02-27 05:57:18 UTC
Here: 

mih ~ # lib_users -m|grep bpfilter_umh
2595;/;bpfilter_umh

even if i omit grep its the only process in list.
Comment 3 Marc Schiffbauer gentoo-dev 2019-03-11 11:09:20 UTC
Please try the just released version 0.14.4

This should fix it. Please reopen is problem persists, thanks!