From owner-freebsd-stable@FreeBSD.ORG Mon Feb 19 16:43:08 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9482916A409 for ; Mon, 19 Feb 2007 16:43:08 +0000 (UTC) (envelope-from tarkhil@webmail.sub.ru) Received: from mail.sub.ru (mail.sub.ru [88.212.205.2]) by mx1.freebsd.org (Postfix) with SMTP id B8F3E13C49D for ; Mon, 19 Feb 2007 16:43:07 +0000 (UTC) (envelope-from tarkhil@webmail.sub.ru) Received: (qmail 18804 invoked by uid 0); 19 Feb 2007 19:49:08 +0300 Received: from unknown (HELO ?85.192.19.9?) (tarkhil%sub.ru@85.192.19.9) by techno.sub.ru with SMTP; 19 Feb 2007 16:49:08 -0000 Message-ID: <45D9D399.3090005@webmail.sub.ru> Date: Mon, 19 Feb 2007 19:43:05 +0300 From: Alex Povolotsky User-Agent: Thunderbird 1.5.0.9 (X11/20070104) MIME-Version: 1.0 To: Richard Tector References: <45D9BADB.6010405@webmail.sub.ru> <45D9C174.2050802@thekeelecentre.com> <45D9C9B0.300@webmail.sub.ru> <45D9CDEA.6010106@thekeelecentre.com> <45D9D033.2020909@webmail.sub.ru> <45D9D177.5050706@thekeelecentre.com> In-Reply-To: <45D9D177.5050706@thekeelecentre.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, FreeBSD Stable Subject: Re: mpd sometimes hangs the whole system? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Feb 2007 16:43:08 -0000 Richard Tector wrote: > Alex Povolotsky wrote: >> Richard Tector wrote: >>> Alex Povolotsky wrote: >>>> Richard Tector wrote: >>>>> Alex Povolotsky wrote: >>>>>> mpd (fresh) on FreeBSD 6.1p12 sometimes hangs system, totally, to >>>>>> reset. Tried two completely different boxes, so it cannot be a >>>>>> hardware problem. >>>>>> >>>>> Which version of mpd are you using? Have you tried the latest >>>>> version from ports, 4.1? I've read it fixes a *lot* of problems >>>>> found with the older versions. >>>> >>>> 3.18_5; Is mpd 4 100% backwards compartible? >>> >>> Yes, 4.x should work just fine with your 3.x configuration files. >>> >>>> And, what's worse, I've heard of exactly the same problem on 4.0. >>>> Kernel _freeze_ should be something kernel-related, I fear. >>> >>> Quite possible. It involves putting the interfaces in promiscuous >>> mode so could be due to a bug in your network card driver. What >>> interfaces are you using? >> >> Proimisc?... hmm... fxp. Rock solid thing, as far as I can remember. >> Can try em instead > > Or perhaps it doesn't. All I can remember is it requires the bpf > netgraph module. > No, it just requires bpf module to allow tcpdump on ngXX. > If it's a hard lock rather than a panic, perhaps it's a problem with > your hardware then? Memory perhaps? Not possible. Two boxes without a single common thing, save maybe a network card. And works flawless without mpd. Alex.