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

Using the output of a program as the contents of a file, dynamically

In Linux, I would like to create a file where the contents of the file are dynamically generated by the output of a program. The examples which already exist are /dev/random /dev/urandom, /dev/zero, etc... I would like to create a file such as…
user1955162
  • 296
  • 3
  • 16
0
votes
1 answer

Linux Server: Too Many Open Files

I have an application running on Linux Server. But server suddenly stopped responding but when I ping from other machine to server it allowed to ping but was not allowing to login into the server. Not sure why? Scenario: Application and server both…
Jigish
  • 21
  • 1
  • 1
0
votes
2 answers

Removing old kernels

My boot partition is full and I can't install new kernel versions. So I tried to remove some old versions like this: get active kernel uname -a Linux Ubuntu-1404-trusty-64-minimal 3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64…
Kevin Horst
  • 141
  • 1
  • 6
0
votes
2 answers

NTP service stopped in centos7.1 linux machine

In our 3 linux boxes centos 7.1, we saw below messages in the logs and then ntpd service got stopped since the offset is more than 1000s. systemd: Time has been changed ntpd[2626]: 0.0.0.0 0617 07 panic_stop -26789 s; set clock manually within 1000…
xrkr
  • 403
  • 1
  • 7
  • 10
0
votes
2 answers

Write cache settings not working

I am using Debian 8.0 x64 with 72 GB of RAM with 4 drives configured as software RAID 0. Linux s1 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) x86_64 GNU/Linux I tried setting dirty pages to 2GB cache before actual writing. I also…
user3043893
  • 101
  • 1
0
votes
4 answers

How can Linux run on different microprocessors?

How can Linux run on different microprocessors? Is the Linux kernel being compiled at installation each time?
unknown (google)
0
votes
0 answers

Is transparent hugepage support on or off on these CoreOS machines?

I have a number of CoreOS servers that will be running some database workloads that highly recommend Transparent Hugepages be disabled. However: ~$ cat /sys/kernel/mm/transparent_hugepage/enabled cat: /sys/kernel/mm/transparent_hugepage/enabled: No…
hookenz
  • 14,472
  • 23
  • 88
  • 143
0
votes
1 answer

Linux kernel behavior when dealing with colliding subnets

I'm using openconnect to connect to my office VPN. They push some pretty crappy/aggressive routing rules allocating ALL of the private IP address spaces >.< After I connect to my office VPN, my main routing table contains these routes (it contains a…
0
votes
0 answers

CPU usage of server extremely low and webpage load time high?

On a weekday at a time where very few use the optimized website on the server, the time for the page to completely load excluding 3rd party advertisements is about 0.6 seconds to 1 second. Now when a lot of users access the site simultaneously, the…
user270233
0
votes
0 answers

linux system slab cache proc_node_cache usage too large

My system run java program only, at some time the memory usage increase very quickly to a very hight percentage: memory usage of java : PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND …
0
votes
1 answer

High %sys utilization in Nginx cache node

We set up Nginx with Lua (openresty bundle) to be a local caching node to our file sharing server, we seperated files to chunks "50MB each" (by this method) and store them in cache to increase its efficiency. In low traffic it works fine but with…
0
votes
4 answers

Networking in Linux KVM

I want to know if there is any way other than using linux bridges to interconnect interfaces from two virtual machines ? Since I am trying to run private spanning tree implementation in virtual machines ... underlying linux bridge which connects…
codingfreak
  • 591
  • 1
  • 7
  • 15
0
votes
1 answer

What are the pros and cons of large receive offload (LRO) vs generic receive offload (GRO)

I have been debugging a scenario where an ESX vmware host is communicating with a virtual linux machine via a virtual switch using TCP/IP. After a congestion event the vmware host is waiting for an ack from the virtual machine while the virtual…
Artemis
  • 1
  • 1
  • 2
0
votes
1 answer

IPSEC stack low speed

I am working on Openswan IPSEC Implementation for Linux-kernel 2.6.35.9 My concern is when i do speed test using IPSEC kernel Images and without running IPSEC service i get speed of 40Mbps and 10Mbps. while normally for kernel Images without IPSEC…
0
votes
1 answer

My server boots a kernel I don't recognize

On my dedicated server I'm running Debian 7.5 as an OS. I have installed OpenVZ for amd64 architecture to use the benefits of virtualization but after successfully installing it (following these directions) the OpenVZ kernel is not booting. When I…
Taha
  • 3
  • 1
  • 3