Skip to main content

Home/ Linux/ Group items tagged Kernel

Rss Feed Group items tagged

anonymous

Ksplice: Upgrade / Patch Your Linux Kernel Without Reboots - 0 views

  •  
    "Ksplice: Upgrade / Patch Your Linux Kernel Without Reboots by Vivek Gite · 5 comments Generally, all Linux distributions needs a scheduled reboot once to stay up to date with important kernel security updates. RHN (or other distro vendors) provides Linux kernel security updates. You can apply kernel updates using yum command or apt-get command line options. After each upgrade you need to reboot the server. Ksplice service allows you to skip reboot step and apply hotfixes to kernel without rebooting the server. In this post I will cover a quick installation of Ksplice for RHEL 5.x and try to find out if service is worth every penny."
anonymous

Ubuntu Server: Kernel Configuration Considerations - ServerWatch.com - 0 views

  • Preemption The server kernel has kernel preemption turned off (CONFIG_PREEMPT_NONE=y), while the desktop kernel has it enabled (CONFIG_PREEMPT_BKL=y, CONFIG_PREEMPT_VOLUNTARY=y). Preemption works along with scheduling to fine-tune performance, efficiency and responsiveness. In non-preemptive kernels, kernel code runs until completion; the scheduler can't touch it until it's finished. But the Linux kernel allows tasks to be interrupted at nearly any point (but not when it is unsafe, which is a whole huge fascinating topic all by itself), so that tasks of lesser-priority can jump to the head of the line. This is appropriate for desktop systems because users typically have several things going at once: writing documents, playing music, Web surfing, downloading and so on. Users don't care how responsive background applications are; they care only about the ones they're actively using. So if loading a Web page takes a little longer while the user is writing an e-mail, it's an acceptable trade-off. Overall efficiency and performance are actually reduced but not in a way that annoys the user. On servers you want to minimize any and all performance hits, so turning off preemption is usually the best practice.
maxwux

Writing udev rules - 0 views

  • KERNELS - match against the kernel name for the device, or the kernel name for any of the parent devices SUBSYSTEMS - match against the subsystem of the device, or the subsystem of any of the parent devices DRIVERS - match against the name of the driver backing the device, or the name of the driver backing any of the parent devices ATTRS - match a sysfs attribute of the device, or a sysfs attribute of any of the parent devices
  • Rename a device node from the default name to something else Provide an alternative/persistent name for a device node by creating a symbolic link to the default device node Name a device node based on the output of a program Change permissions and ownership of a device node Launch a script when a device node is created or deleted (typically when a device is attached or unplugged) Rename network interfaces
  • KERNEL - match against the kernel name for the device SUBSYSTEM - match against the subsystem of the device DRIVER - match against the name of the driver backing the device
  • ...1 more annotation...
  • NAME - the name that shall be used for the device node SYMLINK - a list of symbolic links which act as alternative names for the device node
gregorlarson

openSUSE 13.2 3.16 kernel branch - 1 views

  •  
    This is an interesting 3.16 kernel stable branch. How does this compare to the Ubuntu CKT 3.16 branch? It seems to have lots of btrfs fixes.
Marc Lijour

Red Hat's "obfuscated" kernel source [LWN.net] - 3 views

  •  
    Several readers have pointed out this interview with Maximilian Attems, posted by Raphaël Hertzog. Therein, Maximilian states that, while the cross-distribution cooperation on the 2.6.32 kernel has been a great thing, Red Hat is making things harder by shipping its RHEL 6 kernel source as one big tarball, without breaking out the patches. Your editor has downloaded the 2.6.32-71.14.1.el6 source package and verified that this is the case.
Marco Castellani

Linux 2 6 27 - Linux Kernel Newbies - 0 views

  • UBIFS is a new filesystem designed to work with flash devices, developed by Nokia with help of the University of Szeged. It's important to understand that UBIFS is very different to any traditional filesystem: UBIFS does not work with block based devices, but pure flash based devices
  • In this release, Ext4 is adding one of its most important planned features: Delayed allocation (also called "Allocate-on-flush"). It doesn't change the disk format in any way, but it improves the performance in a wide range of workloads.
  • Linux 2.6.27 kernel released 9 October 2008.
Maluvia Haseltine

LKML Summary Podcast - 0 views

  •  
    This site provides a semi-daily summary of email traffic on the Linux Kernel Mailing List (LKML) in the form of a podcast and audio transcripts. It was started by Jon Masters as a means to force himself to keep up with the LKML.
Ken Wei

The Linux Kernel Archives - 0 views

shared by Ken Wei on 08 Feb 07 - Cached
David Corking

Michael Lauer - Freelancer / Back from Switzerland - 0 views

  • And no, Android is not it.
  •  
    We will soon come up with a comprehensive table of FSO-compliance levels to indicate what level of support the FSO middleware expectes from the kernel.
Massimo Luciani

Debian 6.0 "Squeeze" released | NetMassimo Blog - 3 views

  •  
    After about two years the Debian project has released version 6.0, code-named Squeeze, of its famous distribution. In addition to the classic Debian GNU/Linux there's the official release of Debian GNU/kFreeBSD, the Debian distribution based on the FreeBSD kernel though not all the advanced features for the desktop are supported.
Robin Dale

Steps to Schedule a Reboot for your Linux Server - 1 views

  •  
    Rebooting is one of the important task to be performed once in a month in order to install updates for your kernel and to increase the performance of your active dedicated server. The reboot of server is essential everytime when you install any updates or patch your kernel.
anonymous

OOM Killer - linux-mm.org Wiki - 0 views

  •  
    The functions, code excerpts and comments discussed below here are from mm/oom_kill.c unless otherwise noted. It is the job of the linux 'oom killer' to sacrifice one or more processes in order to free up memory for the system when all else fails. It will also kill any process sharing the same mm_struct as the selected process, for obvious reasons. Any particular process leader may be immunized against the oom killer if the value of its /proc//oomadj is set to the constant OOM_DISABLE (currently defined as -17). The function which does the actual scoring of a process in the effort to find the best candidate for elimination is called badness(), which results from the following call chain: _alloc_pages -> out_of_memory() -> select_bad_process() -> badness() The comments to badness() pretty well speak for themselves:
anonymous

Wikipedia:Everything you always wanted to know about Bad Jokes and Other Deleted Nonsen... - 0 views

  • Linus Torvalds facts Linus Torvalds facts are a series of humorous sayings regarding Linus Torvalds. Some of them include: Linus Torvalds edited this page. Linus Torvalds can program without a keyboard Since 1969, the year Linus Torvalds was born, software quality has increased 19.000 percent. The commonest definition of the word programmer is Linus Torvalds Linus Torvalds didn't learn from the University of Helsinki the University of Helsinki learned from Linus Torvalds. Linus Torvalds finished the Linux Kernel the day before he started on it. Linus Torvalds once developed a programming language so good that it makes python look like punch cards. Linus Torvalds doesn't need to boot. Linus Torvalds first written program had artificial intelligence. Linus Torvalds doesn't receive error messages. There is no theory of probability, just a list of events that Linus Torvalds allows to occur. Linus Torvalds doesn't use a monitor. He can read the video signals from a VGA cable with his finger. Linus Torvalds can write to ntfs. Linus Torvalds can install gentoo in under a day. When Linus Torvalds writes new software, he just makes punch cards with his teeth and feeds them into a reader. Linus Torvalds source codes compile themselves. When Linus Torvalds learned to program, the computer printed HELLO, WORLD by itself. Linus was considered as being old and stable at 24, but new and bleeding edge at 26 Linus surfs the web using nothing but netcat Linus Torvalds can play 3D games in his head by interpreting the source code in real-time. Being touched by Linus can cure carpal tunnel syndrome. He does not cure RMS because he thinks it's funny to listen to RMS dictating code for the HURD. Linus Torvalds only wears glasses to make him seem more human. Linus Torvalds can fluently converse with setup wizard. They play basketball on Sundays. Linus Torvalds is the only known entity capable of uploading pure pleasure. Linus Torvalds can read your computer registry from any given point in the world, through any material. Linus Torvalds takes one look at your desktop and knows which porn sites you visited. In the last ten years.
  •  
    Like the infamous Chuck Norris Facts, only with a lot more nerd and a lot less guns.
1 - 20 of 32 Next ›
Showing 20 items per page