Re: System Crash Troubleshooting

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux