From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-158904-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id CFB1013838B
	for <garchives@archives.gentoo.org>; Tue, 23 Sep 2014 18:42:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 78AC9E0984;
	Tue, 23 Sep 2014 18:42:37 +0000 (UTC)
Received: from mail-vc0-f175.google.com (mail-vc0-f175.google.com [209.85.220.175])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 76228E094E
	for <gentoo-user@lists.gentoo.org>; Tue, 23 Sep 2014 18:42:36 +0000 (UTC)
Received: by mail-vc0-f175.google.com with SMTP id hq11so5624319vcb.6
        for <gentoo-user@lists.gentoo.org>; Tue, 23 Sep 2014 11:42:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:sender:in-reply-to:references:date:message-id:subject
         :from:to:content-type;
        bh=cHlYlxvUrwiota11LIa+HFCgdwkh+MQvco5aui0hPvk=;
        b=Ud0n/4IqPMFkI8kIKaMWmIJh+BuZdLr+tojaAu/FgrNWv6vxgeKv9Kc9Uz6/H7J6lh
         5B2VcePr7DaIH5q7QG4NdRVr2cXL/NHJBMYPHffNpnwVi2aAFyf2iy6M5XErtmdcpB9A
         XjdNOtpvL4A+mCurL//QJ3gtZBRVwKQRsfAmDzW2aGP5sxFlzFmdK3gJxGcm7JktpM4L
         3IStdkCmrwxyZK0Bb9qpd+2vmA4WArUIXhq8nwFJBchOJMaaomsJzyvO0gM4vhax4Y0x
         z5lM1hcE3SYPlxI0HnTpSOo5vIGSrhGsf2Z+caoe4lpRlv/WWS1Euj0yRKBuNIWm7Vuz
         vy6Q==
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
X-Received: by 10.220.49.10 with SMTP id t10mr1529780vcf.34.1411497755615;
 Tue, 23 Sep 2014 11:42:35 -0700 (PDT)
Sender: freemanrich@gmail.com
Received: by 10.52.8.229 with HTTP; Tue, 23 Sep 2014 11:42:35 -0700 (PDT)
In-Reply-To: <CAJ0EP433Tuu0m64+J4fQbvLqC3qY2=ZVCLFjx33pUh2wfUpOqg@mail.gmail.com>
References: <lvqfk1$157$1@ger.gmane.org>
	<CADPrc82-JKwy5ieSrdxa8+q=fQf9rvtauEOj2VoqMMTVEwkhhw@mail.gmail.com>
	<lvrvvr$j6e$1@ger.gmane.org>
	<CAGfcS_nOVf7FEFBkVPkechThFvgdKXzHcgODwb2UmEVZ6j_kKQ@mail.gmail.com>
	<lvsban$hj8$1@ger.gmane.org>
	<CAJ0EP433Tuu0m64+J4fQbvLqC3qY2=ZVCLFjx33pUh2wfUpOqg@mail.gmail.com>
Date: Tue, 23 Sep 2014 14:42:35 -0400
X-Google-Sender-Auth: 3QH-JGkYMxtRwdjU4Np-Hvzff74
Message-ID: <CAGfcS_=ZqA7xsrueNz=_YUX6UHbN-m1+NhwBpLmFjsZeT5MWYA@mail.gmail.com>
Subject: Re: [gentoo-user] Re: journald refuses to put log files in
 /var/log/journal/ [NOT SOLVED]
From: Rich Freeman <rich0@gentoo.org>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
X-Archives-Salt: 596e6df7-9601-459b-96b1-9968c154cd34
X-Archives-Hash: 0f60f3d5884e94ac66d2f7f7f7778f8d

On Tue, Sep 23, 2014 at 2:28 PM, Mike Gilbert <floppym@gentoo.org> wrote:
>>
>> I don't understand everything about that message, but it seems to imply
>> that systemd may think that the local filesystems are not mounted(?)
>>
>> Could this be causing my journald problem, maybe?
>
> Where is lvm.service coming from? I suspect it is causing the ordering cycle.
>

It doesn't mean that systemd thinks they aren't mounted - it means it
isn't trying to mount them before launching journald.  That might
include not remounting root as read-write if your kernel is mounting
it read-only (in the absence of an initramfs).  I'd have to look at
the units to see if that is part of that unit.

--
Rich