From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#35550: Installer: wpa_supplicant fails to start Date: Sat, 4 May 2019 23:34:03 +0200 Message-ID: <20190504213402.2pdyieijtpejpi4p@pelzflorian.localdomain> References: <87sgtv8hcz.fsf@gnu.org> <16a80e1461c.1292821a927951.2710363725930741694@zoho.com> <87k1f64c5o.fsf@gnu.org> <20190504140753.6wjgctw6ird7xj2b@pelzflorian.localdomain> <877eb62q2g.fsf@gnu.org> <20190504154743.i5sv6spf4jsbxruu@pelzflorian.localdomain> <878svl2a8a.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hN2JC-00077E-VH for bug-guix@gnu.org; Sat, 04 May 2019 17:35:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hN2JC-00009a-1x for bug-guix@gnu.org; Sat, 04 May 2019 17:35:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38981) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hN2JB-00008s-U0 for bug-guix@gnu.org; Sat, 04 May 2019 17:35:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hN2JB-00061G-Lu for bug-guix@gnu.org; Sat, 04 May 2019 17:35:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <878svl2a8a.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: sirgazil@zoho.com, 35550 <35550@debbugs.gnu.org> On Sat, May 04, 2019 at 11:14:29PM +0200, Ludovic Courtès wrote: > Hi, > > "pelzflorian (Florian Pelz)" skribis: > > > On Sat, May 04, 2019 at 05:32:23PM +0200, Ludovic Courtès wrote: > > [...] > > >> Could you also try running (as root): > >> > >> while herd restart wpa-supplicant; do : ; done > >> > >> to see the frequency at which the service fails to start? > >> > > > > It displays > > > > Service wpa-supplicant is not running. > > Service wpa-supplicant could not be started. > > Sorry, to be complete, I should have asked you to first kill the > “dangling” wpa_supplicant process: > > pkill -f wpa_supplicant > pgrep -fa wpa_supplicant # make sure it’s really dead pgrep does not display anything. > while herd restart wpa-supplicant; do : ; done > > Could you try this? > Now it displays Service wpa-supplicant has been stopped. Service wpa-supplicant has been started. again and again incessantly, one immediately after the other with no time in between. By the way, the network connection only failed sometimes when I tested Guix 1.0.0, but since I started using a Guix disk image from a more recent Guix, wpa-supplicant apparently always fails. Strange. Regards, Florian