From owner-freebsd-questions@FreeBSD.ORG Fri Dec 15 16:19:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3D1B16A646 for ; Fri, 15 Dec 2006 16:19:03 +0000 (UTC) (envelope-from a@zeos.net) Received: from jan.ukrtel.net (jan.ukrtel.net [195.5.6.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B16743E56 for ; Fri, 15 Dec 2006 16:14:04 +0000 (GMT) (envelope-from a@zeos.net) Received: from 231-74-124-91.pool.ukrtel.net ([91.124.74.231] helo=host.my.domain) by jan.ukrtel.net with esmtpa (Exim 4.63) (envelope-from ) id 1GvFii-0006NG-DW for freebsd-questions@freebsd.org; Fri, 15 Dec 2006 18:15:36 +0200 Received: from host.my.domain (localhost [127.0.0.1]) by host.my.domain (8.13.7/8.13.6) with ESMTP id kBFGFTWA001190 for ; Fri, 15 Dec 2006 18:15:29 +0200 (EET) (envelope-from a@zeos.net) Received: (from elisej@localhost) by host.my.domain (8.13.7/8.13.6/Submit) id kBFGFTOB001189 for freebsd-questions@freebsd.org; Fri, 15 Dec 2006 18:15:29 +0200 (EET) (envelope-from a@zeos.net) Date: Fri, 15 Dec 2006 18:15:29 +0200 From: a@zeos.net To: freebsd-questions@freebsd.org Message-ID: <20061215161529.GA994@host.my.domain> Mail-Followup-To: freebsd-questions@freebsd.org References: <1164705811.00643901.1164695401@10.7.7.3> <4582A84B.1030704@alkar.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4582A84B.1030704@alkar.net> User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Re: mpd 4.0b5 does not want to work 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: Fri, 15 Dec 2006 16:19:03 -0000 On Fri, Dec 15, 2006 at 03:51:07PM +0200, Alexander Motin wrote: > Hi. > > a@zeos.net wrote: > >I have compiled and installed mpd 4.0b5 > >on my PC with FreeBSD 6.1-RELEASE. > >Then I created the next files: > ># mpd.conf > > open iface > > Due to b5 internal rework, syntax "open iface" is now deprecated in it's > original meaning. Now it can be used only for Dial-On-Demand implemantation. > > You should use "open lcp" or better just "open" command. > > -- > Alexander Motin > Thank you very much. I can connect to an ISP with mpd4 now. But MPD does not respond any command except ^C as before (all keys are echoed on the console). So I cannot control the process.