From owner-freebsd-net@FreeBSD.ORG Sat Mar 3 21:12:38 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 589A816A400 for ; Sat, 3 Mar 2007 21:12:38 +0000 (UTC) (envelope-from mav@alkar.net) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id D73AA13C4A7 for ; Sat, 3 Mar 2007 21:12:37 +0000 (UTC) (envelope-from mav@alkar.net) Received: from [195.248.178.122] (account mav@alkar.net HELO [192.168.3.2]) by cmail.optima.ua (CommuniGate Pro SMTP 5.0.11) with ESMTPA id 21372512; Sat, 03 Mar 2007 23:12:33 +0200 Message-ID: <45E9E4BF.4040403@alkar.net> Date: Sat, 03 Mar 2007 23:12:31 +0200 From: Alexander Motin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ian Smith References: <1172953385.00698247.1172941201@10.7.7.3> In-Reply-To: <1172953385.00698247.1172941201@10.7.7.3> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: mpd 4.1 on 5.5-STABLE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2007 21:12:38 -0000 Hi. Ian Smith wrote: > When started the first time, before there's any ng0 interface, mpd logs > the following two lines then immediately exits without further ado: > > paqi# /usr/local/etc/rc.d/mpd4.sh start Try to run mpd from console just by typing "mpd4" to get all logs to console. To get more logs you can add to the begining of mpd.conf command "log +all". > 'ifconfig ng0 destroy' won't. So then, now mpd will start, uselessly: ngX interfaces can be shutted down only from inside of netgraph by "ngctl shutdown ngX:" command. > new -i ng0 PPPoE PPPoE -i parameter is not recommended for use. If you remove it, mpd will just use first free ngX interface. > One thing makes me a bit nervous: those ipv6 and inet6 hooks. kernel is > compiled without INET6, new kernel/world built with make.conf having: > NOINET6=true # do not build IPv6 related programs and libraries > WITHOUT_IPV6=true I don't think that this should be a problem. -- Alexander Motin mav@alkar.net Optima Telecom