From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DFB601384B4 for ; Mon, 21 Dec 2015 14:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBF9BE08BF; Mon, 21 Dec 2015 14:06:33 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF065E08B1 for ; Mon, 21 Dec 2015 14:06:32 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aB16b-0001dG-VL for gentoo-user@lists.gentoo.org; Mon, 21 Dec 2015 15:06:30 +0100 Received: from static-71-122-242-106.tampfl.fios.verizon.net ([71.122.242.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Dec 2015 15:06:29 +0100 Received: from wireless by static-71-122-242-106.tampfl.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Dec 2015 15:06:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: Problem with openrc-0.18.4 and ifplugd Date: Mon, 21 Dec 2015 14:06:25 +0000 (UTC) Message-ID: References: <201512201826.31348.michaelkintzios@gmail.com> <56775608.3090208@sys-concept.com> <201512210615.38155.michaelkintzios@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.122.242.106 (Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0 SeaMonkey/2.38) X-Archives-Salt: 3c1b677f-8835-40d0-a765-ba9a1c38d557 X-Archives-Hash: 7fad0f955c3bfeee29f44c4859440015 Mick gmail.com> writes: > > > In addition /var/log/rc.log is empty - no messages are captured, > > > Finally, there are a lot of messages like this in the console at boot > > > time: > > > * start-stop-daemon: fopen 'var/run/dbus.pid' : No such file or > > > directory Detaching to start '/usr/bin/dbus-daemon ...' > > > * runscript is deprecated; please use openrc-run instead. > > > How do I put this right? Hmmmm. I would think most folks running openrc are also not using udev but are using eudev [1]? From what I read/understand openrc is in the process of removal from @system, for all profiles? > > I think your error is related to my thread below. > > Just get rid of line form fstab: > > none /proc proc defaults 0 0 > > and any other not related ones. > Thank you Thelma, but I do not have /proc or /tmpfs on my stab. Just a > few disk partitions. Another thread alluded to a news post. I cannot find that old news post? I use a simple partition scheme with /boot / and /usr/local on separate partitions. So the consensus is remove both of these from the fstab?:: shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 none /proc proc defaults 0 0 Historically speaking, fstab, mtab init* and cgroups were all very well defined and mostly logical to figure out and follow. Where do I read up on the mtab functionality, particularly in light of these dynamic changes and as inter-related issue between where openrc, mount, fstab and mtab will end up, functionally, in the future gentoo scheme? James [1] https://wiki.gentoo.org/wiki/Eudev