From owner-freebsd-questions@freebsd.org Tue May 14 06:50:05 2019 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 36C4A15A6A29 for ; Tue, 14 May 2019 06:50:05 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAD8187805 for ; Tue, 14 May 2019 06:50:03 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1557816593; bh=ZXgLkW1r2EXjubN4wTlJ91lK+CshqmIM970t1/Sw9LY=; h=To:From:Subject:Date; b=yjvFWMRaJal+G/hXmQstonQl+KHL5UHZkFDHScb6tIfwTg8x6h07hnzdzSMuq0Cer BkxfbjqCc23p9adbBaYWlAlVGunnjNinF/IOkLh7fzjlJO3nCa7g0HDSCpyl5fLpKj qKTVx+mk8RRUZIFjEJP0FsgEpsOp3wVmFVhH32MQ= To: freebsd-questions@freebsd.org From: Per olof Ljungmark Subject: rcorder - wait for tap0 Message-ID: Date: Tue, 14 May 2019 08:49:52 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: AAD8187805 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nethead.se header.s=NETHEADSE header.b=yjvFWMRa; dmarc=pass (policy=none) header.from=nethead.se; spf=pass (mx1.freebsd.org: domain of peo@nethead.se designates 5.150.237.139 as permitted sender) smtp.mailfrom=peo@nethead.se X-Spamd-Result: default: False [-2.38 / 15.00]; R_SPF_ALLOW(-0.20)[+ip4:5.150.237.139]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[nethead.se:+]; DMARC_POLICY_ALLOW(-0.50)[nethead.se,none]; MX_GOOD(-0.01)[vrt.nethead.se,nh1.nethead.se]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(0.14)[asn: 8473(0.72), country: SE(-0.01)]; ASN(0.00)[asn:8473, ipnet:5.150.192.0/18, country:SE]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.94)[-0.945,0]; R_DKIM_ALLOW(-0.20)[nethead.se:s=NETHEADSE]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_SHORT(0.43)[0.431,0]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2019 06:50:05 -0000 Despite large amounts of cofee and time I cannot grasp how to make this happen. What I want is Boot -> start openvpn/tap0 configured -> start named -> start jails Because the jails uses tap0 of course they cannot start before tap0 is up, but this is what happens in the default configuration. Surely this cannot be unique? How did you do it? Preferrably without messing with rc.d scripts that gets overwritten when updated. Thanks!