- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kernel WARNING messages
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
Forums
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
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
01-20-2009 02:26 PM
01-20-2009 02:26 PM
WARNING: The file '/usr/conf/mod/ipf.bak' does not contain valid kernel
code. It will be ignored.
WARNING: The file '/usr/conf/mod/pfil.bak' does not contain valid kernel
code. It will be ignored.
How do I get rid of them and is it safe?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2009 02:36 PM
01-20-2009 02:36 PM
SolutionI suppose you can just ignore these warnings. Or you could create a subdirectory and move them there.
What does file(1) show for each? For IPF they should be:
/usr/conf/mod/ipf: ELF-64 relocatable object file - IA64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2009 02:49 PM
01-20-2009 02:49 PM
Re: kernel WARNING messages
Both files appear to be valid. The file command shows them as " ELF-64 relocatable object file - IA64".
Note - I found these are the only .bak files in that directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2009 02:54 PM
01-20-2009 02:54 PM
Re: kernel WARNING messages
What are the dates of ipf* and pfil*? Are they close?
>I found these are the only .bak files in that directory.
Any copies of ipf and pfil in the IPD patch save area?
# find /var/adm/sw/save -path "*/usr/conf/mod/*"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 08:05 AM
01-21-2009 08:05 AM
Re: kernel WARNING messages
I have renamed these files into the /usr/conf directory and the WARNING is no longer occurring. (It seems that kcmodule looks at ALL files in this folder regardless of their name.) There are existing files in /usr/conf/mod with these names without the ".bak" extension so I figured HP-UX did not care about these files especailly considering the error message.
There were no ipf or pfil files in /var/adm/sw/save.
Also, I could not find any documentation showing what are kept in /usr/conf/mod.
Thanks for your suggestions. I'm going to close this thread since I've effectively solved this problem.