Skip to main content

Posts

Showing posts with the label kernel

Linux Kernel 3.9.6 Install and Removal on Linux Mint and Ubuntu

Linux Kernel 3.9.6 is the sixth maintenance release for Kernel 3.9 series which is now available for download for all Linux users. This new release brings some ARM fixes and sound enhancements. In this page, we will see as usual how to upgrade to this new kernel using a bash script dedicated for users of Ubuntu, Linux Mint and any other Ubuntu-based system. http://latestlinuxupdates.com/linux-kernel-3-9-6/

rhel6-testing-042stab056.8

Since 042stab056.5 : [cfq] kernel BUG at block/cfq-iosched.c:386 has been fixed (PCLIN-30890) [fuse] added possibility to disable fuse O_DIRECT with help of fs.fuse_ext_caps sysctl (enabled by default) (debug for PSBM-13075) [fuse] flush writeback data on file close. In particular this fixes checkpointing (PSBM-13226) [fuse] several other bugfixes [quota] remounting of FS with quota on ploop could crash host (PSBM-13231) [fs/writeback] writeback writer throttler algorithm has been enhanced [mount namespaces] mount namespaces support for has been added. This is required for Fedora 17 (PSBM-13004). Note: online migration support has not been added yet [cpt] kernel BUG at kernel/cpt/rst_socket.c:407 (on a self-connected socket restore) fixed (PSBM-13367) [cpt] sleep-in-atomic at dumping cgroup has been fixes (PSBM-13297) [cpt] timerfs irq-safe locking has been fixed [cpt] false positive error messages "_rst_get_object: wrong object type" has been fixed...

FDisk: Fixing What GParted Can’t

After my foray into making bootable flash drives , I decided to put my flash drive back to its original state. It was going to take at least a little bit of effort since I know had multiple partitions on the drive which would need to be removed. I first went to my default disk utility, GParted. GParted allowed me to first unmount the partitions that Linux was auto-mounting as drives. I was then able to delete the partitions to make the drive completely unallocated space. That’s where I started to run into issues. I went to make the entire drive a single FAT32 partition, but GParted gave me the following .... Read More

OpenVZ VSwap

New  RHEL6-based OpenVZ  kernel has a new memory management model, which supersedes  User beancounters . It is called  VSwap . Now you can set two primary parameters:  physpages  and  swappages , while all the other beancounters become secondary. physpages This parameter limits the physical memory (RAM) available to processes inside a container. The  barrier  is ignored, and the  limit  sets the limit. Currently the user memory and the page cache are accounted into  physpages . swappages This parameter limits the amount of swap space which can be used for processes inside a container. The  barrier  is ignored, and the  limit  sets the limit. The sum of physpages.limit and swappages.limit limits the maximum amount of allocated memory which can be used by a container. When physpages limit is reached, memory pages belonging to the container are pushed out to so called virtual swap ( vswap ). The d...