Re: [systemd-devel] Couldn't find service

2010-09-17 Thread Piavlo
On 09/14/2010 09:04 PM, Lennart Poettering wrote: > Also, > recent systemd versions (>= 9) will spawn a getty on the > configured kernel console anyway. That does not seem to be the case with systemd-10 I still needed to do ln -s /lib/systemd/system/[email protected] [email protected]

Re: [systemd-devel] [PATCH] Do not try to compile gtk apps if vala compiler is not present.

2010-09-17 Thread Luis Felipe Strano Moraes
Not sure whether this is the best approach for this, basically my problem was that even though configure properly detected that VALAC was not present, it was trying to compile the gtk apps because HAVE_GTK was being detected correctly. --lf On Fri, Sep 17, 2010 at 4:16 PM, Luis Felipe Strano Mor

[systemd-devel] [PATCH] Do not try to compile gtk apps if vala compiler is not present.

2010-09-17 Thread Luis Felipe Strano Moraes
--- configure.ac |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index e3c1fdd..381c582 100644 --- a/configure.ac +++ b/configure.ac @@ -223,9 +223,13 @@ else fi AC_SUBST(AUDIT_LIBS) +AM_PROG_VALAC([0.9]) +AC_SUBST(VAPIDIR) +AM_CONDI

Re: [systemd-devel] Systemd port on custom embedded linux

2010-09-17 Thread enaut
Am 17.09.2010 15:49, schrieb Cristian Axenie: Hi ! I've managed to solve some problems appearing during boot but some persist. The current setup makes the system freeze in the current step : [ 10.23] systemd[1]: systemd 8 running in system mode. (+PAM +LIBWRAP -AUDIT -SELINUX -IPV6 -SYS

Re: [systemd-devel] Systemd port on custom embedded linux

2010-09-17 Thread Cristian Axenie
Hi ! I've managed to solve some problems appearing during boot but some persist. The current setup makes the system freeze in the current step : [ 10.23] systemd[1]: systemd 8 running in system mode. (+PAM +LIBWRAP -AUDIT -SELINUX -IPV6 -SYSVINIT) [ 10.25] systemd[1]: No hostname confi