[OE-core] meta-systemd base-files issue

Andrei Gherzan andrei at gherzan.ro
Thu Oct 18 14:17:53 UTC 2012


On Fri, Oct 12, 2012 at 1:06 AM, Khem Raj <raj.khem at gmail.com> wrote:

>
> On Oct 11, 2012, at 8:36 AM, Andrei Gherzan <andrei at gherzan.ro> wrote:
>
> I'm trying to get meta-systemd work with meta-oe and oe-core.
> The problem seems to be with the fstab from oe-core where /var/volatile is
> mounted as tmpfs and the directories inside never recreated. So services
> like dbus or whatever needs /var/log or var/run etc which are all symlinks
> to volatile/*, will fail. Is this a known issue? Is there any other fix
> then using a custom stab?
>
>
> its a known issue. Fix is to remove
>
> -${localstatedir}/cache link    volatile/cache
> -${localstatedir}/run   link    volatile/run
> -${localstatedir}/log   link    volatile/log
> -${localstatedir}/lock  link    volatile/lock
> -${localstatedir}/tmp   link    volatile/tmp
>
> from meta/files/fs-perms.txt
>
> I did and bug wasn't solved. The idea is that the directories inside
volatile are "not there" as long as tmpfs mounted.

P.S.: @Khem Sorry for double send.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20121018/439dbc6a/attachment-0002.html>


More information about the Openembedded-core mailing list