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
1 answer

Post kernel update: Only OVH's rescue kernel works - but why doesn't mine?

I just went through upgrading from Debian 9 to Debian 10 and I am having a weird issue. Probably not too weird to people that do more intensive sysadmin things, which is why I bring it here: During the whole upgrade procedure, I also upgraded my…
0
votes
1 answer

rhel + upgrade individual rpm's from rhel 7.1 to rhel 7.7 or batch upgrade of rpms

We have rhel 7.1 version server , with local repositories of rhel 7.1 ( with rpms’ from rhel 7.1 ) We want to replace the local repository with rpm’s of rhel 7.7 so we intend to Remove the local repo of 7.1 as rm -rf /var/RHEL7.1 and create new…
sheffadmin
  • 49
  • 1
  • 3
  • 11
0
votes
0 answers

How to build kernel-debuginfo from upstream kernel

box: centos7.5 x86_64 from upstream: tar xvfz linux-4.xx.xx make menuconfig ( set CONFIG_DEBUG_INFO=y) save .config make rpm-pkg output 3 rpm:kernel-xxx, kernel-devel-xxx, src.rpm but where is debuginfo and debuginfo-common rpm packages? How to…
CVN004
  • 1
  • 1
0
votes
2 answers

Is there anyway to prevent malicious virtual machines from crashing host machine?

I would like to know if there is anyway to ensure security of the host machine while hosting potentially malicious virtual machines. The host machine should never crash or be compromised no matter what the virtual machine does - is this possible if…
Shravan S
  • 3
  • 1
0
votes
1 answer

My windows Task Schdulrer is raising this error "0xE0434352"

I have windows server 2012 R2, and i have some tasks inside Windows Task scheduler which use to work well, but yesterday they start to return this error 0xE0434352, as follow:- I checked the Event Viewer logs and i found this error:- Faulting…
test test
  • 1
  • 12
0
votes
1 answer

Upgrading CentOS 7.4 to CentOS 7.7

How do I upgrade CentOS 7.4 image to CentOS 7.7, and not CentOS 7.8? The latest kernel in the update repos is 7.8, but I cannot find a 7.7 kernel in the repos.
0
votes
1 answer

Can Linux kernel support RSTP (802.1w)?

Last week, I ran Spanning Tree Protocol (STP) in Linux kernel successfully. Now, I am trying to support Rapid Spanning Tree Protocol (RSTP) in Linux kernel. I also found out some solutions in user space such as mstp (https://github.com/mstpd/mstpd).…
kid1412hv
  • 1
  • 2
0
votes
0 answers

flushing iptables causes kernel to hang

On a hypervisor host I have a scripts which uses iptables to setup all the firewall rules for allowing and passing connections across various fabrics and VMs. At the top of the script, I flush the tables: iptables -t filter -F Recently, this has…
Matt Clark
  • 685
  • 1
  • 10
  • 26
0
votes
1 answer

needs-restarting does not acknowledge the new kernel

Could somebody explain why my server has booted up using the latest kernel (v3.10.0-1127.10.1), yet the needs-restarting app says I still need to reboot to the new kernel? [user@domain ~]$ uname -r 3.10.0-1127.10.1.el7.x86_64 [user@domain ~]$…
Alby
  • 1
  • 1
0
votes
1 answer

How to determine HugePages count?

I have a number of servers that we use as KVM hypervisor nodes. We want to enable hugepages and leverage this features for performance related matters. I have looked online on how to enable hugepages, and that is quite clear and simple, what I cant…
0
votes
1 answer

how to know if we reached the max value of fs.file-max

on our linux rhel servers fs.file-max set with 100000 sysctl -p | grep fs.file-max fs.file-max = 100000 from my understanding the file-max kernel parameter refers to open file descriptors, and file-nr gives us the current number of open file…
King David
  • 549
  • 6
  • 20
0
votes
2 answers

Understanding output from uname -a (kernel versioning and latest patch)

I'm trying to see if our servers are all patched, but the patching notation on these two RHEL servers is confusing me: hostA$ uname -a Linux hostA 3.10.0-1062.4.1.el7.x86_64 #1 SMP Wed Sep 25 09:42:57 EDT 2019 x86_64 x86_64 x86_64 GNU/Linux hostB$…
davidhaskins
  • 103
  • 2
0
votes
1 answer

linux hang + kernel messages about failed to assign mem

we have 5 Linux rhel machines , we noticed that all machines was hang with the same time from messages file we can se the following Dec 29 19:54:25 localhost kernel: pci 0000:ff:12.4: BAR 4: failed to assign [mem size 0x00000040] Dec 29 19:54:25…
King David
  • 549
  • 6
  • 20
0
votes
1 answer

fsck on disk while Linux machine is up with runlevel N 5

we have linux machine , and we did the disk repair as the following umount /grid/sde fsck.ext4 /dev/sde e2fsck 1.42.9 (28-Dec-2013) /dev/sde: clean, 103867/1310720 files, 4725204/5242880 blocks this not was from single user mode , the machine was up…
King David
  • 549
  • 6
  • 20
0
votes
3 answers

How to remove old kernel on Ubuntu operating system

I am wondering how can I do remove old kernel from Ubuntu operating system. Please refer image screenshot taken. Please advice. Many thanks. list of linux kernel