On Tue, 24.04.12 17:21, Antonio Trande ([email protected]) wrote: > Hello ! > > In my Fedora 17, i see some systemd service's errors like these: > > $ systemctl --all | grep error > > exim.service error inactive dead exim.service > > libvirtd.service error inactive dead libvirtd.service > > postfix.service error inactive dead postfix.service > > tgtd.service error inactive dead tgtd.service > > ypbind.service error inactive dead ypbind.service > > dbus.target error inactive dead dbus.target > > > > Actually i don't use any of that listed above but i can't disable them or > if i try to find the related packages ( to remove them), really they aren't > installed. > Why ? > How i can manage this type of services with sytemd ?
They are referenced from another unit but not available locally. That's completely OK, which is why we hide them in the normal output. However you specified "--all" which basically means you asked for them to be shown anyway... Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
