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

How to update/maintain a patched kernel?

If I patch my linux kernel with grsecurity, will I still be able to update my system with yum (or apt-get)? Won't the updates available via yum be incompatible with my patched "non standard" version of the kernel? Also, won't the patches be…
John Smith Optional
  • 502
  • 2
  • 9
  • 18
0
votes
1 answer

Multiple ethernet interface on one ethernet card

First I must say that I am new in linux and maybe I will ask trivial question. My job is to create 8 ethernet interface to be visible in kernel, but all of them should send and receive data through only one real ethernet interface. All of that 8…
JelS
  • 3
  • 1
0
votes
2 answers

Issue on yum update with kernel

--> Running transaction check ---> Package e2fsprogs-resize2fs-static.x86_64 0:1.42.3-3.el6.1.ovz will be installed ---> Package kernel.x86_64 0:2.6.32-358.2.1.el6 will be installed --> Processing Dependency: kernel-firmware >= 2.6.32-358.2.1.el6…
Tiffany Walker
  • 6,681
  • 14
  • 56
  • 82
0
votes
1 answer

Compile Kernel Debian Squeeze

Am newbie, and I'm trying on Debian Squeeze to upgrade/compile kernel for problem I'm having with Linux-Vserver. The instructions I'm trying to use start with "apt-get installlinux-source-2.6.32" and "apt-get build-dep linux-source-2.6.32". I'm…
0
votes
1 answer

Effects of IW10 (initcwnd 10 initrwnd 10) on high speed LAN based TCP/IP communications?

What does changing the number of packets sent during the initial congestion window to 10 have on LAN connections? Via: ip route change default via GATEWAY dev INTERFACE initcwnd 10 initrwnd 10 Is this advisable / inadvisable for high speed (1gbit)…
anonymous-one
  • 1,018
  • 7
  • 27
  • 43
0
votes
2 answers

Why does my server boot the old debian kernel?

I got a vServer with Debian installed (important because I have no idea of how Debian was installed and/or built). Output of ~# uname -r: 2.6.26-2-xen-amd64. After execution of (first some other version 3.2 kernel installations and then) ~# apt-get…
Matmarbon
  • 123
  • 5
0
votes
1 answer

mpt2sas1: log_info(0x31120303): Disks dropped from RAID

In my syslog I get loads of: Mar 1 11:20:07 franklin kernel: [72947.878407] Waking error handler thread Mar 1 11:20:07 franklin kernel: [72947.878415] Error handler scsi_eh_1 waking up Mar 1 11:20:07 franklin kernel: [72947.878834] scsi_eh_1:…
Ole Tange
  • 2,946
  • 6
  • 32
  • 47
0
votes
2 answers

Is the latest kernel mainline release stable

Looking at kernel.org the latest mainline release is 3.8. Zhe site also states the latest stable release is 3.7.9. Now looking at http://en.wikipedia.org/wiki/Linux_kernel inside the version history table they state the latest stable version is 3.8.…
gucki
  • 818
  • 2
  • 11
  • 29
0
votes
1 answer

btrfs balance kernel bug?

After getting a little annoyed with no space left errors when deleting files I started a btrfs balance process and 2-3 times the following appeared. Is this serious for my data or can I just ignore it because there is a security measure that handles…
kschurig
  • 162
  • 3
0
votes
2 answers

Why does Centos 6 have an older kernel than Ubuntu 12.04

Hi can some one help me in understanding this. On Centos 6.2 its showing kernel as 2.6.32-220.el6.x86_64 whereas on Ubuntu 12.04 its showing as 3.2.0-23-generic. 3.0 kernel is one of the latest kernel and Ubuntu is using that, whereas Centos is…
kevin
  • 191
  • 5
  • 16
0
votes
1 answer

Add generic rescue kernel on Gentoo

I have a Gentoo machine (64-bit) with software RAID on boot which was set up previously by someone who optimised the kernel for that machine. Now I want to shift the disks to a new machine (also 64-bit) but the kernel panics and reboots. I could…
0
votes
2 answers

Solaris 11 nsswitch.conf messed up, need to edit it from an alternate kernel

Ok, so I was editing the name-service/switch service and messed up my nsswitch.conf, I overwrote the "passwd = files" with "passwd = filesasdf" so now I can't auth to the server when I boot that kernel. I can however just boot to the default Solaris…
Joe
  • 11
  • 2
0
votes
1 answer

Cloning instance - Original kernel not available when creating AMI

I have a EC2 Ubuntu server on Amazon cloud and I'm trying to clone an instance "X" by creating a snapshot of the instance and creating an AMI from that snapshot. The problem is: When creating the AMI, the Kernel used in the instance "X" is not…
Dan
  • 1
0
votes
1 answer

Kernel panic - not syncing: BRKADRINT

One of the machines on the network started beeping continuously and was unresponsive locally as well over the network. We shut it down keeping power pressed. Upon reboot, the boot stopped with Kernel panic - not syncing: BRKADRINT the message…
Markus
  • 200
  • 1
  • 2
  • 13
0
votes
1 answer

enabling modules for a kernel

I have a KVM/XEN VPS and would like to enable the following modules: ipt_LOG ipt_multiport ipt_state ipt_limit ipt_recent ipt_owner iptable_nat tun/tap iptable_nat ipt_MASQUERADE ipt_POSTROUTING PPTP IPSec L2TP Do I need to recompile a kernel and…
Mike Janson
  • 277
  • 1
  • 5
  • 10