From owner-freebsd-multimedia@FreeBSD.ORG Sun Mar 8 11:51:55 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3223F106566C for ; Sun, 8 Mar 2009 11:51:55 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id 0636D8FC12 for ; Sun, 8 Mar 2009 11:51:54 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so1242300wfd.7 for ; Sun, 08 Mar 2009 04:51:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=vNLviefJV5Wa3M6FOMGZCfRRcvQa80CuairWRfp6RwE=; b=CBKIqEvnUyGeYPFlMfD1G5lddjFn3K2n0v9CUdq+hiBRMLgw4jsh/Do2oe/gZ3PNjV l6cxZl5UJstoEeNnl4ec+8gT+y1lP4wEtyeayOr7lx8v8HYXYzqXanroPHyvKzRNgrDB tM++SnQDX9jaAldexQrQHdxUBapXwURo5VVew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=et9AD5Whkgn+FYkiG5Q8Iqq67Clxk+RxASKSBcpEYLyAK6zSHpjHDC62ZBlbyoMz1T sXlSnSkOhV/Evt5es/mNLt0VU6xgPWx0wz+06q4HSakAT0zc7IO5oZC6rWiGGdEnDNd5 Me7xEdTQDCugeUq0JirOke2SNyiLACj26q11w= MIME-Version: 1.0 Received: by 10.142.222.21 with SMTP id u21mr2014547wfg.7.1236511426615; Sun, 08 Mar 2009 04:23:46 -0700 (PDT) In-Reply-To: <20090308104155.02dda327@brain> References: <20090308104155.02dda327@brain> Date: Sun, 8 Mar 2009 19:23:46 +0800 Message-ID: <53a1e0710903080423q70787665r3cb47194d665242@mail.gmail.com> From: Henry Hu To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: =?ISO-8859-1?Q?Zsolt_K=FAti?= Subject: Re: musicpd does not stop X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hu.henry9@gmail.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2009 11:51:55 -0000 I have this problem too, and I manually added case "$1" in *stop) /bin/pkill -9 mpd esac into /usr/local/etc/rc.d/musicpd to stop it. It seems like there's some problem about locking in mpd. This problem appeared after I updated mpd I think. I'm using musicpd-0.14.1. On Sun, Mar 8, 2009 at 5:41 PM, Zsolt K=FAti wrote: > Hello, > > There was a thread about this subject not long ago. > http://forums.freebsd.org/archive/in dex.php/t-1979.html > > The conclusion seemed to be: issue solved. > > But I know of many of us with various OS version (7.1, current) and > updated ports where problem still persists. > > Any idea what is needed to overcome this issue? > > Thanks! > Zsolt > > ps.: pls CC, as I am not on the list > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.= org" >