> -----Original Message----- > From: Łukasz Stelmach [mailto:[email protected]] > Sent: Thursday, December 19, 2013 9:19 AM > To: Schaufler, Casey > Cc: [email protected] > Subject: Re: [Dev] smack setup incomplete, systemd-journal fails > > It was <2013-12-19 czw 17:32>, when Schaufler, Casey wrote: > > -----Original Message----- > > From: Łukasz Stelmach [mailto:[email protected]] > > Sent: Thursday, December 19, 2013 12:58 AM > >> It was <2013-12-18 śro 20:31>, when Schaufler, Casey wrote: > >>>> -----Original Message----- > >>>> From: [email protected] > >>>> [mailto:[email protected]] On Behalf Of Lukasz Stelmach > >>>> Sent: Wednesday, December 18, 2013 9:52 AM > >>>> > >>>> Hi, > >>>> > >>>> I've got quite a recent RD-PQ image: tizen_20131217.8. There is a > >>>> problem with systemd-journald failing to start because > >>> > >>> Where did you get this image? What are you running it on? > >> > >> http://download.tizen.org/snapshots/tizen/rd-pq/tizen_20131217.8/ > >> > > [...] > > >> >> + "Failed to open runtime journal: No such file or directory" > >> > > >> > This is most likely the Smack label on /var/log. A fix is in the > >> > works for the general problem of /var/log. A temporary workaround > >> > is > >> > > >> > chsmack -a '*' /var/log > >> > >> "Runtime journal" is in /run/log. And there is no /run/log directory > >> which may suggest journald is unable to create it. > >> > >> root:~> chsmack /run > >> /run access="_" > > > > This is a clear indication that systemd is not mounting /run. > > When systemd mounts /run it uses the smackfstransmute option to set > > the hierarchy to System::Run. > > [ 20.297116] tmpfs: Bad mount option smackfstransmute > > Apparently I need to back-port it.
There is a set of kernel patches required. Look at the ivi kernel change log. The base kernel version that mobile uses will of course impact which patches are required. > > --8<---------------cut here---------------start------------->8--- > commit e830b39412ca2bbedd7508243f21c04d57ad543c > Author: Casey Schaufler <[email protected]> > Date: Wed May 22 18:43:07 2013 -0700 > > Smack: Add smkfstransmute mount option --8<---------------cut here-------- > -------end--------------->8--- > > -- > Łukasz Stelmach > Samsung R&D Institute Poland > Samsung Electronics _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
