Code: Select all
layman -a systemdIf you have serious problems: emerge -d systemd systemd-units and try to remove EVERYTHING related to systemd: All settings, units... Afterwards reinstall systemd and systemd-units.
Some "tutorials":
if you use systemd overlay you'll have unit-files for most common services. This means e.g. kdm, gdm, NetworkManager, avahi, acpid, dhcpcd, sshd, vixie-cron...
Simply type "systemctl start NetworkManager.service" to start a service or "systemctl enable NetworkManager.service" to activate it automatically at boot!
Info: At least for kdm it's not possible to specify the tty. If you enable it, it'll be always the next available tty. (So if you have getty at tty1-6, kdm will be at tty7). Don't know if it's the same for gdm?!
To follow development look here: http://cgit.freedesktop.org/systemd/
Hi,
i've recently added betagarden overlay to layman/portage and installed systemd-9999. It was strange because it wanted dbus-9999 and udev-162 just because of "systemd" useflags. The gentoo-wiki said, that dbus >1.3.2 and udev >160 would be fine and they provide the necessary files themselves.
With systemd I had lots of trouble. The configuration is confusing me. Hundreds of services, I don't know what for. xdm/kdm wouldn't start (even with the tips from wiki). Shutdown, reboot won't work...
Now i've deleted betagarden and added keruspe overlay, now with dbus 1.4.0 and udev 164. Hope it's better than before and at least reboot works without cutting power cords
How about you? Experiences? Tips/tricks?




