You are not logged in.
When I update systemd, I get these 'Not setting net/ipv4...' messages below.
I searched the forums for this and I found a post where these messages were caused by an .include directive /etc/systemd/system/netctlxxxx.service
( 1/18) Creating system user accounts...
( 2/18) Updating journal message catalog...
( 3/18) Reloading system manager configuration...
( 4/18) Updating udev hardware database...
( 5/18) Applying kernel sysctl settings...
Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
( 6/18) Creating temporary files...
( 7/18) Reloading device manager configuration...
( 8/18) Arming ConditionNeedsUpdate...
( 9/18) Updating linux initcpios...
However I don't have netctl installed, so how do I find which service is causing the problem? The system boots, and there is nothing apparently wrong,
no failed systemd units?
Last edited by Flapper (2020-08-10 22:55:40)
Offline
/usr/lib/sysctl.d/50-default.conf
....
-net.ipv4.conf.all.rp_filter
....
In addition, a key may be explicitly excluded from being set
by any matching glob patterns by specifying the key name prefixed with
a "-" character and not followed by "=", see SYNOPSIS.
....
Moreover, if a variable assignment is
prefixed with a single "-" character, any failure to set the variable
will be logged at debug level, but will not cause the service to fail.
Offline
So I will get these messages every time I update systemd. But its not a problem?
Offline
Correct.
Offline
Offline