Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

linux-kernel

Unmount a rbind mount without affecting the original mount

August 10, 2022 by Magenaut

Asked on serverfault but didn’t get enough attention, so reposted here, with the hope some people here know the answer.

Categories Q&A, Unix & Linux Tags bind-mount, linux, linux-kernel, mount, unmounting Leave a comment

Linux kernel action upon init process exiting

August 10, 2022 by Magenaut

Say I am writing my own init program running on a Linux kernel.

Categories Q&A, Unix & Linux Tags exit-status, init, linux-kernel Leave a comment

Everything is a file?

August 10, 2022 by Magenaut

In Linux, every single entity is considered as FILE. If I do vim <cd-Name> then, vim will open the directory content into it’s editor, because, it do not differentiate between file and directories.

Categories Q&A, Unix & Linux Tags cd-command, linux, linux-kernel Leave a comment

How to find the connection between tap interface and its file descriptor?

August 10, 2022 by Magenaut

I have a qemu VM started by an orchestration script, which creates transient tap interfaces. When I inspect the command line arguments of the qemu-system-x86_64 process, then I can see, that the process connects to already opened tap interface with the file descriptor 27:

Categories Q&A, Unix & Linux Tags linux-kernel, qemu, tap Leave a comment

How large are the “watermark” memory reservations on my system?

August 10, 2022 by Magenaut

swappiness This control is used to define how aggressive the kernel will swap memory pages. Higher values will increase aggressiveness, lower values decrease the amount of swap. A value of 0 instructs the kernel not to initiate swap until the amount of free and file-backed pages is less than the high water mark in a … Read more

Categories Q&A, Unix & Linux Tags linux-kernel, memory Leave a comment

Are Linux kernel threads really kernel processes?

August 10, 2022 by Magenaut

I’ve read in many places that Linux creates a kernel thread for each user thread in a Java VM. (I see the term “kernel thread” used in two different ways:

Categories Q&A, Unix & Linux Tags kernel, linux, linux-kernel, process, thread Leave a comment

What is a “subreaper” process?

August 10, 2022 by Magenaut

The word “subreaper” is used in some answers. Searching Google also turn up entries where the word is “just used”.

Categories Q&A, Unix & Linux Tags linux-kernel, process, process-management Leave a comment

What is a tainted Linux kernel?

August 10, 2022 by Magenaut

Under certain conditions, the Linux kernel may become tainted. For example, loading a proprietary video driver into the kernel taints the kernel. This condition may be visible in system logs, kernel error messages (oops and panics), and through tools such as lsmod, and remains until the system is rebooted.

Categories Q&A, Unix & Linux Tags kernel-modules, linux, linux-kernel, proprietary-drivers, troubleshooting Leave a comment

Can ps display only non kernel processes on Linux?

August 10, 2022 by Magenaut

How can I ask ps to display only user processes and not kernel threads?

Categories Q&A, Unix & Linux Tags filter, linux, linux-kernel, process, ps Leave a comment

How to list all loadable kernel modules?

August 10, 2022 by Magenaut

I’m looking for a few kernel modules to load i2c-dev and i2c-bcm2708. But the modprobe command returns:

Categories Q&A, Unix & Linux Tags kernel-modules, linux-kernel Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page6 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress