In moment i have few accounts with lots of core. files. I have no idea what it is, and how i can read it.
Please explain me about core files or give me direction where i can read about it.
In moment i have few accounts with lots of core. files. I have no idea what it is, and how i can read it.
Please explain me about core files or give me direction where i can read about it.
Have you searched the forums for the term core file by chance?
yee now i found everything i needed.
Thanks
In one of topic i found advice, to investigate this file doing:
$ gdb /usr/bin/php core.xxxx
- bash: $:command not found (translation from Russian)
What dos it mean? Is there a problem with server or another sort of problem. I ask you due because today i tried 3 times log in via shell, and 3 times i got replay - server reset connection unexpected. In 4 time i am in, but command answer didn't work properly.
OK i typed
gdb /usr/bin/php core.xxxxx and answer is -bash: command not found
![]()
gdb is the GNU Project debugger so make sure its installed on your server. If its not you can download it from here and install it.
is it to possible install this script via web?
Unfortunately not. You will need to login to server as a root user using SSH and install it.
Step by step installation: http://linux.wku.edu/~lamonml/progra...b_install.html
Kailash