From owner-freebsd-current@freebsd.org Mon Apr 3 18:01:40 2017 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 F29E4D2CB62 for ; Mon, 3 Apr 2017 18:01:40 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pg0-x233.google.com (mail-pg0-x233.google.com [IPv6:2607:f8b0:400e:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF826C5F for ; Mon, 3 Apr 2017 18:01:40 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pg0-x233.google.com with SMTP id x125so127514206pgb.0 for ; Mon, 03 Apr 2017 11:01:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:mime-version:from:in-reply-to:date:cc:message-id:references :to; bh=CTf6oMcapJfmwYCThPoJ7eogBI9Nw0BnxRO+NtUarrg=; b=IATmE7acsngpkItnmjTaFUNf/YFX3/cN5AfiqfmVHM3buLAg7KpFxFNC3zopiS5VO8 Lw0UggxSLHl3Zf67ubn7o5cDtR8Ou6lnAjgKMAKs4X2u0kBCkjPg38hrMH++7HOmumzF HemCTpjMQo3e2KTo8OvBOwYW9GuBvDqw9e0TZDy/oDaYd2qyPhKuSSnZURqr92vI2KFC QI21Fb47yxF268e9IRKbyRchP/u+2cv6OsFtM51Uc2iJBLyX+zifoWMEyDd6o/rDlBHT T4blKZFqp97Ttp135DlpPJZ9z/gOvuOsrDK/mAODiPGz3m64eemNXBVs20RsuwFMzBKp 3W/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:mime-version:from:in-reply-to:date:cc :message-id:references:to; bh=CTf6oMcapJfmwYCThPoJ7eogBI9Nw0BnxRO+NtUarrg=; b=IaBY+OyXrKrPdvb3Ou+rb41heXSdCwSqg+kZ11tL9GZNV7kqCjwoTRhGWNkW5L8frJ R4IO9nruQBgNKZjDFzBKkLqwIUKCNB3XF+c6HaBtdA/ww6flAvLru/LQMTBdAyTsEQ18 gEvfSmY5uywk5itncQo0ZokZO70ZCz6O+AijQOqANRiNhW/RCohFaFNm1pCG63LD7pCT vokrxxW8+labWLVsPi+vZdWyyaouMpwJ6PQCBrWIcEge0GZBhWQYBTdOhxGe1R0vsc/w ZQ5ELVSomjd5Ob1cyfS6ZZ51DyRxPh3boL8Jc4I6KWdbfkVq9oD06ozBPC+aOSHt43Bh iQPQ== X-Gm-Message-State: AFeK/H2wv4CNq6KveLWWAVW1q5Q/OwV0F1+3IpM5z86yX2dgB54ijFxdV6BpPhYpOpnuaQ== X-Received: by 10.84.217.2 with SMTP id o2mr23737791pli.51.1491242499152; Mon, 03 Apr 2017 11:01:39 -0700 (PDT) Received: from pinklady.local (c-73-19-52-228.hsd1.wa.comcast.net. [73.19.52.228]) by smtp.gmail.com with ESMTPSA id z25sm27196541pfi.28.2017.04.03.11.01.38 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 03 Apr 2017 11:01:38 -0700 (PDT) Subject: Re: inetd startup script missing from /etc/rc.d in both -current and 11-stable Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: multipart/signed; boundary="Apple-Mail=_5B1B5F5C-3252-42A9-97D9-86D31D2F646E"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail From: "Ngie Cooper (yaneurabeya)" In-Reply-To: <471c8e3d-3745-78bd-b8e3-1319e814076d@zyxst.net> Date: Mon, 3 Apr 2017 11:01:37 -0700 Cc: freebsd-current@freebsd.org Message-Id: References: <471c8e3d-3745-78bd-b8e3-1319e814076d@zyxst.net> To: tech-lists X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 03 Apr 2017 18:01:41 -0000 --Apple-Mail=_5B1B5F5C-3252-42A9-97D9-86D31D2F646E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Apr 3, 2017, at 07:00, tech-lists wrote: >=20 > Hello current@, >=20 > =46rom https://www.freebsd.org/doc/handbook/network-inetd.html I = should be > able to start inetd like this: >=20 > service inetd start >=20 > ...after enabling it in /etc/rc.conf. The inetd options look like = this: >=20 > inetd_enable=3D"YES" > inetd_program=3D"/usr/sbin/inetd" > inetd_flags=3D"-wW -C 60" >=20 > The problem is that the startup script doesn't exist in /etc/rc.d. I = get > this error: >=20 > # service inetd start > inetd does not exist in /etc/rc.d or the local startup > directories (/usr/local/etc/rc.d), or is not executable >=20 > and the lines in rc.conf have no effect (inetd doesn't start). >=20 > I can, however, start it manually, as root, like this: >=20 > # inetd -wW -C 60 >=20 > and it runs as expected. >=20 > This problem exists in 11-stable as well as -current. How can I fix = this > please? Please double check your build options. If MK_INETD=3Dno = (WITHOUT_INETD=3D, typically) is set in src.conf, it won=E2=80=99t = install this and other inetd-related items. Thanks, -Ngie --Apple-Mail=_5B1B5F5C-3252-42A9-97D9-86D31D2F646E Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJY4o4BAAoJEPWDqSZpMIYV4EUQANdURSI+NwH6aNraJzk5oYYq HuQcPZuLZIhE41BbIO+sKzV7tdKBlg2WwjJNZVmsXcCKO3jh+blvplupqTPusolY EIa87LCiZJWf38Fwf0nYGvXi4SyHUxx2t1S7R1mJUkfC6WesCyg4aHHsk50YI4AE B0BuiffyEF1f6SE9iwXVohIGbwS98+1I9vDyl9x6V5OfO7hNJJiJbqwR0wBf0nWw ZYHZ8IrCvWjz5EE2i6qjBO4J4dhUmipNSXtu4xPI9yPV3tV90BGrZdYVTSCoCtNn h1qMzEi5Ud86urOou0HijkKCweEY3hrCQpPYqvacurcCI1xNm6K6kNePEgu+/9JU RV0ljVxgljLeGtZUH4GK2e1JV0z3EPuGwYpavXhaJNdEPYCxv2ZiG8AyzAbiiA0q Rx7rNATCc2Picdu+VezB/ZibyyW2Yk5OLvgxsvFC0pzS36KzpAG7InioMEGQXTId 3+Yu293wtLiPkD4jBwbm4ATUaaoPtADqyTvfiIDCgZgWOqfXX1ZZiCJUeWUNsW0c BZ02evDSthLiPzqsLlGQHt6hcv026be3FU/+zYPkcFyii1uy4YhZftxrDMjEJb96 /O+ag4WdGi9p22YXxpxUk8G+iXR6Im891RkwZbG2u283Fzp3plQY5C5HWbT2UEwa HhfP6oHMmlQ1iXEvX+SI =a35I -----END PGP SIGNATURE----- --Apple-Mail=_5B1B5F5C-3252-42A9-97D9-86D31D2F646E--