From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 20:26:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D777816A4DF for ; Wed, 12 Jul 2006 20:26:12 +0000 (UTC) (envelope-from luchezar.petkov@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24CCE43D46 for ; Wed, 12 Jul 2006 20:26:10 +0000 (GMT) (envelope-from luchezar.petkov@gmail.com) Received: by nf-out-0910.google.com with SMTP id h2so1128nfe for ; Wed, 12 Jul 2006 13:26:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:user-agent; b=SfWpoVdKmRVLoER7HqVM+Rwbb3vzqGELjp8stDYm1Z8scibWrLJqPKcp0/SQbvzqKYoXlD50Cj1SelQQEtssDA92V1jtNlciXkl1MjFxt8GX8AqmeDvhli8oHjI4xRYxjePOa0vIoifREZ6SXDnq3W4Pm1SmHHjVIY6NOuAFOSU= Received: by 10.48.235.13 with SMTP id i13mr107983nfh; Wed, 12 Jul 2006 13:26:09 -0700 (PDT) Received: from localhost ( [85.217.148.22]) by mx.gmail.com with ESMTP id p72sm843173nfc.2006.07.12.13.26.09; Wed, 12 Jul 2006 13:26:09 -0700 (PDT) Date: Wed, 12 Jul 2006 23:24:41 +0300 From: Luchezar Petkov To: FreeBSD-Questions Message-ID: <20060712202441.GA7363@lilly.evo.bg> Mail-Followup-To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Subject: Musicpd problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 20:26:12 -0000 Hi list, I've installed The Music Player Daemon (MPD) from the ports (audio/musicpd). I have a nice configuration file [1] in /usr/local/etc/mpd.conf, but, when I run: /usr/local/etc/rc.d/musipd.sh start [or stop, or restart, whatever] its not doing anything. I've copied the config file in ~/.mpdconf and then tryed to run "mpd --create-db". It created a database, but, when I run ncmpc --port 2100 (or any other client) I'm getting: error [13]: problems connecting to "localhost" on port 2100 Then, I've added "mpd_enable=YES" in /etc/rc.conf, and rebooted. Nothing. Sorry if its someting stupid, but I'm a newbie in UNIX[and Linux]. Maybe the problem is in my /etc/hosts [2]? Or maybe the rc.d script is broken? Thank you. --- FreeBSD lilly.evo.bg 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul 9 00:54:55 EEST 2006 lucho@lilly.evo.bg:/usr/obj/usr/src/sys/LILLY i386 [1] http://lucho.sagehall.com/files/mpd.conf [2] http://lucho.sagehall.com/files/hosts