I made a custom profile and started building a gentoo system with systemd
> instead of sysvinit in a chroot for testing.
>
> I've noticed two minor problems with the ebuild - it is missing the
> dependency for dev-libs/dbus-glib and portage won't install it if sysvinit
> is installed because of file collisions. The dependencies should probably
> reflect this.
>

I had the same issues but in addition to that emerge was not able to create
the directories /cgroup and /cgroup/*. It said something like "Access
denied". I guess its some issue with absolute file paths in the Makefile
that collide with the sandbox system. However creating them manually did
solve the issue.

The next problem I have is that / is never remounted and I can't find the
reason why?

Another Issue is with Dbus. My system is an X-server less system so I
compiled without gtk and Dbus without X support. which is exactly what
systemd complains about when started in session mode. Why is Xserver supprt
needed with D-Bus?
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to