- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- ps -ef error
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-14-2004 07:59 AM
01-14-2004 07:59 AM
I get this messages when i use ps -ef command
[root@salato-apl10 root]# ps -ef|grep pmon
Signal 17 caught by ps (procps version 2.0.6).
Please send bug reports to
what is the problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 08:19 AM
01-14-2004 08:19 AM
Re: ps -ef error
now its supposed to be ps ef | grep ...
Though to be honest that does not work the way I epxpect it to based on my HP-UX experience.
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
01-14-2004 08:21 AM
01-14-2004 08:21 AM
Re: ps -ef error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 09:35 AM
01-14-2004 09:35 AM
Re: ps -ef error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 01:29 PM
01-14-2004 01:29 PM
Re: ps -ef error
works for me. My system is a
uname -a
Linux bibo 2.4.20 #3 Tue Sep 16 07:51:49 CDT 2003 i686 unknown unknown GNU/Linux
But my ps seems to be much newer
ps -V
procps version 3.1.6
What is your setup?
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 02:00 PM
01-14-2004 02:00 PM
SolutionThey also did a bunch of enchancements to cron that don't work when you bring them to a real Unix box. I have a few HP-UX points for explaining that to Linuxheads that transitioned to HP-UX.
I'm the other way around, learned HP-UX first.
I think Edwin's actual problem may be kernel or process control related.
Is this one time only or consitent?
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
01-15-2004 03:01 AM
01-15-2004 03:01 AM
Re: ps -ef error
procps version 2.0.7
"ps -ef" and "ps ef".
The output is different too...
Maybe you should just
"send bug reports to
"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 03:08 AM
01-15-2004 03:08 AM
Re: ps -ef error
ps -ef
does full listing of all processes-works fine on both systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 03:30 AM
01-15-2004 03:30 AM
Re: ps -ef error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 03:42 AM
01-15-2004 03:42 AM
Re: ps -ef error
Best REgards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 05:08 AM
01-15-2004 05:08 AM
Re: ps -ef error
whether it being dangerous or not to update system libraries. In all cases, before any system update, it is wise to make a full backup.
btw, in linux i prefer to us ps -ax
best regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 06:28 AM
01-15-2004 06:28 AM
Re: ps -ef error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 06:33 AM
01-15-2004 06:33 AM
Re: ps -ef error
just to cover all bases, does the error happen on a "plain" ps -ef too, or only if you do a
ps -ef|grep pmon ?
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 07:12 AM
01-15-2004 07:12 AM
Re: ps -ef error
I'd hate to be on the procps-bugs@redhat.com mailing list...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 01:02 PM
02-04-2004 01:02 PM
Re: ps -ef error
Use "ps aux" instead. BSDisms make you smarter anyway.
Yes, I'm trying to start a good-natured flame war just for kicks ;)