- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- General
- >
- find w/ grep in /proc crashes a linux filesystem?
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
01-11-2005 06:23 AM
01-11-2005 06:23 AM
I'm not going to pretend to be a linux expert, but I know a teeny bit. I've come across something that doesn't make sense to me.
I executed find / -exec grep -l '
The system is a Proliant DL360 G3.
After a bit the Internal Health LED goes amber and when I crack the cover, both CPU LED's are amber, indicating both processors are failed. I can do this every time I run that find/grep combo, or a similar variation.
I won't bore anyone with the all the gorey details, but I was able to drill down a bit and the system fails like this consistently when it hits /proc/sys/net/core
If this is correct behavior, can someone explain it to me as I can't understand why this should take my entire system down.
If this isn't correct behavior, can anyone shed any light on what the problem might be so I can quit pulling my hair out!
In rummaging around the internet, I'm not finding anything that shows what I'm doing is a bad thing, so help? :)
Confused, but in the mood to give bunnies.
Kel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-11-2005 07:13 AM
01-11-2005 07:13 AM
Solutionwww.linuxtech.cc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-11-2005 08:34 AM
01-11-2005 08:34 AM
Re: find w/ grep in /proc crashes a linux filesystem?
One of my internet rummagings was to go to Bugzilla. If it is a known bug, I wasn't asking the search engine the right questions.
I have another DL360 G3 with a similar RH 9 load, but that system is now a file server and is too important to attempt to crash for sport.
Given your output, sounds like my system has some sort of issue.
I'm glad that wasn't an expected behavior, as it's a real head scratcher.
Thanks for your input Don.
I'll post your points after a few others have had a chance at their 2 cents or within a couple of days if no one wants to tackle.
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-11-2005 09:03 AM
01-11-2005 09:03 AM
Re: find w/ grep in /proc crashes a linux filesystem?
As the '/proc' filesystem is a fully dynamic virtual file system (it doesn't actually take any space on any disk), there's usually no need to search it for anything.
Make use of the '-mount' flag of 'find' or the "! -path './proc/*'" flags.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-11-2005 09:38 AM
01-11-2005 09:38 AM
Re: find w/ grep in /proc crashes a linux filesystem?
I wasn't specifically searching /proc for anything. (That is until my system started crashing and I was "root causing it".)
I was greping from / for a text string and didn't think twice that allowing it to go into the /proc would be a problem. Didn't think about it at all, truth be told.
Since it's a read-only virtual filesystem, I don't really see the problem.
Thanks for the input, I'll be sure and ignore the directory in my future searches.
Anyone feel free to chime in with their thoughts, I'll keep this open for another day or two.
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-14-2005 01:41 AM
01-14-2005 01:41 AM
Re: find w/ grep in /proc crashes a linux filesystem?
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP