Questions tagged [kernel]

In computing, the kernel is the main component of most computer operating systems; it is a bridge between applications and the actual data processing done at the hardware level. The kernel's responsibilities include managing the system's resources (the communication between hardware and software components).

In computing, the kernel is the main component of most computer operating systems; it is a bridge between applications and the actual data processing done at the hardware level. The kernel's responsibilities include managing the system's resources (the communication between hardware and software components).

Usually as a basic component of an operating system, a kernel can provide the lowest-level abstraction layer for the resources (especially processors and I/O devices) that application software must control to perform its function. It typically makes these facilities available to application processes through inter-process communication mechanisms and system calls.

Operating system tasks are done differently by different kernels, depending on their design and implementation. While monolithic kernels execute all the operating system code in the same address space to increase the performance of the system, microkernels run most of the operating system services in user space as servers, aiming to improve maintainability and modularity of the operating system.

Source: wikipedia

839 questions
0
votes
0 answers

Lots's of ` kernel: [ ] output chain dropped: IN= OUT=enp0s31f6 ` in `/var/log/messages`

I already disble ipv6 in mypc debian 10 system,firewall is nftable. When I check /var/log/messages,lots of kernel: [ ] output chain dropped as below: Jul 13 11:03:14 mypc kernel: [ 8206.745775] output chain dropped: IN= OUT=enp0s31f6…
kittygirl
  • 945
  • 5
  • 13
  • 33
0
votes
1 answer

OpenVZ 7 memory leak

Looking for some assistance on a memory leak issue wherein the RAM consumption keeps gradually increasing day by day and within a span of 6 to 7 days, it reaches 100%. (I have to reboot then). Ram consumption graph The RAM drop is due to reboot.…
0
votes
1 answer

How to LTS for new Ubuntu users?

Hi I have some servers with not too terribly demanding requirements other than uptime. I'm new to Ubuntu, having just left CentOS after ten glorious years and many more prior to that. 20.04 LTS seemed like the right way to go here, but I immediately…
0
votes
1 answer

Ubuntu /boot full

On an old server that still runs Ubuntu 16.04 the /boot partition is full, not with old kernels but with kernels that are all newer than the one that is running. I'm running 4.4.0-176-generic, and the listing is like this (same with initrd.img*…
GID
  • 21
  • 4
0
votes
2 answers

OpenBSD NIC Cards Not Configured (Kernel Edit)

I have recently installed OpenBSD v6.8 on a SuperMicro server. During the initial installation I couldn't setup the NIC cards because I didn't have any IP Information. I assume this setup skip caused the kernel to exclude these cards and now when I…
Alby
  • 1
  • 1
0
votes
0 answers

Glusterfs: rpc actor failed to complete successfully

I have glusterfs service running over CentOS 6, an I can see those errors filling up the logs continuously: [2021-03-09 07:13:52.692995] E [rpcsvc.c:450:rpcsvc_check_and_reply_error] 0-rpcsvc: rpc actor failed to complete successfully [2021-03-09…
Eng7
  • 127
  • 1
  • 7
0
votes
0 answers

How to build kernel with OpenVZ support

Is it possible to compile 5.x kernel with OpenVZ? There is a full-blown custom OS built on top of RHEL6 called Virtuozzo 7.0, but it uses only 3.10 kernel. I would like to build any newer kernel, preferably 5.x, or at least one they developed at…
0
votes
2 answers

Would using the virtual kernel yield benefits for Ubuntu 8.04 server on Sun's Virtualbox?

As in the title: Would using the virtual-kernel (instead of the vanilla) yield benefits for Ubuntu 8.04 server on Sun's latest VirtualBox? Host OS: 32 bit Ubuntu 8.04 server (plain kernel) Sun's Virtualbox 3.0.x (x=12 iirc) Guest OS: 32 bit Ubuntu…
ChristopheD
  • 155
  • 1
  • 8
0
votes
0 answers

general protection error stopping my prod container

I started having a general protection in the last days which results in my container restarting, thus, disrupting the service, whenever the general protection error happens, i can see in the cloudwatch monitoring charts, that there some sudden small…
logax
  • 129
  • 3
  • 14
0
votes
0 answers

dmesg -T + how to expand dmesg info in order to verify history details

we have rhel 7.2 server from dmesg -T we see only the current date - Mon Jan 11 and not history dates as jan 10 , or less then jan 10 dmesg -T [Mon Jan 11 12:02:53 2021] Initializing cgroup subsys cpuset [Mon Jan 11 12:02:53 2021] Initializing…
sheffadmin
  • 49
  • 1
  • 3
  • 11
0
votes
1 answer

NFS fails to resolve hostname

I'm trying to create an NFS docker volume, however I'm unable to do so by hostname. I'm creating the volume with: sudo docker volume create --name foo_bar --driver local \ --opt type=nfs4 \ --opt…
0
votes
0 answers

Ubuntu 18.04 upgrade does not find latest kernel

I have an 18.04 host,A, currently running the 4.15.0-124-generic kernel. The latest is 4.15.0-126-generic. host A had holds on linux-generic, linux-headers-generic, linux-image-generic so the kernel wouldn't change and mess up the nvidia drivers…
0
votes
1 answer

update kernel version that higher then next rhel update

we have rhel server with the following details kernel version - 3.10.0-327.el7.x86_64 more /etc/redhat-release Red Hat Enterprise Linux Server release 7.2 (Maipo) from dmesg we see many problems about i40e: TX driver issue detected, PF reset…
sheffadmin
  • 49
  • 1
  • 3
  • 11
0
votes
1 answer

is it ok to combine one machine with network driver ixgbe and other machine with network driver i40e

we have two rhel server redhat 7.6 and redhat 7.2 on the first server 7.2 , the network driver is driver: ixgbe on the second server rhel 7.6 the network driver is driver: i40e dose redhat Linux machines with different driver can cause network…
sheffadmin
  • 49
  • 1
  • 3
  • 11
0
votes
0 answers

why there are missing rpms when installing the same rhel ISO on different machines

we have a very strange behavior after installing new machines with rhel 7.x ( FROM ISO INSTALLER ) we notice that rpm - libcgroup , isn't installed on the current new machines while before couple month on other machines this rpm - libcgroup was…
sheffadmin
  • 49
  • 1
  • 3
  • 11