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 start compiling Linux in a KVM virtual machine?

I want to learn more about the Linux kernel, which means I want to start compiling and testing my own kernel. I'm running Ubuntu 10.04 on my box, so I'll be using QEMU/KVM for virtualization. I was hoping for something minimal at first, since for…
0
votes
2 answers

yum install kernel source

I'm installing dahdi on my Fedora 15 machine and when I try to build, I receive the following error You do not appear to have the sources for the 2.6.38.6-27.fc15.x86_64 kernel installed. The problem is, I cannot find that kernel source anywhere!…
tkcsam
  • 101
  • 2
0
votes
1 answer

Understanding "forward" in linux

Which part of the linux is responsible for "forwarding" traffic between interfaces? I know about "/proc/sys/net/ipv4/ip_forward" but which part of OS, kernel or a module is actually checking this setting and decides whether or not perform the…
shayan
  • 167
  • 1
  • 6
0
votes
1 answer

Is this a memory failure being logged (CentOS web server)

$ sudo tail /var/log/messages Jan 30 13:47:58 www kernel: EDAC MC0: CE row 3, channel 0, label "": Corrected error (Socket=0 channel=1 dimm=1) Jan 30 13:47:58 www kernel: EDAC MC0: CE row 3, channel 0, label "": Corrected error (Socket=0 channel=1…
jwbensley
  • 4,202
  • 11
  • 58
  • 90
0
votes
2 answers

Kernel Panic - not syncing :Attempted to kill init

I am facing this problem on my Debian5. I am running this server in Virtual Box.I have four os in this machine. But in this server only I get this message when I boot . run init: /sbin/init : Permission Denied Kernel Panic - not syncing : Attemped…
Pavunkumar
  • 167
  • 2
  • 10
0
votes
1 answer

Debug kernel booting to blank screen

I have a machine which works fine with the precompiled 'generic' ubuntu kernel (3.0.0-13) but when I try to boot up the precompiled 'virtual' ubuntu kernel (3.0.0-13) it just puts me on a blank screen and I can't see any output. What are the steps…
Alex Q
  • 135
  • 1
  • 8
0
votes
1 answer

ISP uses modified kernel, how do I use the official kernel on CentOS?

I have just rented a dedicated server from OVH which uses a custom kernel, so whenever I run a command like the following: sudo yum groupinstall 'Development Tools I get errors due to missing dependencies: Missing Dependency: kernel >= 2.6.9-11 is…
Ashley
  • 528
  • 1
  • 6
  • 14
0
votes
2 answers

How do I load the dummy network adapter in linux if it's not as a module?

I want to build a roadwarrior ipsec gateway for routing traffic securely through my server. For this, I plan to use racooon and debian linux. I have a VPS with a monolithic kernel (no kernel modules!), and since I need an internal NAT network for…
tstm
  • 313
  • 1
  • 4
  • 13
0
votes
3 answers

Can you update the Linux kernel independently of everything else?

I have a machine which started life on Linux 2.4.x, then was updated to Linux 2.6.x. Now it's been updated to Linux 2.6.18. Each time, only kernel has been updated. The same original set of tools (binutils, glibc...) remain (obviously this is not…
Skippy29
  • 43
  • 1
  • 3
0
votes
1 answer

Some mornings, debian virtual machine pegs the CPU and becomes unresponsive

On some mornings, usually between 6:30 and 8:30am, my virtual machine locks up to the point where it causes collateral damage to the VMWare server host itself. I cannot SSH into the VM nor the host while this is happening. I believe I've narrowed…
andyortlieb
  • 1,092
  • 1
  • 12
  • 25
0
votes
1 answer

huge mem kernel advice RHEL4

I've been asked to investigate adding extra memory (> 16gb) to a RHEL 4 server and moving to a huge mem kernel. The server is used for Oracle RAC. Is it just a case of installing the hugh mem kernel and booting into ? or is it more complex than that…
AndyM
  • 948
  • 2
  • 16
  • 26
0
votes
1 answer

Ubuntu kernel downgrade

Is there a way to downgrade Ubuntu kernel version by using apt-get package management tools? Is there Ubuntu repository with older kernel versions available? There are HW specific reasons I need to do this. I can do all this hard way, but to keep…
user19725
  • 125
  • 5
0
votes
2 answers

kernel version before installing it?

I have redhat 4 with : Actual kernel-----------------------> 2.6.9-78.0.17.ELsmp new kernel available (up2date) --------> 2.6.9-89.x.xx. For some reason , i need the new kernel version number before actually doing the upgrade... Is there a safe way…
criss
  • 153
  • 2
  • 3
  • 9
0
votes
1 answer

How do you track down kernel panic issues?

I've got a mac running as an office server which has it's share of kernel panics. I've tried reviewing the last item in the Console but I'm not sure if that's what I'm actually looking for or which log to review. Is there a general way to track down…
Richard Testani
  • 267
  • 1
  • 2
  • 8
0
votes
1 answer

Strange Amazon EC2 issue with AKIs. Please help me understand

I am booting up some Amazon EC2 instances. Specifically, Alestic instances in us-east for Ubuntu 10.04, 10.10 and 11.04. When I log into those machines I can use "uname -a" to check the kernel versions. And as expected, they are different: 2.6.32,…
jbrendel
  • 101