From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P4wOJ-0002YD-CG for garchives@archives.gentoo.org; Sun, 10 Oct 2010 13:56:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF301E086A; Sun, 10 Oct 2010 13:55:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8D0EAE086A for ; Sun, 10 Oct 2010 13:55:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 48DF61B4121 for ; Sun, 10 Oct 2010 13:55:36 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.9 X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.5 tests=[AWL=-0.301, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zeC3RC8aCp3P for ; Sun, 10 Oct 2010 13:55:28 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id B0B9E1B40F8 for ; Sun, 10 Oct 2010 13:55:27 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P4wN3-0001hU-EH for gentoo-user@gentoo.org; Sun, 10 Oct 2010 15:55:25 +0200 Received: from adsl-69-234-214-85.dsl.irvnca.pacbell.net ([69.234.214.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Oct 2010 15:55:25 +0200 Received: from w41ter by adsl-69-234-214-85.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Oct 2010 15:55:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: openrc fails Date: Sun, 10 Oct 2010 06:55:08 -0700 Message-ID: References: <201010101217.39627.stephane@22decembre.eu> 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=UTF-8; format=flowed X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-214-85.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b8pre) Gecko/20101008 Thunderbird/3.3a1pre In-Reply-To: <201010101217.39627.stephane@22decembre.eu> Cc: gentoo-server@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 929f7de5-b459-490c-b786-44a6b5f89d87 X-Archives-Hash: dc0aba7e17693d1a1e67941676d74030 On 10/10/2010 03:17 AM, St=C3=A9phane Guedon wrote: > I have A problem on my gentoo server (but not my gentoo laptop, which i= s > bizzare as they together have the same release of system basic packages= !). > > At launching default runlevel, several services appear to be not launch= ed > whereas they are ! This concerns proftpd, mysql and console-kit (and al= l > services dependant of course). > > For exemple, when launching proftpd, openrc says : > > * Starting ProFTPD ... > * start-stop-daemon: /usr/sbin/proftpd is already running > [ !! ] > * ERROR: proftpd failed to start > > mysql : > * "/var/run/mysqld/mysqld.pid" is still present and the process is ru= nning. > * Please stop it "kill 5478" maybe ? > [ !! ] > * ERROR: mysql failed to start > > I have set : > rc_parallel=3D"NO" > rc_depend_strict=3D"YES" > > Anyone have an idea where to start to solve the problem ? When you stop the machine do you see any messages about services that fai= l to stop? Any reason to suspect that those *.pid files don't get deleted? You could try booting into single-user mode to see if those *.pid files really are still there from the previous session. Do the two machines run the same version of baselayout?