From owner-freebsd-net@FreeBSD.ORG Fri Sep 14 18:49:52 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9427D106566C; Fri, 14 Sep 2012 18:49:52 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id E49DF8FC19; Fri, 14 Sep 2012 18:49:51 +0000 (UTC) Received: by bkcje9 with SMTP id je9so1357240bkc.13 for ; Fri, 14 Sep 2012 11:49:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xBqbLslT8b1e1uSWndD/ulHzPfOLKGs/uC/as/ijzYo=; b=quFVRXGzzwl9QrMRmRjy5GRJp9/OywPnQSuBXO/ffMn9haGdM/B82c3VSOafoZ2s+3 kWGTH2I0BDgs5NvITmrbjZZofcACrDLptmKs/vwZ78guT5QOX3TnLlVRNba2AulRyKEa /0LzgDsmklg+VP+wGnBrxk5C0vPnbLaKyl9MNUZFZIv7C7E1aDb95U/j9vDmmDNgm0Cn CCiDlOc5icuWG2zJQKPxxhJUez3i5Gozx9Kmu6b16OTewmmCKWCx2dQpZJJweh6bvHDZ 6p5Qkx3NaqdkaetOc769JwqoE5J+7w4/fcmGSpYvY19upCP7xdukGlvGj3E6UCUQiLSC GjMA== MIME-Version: 1.0 Received: by 10.204.152.13 with SMTP id e13mr1844871bkw.10.1347648590509; Fri, 14 Sep 2012 11:49:50 -0700 (PDT) Received: by 10.204.163.206 with HTTP; Fri, 14 Sep 2012 11:49:50 -0700 (PDT) In-Reply-To: <5053783E.3080504@rawbw.com> References: <505136E8.6010708@rawbw.com> <20120913015904.GC1341@glenbarber.us> <50514BCC.3010607@rawbw.com> <20120913030153.GH1341@glenbarber.us> <5051FD10.8040204@rawbw.com> <20120913165111.GA2436@glenbarber.us> <5052D82E.4050005@rawbw.com> <50536DBA.9000000@rawbw.com> <20120914175402.GC1323@glenbarber.us> <5053783E.3080504@rawbw.com> Date: Fri, 14 Sep 2012 11:49:50 -0700 Message-ID: From: hiren panchasara To: Yuri Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Glen Barber , freebsd-net@freebsd.org Subject: Re: Why wpa_supplicant doesn't start with ndis0 interface? 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: Fri, 14 Sep 2012 18:49:52 -0000 On Fri, Sep 14, 2012 at 11:32 AM, Yuri wrote: > On 09/14/2012 10:54, Glen Barber wrote: > >> Ok. Thanks for letting us know. >> > > Now wpa_supplicant starts and is operational, however '/etc/rc.d/netif > start' always issues this warning: > Starting wpa_supplicant > /etc/rc.d/wpa_supplicant: WARNING: failed to start wpa_supplicant > Starting Network: lo0 ndis0 re0. > > Also (as a result) dhclient isn't started, but succeeds when started > manually. > wpa_supplicant started by hand doesn't print any errors. > > I can't find any option in wpa_supplicant.conf making it to write a log > what is wrong. On linux it seems to be -f option for the log file. > Any way to make netif more verbose? Not sure if you looked at - man wpa_supplicant, which has -d for debugging -s for pumping messages to syslog Thanks, Hiren