Questions tagged [linux-kernel]

The Linux kernel is the operating system kernel used by the Linux family of Unix-like operating systems. It is one of the most prominent examples of free and open source software.

Filter by
Sorted by
Tagged with
0 votes
1 answer
19 views

Adjust Logging Level for the OOM Killer

Is there a way to configure Linux so that the OOM killer will report/post only which process is killed, but not dump the entire machine state with it? The reason I ask that is, that on our production ...
Krishna Chaitanya's user avatar
0 votes
0 answers
17 views

SSD read/write error ASUS Vivobook S15 S533 (11th Gen Intel) Ubuntu 22.04 issue after update [migrated]

I have Ubuntu 22.04 upgraded from 20.04 installed in 2020. This machine]1 worked well with kernel 5.15.0-43. After recent update (2023.11.28) it often crashes random with I/O error. While crashing it ...
adatadoc's user avatar
0 votes
0 answers
18 views

Unable to ping the vm running with ebpf program

I am using an eBPF program which counts the number of packets received on its interface on my destination vm. At first I can able to ping the vm running with eBPF program that is destination from the ...
Manideep G's user avatar
1 vote
0 answers
24 views

Why are compact_stall increasing on a system with Transparent Hugetable defrag set to 'defer'?

We're running a reverse proxying application within docker that is very network intensive. Dockerd is occasionally allocating memory using madv_hugepage, and we've observed this sometimes causes ...
d1jt's user avatar
  • 11
0 votes
0 answers
46 views

Linux Kernel Module loading in Docker container - Runaway Usage

When starting a docker container on an Amazon Linux 2 instance, I load a kernel module. I first unload the module, and load it again so that if the kernel module is updated, the newest version will be ...
Ozgur Akcali's user avatar
1 vote
0 answers
137 views

Debian - Wireguard Forces Real Time Kernel

I've a system running Debian 12 and while trying to install Wireguard I noticed it would pull a different kernel: root@iotgateway:~# apt install wireguard --no-install-recommends Reading package lists....
TCB13's user avatar
  • 1,218
0 votes
0 answers
23 views

How to change the batch size of pcp in linux kernel?

I increased the pcp->high via echo 8 > /proc/sys/vm/percpu_pagelist_fraction command, but the pcp->batch value still remains at 63. vm stats threshold: 125 cpu: 383 count: 103931 ...
Frontier_Setter's user avatar
0 votes
0 answers
133 views

RHEL9.2 complains about missing /lib/modules/5.14.0-284.25.1.el9_2.x86_64 when rebuilding initramfs

The kernel on one of our RHEL9.2 servers was recently upgraded to 6.2.8 in preparation for a software upgrade but due to complications, we've had to revert back to 5.14.0-284.25.1.el9_2.x86_64. I've ...
nathan.glades's user avatar
2 votes
0 answers
189 views

Raising priority of network interface interrupts on Ubuntu 22 low latency kernel 5.15

I am running Ubuntu 18 on several servers with the low latency kernel. Previously I have used chrt to raise the priority of interrupt threads for the interrupts related to a specific network interface....
Jonas's user avatar
  • 21
0 votes
1 answer
113 views

I want to make Linux Kernel Source an RPM file

I am currently using Rocky Linux 8.7. The current kernel version is "4.18.0-425.13.1.el8_7.x86_64". I want to upgrade kernel through RPM, not source compile. In the kernel compile step, use ...
gotothesky's user avatar
0 votes
0 answers
85 views

Re-compressing XZ kernel module?

I have a kernel module produced by kernel option CONFIG_MODULE_COMPRESS_XZ. When I manually decompress the file with unxz and re-compress with xz, the new .ko.xz file differs from the original .ko.xz ...
Pavel Hofman's user avatar
0 votes
1 answer
197 views

Ethernet connection is dropped when restarting openibd ( Infiniband ) service

I have a multiple servers with Ethernet controller on board and InfiniBand controller installed in a PCI slot. The problem is when im restarting openibd.service which should control only the ...
Oren's user avatar
  • 21
0 votes
1 answer
59 views

How to make IpTable Rules immutable in linux

I work on Linux and want to add rules to iptable. I want these rules to be immutable anyway (either changed or deleted). What should I do? Note that for me the rules that are running and kept in ...
amirsalimi's user avatar
1 vote
1 answer
56 views

rp_filter kernel setting precedence

When rp_filter kernel setting is configured with different boolean, which takes precedence? all.rp_filter or interface.rp_filter? net.ipv4.conf.all.rp_filter = 1 net.ipv4.conf.default.rp_filter = 1 ...
user5016380's user avatar
0 votes
0 answers
50 views

Many linux process falling into 'D' status, server got stuck

I am running a high performance application on Centos 7.4 op system 3.10 with RT kernel. Sometimes a few process falling into 'D' status(uninterruptible), such as systemd、runc init、umount. The stack ...
alanZhang's user avatar
0 votes
0 answers
417 views

How to get rid of “Duplicate IMA measurements will not be recorded in the IMA log.”?

In the journal of my Debian 12 kernel linux-image-6.1.0-10-amd64 version 6.1.37-1 I discovered the following lines: … … hostname systemd[1]: Starting systemd-journald.service - Journal Service … … ...
user avatar
4 votes
1 answer
8k views

failed to create fsnotify watcher: too many open files

I received this error while trying to tail the log of a Kubernetes pod. failed to create fsnotify watcher: too many open files
Steven's user avatar
  • 345
0 votes
0 answers
144 views

Centos show me "Cannot find a valid baseurl for repo: base/7/x86_64"

Hi, i have a issue, when i type in Centos 7 "yum update" show me next error Loading mirror speeds from cached hostfile One of the configured repositories failed (Unknown), and yum doesn't ...
CristianDAG's user avatar
0 votes
2 answers
246 views

How does GRE interface route packet to remote endpoint

I have the following topology which I configured to run a GRE tunnel between my Desktop and the wireless router. On the PC: ip link add l2gre0 type gretap remote 192.168.0.103 local 192.168.0.10 On ...
Haswell's user avatar
  • 113
1 vote
1 answer
4k views

debian update fails on buildine "new" kernel

my current version $ cat /etc/*elease* PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" ...
francois P's user avatar
-2 votes
1 answer
94 views

Updating Centos 8.0 to Centos 8.3

I need your expert help on how can I update Centos 8.0 to Centos 8.3. I have installed Centos 8.0 using the standard option without GUI. It's a requirement at work. Please help Thanks & regards,
vinv27009's user avatar
1 vote
1 answer
449 views

Cannot downgrade linux-image-amd64

Some time ago, I wanted to try the 5.10.127-2~bpo10+1 kernel on Debian 10 Buster system. However, that kernel was not maintained nor patched by Debian any longer. Now, new 4.19.x kernels no longer ...
mt42's user avatar
  • 131
0 votes
0 answers
209 views

Traffic Control - Searching clsact filters by parent ID

According to net, sched: add clsact qdisc you add filter on ingress and egress after adding clsact,e.g. ➜ tc qdisc add dev foo clsact ➜ tc qdisc show dev foo ➜ tc filter add dev foo ingress bpf ...
Maciek Leks's user avatar
3 votes
1 answer
618 views

Enabling wireguard log messages with secure boot / kernel lockdown enabled

On fedora 37, I am trying to enable kernel log messages for wireguard by executing this command in a root-shell: echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control Unfortunately, ...
Zulakis's user avatar
  • 4,213
1 vote
0 answers
150 views

Kernel reboot without log during starting the crash kernel

I am testing crash kernel image feature with arm64 device, kernel version is linux-5.4, now i am trigger kernel crash via "echo c > /proc/sysrq-trigger", then kernel would trigger null-...
Andy2's user avatar
  • 11
0 votes
0 answers
74 views

May I ask during runtime how to check the some kernel command line parameters which not set in the grub but have a default value?

I notice there are some kernel command line parameters like below, which from Manual: audit= [KNL] Enable the audit sub-system Format: { "0" | "...
superpear's user avatar
0 votes
0 answers
38 views

How does the mlx5 driver use the IOVA generated by IOMMU as DMA address?

I have enabled IOMMU on the physical machine. I expect the RDMA NIC to use the IOVA allocated by the IOMMU module for DMA after enabling IOMMU. However, in reality, the RDMA NIC does not use the IOVA ...
kuao's user avatar
  • 1
0 votes
0 answers
1k views

How do I fix amdgpu and amdgpu-dkms packages not installing?

I'm trying to install the amdgpu package and it throws a bunch of errors: Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were ...
Mach's user avatar
  • 1
0 votes
0 answers
464 views

Cannot boot on Arch Linux after modifying kernel parameters with GRUB

Looking for a way to set my backlights on my laptop running Arch Linux (and Windows on a dual boot), I edited the /etc/default/grub file to change a kernel parameter. Here is what I changed: # before ...
Romain T-BIGOT's user avatar
0 votes
1 answer
258 views

How to find the cause of a server kernel panic?

Our high-load server is in kernel panic. How can we identify the cause and correct it? It is a Dell PowerEdge R940 with 256GB ram and 20TB disk array with the root in a SSD disk. Linux CentOs 7 system....
user2309000's user avatar
0 votes
1 answer
270 views

Why do some servers have /etc/sysconfig/kernel and others do not?

I spent some time looking into this and couldn't figure out why there are servers with and without /etc/sysconfig/kernel. What's particularly interesting is that we have some servers with the same ...
hfranco's user avatar
  • 585
0 votes
0 answers
61 views

Exceed routing limit of 255 on Debian (any Kernel version)

I want to setup more than 255 GRE tunnels between 1 server and about "6000 other servers/aka proxies", method used is: sudo ip tunnel add gre1 mode gre local 149.5.175.220 remote 5.182.37.41 ...
AlbertBrenaman's user avatar
0 votes
0 answers
353 views

changing queue parameter nr_request on NVMe dev

We would like to use NVMes (SAMSUNG MZ1LB1T9HALS-00007) as a cache-tier in a Ceph System (17.2.0). The problem is that the stored data has a lot of small files and if hot-tiering is set to ~70% on the ...
pawel_winzig's user avatar
0 votes
0 answers
55 views

VMware Host only networks: Hosts not receiving NULL/FIN/XMAS packets using PFsense router

Setup: 2 host-only ints each connected to a separate host on a separate network PFsense VM routing between 2 networks (implicit accept on both networks, no other rules) Can receive normal, syn,syn/ack,...
Jack's user avatar
  • 1
1 vote
0 answers
136 views

Routing issue on Debian 11 VM

I updated my OPnsense "router/gateway" to 23.1 a few days ago, and now I am experiencing an issue with one of my machines. I have one machine with OPnsense installed that acts as a basic NAT ...
Granwille's user avatar
0 votes
2 answers
282 views

Can a Linux web server which hasn't been restarted for years be secure?

The content of /proc/uptime reports: 48973211.37 1627573879.70 48973211 seconds mean the server is up for 567 days without a restart. Since then many serious security fixes have been applied to the ...
zomega's user avatar
  • 51
0 votes
2 answers
742 views

How to debug Linux server reboots?

I have a Debian 10 server that keeps rebooting. journalctl offers possibility to list last boots: journalctl --list-boots -6 1ee519dc5bc24e88af75cc609ee32093 Mon 2023-02-06 21:02:02 UTC—Sun 2023-02-12 ...
Tombart's user avatar
  • 2,163
0 votes
0 answers
145 views

ICMP Echo requests initiated from an interface inside VRF don't get ICMP echo replies

I have this setup, which is basically a linux server with one physical interface connected to another device. On this physical interface there is 2 VLANs, 100 and 200. In VLAN100 there is an IP ...
Mohamed Kamal's user avatar
0 votes
1 answer
135 views

Injected packets using libPCAP library is not seen from python socket sniffer and netcat

I am using libpcap to transmit packets between two VETH pairs {veth1, veth1peer} and {veth2, veth2peer} and using each others peer to inject packets upwards to veth1 or veth2 and disabled "rp-...
Mazin Roushdy's user avatar
0 votes
0 answers
106 views

No irq handler for vector - randomly starting after time

I don't know where to start, so I give some basic information about my system and my observation. I'm having a Fedora 37 Linux server at home. After some uptime (happens after 3-5 days after booting), ...
Michael Hirschler's user avatar
1 vote
0 answers
179 views

Set number of threads when auto compiling kernel

I use Ubuntu as main operating system. I have found that when a new kernel is included in a system upgrade, during the upgrade, certain kernel-related items are compiled (kernel modules?). During this ...
Ommadawn's user avatar
  • 235
0 votes
0 answers
223 views

GTP-U configuration in OVS

I'm trying to configure a virtual GTP-U interface in OVS, however when I try the below command (from https://docs.openvswitch.org/en/latest/faq/configuration/): Q: Does Open vSwitch support GTP-U? A: ...
A. Trevelyan's user avatar
0 votes
0 answers
370 views

Can't load new modules/driver due to "Exec format error" / "Skipping invalid relocation target"

I'm trying to update the driver for our Intel C62x Chipset QuickAssist Technology add-on card, but getting the mentioned errors when I try to load the modules. I haven't done this in a while, but I ...
AGI-Chandler's user avatar
0 votes
1 answer
236 views

Is there any hardware requirements for Linux kTLS in nginx?

I've followed closely the manual on NGINX blog. This works flawlessly on my machine, with an AMD Ryzen PRO 4750G. The output for a 5GB file using curl on https://localhost is twice as fast with kTLS, ...
Adrien Clerc's user avatar
0 votes
0 answers
25 views

Reusing Virtual Network Devices across different customers

I am trying to reuse virtual networks(made of virtual linux network devices) across customers. I am facing issue where we are not able to find if there is any network packet from previous customer is ...
Prashant Singh's user avatar
0 votes
2 answers
875 views

how to delete a file by a inode in linux kernel

I got the inode of a file in linux kernel, I want to delete the file by the inode. Do I need to unlink every dentry of the inode? or do I need to unlink any dentry? Which locks should I use to protect ...
user1651758's user avatar
0 votes
0 answers
228 views

Facing issue with installing Rocky Linux 8.6 on EXSI 6.0

I installed Rocky Linux 8.6 on Vmware EXSI 6.0 after installation when the system is trying to boot after the grub splash screen I am getting an error of Kernel Panic - not syncing: Fatal exception ...
vinv27009's user avatar
0 votes
2 answers
120 views

Linux process scheduling by user?

It seems Linux schedules process execution independently of the user of the process. So, if one user is running 100 processes and another user is running 1 process, in average, the first one will get ...
João M. S. Silva's user avatar
0 votes
0 answers
533 views

"ALERT! /dev/mapper/vg0-root does not exist. Dropping to a shell!" when compile linux kernel

I compiled linux kernel and got the error seems like initrd can't read file system. I tried both in LVM and non-LVM but none of them work. With LVM, the error showed: **ALERT! /dev/mapper/vg0-root ...
hoa.le's user avatar
  • 1
0 votes
1 answer
771 views

Debian 11 : Can't add squashfs to /proc/filesystems

I'm trying to fix an issue with snap I'm having : root@puppeteer:~# snap install core error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount: /...
hendr1x's user avatar
  • 101

1
2 3 4 5
12