From: Ken Galle <rainshowers.org@gmail.com> To: voidlinux <voidlinux@googlegroups.com> Subject: named service start up Date: Sun, 2 Feb 2020 11:25:51 -0800 (PST) [thread overview] Message-ID: <5348c28b-dbbb-4a52-a8e5-e81a9014fefb@googlegroups.com> (raw) [-- Attachment #1.1: Type: text/plain, Size: 743 bytes --] In a just installed and updated system, I found that running named using the -g switch directly from the command line worked, but from the sv script, was failing with defunct. I changed the -f switch -g in /etc/sv/named/run mkdir -p /var/run/named || exit 1 chown named:named /var/run/named || exit 1 exec named -u named -g -c /etc/named/named.conf and sv start named worked. -- You received this message because you are subscribed to the Google Groups "voidlinux" group. To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/5348c28b-dbbb-4a52-a8e5-e81a9014fefb%40googlegroups.com. [-- Attachment #1.2: Type: text/html, Size: 1105 bytes --]
next reply other threads:[~2020-02-02 19:25 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-02-02 19:25 Ken Galle [this message] 2020-02-03 7:02 ` Alexis
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=5348c28b-dbbb-4a52-a8e5-e81a9014fefb@googlegroups.com \ --to=rainshowers.org@gmail.com \ --cc=voidlinux@googlegroups.com \ --subject='Re: named service start up' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).