- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- kernel is tainted
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2013 11:15 AM
03-14-2013 11:15 AM
kernel is tainted
Hi All,
As per this customer advisory we want to confirm if we can modify grub.conf to have ""intremap=no_x2apic_optout " added as "cat /proc/sys/kernel/tainted" was showing 513 instead of 512 based on below advisory. Please confirm?
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c03241282
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2013 11:52 AM
03-14-2013 11:52 AM
Re: kernel is tainted
Hi,
The advisory is particular meant for tainted_kernel : 512 error; I believe the the 513 could be relating to some other bug probable relating network modules.
Thanks
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Tags:
- tainted_kernel: 512
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2013 11:55 AM
03-14-2013 11:55 AM
Re: kernel is tainted
The value in /proc/sys/kernel/tainted is a combination of various single-bit taint flags. Each of those flags indicates a specific thing, and each has a distinct value (a power of two).
Taint flag 512 indicates that a kernel warning has occurred.
Taint flag 1 indicates that you've loaded a kernel module with a non-GPL license. Binary-only modules, like the hpahcisr module for the SmartArray Bxxxi series will definitely cause this flag to be set.
Value 513 means that the system has both the kernel warning flag and the non-GPL module flag set.
If you are seeing the warning message listed in the advisory, you can apply the workaround, but it will only remove the taint flag related to the kernel warning message, i.e. the /proc/sys/kernel/tainted value should change from 513 to 1.
Here's a full list of taint flag values:
http://kmaiti.blogspot.fi/2011/09/how-to-check-whether-current-running.html