From owner-freebsd-current@freebsd.org Sun Jun 7 14:46:13 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5641232DF9E for ; Sun, 7 Jun 2020 14:46:13 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49fzj11hJCz3fxV for ; Sun, 7 Jun 2020 14:46:13 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 2FFA0115B5 for ; Sun, 7 Jun 2020 14:46:13 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f175.google.com with SMTP id q8so14799274qkm.12 for ; Sun, 07 Jun 2020 07:46:13 -0700 (PDT) X-Gm-Message-State: AOAM5316Siw8Ynu1hhgDs3ECQcv5oNWehZVAuR3NYZPRxn4oe7ludr/w pY/WW7hOzzIn2h8mfPy31eWpTqCiiSbL1RZ/4Jo= X-Google-Smtp-Source: ABdhPJwlj4qoVu3SrGqLXf/tla6Dp8KSDakn5i7blC0ZiyZcEZz2iqC9QlRs7sepzAskT0C6KVSerwlALNslDGXAv1o= X-Received: by 2002:a37:9f44:: with SMTP id i65mr19107534qke.103.1591541172699; Sun, 07 Jun 2020 07:46:12 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Kyle Evans Date: Sun, 7 Jun 2020 09:46:01 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: rc.d services started twice To: Andreas Nilsson Cc: Current FreeBSD Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 07 Jun 2020 14:46:13 -0000 On Sun, Jun 7, 2020 at 9:44 AM Andreas Nilsson wrote: > > Hello, > > for quite a while I've been noticing that rc-services seems to be start > twice on -CURRENT. Why is this? Is anyone else seeing this? > > I see 'Starting cron' twice, as well as ntpd, loading of modules mounting > of filesystems. > I seem to recall that you use or experiment with pkgbase -- double check that pkg hasn't left *.pkgnew in your /etc/rc.d. These will cause double processing. Thanks, Kyle Evans