Hello,
I strongly - ney I very strongly recommend against removing *ANY* file from /proc - this is not on the harddrive, it exists in memory - here is a good read on it:
http://linux.oreillynet.com/pub/a/li...inuxAdmin.html
the core file is a copy of all items in memory and when there is a core dump this file gets dumped.
try a find / -name core and remove any that are laying around except those in the /proc directory.


Reply With Quote
Bookmarks