From owner-freebsd-questions@FreeBSD.ORG Fri Dec 17 22:27:48 2004 Return-Path: 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 3ACBC16A4CE for ; Fri, 17 Dec 2004 22:27:48 +0000 (GMT) Received: from mail.ibch.ru (mail.ibch.ru [194.85.9.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B0C943D41 for ; Fri, 17 Dec 2004 22:27:47 +0000 (GMT) (envelope-from dima@ibch.ru) Received: (qmail 67706 invoked by uid 0); 18 Dec 2004 01:20:58 +0300 Received: from unknown (HELO localhost) (194.85.9.203) by localhost (qmail 1.03 + ejcp v11) with SMTP; 18 Dec 2004 01:20:57 +0300 X-AntiVirus: Checked by Dr.Web [version: 4.32b, engine: 4.32b, virus records: 61095, updated: 12.12.2004] Date: Sat, 18 Dec 2004 01:28:10 +0300 From: Dmitry Tolstov X-Mailer: The Bat! (v1.62r) X-Priority: 3 (Normal) Message-ID: <663107534.20041218012810@ibch.ru> To: freebsd-questions@freebsd.org In-Reply-To: <732972602.20041218001751@ibch.ru> References: <732972602.20041218001751@ibch.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: problem solved [Re: mpd as a dial-in server] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Tolstov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 22:27:48 -0000 Oh, I found in manual: I've configured a link for dial-in, and sometimes after disconnecting mpd gets into some kind of infinite loop. This is because mpd is trying to ``redial,'' which of course is not appropriate for dial-in links. Use set link max-redial -1 to disable the redial function. Thanks to all, sorry