System Crash Troubleshooting

Andy Green andy at warmcat.com
Tue Feb 28 19:11:21 UTC 2006


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4492 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20060228/fbb228dd/attachment-0001.bin>


More information about the fedora-list mailing list