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
-1
votes
2 answers

Can it be because of any Kernel Bugs?specifically spin lock

We are running ubuntu 11.04 with 2.6.38-13-generic kernel on Intel(R) Xeon(R) CPU E5620 @ 2.40GHz with 48 GB RAM dedicated server with Hardware RAID. top command output is showing many kernel threads running on different cores. thread …
ananthan
  • 1,510
  • 1
  • 18
  • 28
-1
votes
2 answers

RHEL4 kernel update no longer available

I've been experiencing the oddest thing in RHEL4: When a new kernel version was released: The upgrade its listed when I do "up2date -l" One week later I tried to upgrade the kernel, but "surprise" the new kernel is not there anymore. Now I really…
criss
  • 153
  • 2
  • 3
  • 9
-1
votes
2 answers

RHEL + can we improve disks performance by tuning kernel parameters?

we have Hadoop cluster and we are collection metrics collection data in order to investigate slowness behavior on spark applications after long investigation on our Hadoop cluster we noticed from Prometheus metrics point that node_disk_io_now is…
King David
  • 549
  • 6
  • 20
-1
votes
1 answer

How can I get my CPU to run at maximum speed by circumventing CPU scaling?

I am running CentOS 7 (7.9.2009) (kernel 3.10.0-1160.49.1.el7.x86_64) on a rather old laptop (Lenove T61) with a dual core CPU (Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz). The driver for CPU scaling is acpi-cpufreq, and when on the performance…
Mitch
  • 3
  • 1
-2
votes
1 answer

how to roll back a kernel ubuntu 16.04

I could not find this easily today so I am putting it here for other people, and myself in 6 months How do you roll back a kernel in ubuntu LTS 16.04, answered below
ms4720
  • 101
  • 3
-2
votes
0 answers

mimic kernel's response to a program that network is not connected?

First let's block all incoming / outgoing traffic. vi /etc/sysconfig/iptables *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A OUTPUT -j DROP -A INPUT -j DROP -A FORWARD -j DROP COMMIT Next: let's test ping ping…
-2
votes
1 answer

I need to perform a kernel upgrade on a live system. Best practices?

Steps taken so far: apt-cache search linux-image* apt-get install linux-image-... I was now thinking of rebooting and selecting the new kernel when it appears on the GRUB menu, however: Is it best practice to force GRUB to boot the new kernel by…
user
  • 123
  • 8
-2
votes
1 answer

Debian diffence between kernels

Debian Wheezy installer What's the difference between the first and the second kernel?
-2
votes
1 answer

Which will give more free RAM to linux?

Trying to avoid some issues so I've been trying to learn vm. in kernel tuning but still a little confused even after googling. The lower background_ratio is the sooner the flushes? the lower dirty_ratio is the less dirty ram that is kept,…
Linda Thomas
  • 21
  • 1
  • 2
-2
votes
2 answers

Error in Virtual box with RHEL 6

While using Virtual Box in RHEL 6 at the time of starting virtual OS getting following error. Help me to resolve this. Virtual Box version VirtualBox-4.1-4.1.8_75467_rhel6-1.i686 Operating System RHEL 6.1
Kumar
  • 823
  • 3
  • 20
  • 43
-3
votes
1 answer

Is there anyway to specify the version of kernel update with apt-get? Debian 7

Is possible to select the version of Kernel I need in apt-get? Actually, I need to update it but I had lot of configurations problems with 3.2. Or the only way is compiling the kernel? Thank you
-3
votes
2 answers

random server reboots

Jan 6 22:43:27 HOSTkernel: [34400.406538] Firewall: *Port Flood* IN=eth0 OUT= MAC=00:25:90:33:2c:d4:00:12:7f:34:7d:bf:08:00 SRC=141.0.9.77 DST=SERVER IP LEN=60 TOS=0x00 PREC=0x00 TTL=59 ID=2055 DF PROTO=TCP SPT=39403 DPT=80 WINDOW=5840 RES=0x00 SYN…
Mike Janson
  • 277
  • 1
  • 5
  • 10
-3
votes
1 answer

Centos 6 ISO with custom kernel

I need to build a Centos ISO with a 3.2 Kernel to setup a new server, how I can do this? The server has a Raid Controller that's not supported in previous Kernel Versions, which means I can not install Centos 6.3 and change later the Kernel as the…
Nenad
  • 375
  • 1
  • 5
  • 14
-3
votes
4 answers

What's worth changing in kernel configuration?

I was wondering what do you usually change in the kernel configuration. I am having make menuconfig in front of me right and now I need to prepare the best kernel ever for my new shiny servers. I use sources from linux-image-2.6.32-5-amd64 Debian…
ahes
  • 95
  • 1
  • 2
  • 10
1 2 3
55
56