Re: [OE-core] [PATCH] systemd: Fix the problem of an empty journal on boot

2015-03-10 Thread Khem Raj
> On Mar 10, 2015, at 9:48 PM, Khem Raj wrote: > >> >> On Mar 7, 2015, at 11:37 AM, Khem Raj wrote: >> >> On Fri, Mar 6, 2015 at 1:18 AM, Khem Raj wrote: >>> On Mar 5, 2015, at 10:01 PM, randy.e.w...@linux.intel.com wrote: > On Mar 5, 2015 6:13 PM, "Randy Witt" wrote: >>

Re: [OE-core] [PATCH] systemd: Fix the problem of an empty journal on boot

2015-03-10 Thread Khem Raj
> On Mar 7, 2015, at 11:37 AM, Khem Raj wrote: > > On Fri, Mar 6, 2015 at 1:18 AM, Khem Raj wrote: >> >>> On Mar 5, 2015, at 10:01 PM, randy.e.w...@linux.intel.com wrote: >>> On Mar 5, 2015 6:13 PM, "Randy Witt" wrote: > > systemd by default tries to write the journal to /var/l

Re: [OE-core] [PATCH] systemd: Fix the problem of an empty journal on boot

2015-03-07 Thread Khem Raj
On Fri, Mar 6, 2015 at 1:18 AM, Khem Raj wrote: > >> On Mar 5, 2015, at 10:01 PM, randy.e.w...@linux.intel.com wrote: >> >>> On Mar 5, 2015 6:13 PM, "Randy Witt" wrote: systemd by default tries to write the journal to /var/log/journal. But base-files has a symlink /var/log -> /var/

Re: [OE-core] [PATCH] systemd: Fix the problem of an empty journal on boot

2015-03-06 Thread Khem Raj
> On Mar 5, 2015, at 10:01 PM, randy.e.w...@linux.intel.com wrote: > >> On Mar 5, 2015 6:13 PM, "Randy Witt" wrote: >>> >>> systemd by default tries to write the journal to /var/log/journal. >>> But base-files has a symlink /var/log -> /var/volatile/log. And >>> /var/volatile is a tmpfs mount i

Re: [OE-core] [PATCH] systemd: Fix the problem of an empty journal on boot

2015-03-05 Thread randy . e . witt
> On Mar 5, 2015 6:13 PM, "Randy Witt" wrote: >> >> systemd by default tries to write the journal to /var/log/journal. >> But base-files has a symlink /var/log -> /var/volatile/log. And >> /var/volatile is a tmpfs mount in /etc/fstab. >> >> If the journal service started before /var/volatile was m

Re: [OE-core] [PATCH] systemd: Fix the problem of an empty journal on boot

2015-03-05 Thread Khem Raj
On Mar 5, 2015 6:13 PM, "Randy Witt" wrote: > > systemd by default tries to write the journal to /var/log/journal. > But base-files has a symlink /var/log -> /var/volatile/log. And > /var/volatile is a tmpfs mount in /etc/fstab. > > If the journal service started before /var/volatile was mounted (

[OE-core] [PATCH] systemd: Fix the problem of an empty journal on boot

2015-03-05 Thread Randy Witt
systemd by default tries to write the journal to /var/log/journal. But base-files has a symlink /var/log -> /var/volatile/log. And /var/volatile is a tmpfs mount in /etc/fstab. If the journal service started before /var/volatile was mounted (which was the typical scenario) then the journal would a