This is a discussion on Is there a way to rebuild a lost core file within the AIX Operating System forums, part of the Unix Operating Systems category; --> For some reason the core file in my root directory is gone. Is there a way to recreate it?...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Concerned Netizen wrote: > For some reason the core file in my root directory is gone. Is there a way to recreate it? You really have no need to have a core file on any dir, expecially root! Since core files get created from crashing programs, having none means you are running smooth. -- Alberto 'JCN-9000' Varesio AKA BlueRider AIX pSeries System Admin Datavision PLM - Tel: +390117710276 Biker on HONDA CB500 - LHG http://www.datavisionplm.com Jeeper on Sport TJ - Wave Please http://www.fsf.org/philosophy/no-word-attachments.html, thx! == BOFH Excuse: Not enough interrupts |
| |||
| "Concerned Netizen" <chuckie@throwitaway.com> wrote in message news:<%Bntc.73521$lU4.25632@newssvr25.news.prodigy .com>... > For some reason the core file in my root directory is gone. Is there a > way to recreate it? Why would you want to? Core files are essentially memory dumps of a program that failed to run properly. I believe that they periodically are cleared up by the system, either by the skulker process or by another utility during startup. If you needed the core file for analysis, you probably would want to rename it and save it somewhere else. Steve |
| |||
| "Concerned Netizen" <chuckie@throwitaway.com> wrote in message news:<%Bntc.73521$lU4.25632@newssvr25.news.prodigy .com>... > For some reason the core file in my root directory is gone. Is there a > way to recreate it? A core file is the left overs of an abnormal program termination. The presence of one indicates some sort of problem occurred. If it is gone, it means someone/something removed it. Do not worry about the core file. BV |
| ||||
| "Concerned Netizen" <chuckie@throwitaway.com> wrote in message news:<%Bntc.73521$lU4.25632@newssvr25.news.prodigy .com>... > For some reason the core file in my root directory is gone. Is there a > way to recreate it? This file just contains a core dump, you dont need to recreate it and you cant unless the same core dump happens again Scott |