Gentoo Archives: gentoo-user

From: Michael Orlitzky <mjo@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] openvpn rc script dependencies
Date: Tue, 10 Apr 2018 13:28:26
Message-Id: 12a05976-8b17-2e0f-1c4e-acf0619fd4b4@gentoo.org
In Reply to: Re: [gentoo-user] openvpn rc script dependencies by Simon Thelen
1 On 04/10/2018 07:25 AM, Simon Thelen wrote:
2 >
3 > Also check /etc/rc.conf and try setting rc_depend_strict="NO". I do wish
4 > there were a way to modify require/provides without having to edit the
5 > init scripts themselves.
6 >
7
8 This is half the problem, but the OpenVPN init script probably shouldn't
9 have "need net" in its depend() function to begin with. It runs fine
10 with only the loopback interface up.
11
12 You could try to file a bug for that with
13
14 https://github.com/OpenRC/openrc/blob/master/service-script-guide.md
15
16 as a reference. There's a section titled "Be wary of 'need net'
17 dependencies" that covers the issue.

Replies

Subject Author
Re: [gentoo-user] openvpn rc script dependencies "Christoph Böhmwalder" <christoph@×××××××××××.at>