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

RHEL7.7 How do I run "debuginfo-install kernel" when using a local repo that is an iso mounted locally?

I want to use "crash" to look at the kernel core. crash /usr/lib/debug/lib/modules//vmlinux /var/crash//vmcore But /usr/lib/debug/lib is empty and it looks like that directory (debug libraries) is populated with "debuginfo-install kernel" I have…
0
votes
1 answer

Is kernel 5.4.y supported for RHEL6?

We are trying to build 5.4.y for RHEL6/7/8, does anyone built the kernel 5.4.y for RHEL6? is it supported?
Dhanabal M
  • 11
  • 2
0
votes
2 answers

Is it possible to manually swap out a page by its virtual address?

Say, for a process, I know it has a page located at virtual address 0x42424242. I want to manually swap it out to the swap area. From user space I think it's hard to do so. I didn't find any related commands to force the kernel to do it. Does that…
yuanqili
  • 101
  • 3
0
votes
0 answers

Virtualised Centos5.5 Server Having Kernel Errors

We have an old physical server that we can't lose, so I have virtualised it on VMWare. I have powered it up and am testing it. It froze earlier. In the kernel logs I found the following: Feb 20 08:22:10 mrtg kernel: Call Trace: Feb 20 08:22:10 mrtg…
0
votes
1 answer

Commands to Upgrade Kernel on CentOS 7

My current kernel is 3.10.0-957.1.3.el7.x86_64. I got to know about this by using the command uname -r. Now I want to upgrade my kernel version to 3.10.0-1062.12.1.el7.x86_64. I used the below blog to upgrade my…
-1
votes
1 answer

Scientific Linux 6.5: update ONLY kernel security fixes

We have machines running Scientific Linux (SL) 6.5 release (2.6.32-431.29.2.el6.x86_64) and would like to update just the kernel for security fixes. I have checked another post related to this, but that does clarify if we can do security updates on…
-1
votes
1 answer

How to know if the reboot cause is a linux kernel crash?

When my system reboot. I want to know the cause of the reboot especially when the reboot cause is a kernel crash. Are there a way to know if the reboot cause is linux kernel crash? like read something from /proc?
MOHAMED
  • 151
  • 7
-1
votes
1 answer

AWS Instance Kernal-id

I am running a Windows Server instance in AWS Cloud.I have created a snapshot for the same. When i'm trying to create a AMI from my snapshot it is asking Kernel-ID and RAM Disk ID. I don't know what these ID's are. Can someone help me what these…
vgokul129
  • 103
  • 2
-1
votes
2 answers

No advantage from SSD boot drive for 24/7 server?

Since my OS and applications are loaded into memory upon boot, isn't there no advantage from having my OS on an SSD boot drive for a server that is kept up 24/7? I know there are several assumptions that depend on how I use that server, so for the…
elleciel
  • 389
  • 4
  • 11
-1
votes
1 answer

Debug: Cisco VPN Router runs 100% CPU

I've turned logging on and all I am currently getting are Debug/Kernel logs. Nothing above debug. This was also during offsite hours when hardly any traffic was going on. I have also upgraded to the latest firmware and cisco confirmed that the…
Jason
  • 3,931
  • 19
  • 66
  • 107
-1
votes
1 answer

Differences between UNIX and Linux Drivers

I've been trying to find an answer to this, been on a wild goose chase. Since UNIX and Linux have different system architectures. My question is on the differences between the drivers for the SPARC and x86. Say would a certain driver i.e…
help_me
  • 15
  • 2
  • 5
-1
votes
1 answer

Network kernel issue dst overflow

I am currently having a issue with my server, apperently after awhile, my network will slowdown and later stop working. It shows this: Dst overflow My kernel is 2.6.18-308.8.2.el5.028stab101.1 #1 SMP Sun Jun 24 20:25:35 MSD 2012 x86_64 x86_64…
-1
votes
1 answer

linux + from where uname -r take the linux version information

when I type the uname -r command on linux: uname -r I get the following info: 2.6.18-274.7.1.el5PAE my question from which file uname -r read this info , or from where uname -r read the Data ?
yael
  • 2,433
  • 5
  • 31
  • 43
-1
votes
2 answers

server not working smoothly

Hi I am getting this error message in log. Please suggest something to fix this issue Sep 6 06:19:17 sa1 kernel: sd 0:0:0:0: SCSI error: return code = 0x08000002 Sep 6 06:19:17 sa1 kernel: sda: Current: sense key: Hardware Error Sep 6 06:19:17 sa1…
-1
votes
1 answer

ubuntu 12.04 server comes with Odd Kernel Development version.How can it be upgraded??

I have downloaded latest ubuntu server edition but after installing its showing kernel of 3.2.0-23 Generic kernel,which is a development version. So how can i change to stable release with out compiling??
Kevin Parker
  • 757
  • 1
  • 13
  • 32
1 2 3
55
56