Quote:
Originally Posted by High-gain
Security Warning: the md5 checksum for one of your SUID files has changed
|
That's Mandrake's "msec"...
Quote:
Originally Posted by High-gain
I have recently added the audio software 'Lame', so wonder if this would be the cause of this message.
Can I just delete this file?
How do I deal with this please?
|
No, 'lame' is an audio encoder, pam_timestamp_check is part of PAM (as in 'rpm -qi pam').
No, you don't delete the file. If you don't need something then you un-install the package.
Run 'rpm -Vv `rpm -qf /sbin/pam_timestamp_check --qf="%{NAME}\n"`|grep -v '^\.\{8\};' and see if '/sbin/pam_timestamp_check' is in the output?
Quote:
Originally Posted by High-gain
Is there a way of seeing what #proc I have running, not by numbers. If so, how do I stop or get rid of any #proc that I do not want or require.
|
Completely different question. Please be verbose and specific. If you mean running unnecessary services then your (command line or UI) service interface will tell you how to stop the service and keep it from starting on reboot. If you mean other processes please show an example. Of course we could tell you to just kill it but killing processes haphazardly isn't always a good Thing.