Skip to main content

Questions tagged [sysctl]

For questions pertaining to sysctl, a utility used to read and modify, at runtime, the attributes of the system kernel such as its version number, maximum limits, and security settings. Use this tag for questions about sysctl itself or questions about issues arising from using the sysctl command-line utility.

2 votes
1 answer
81 views

I am using OpenBSD 7.7. So I know that procfs is not mounted on /proc, and I need to use sysctl to fetch process maps. But this fails as I am not running as a root user. The secure level is set to 1 ...
well-mannered-goat's user avatar
0 votes
1 answer
94 views

My setup involves receiving IPv6 routes via Router Advertisements (RA). A global on-link prefix route (e.g. 2405:200:185:2666::/64 dev eth0 proto ra metric 110) I know you can use net.ipv6.conf.eth0....
nhz's user avatar
  • 1
0 votes
0 answers
152 views

On my Linux Yocto-base distribution I don't find any sysctl.conf file. The proof of this is the execution of the command: > find / -name "sysctl.conf" which has an output empty. On my ...
User051209's user avatar
0 votes
0 answers
85 views

Ubuntu 22.04 I'm new to Linux and try to configure IPv6 network. So I set sudo sysctl net.ipv6.conf.eth0.accept_ra=2 The problem is it gets immediately overwritten back to the value 0. Why is that ...
Some Name's user avatar
  • 297
1 vote
0 answers
120 views

I have a device that has Debian 11 installed, on which Docker is running.  On boot, it starts the Docker Daemon and the nine containers.  Eight of them are executing a C# program and the last one is a ...
Master DJon's user avatar
0 votes
0 answers
444 views

[Please, I don't want to know why I shouldn't edit it; I want to know why I can't edit it] # pwd /var/spool/cron/crontabs # ll sysadmin -rw------- 1 sysadmin crontab 210 Jun 17 16:05 sysadmin # getcap ...
QF0's user avatar
  • 391
0 votes
1 answer
446 views

Although I have disabled IPv6 in sysctl.conf (Debian 11), connecting my main switch to an IPv6 enabled router results in IPv6 addresses being allocated on Debian interfaces and I can ping and SSH to ...
vfclists's user avatar
  • 7,919
2 votes
1 answer
219 views

It is well known that OpenBSD disables hyper-threading by default. However, htop shows 16 CPUs: 8 online and 8 offline, which takes extra space on the screen and is not very informative. Moreover, ...
nalzok's user avatar
  • 441
0 votes
0 answers
850 views

I'm using EC2 instance t4g.micro which is arm64, with 1gb ram of the latest ubuntu. I'm using nginx with PHP-FPM for upload and convert pictures using latest image.intervention with GD. My PHP_FPM ...
user24198409's user avatar
0 votes
0 answers
544 views

I run a linux container on oraclelinux 9 linux host (the host itself runs in a VM). From where does docker read the sysctl params? I try change the default value of a sysctl value which docker uses. ...
Arikael's user avatar
  • 185
0 votes
1 answer
230 views

I have wireguard installed on a Manjaro host, and Debian Server host The following commands show wireguard in the results on Manjaro, but nothing on the Debian server, yet the wireguard is definitely ...
Rachel1983's user avatar
1 vote
1 answer
699 views

I tried the following: sysctl -w net.ipv6.conf.Ethernet1.200.disable_ipv6=0, but it gave following error: sysctl: cannot stat /proc/sys/net/ipv6/conf/Ethernet1/200/disable_ipv6: No such file or ...
gerrit_noob's user avatar
0 votes
1 answer
164 views

I see on the web two different commands to load sysctl custom parameters: sysctl --system sysctl -p Is there any difference between the two commands? I know the second one I posted can take the path ...
matteo-g's user avatar
  • 103
1 vote
2 answers
267 views

When editing configuration files, such as /etc/sysctl.conf for example, it is often useful to do the update in an idempotent way, meaning that if the script is executed multiple times, you don't end ...
user000001's user avatar
  • 3,825
0 votes
1 answer
249 views

For example, if I set oops=panic in grub command and I also set kernel.panic_on_oops=0 in sysctl config? ex: in /etc/sysctl.d/ What would happen? Are these two parameters mapping to the same function/...
Mark Kang's user avatar
  • 975

15 30 50 per page
1
2 3 4 5
11