From owner-freebsd-questions@freebsd.org Mon Jul 16 16:08:24 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF449102EB1A for ; Mon, 16 Jul 2018 16:08:24 +0000 (UTC) (envelope-from noel.mcloughlin@gmail.com) Received: from mail-lj1-x232.google.com (mail-lj1-x232.google.com [IPv6:2a00:1450:4864:20::232]) (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 4EA8377773 for ; Mon, 16 Jul 2018 16:08:24 +0000 (UTC) (envelope-from noel.mcloughlin@gmail.com) Received: by mail-lj1-x232.google.com with SMTP id p6-v6so30466700ljc.5 for ; Mon, 16 Jul 2018 09:08:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=QYKgYGZ3Myx5XKOTE73KOwxKQPkboihDYZy1XfWZmvk=; b=QS55pxzmGKtjZU0qwG9PIuljRKehsefHGscL85dBSouKDVbpJTsBdw82eWVCIOM8ve A5JZR1ToCxsgg9jUDzqHMBCJfq3Ppoi0kGfS4SyJs7dcgB0cs9Txlc37te5uMHxMw+X3 davis5hVrVnYLYInWg5B+sBXLT9EnsU4GhIPn/0YCfsC+7T4XxcdIYSb58OOX1GNtZCG UILwD5Bfo/byQFLd8NQPyMO0wbYmNgq6JXwBxlY71YALKhjdhdIOYldFtQ2+tTZ5Olys g6UrgnAbn8Ntpt7cGT26M0jGbsjIFetS5RPT7ExfivSI2AElWVvgQ6KKT3s6RtzARv8u JEew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=QYKgYGZ3Myx5XKOTE73KOwxKQPkboihDYZy1XfWZmvk=; b=C4da+ATg+d3qcWSCjfoEFeFChApSeOd0BO9GOhLriaP7NuFJATZAFiDZIdZUm361ze aeNem5W0C+qjNbrkDiVfpPJUscFTtvun3L0eUgCpC1MDDgyjFJXnCArsOphqzr9nzHwt i5OuFy+Z/vg3sB+krv9XImonc4znmNzoJL3hV+0JogWdYvvC2XTvRduI0fbxy45Na+xQ 0QDnYpZ7TIJLPLXKzTLuWSEgrBGIDLvJHrB6IuN9W51SlgA9DqdKjwQu/E3OpmgJpNDA LUc1yUgOTo8C0dgQB39v9BFe7XS2eOeVtj/6ZmTJ52p1r/L/5ppjGu8oJYPcdCBYodhc gxXw== X-Gm-Message-State: AOUpUlFDKSHwO2wRKuyG2gY1InmIx7V0wgtPKnwCvKXjNqHvMIMpvEm1 ikxCHWmIF9XaPtOyIJPt58x5tWgjAlLulczSK7MkjA== X-Google-Smtp-Source: AAOMgpc+jmBNymEtHJxe3DGzTHQNEtlDjvizd4zNslijkKdSPWn94RUGRA8VCwnlxSgS3OmIYXLQHjeTN8gHmMLlhKs= X-Received: by 2002:a2e:9dc7:: with SMTP id x7-v6mr11251702ljj.142.1531757302621; Mon, 16 Jul 2018 09:08:22 -0700 (PDT) MIME-Version: 1.0 From: Noel McLoughlin Date: Mon, 16 Jul 2018 17:07:44 +0100 Message-ID: Subject: ctld and ucl question To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2018 16:08:25 -0000 Hey guys, I have a question regarding ctl.conf(5), ctld(8) and UCL configuration file format. According to docs, the UCL format is supported and can be read by ctld when '-u' flag is passed. Trying to implement this feature raises few questions. Since /etc/rc.d/ctd and cltd(8) do not reference any (say) CTLD_RUNTIME_ARGS environment variables, its not clear where I configure daemon to use UCL format on startup? Unless I'm missing something, the rc script needs support for daemon options? /etc/rc.d/ctld: WARNING: run_rc_command: cannot run /usr/sbin/ctld -u Where are issues traced for FreeBSD, and more specifically the ctld packages. Thank you. Noel