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 9C8D21381F3 for ; Mon, 17 Dec 2012 11:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9A7921C151; Mon, 17 Dec 2012 11:27:19 +0000 (UTC) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9173B21C141 for ; Mon, 17 Dec 2012 11:26:10 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 1E8FB2087E for ; Mon, 17 Dec 2012 06:26:10 -0500 (EST) Received: from web2.nyi.mail.srv.osa ([10.202.2.212]) by compute5.internal (MEProxy); Mon, 17 Dec 2012 06:26:10 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= message-id:from:to:mime-version:content-transfer-encoding :content-type:subject:date; s=mesmtp; bh=855o9nD6uSHPP6r7zZaKPnK TAPY=; b=ZsdeVRt+kaNjXKTmIs71qsYxUWHxFEi3TrKNHpbxDiaQ3r7K/YHVu8t zQ2f/5udqw1lVWJmqK01A64fIzwKjb/qN9Meaklh3GjmC6TMu1b8HMh2nDLEsYTp UiGEk162FctIhqm5UaiCvwvNphiRO4kSLsI6NH0UKMnWKrEk7IpM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date; s=smtpout; bh=855o9nD6uSHPP6r7zZaKPnKTAPY=; b=hYs51o6yB8t+47kAm6u3SiMU7wie VRBO/c6Sk87ByvgcZD9cAvCA6NN0BIm/F0yNrzGETE0wrc6CRQe+aTRiHnp+zh2N IgeQvmCE0rTfiecR6V1cePy7nFLCj50QdFlwgo8zSX/J0P5lQK3evWarAdFhznP3 z7cjRWQuIzuh/WE= Received: by web2.nyi.mail.srv.osa (Postfix, from userid 99) id E59FA80F5A; Mon, 17 Dec 2012 06:26:09 -0500 (EST) Message-Id: <1355743569.23045.140661166990073.4170829F@webmail.messagingengine.com> X-Sasl-Enc: ODo4+7bGKUS3g/Gaywuj8NsWceaje3xrssJ3/KR3dLpF 1355743569 From: Francesco Turco To: gentoo-user@lists.gentoo.org 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-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-b0502734 Subject: [gentoo-user] OpenRC error message at boot Date: Mon, 17 Dec 2012 12:26:09 +0100 X-Archives-Salt: 112582bd-17fd-4fe4-8725-45493b25a40b X-Archives-Hash: 532d59eb67dad0ada56013a5197e8dbb Hello. I get the following error message at boot time: > * Mounting /proc... > rm: cannot remove /run/openrc: Read-only file system It's the very first script launched by OpenRC, but I cannot determine which one it is. Anyway I'm quite sure it's a script from the sysinit runlevel. This is because I tried using the interactive mode to stop the boot process as soon as possible. When the system stopped there were just a few sysinit scripts running. rc-update show sysinit: > devfs | sysinit > dmesg | sysinit > sysfs | sysinit > udev | sysinit > udev-mount | sysinit Openrc package version is 0.11.8 (on a ~amd64 system). This is my /etc/fstab: > /dev/sda2 none swap defaults 0 0 > /dev/sda3 / ext4 defaults 0 1 > /dev/sda4 /home ext4 defaults 0 2 I don't really know what other informations I should provide, so please tell me if needed. Thanks.