[OE-core] [PATCH] systemd: fix console-kit-log-system-start.service startup

Jonathan Liu net147 at gmail.com
Fri Feb 28 00:04:09 UTC 2014


On 21 February 2014 15:42, Jonathan Liu <net147 at gmail.com> wrote:
> console-kit-log-system-start.service fails to to start if the
> /var/log/ConsoleKit directory does not exist. Normally it is created
> automatically but as we mount a tmpfs at /var/log, we need to add
> a tmpfiles.d entry to create it.
>
> Signed-off-by: Jonathan Liu <net147 at gmail.com>
> ---
>  meta/recipes-core/systemd/systemd/00-create-volatile.conf | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-core/systemd/systemd/00-create-volatile.conf b/meta/recipes-core/systemd/systemd/00-create-volatile.conf
> index 9ffa88e..dc6b462 100644
> --- a/meta/recipes-core/systemd/systemd/00-create-volatile.conf
> +++ b/meta/recipes-core/systemd/systemd/00-create-volatile.conf
> @@ -4,4 +4,5 @@
>
>
>  d              /var/volatile/log               -       -       -       -
> +d              /var/volatile/log/ConsoleKit            -       -       -       -
>  d              /var/volatile/tmp               -       -       -       -
> --
> 1.8.5.4
>

Please disregard this patch. I will send a patch for the consolekit
recipe instead,

Regards,
Jonathan



More information about the Openembedded-core mailing list