All of lore.kernel.org
 help / color / mirror / Atom feed
* Problems enabling systemd
@ 2015-04-17 21:23 Matt Schuckmann
  2015-04-20  8:43 ` Anders Darander
  0 siblings, 1 reply; 6+ messages in thread
From: Matt Schuckmann @ 2015-04-17 21:23 UTC (permalink / raw)
  To: Yocto Project

I've got an image for a AM3352 system based on Dylan and Arago and I'm trying to switch to systemd for init. 

So far I haven't had much luck. 
First off I'm getting different results depending on where I turn it on. 
I'm turning it on via the following 2 lines: 

DISTRO_FEATURES_append = " systemd"
VIRTUAL-RUNTIME_init_manager = "systemd" 

If I place these lines in my_image.bb file I seem to get a partial install of systemd, systemd_udev is there and seems to run but that's about it, there is no systemctrl journalctl and the sysvinit init scripts still seem to be called. 

If I place these lines in either local.conf or my_distrobution.conf all of the systemd utility seem to get installed and systemd startups up but it's clearly not configured correctly. For starters the systemd dbus isn't getting created and that seems to lead to a whole host of other problems, including journald constant spewing the following error messages: 

[   55.926223] systemd-journald[715]: Failed to write entry, ignoring: Argument list too long
[   55.936931] systemd-journald[715]: Failed to rotate /run/log/journal/c37feca280b74ec583564afcc2a93f0a/system.journal: No such file or directory
[   55.950911] systemd-journald[715]: Failed to write entry, ignoring: Argument list too long
[   55.961580] systemd-journald[715]: Failed to rotate /run/log/journal/c37feca280b74ec583564afcc2a93f0a/system.journal: No such file or directory
[   55.975568] systemd-journald[715]: Failed to write entry, ignoring: Argument list too long
[   55.986329] systemd-journald[715]: Failed to rotate /run/log/journal/c37feca280b74ec583564afcc2a93f0a/system.journal: No such file or directory

I don't know if it matters but this system has no display at all, it's a strictly embedded installation. 

Can anybody make any suggestions on what might be wrong? 

Thanks,
Matt S. 



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

end of thread, other threads:[~2015-04-20 21:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-17 21:23 Problems enabling systemd Matt Schuckmann
2015-04-20  8:43 ` Anders Darander
2015-04-20 14:51   ` Bruce Ashfield
2015-04-20 18:06     ` Matt Schuckmann
2015-04-20 21:50       ` Bruce Ashfield
2015-04-20 18:13     ` Matt Schuckmann

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.