All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] systemd: fix console-kit-log-system-start.service startup
@ 2014-02-21  4:42 Jonathan Liu
  2014-02-28  0:04 ` Jonathan Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Liu @ 2014-02-21  4:42 UTC (permalink / raw)
  To: openembedded-core

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@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] systemd: fix console-kit-log-system-start.service startup
  2014-02-21  4:42 [PATCH] systemd: fix console-kit-log-system-start.service startup Jonathan Liu
@ 2014-02-28  0:04 ` Jonathan Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Liu @ 2014-02-28  0:04 UTC (permalink / raw)
  To: openembedded-core

On 21 February 2014 15:42, Jonathan Liu <net147@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@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-28  0:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-21  4:42 [PATCH] systemd: fix console-kit-log-system-start.service startup Jonathan Liu
2014-02-28  0:04 ` Jonathan Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.