X-Original-To: alpine-user@lists.alpinelinux.org Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by lists.alpinelinux.org (Postfix) with ESMTP id ECED3F856A3 for ; Fri, 5 Apr 2019 15:08:09 +0000 (UTC) Received: from fwd08.aul.t-online.de (fwd08.aul.t-online.de [172.20.26.151]) by mailout12.t-online.de (Postfix) with SMTP id 092E741B7633 for ; Fri, 5 Apr 2019 17:08:09 +0200 (CEST) Received: from alderaan (rAhuD0Zd8hepKnUfm1+aLf8lZQnlnNOkRV34e6XqYfCxQZHft+4HbXMBdBvaC+Egfi@[84.139.162.61]) by fwd08.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1hCQRl-03wjWi0; Fri, 5 Apr 2019 17:08:01 +0200 From: "Lloydz" To: Subject: [alpine-user] OpenRC warning rc_need from rc-status Date: Fri, 5 Apr 2019 17:08:02 +0200 Message-ID: <000001d4ebc1$5d56c490$18044db0$@t-online.de> X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdTrwVCA+BcX6izORDKNT9UifNg9ZQ== Content-Language: de X-ID: rAhuD0Zd8hepKnUfm1+aLf8lZQnlnNOkRV34e6XqYfCxQZHft+4HbXMBdBvaC+Egfi X-TOI-MSGID: 5c4f9a79-c906-4e22-a595-e6a917109543 Hi, since a few weeks I'm using Alpine Linux on my PC-Engines APU2 Board. The System have 3 network cards. I'm using openssh as ssh-server. I notice that if I restart openssh or print the service status via rc-status, I get the following message: [...] apu2:~# rc-status * Caching service dependencies ... * You are binding an interface in ListenAddress statement in your sshd_config! * You must add rc_need="net.FOO" to your /etc/conf.d/sshd * where FOO is the interface(s) providing the following address(es): [...] I know about the rc_need variable from OpenRC at Gentoo Linux. On Gentoo Linux I have to make a link to net.lo at /etc/init.d/ to the specific network device, but on Alpine Linux there are not such a file net.lo and I have configured the network via /etc/network/interfaces only, and it works fine. By the way, also sshd works fine, without the "rc_need=net.FOO". There is only the message, while the service restarts or I get the rc-status. I think it could be interesting for developer. Bye. --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---