From owner-freebsd-current@freebsd.org Sun Oct 25 19:49:16 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE51D85AB for ; Sun, 25 Oct 2015 19:49:16 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 975E11791 for ; Sun, 25 Oct 2015 19:49:16 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:3c23:bcdc:5292:fa5f]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPSA id 650C02CB3; Sun, 25 Oct 2015 22:49:15 +0300 (MSK) Date: Sun, 25 Oct 2015 22:49:12 +0300 From: Lev Serebryakov Reply-To: lev@FreeBSD.org Organization: FreeBSD X-Priority: 3 (Normal) Message-ID: <262572830.20151025224912@serebryakov.spb.ru> To: NGie Cooper CC: freebsd-current Subject: Re: What changed in rc.d infrastructure in last months? In-Reply-To: <55E08B75-1A33-4480-B099-D694C669A285@gmail.com> References: <16610120144.20151025222025@serebryakov.spb.ru> <221574465.20151025223928@serebryakov.spb.ru> <55E08B75-1A33-4480-B099-D694C669A285@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2015 19:49:16 -0000 Hello NGie, Sunday, October 25, 2015, 10:45:10 PM, you wrote: > It depends on how it=E2=80=99s setup. Is your interface is using DHCP and= are you > using the stock devd.conf file? From etc/devd.conf: devd.conf is stock one, but, of course, HOSTAP-interface uses static address. One more time: wlans_ath0=3D"wlan0" create_args_wlan0=3D"wlanmode hostap bssid" ifconfig_wlan0=3D"HOSTAP inet 192.168.135.1 netmask 255.255.255.0 mode 11ng= channel 3:ht/40 -bgscan ssid home.serebryakov.spb.ru country DE regdomain = row txpower 30" Everything works, but this double-configuration of wlan and double-start of hostpad looks ugly. --=20 Best regards, Lev mailto:lev@FreeBSD.org