From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 708EC1387CA for ; Fri, 17 Oct 2014 15:01:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7FC4E085A; Fri, 17 Oct 2014 15:01:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D55DE0729 for ; Fri, 17 Oct 2014 15:01:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 4FD8B33FB12 for ; Fri, 17 Oct 2014 15:01:02 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: 0.544 X-Spam-Level: X-Spam-Status: No, score=0.544 tagged_above=-999 required=5.5 tests=[AWL=1.069, BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_NUMERIC_HELO=1.164, RP_MATCHES_RCVD=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_FSL_HELO_BARE_IP_2=0.01] autolearn=no Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id drJHl7ibW_pl for ; Fri, 17 Oct 2014 15:00:57 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0CCE340425 for ; Fri, 17 Oct 2014 15:00:56 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xf91P-0003Mq-0u for gentoo-user@gentoo.org; Fri, 17 Oct 2014 17:00:51 +0200 Received: from 64.69.39.70 ([64.69.39.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Oct 2014 17:00:51 +0200 Received: from w41ter by 64.69.39.70 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Oct 2014 17:00:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: [systemd] Is this a NetworkManager bug? Date: Fri, 17 Oct 2014 08:00:34 -0700 Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 64.69.39.70 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: X-Archives-Salt: ee829402-7c6a-4b93-8df4-3c2f244b8508 X-Archives-Hash: 00e1f9c59f4e4adb9ea178d98150b124 On 10/16/2014 04:34 PM, Canek Peláez Valdés wrote: > At > some point NM had integration with the OpenRC network configuration, > and (AFAIR) sometimes it made a mess inside /etc/conf.d. I don't know > if such integration exists anymore; nowadays I don't even have > /etc/{conf,init}.d, and everything works so much better. Bingo. I renamed conf.d and init.d and now NM works perfectly during bootup. Now that you mention it, journalctl did print messages about /etc/init.d and I thought it was a bit strange. Thanks Canek and Tom for the excellent help.