Questions tagged [linux-kernel]

The Linux kernel is the operating system kernel used by the Linux family of Unix-like operating systems. It is one of the most prominent examples of free and open source software.

The Linux kernel is the operating system kernel used by the Linux family of Unix-like operating systems. It is one of the most prominent examples of free and open source software.

The Linux kernel is released under the GNU General Public License version 2 (GPLv2) (plus some firmware images with various non-free licenses[citation needed]), and is developed by contributors worldwide. Day-to-day development discussions take place on the Linux kernel mailing list.

585 questions
2
votes
1 answer

Kernel panic - not syncing: VFS: Unable to mount root

I uploaded a centos 6.2 VMDK to s3 and then converted it to volume using ec2 import volume. Then i took the snapshot of the volume and deleted it.Now I am trying to create a instance from the snapshot and keep getting following error: "Kernel panic…
Ravi Bhat
  • 53
  • 7
2
votes
0 answers

Sun Fire V40z, big gap between memory reported by dmidecode and what the Linux kernel sees

I'm looking after a V40z (a loaner), running RHEL 4.8 (no, I can't update it, it's a loaner) that according to dmidecode has 8 DIMMs of 2048M each, which makes for 16GB RAM as far as I'm concerned. The kernel, however, reports the total memory to…
tink
  • 1,035
  • 11
  • 20
2
votes
2 answers

Kernel 3.8, Apache2 with WSGI : INFO: task apache2 blocked for more than 120 seconds

We have upgraded our Kernel from 2.6.32 to 3.8.7 on a Debian system. We have a sharing with NFS to get the data for Apache2. And Nginx serves only static files as a proxy. Since we have installed the Kernel 3.8.7, the load average sometimes grows…
Acti67
  • 121
  • 1
  • 4
2
votes
0 answers

netmap issue with wheezy linux kernel 3.2.0.4 and Intel Corporation 82599EB 10-Gigabit card

I have compiled the netmap drivers on debian wheezy with kernel 3.2.0.4 and ixgbe patched module from netmap drivers code. When I insert the modules after removing default ixgbe module I get the following output. [64228.332381] 175.533442…
2
votes
2 answers

Linux process swap usage is greater than the overall system swap usage

I have a strange problem that when I run top command it shows that some processes are using around 1.5GB of swap space but then the overall usage of the system swap is way to less to something around 117MB, so why is that? I thought the overall…
2
votes
1 answer

/proc//stat children CPU time

I've been running the following command on my linux box: watch -d -n 1 "cat /proc/19866/stat" The pid above is a pid of Nginx's master process - I would expect the following fields to be changing: 14, 15, 16 and 17 as according to kernel docs those…
milosgajdos
  • 1,828
  • 2
  • 21
  • 30
2
votes
1 answer

Where are the acpiphp and pci_hotplug kernel modules for KVM hotplug in CentOS/RHEL?

On the this how-to I read the following: I loaded the following modules to get pci hotplug working: acpiphp pci_hotplug You can either add these to your distro's module list to load on boot, or run a command like this. for m in acpiphp…
2
votes
2 answers

How can I get APT to "ignore" a package?

I am running a VPS using Debian unstable with this kernel version: 2.6.32-274.7.1.el5.028stab095.1 I just upgraded my packages and for some odd reason APT wants me to install linux-image-3.2.0-3-amd64, which is strange, seeing as I can't modify the…
Mark
  • 367
  • 1
  • 4
  • 11
2
votes
3 answers

Can't install kernel-uek-headers for currently running kernel

I have just created a VM in VMWare and installed a minimal install of Oracle Enterprise Linux 6.3. # cat /etc/oracle-release Oracle Linux Server release 6.3 It is running with the UEK kernel. # uname -r 2.6.39-200.24.1.el6uek.x86_64 When I try and…
haydenc2
  • 25
  • 1
  • 2
  • 5
2
votes
0 answers

KVM host kernel configuration for best performance

I'm currently building a kernel for my server, which should serve for hosting virtual machines using KVM. There are a few kernel configuration options that are already described in the KVM-Wiki. The article left out some points which I'm wondering…
user1320304
  • 125
  • 1
  • 1
  • 5
2
votes
4 answers

How to tune Linux kernel to withstand DDoS? (HAProxy)

Please do not reply with "this is not possible", as it's waste of time. I am developing cloud appliance and I have a valid reason to protect this layer against DDoS, and there are few companies doing the same, so please dont tell me that I dont have…
Andrew Smith
  • 1,143
  • 13
  • 23
2
votes
1 answer

An oom killer that I cannot explain

I am not able to understand why would kernel issue this oom killer when I see enough memory is available: I say enough memory is available after looking at Normal DMA Normal free lines This is an embedded nand flash based device with 256 MB…
Ankur Agarwal
  • 457
  • 1
  • 6
  • 15
2
votes
1 answer

Do i have to install vmware tools on ubuntu server

its a bit silly Question, I was thinking since i have some spear HW to install ESXi free edition and allow some external users to use prebuild ubuntu 10.04 servers. since with kernel updates etc etc the vmware tools have to be re installed i was…
Elgreco08
  • 228
  • 3
  • 4
  • 16
2
votes
2 answers

Time drift in Cloud Server - need to mainpulate GRUB config

We are hosting a VPS on a popular host and are experiencing a regular time drift of several minutes a day forward (approx 7). Linux Kernel: 2.6.18-164.11.1.el5 GNU/Linux Distro: CentOS release 5.4 (Final) We reached out to our hosting provider and…
2
votes
3 answers

Should I use the Linux 2.6.x or 3.x kernel on a production server?

I'm given a number of kernel options (I'm hosted on linode - all kernels are customized by linode): Latest 2.6; Latest 3.0; and the latest legacy 2.6.18 or so and more. Will there be much difference if I choose one over the other? Performance?…
jpanganiban
  • 131
  • 1
  • 3