Home
Solus
Search
Configure Global Search
Log In
Transactions
T9478
Change Details
Change Details
Old
New
Diff
While reloading sysctl settings I noticed some of the settings have invalid arguments and it seems net.core.default_qdisc defaults to FQ_CODEL which is not set in our kernel config. I'd also suggest enabling cake on kernel config. ``` * Applying /usr/lib/sysctl.d/50-default.conf ... kernel.sysrq = 16 kernel.core_uses_pid = 1 net.ipv4.conf.default.rp_filter = 2 sysctl: setting key "net.ipv4.conf.all.rp_filter": Invalid argument net.ipv4.conf.default.accept_source_route = 0 sysctl: setting key "net.ipv4.conf.all.accept_source_route": Invalid argument net.ipv4.conf.default.promote_secondaries = 1 sysctl: setting key "net.ipv4.conf.all.promote_secondaries": Invalid argument net.ipv4.ping_group_range = 0 2147483647 sysctl: setting key "net.core.default_qdisc": No such file or directory fs.protected_hardlinks = 1 fs.protected_symlinks = 1 fs.protected_regular = 1 fs.protected_fifos = 1 ```
While reloading sysctl settings I noticed our net.core.default_qdisc setting defaults to FQ_CODEL, but it's unset in kernel config. ``` sysctl: setting key "net.core.default_qdisc": No such file or directory ```
While reloading sysctl settings I noticed
some of the settings have invalid arguments and it seems
our
net.core.default_qdisc
setting
defaults to FQ_CODEL
which is not set in our kernel config.
,
I'd also suggest enabling cake o
but it's unset i
n kernel config. ```
* Applying /usr/lib/sysctl.d/50-default.conf ... kernel.sysrq = 16 kernel.core_uses_pid = 1 net.ipv4.conf.default.rp_filter = 2 sysctl: setting key "net.ipv4.conf.all.rp_filter": Invalid argument net.ipv4.conf.default.accept_source_route = 0 sysctl: setting key "net.ipv4.conf.all.accept_source_route": Invalid argument net.ipv4.conf.default.promote_secondaries = 1 sysctl: setting key "net.ipv4.conf.all.promote_secondaries": Invalid argument net.ipv4.ping_group_range = 0 2147483647
sysctl: setting key "net.core.default_qdisc": No such file or directory
fs.protected_hardlinks = 1 fs.protected_symlinks = 1 fs.protected_regular = 1 fs.protected_fifos = 1
```
Continue