PDA

View Full Version : crash linux



feanor
23rd November 2016, 20:45
hi , i am using ubuntu 14.04

my server goes offline in evenings every 2 days , today it happened 3 times and it made me crazy really. it was happening 1 month ago , idk how it fixed but didnt happened for 1 month. now again started. there is no reports on all logs (kern,system etc) i also tested my ram(i thought maybe a hardware problem) but still i couldnt find my problem. can anybody help me about that ? thx a lot

Whiskas
23rd November 2016, 21:50
You may ask your hosting company about that. Maybe they had some problems.

kung foo man
24th November 2016, 02:24
checked game logs aswell, or just system logs? using libcod? might be just somebody causing the crash.

and check the server console output itself, e.g. keep the screen session running when server dies

feanor
28th November 2016, 18:04
there is no log about problem really :/ i checked also cron jobs but nothing to find. i googled if some users have same problem , i found people with same problem but there is no solution :/

just wondered if it's a power supply problem , can a linux server logs power supply ?

feanor
28th November 2016, 18:09
and its always happening in the evening also weird :S

kung foo man
28th November 2016, 20:14
Keep reading my post till you answered it.

http://unix.stackexchange.com/questions/9819/how-to-find-out-from-the-logs-what-caused-system-shutdown

IzNoGoD
29th November 2016, 07:27
Post "free -m" command run in the evening.

Also post "uname -a" at any time of day.

feanor
29th November 2016, 14:15
when i free memory server crashed :D

feanor
29th November 2016, 14:15
so it's a damaged ram problem right ?

feanor
3rd December 2016, 18:06
i checked my shutdown-reboot logs , server not shutdowning . Its FREEZING and for get out from freezing need a reboot.

my host checked hardwares they said fine. today i found badchecksum logs in my kern.log but it was about 27015(Counter-Strike port) can it make freeze ?

IzNoGoD
3rd December 2016, 22:58
Post "free -m" command run in the evening.

Also post "uname -a" at any time of day.

run these commands, post output.

feanor
5th December 2016, 16:24
:~# free -m
total used free shared buffers cached
Mem: 15745 1516 14229 32 31 402
-/+ buffers/cache: 1081 14663
Swap: 90 0 90
:~# uname -a
Linux spartaclan 3.13.0-96-generic #143-Ubuntu SMP Mon Aug 29 20:15:20 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

IzNoGoD
6th December 2016, 04:59
Why do you have 90mb swap?

feanor
10th December 2016, 13:43
how much should be ? i decreased processings , server didnt freeze anymore

IzNoGoD
11th December 2016, 02:06
I'd advise between 8 and 32gb swap

kung foo man
11th December 2016, 07:14
If you really run out of RAM, maybe just consider a better setup, since swap is slow as fuck

Or ye, kill unused "processings"

feanor
14th December 2016, 19:20
i decreased processing , my problem fixed. thx for you answers