- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Tainted Linux Kernel
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
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
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
тАО05-21-2009 03:17 AM
тАО05-21-2009 03:17 AM
Tainted Linux Kernel
cat /proc/sys/kernel/tainted
16
what this mean ?
how i fix to be 0?
I have OS version:
Enterprise Linux Enterprise Linux AS release 4 (October Update 5)
and kernel number
2.6.9-55.0.0.0.2.ELsmp
another i have Linux server all of them not tainted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2009 03:28 AM
тАО05-21-2009 03:28 AM
Re: Tainted Linux Kernel
Irrespective of this setting, loading an externally supported or unsupported
module both set a kernel taint flag. The taint flags are included in
Oopses. The taint status of the kernel can be inspected in
/proc/sys/kernel/tainted: Bits 0 to 4 have the following meanings:
bit 0 = a module with a GPL-incompatible license was loaded (tainted & 1),
bit 1 = module load was enforced (tainted & 2),
bit 2 = an SMP-unsafe module was loaded (tainted & 4),
bit 3 = (reserved),
bit 4 = an unsupported module was loaded (tainted & 16),
bit 5 = a module with third-party support was loaded (tainted & 32).
bit 10 = a machine check exception has occurred (taint & 1024; x86_64 only
so far).
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2009 03:40 AM
тАО05-21-2009 03:40 AM
Re: Tainted Linux Kernel
Check the following URL:
http://www.suse.de/~agruen/kernel-doc/
http://www.novell.com/support/viewContent.do?externalId=3582750&sliceId=1
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2009 04:22 AM
тАО05-21-2009 04:22 AM
Re: Tainted Linux Kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2009 04:27 AM
тАО05-21-2009 04:27 AM
Re: Tainted Linux Kernel
Check in dmesg output ot /var/log/boot.msg for tainted module.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2009 12:50 AM
тАО05-24-2009 12:50 AM
Re: Tainted Linux Kernel
Check which module taint the kernel - bit 4 = an unsupported module was loaded (tainted & 16),
Check in dmesg output ot /var/log/boot.msg for tainted module.
1-how i check the module taint in kernal?
2- I check the dmesg
:dmesg | grep taint
nothing i found neither in
cat /var/log/messages | grep taint
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2009 02:58 AM
тАО05-24-2009 02:58 AM
Re: Tainted Linux Kernel
can you provide me method how to diagnose this issues?
regards
hany
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2009 04:51 AM
тАО05-25-2009 04:51 AM
Re: Tainted Linux Kernel
You can look at your modules loaded and find the one that is not supported and stop using it.
modprobe -l
# lists them all it gets kind of a long list
But there may be a good reason for using it such as a special piece of hardware. Having a tainted kernel is not a big problem.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2009 10:38 PM
тАО05-25-2009 10:38 PM
Re: Tainted Linux Kernel
thanks for your reply
i didn't know how to check about modules that it made this tainted on kernel .
i attach modprobe -l output can you tell me which module made this tainted .
regards
hany