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

Server shutting down for no reason, kernel errors. Please advice

My server has being shutting down by itself for the last 3 days after a power related problem. It's a KVM virtual machine. It stays on for no longer than about 20 minutes then it turns off. Note that it doesn't restart, only shut down. This is what…
0
votes
1 answer

Server hangs after typing reboot command

I have a Debian Wheezy installation with Xen in kernel. All is fine but ... when I type a reboot command or shutdown -r now, my server is stuck and I see only that info on screen: INFO: task reboot:15065 blocked for more than 120 seconds I tried to…
Rafał Kamiński
  • 187
  • 2
  • 5
  • 15
0
votes
1 answer

What kernel module to compile for getting QOS service on Linux

We are developing on Linux system whose kernel had been compiled without QOS service years ago. Currently we want the QOS service back and plan to compile only the QOS-related kernel modules and install them into the system kernel. But we don't…
Steve Peng
  • 559
  • 1
  • 8
  • 18
0
votes
1 answer

Xen: what are domU kernel config requirements for live migration?

We recently added iSCSI storage to two Xen servers running a mix of Gentoo and Ubuntu 10.04 and 12.04 domUs. When trying out live migration of domU I found that I can migrate just fine the Ubuntu ones (both flavours) but not the Gentoo ones. The…
Luke404
  • 5,826
  • 4
  • 47
  • 58
0
votes
2 answers

continous kernel EIP errors

I am getting the following error time to time. Process is different at each time. What do you think about the error? What do you suggest? Kernel is Linux version 3.5.3 (developer@devel) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)) #1 SMP Aug 18…
seaquest
  • 698
  • 2
  • 12
  • 25
0
votes
1 answer

forcing linux kernel 3 to recognize cdrom as hdX

I have a problem with older version of anaconda linux installer. I have upgraded kernel in my distro, however, when this anaconda boot with this 3.4.52 kernel, can NOT find cdrom. As far as I understand, this is because the new kernel recognize cd…
seaquest
  • 698
  • 2
  • 12
  • 25
0
votes
2 answers

What is using the RAM on this Ubuntu 12.04.2 server?

I have two servers in a pool with Nginx, PHP5-FPM and Memcached. For some reason, the first server in the pool seems to inexplicably lose about 2GB of RAM. I can't explain where it's going. A reboot gets everything back to normal, but after a few…
JohnCC
  • 292
  • 1
  • 6
  • 14
0
votes
1 answer

Ubuntu 12.04 - Grub1 won't load new kernel

For some reason I can't get grub to load the new kernel. I tried removing the old kernels with aptitude and running update-grub but it still loads the old kernel - even though I've removed it! I then manually updated the grub config file…
techjacker
  • 133
  • 6
0
votes
1 answer

Kernel parameters mem and dom0_mem in XenServer 6.1

We are running XenServer 6.1 in production, and recently had OOM-killer fire and eventually take down one of our blades. I noticed that in the kernel logs from the oom-killer instance that it seemed like there was plenty of memory available from…
Steve R.
  • 134
  • 1
  • 7
0
votes
4 answers

Can 3.2 kernel KVM VMs run in a 2.6 kernel host

So I got a Redhat6.2 and going to install it on a new IBM x3650 m4 server. However I want use Debian because I'm more familier with it. Since x3650 doesn't support Debian(I've tried but no luck), I plan to install Redhat6.2 as the base system and…
John Wang
  • 97
  • 2
  • 12
0
votes
1 answer

XEN Debian Lenny

Is is safe to install the XEN Kernel on a server with 12 GB RAM and a i7 Quadcore CPU? MemTotal: 12462952 kB The reason I'm asking is this. Debian-50-lenny-32-minimal:/proc# uname -r 2.6.26-2-686-bigmem Is a "bigmem kernel" necessary to adress…
Henrik P. Hessel
  • 400
  • 3
  • 18
0
votes
1 answer

Where to find source of an Amazon EC2 compatible kernel

I have some issues with finding the source code of Amazon EC2 compatible kernels. There is a tutorial in Amazon EC2 documentation of how to run instances with custom kernels, but those must be from the Amazon EC2 compatible kernels. It is hard to…
Dimos
  • 11
  • 2
0
votes
1 answer

Pass kernel boot parameters from dhcpd.conf for a host group?

Is it possible to configure dhcpd.conf such that a specific host group would use an additional kernel boot parameter passed on to the kernel loading? Thanks!
Pavel
  • 1,038
  • 1
  • 11
  • 30
0
votes
1 answer

Proxmox 3.0 installation on any VPS

I have an account on digitialocean.com I create a droplet debian wheezy. I installed proxmox 3.0 manually via command line. At the end of installation I restarted the server but again it uses default kernel. I want to use Proxmox customized kernel…
Serkan
  • 9
  • 3
0
votes
1 answer

Wndows Azure: "Linux Integration Services for Hyper-V has been removed."

When I am trying to yum update my centos in Windows Azure, the following appeared Linux Integration Services for Hyper-V has been removed. Please reboot your system. So I reboot it. But afterward I can no longer ssh into my VM. The endpoint…
user2122139
  • 145
  • 3