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]
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
---
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
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
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