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

Linux initramfs read-only

In a Linux system consisting of a bootloader, the kernel and an initramfs (no block devices, no other root filesystem): Is it possible to make the initramfs read-only once expanded into memory?
Axel Fontaine
  • 202
  • 2
  • 10
0
votes
1 answer

PPTPd - configuration error?

an 5 01:09:12 vpn pptpd[1832]: GRE: read(fd=6,buffer=611860,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs Jan 5 01:09:12 vpn pptpd[1832]:…
Mike Janson
  • 277
  • 1
  • 5
  • 10
0
votes
4 answers

Kernrate alternative for Linux or Solaris

Question: Is there a known alternative (or similar tool) to Kernrate for Linux or Solaris, and if so, where can I find more information? Edit: Find which device drivers are generating a high number of interrupts. Identify CPU-intensive…
Aaron
  • 229
  • 3
  • 9
0
votes
1 answer

How to log kernel panics without KVM

My server is crashing and I can't find an answer why. It all started after my datacenter upgrade RAM from 16 GB to 32 GB. I also found such logs in dmesg - they've started to show itself just before the first kernel panic: EXT4-fs error (device…
Spacedust
  • 568
  • 5
  • 13
  • 28
0
votes
1 answer

Realtek R8168 network driver 8.034.00 not compiling under CentOS 5.8 64-bit

I'm trying to compile Realtek R8168 driver 8.034.00 on CentOS 5.8 64-bit and I got this: make -C /lib/modules/2.6.18-308.16.1.el5/build SUBDIRS=/r8168-8.034.00/src clean make[1]: Wejście do katalogu `/usr/src/kernels/2.6.18-308.16.1.el5-x86_64' …
Spacedust
  • 568
  • 5
  • 13
  • 28
0
votes
1 answer

Issue with kernel boot [OVH SERVER]

Trying to install OpenVZ kernel on Centos 6.3, Yes my kernel is installed i can see it in the /boot folder, yes it is Rhel6 and yes it is all up to date, i checked this with yum update. My issue comes when i reboot my server with that kernel set as…
0
votes
1 answer

Fatal: module iscsi_trgt not found -- trying to get my iscsi target to run on debian

My server info: Linux Microknoppix 2.6.39.3 #21 SMP PREEMPT Sat Jul 23 09:48:39 CEST 2011 i686 GNU/Linux modprobe iscsi_trgt results in FATAL: Module iscsi_trgt not found. So I run # apt-get install module-assistant debhelper then # m-a a-i…
JasonC
  • 196
  • 6
  • 15
0
votes
2 answers

systemtap not initializing correctly on Ubuntu 12 (Precise)

I work at a firm with a certain amount of legacy batch-processes. Some of that stuff is really leaky when it comes to database connections. I need to log every process in the system, which opens a database connection. Strace is not a option,…
Bryan Hunt
  • 321
  • 4
  • 14
0
votes
1 answer

Linux kernel 3 TCP IP tuning

I found several resources about tuning linux TCP/IP stack parameters in /etc/sysctl.conf for high bandwidth connections, but all refer to kernel 2.6. Does anyone have suggestions about how to tune newer kernels 3.x? Is this tuning still needed or…
marcoc
  • 748
  • 4
  • 10
0
votes
1 answer

ARM Debian (squeeze) USB driver with mismatch 3.3.3 kernel but /lib/modules/2.6.36

Hei guys, my sheevaplug embedded server works fine, but when I wanted to use USB, the device gets not attached to /dev/tty/USB0 lsusb shows correctly: Bus 001 Device 002: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port an modprobe…
frank
  • 11
  • 2
0
votes
1 answer

ss utility does't work properly

I've learned that ss, which is base on netlink, is much faster than netstat when amount of sockets is large. And the secret is here. But when I tested on my suse linux minutes ago, the result confused me. It seems ss can't work properly(my linux…
user76927
  • 109
  • 1
0
votes
1 answer

How to avoid syn cookies

I've got a (TCP) server that handles a big number of new connections per second (1000 - 5000). This causes syn cookies to be send: kernel: possible SYN flooding on port 2710. Sending cookies. Syn cookies aren't that bad (in this case), but how do…
XTF
  • 175
  • 2
  • 8
0
votes
1 answer

Debian and Kernel Versions

Debian is running 2.6.32-5. Recent kernels seem to have addressed some kernel soft lockup issues, I'd like to try them. Although... the patches don't seem to be in the Debian-stable repository. # dpkg -l…
mgjk
  • 874
  • 3
  • 9
  • 20
0
votes
1 answer

OpenAFS on OpenVZ guest

I'm trying to install and configure an OpenAFS server inside an OpenVZ container. However, when running afs-newcell, it complains that the AFS client cannot be started. It says "AFS module /lib/modules/2.6.32-5-openvz-amd64/fs/openafs.o does not…
Xaqq
  • 103
  • 4
0
votes
1 answer

ASUS PIKE 6480 doesn't work with debian?

I have DIYed an 1U server with [ASUS Z8NA-D6] motherboard, PIKE 6480 extended RAID card, and four SAS hard disk. And I can find this extended card's module in the linux kernel called mvsas. But fail to be detected by the debian system in the…