Re: System Crash Troubleshooting
- From: Andy Green <andy@xxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 19:11:21 +0000
Tim Alberts wrote:
I don't know if postgres is actually running anything,
or if whatever this is is just using that account.
grep postgres /etc/* -R
might show up something.
Horrible kludge to try to catch a glimpse
while [ 1 ] ; do ps -Af | grep postgres | grep -v grep\ postgres ; done
will peg the CPU but should catch it after running for a little while if
it stays up any length of time.
-Andy
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- References:
- Re: System Crash Troubleshooting
- From: Tim Alberts
- Re: System Crash Troubleshooting
- Prev by Date: Re: ProFTP login horror
- Next by Date: Re: ProFTP login horror
- Previous by thread: Re: System Crash Troubleshooting
- Next by thread: Re: System Crash Troubleshooting
- Index(es):
Relevant Pages
|
|