mpd 5

An HP Pavilion is not a server, it's a so-so laptop; it may not be up to "serving" network connections to 50+ users.
 
Unless configured otherwise a SIGKILL (-9) always produces a crash dump.
 
Same situation for me.

Code:
uname -a 
FreeBSD xxxxxx.xx 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Sat Mar 31 21:25:25 AZST 2012     
xxx@xxxxx:/usr/obj/usr/src/sys/kern  amd64

mpd5.6 version and server going to crash after four or five days.

And sometimes all users say we have no internet.
Command not working there too ->
[cmd=]kill -9 `ps -ax | grep mpd5 | grep -v grep | awk '{print $1}'`[/cmd]
Strange at this moment server is showing NG interfaces online.
 
Server "HP Proliant DL360 G7" after two weeks went to crashdump again. I can't understand what is happening. Please help me.
 
I managed to have a stable version with these changes:

Code:
#options        INET6
#options        SMP

Disabling ipv6 and SMP, but of course, the performance decreases significantly.

Any updates?
 
diegow said:
I managed to have a stable version with these changes:

Code:
#options        INET6
#options        SMP

Disabling ipv6 and SMP, but of course, the performance decreases significantly.

Any updates?

SMP is related to NOFLOWTABLE. Did you try using NOFLOWTABLE?
4 mod: I'm posting from my mobile phone, a full editor is not available.
 
Back
Top