All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] systemd.bbclass: check whether systemctl works in
@ 2020-10-29  9:26 kai
  2020-10-29  9:26 ` [PATCH 1/1] systemd.bbclass: check whether systemctl works in post scripts kai
  0 siblings, 1 reply; 4+ messages in thread
From: kai @ 2020-10-29  9:26 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

It fails to run systemctl in a container even though it exists. Check
with 'systemctl list-machines' to make sure systemctl works.

And there is another issue that /var/tmp is a dead link to volatile/tmp
which doesn't exists. Changqing has sent a patch to fix it. My concern
is in FHS, /var/tmp should not volatile. Could we make /var/tmp as a
common directory rather than a link without extra config?

Ref:
https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch05s15.html

Kai Kang (1):
  systemd.bbclass: check whether systemctl works in post scripts

 meta/classes/systemd.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-10-30  5:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29  9:26 [PATCH 0/1] systemd.bbclass: check whether systemctl works in kai
2020-10-29  9:26 ` [PATCH 1/1] systemd.bbclass: check whether systemctl works in post scripts kai
2020-10-29  9:48   ` [OE-core] " Andreas Oberritter
2020-10-30  5:44   ` 回复: " kai

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.