Freek de Kruijf wrote:
Don't know. When installing courier also fam is installed, because it depends on it. However there is no dependency on rpcbind also not from fam.
That's odd... I see one in my init script.
In looked into the init.d folder and found that rpcbind provides the service portmap and rpcbind, which must be started for the fam service. Giving the command "chkconfig -a fam" one gets a proper error message that the portmap service has not been enabled. However "systemctl enable fam.service" does not give that error message when the service rpcbind.service has not been enabled.
Should I make a bug report about this?
---- Are you sure this isn't a bug in systemd?/systemctl? #! /bin/sh # Copyright (c) 1995-1998 SuSE GmbH Nuernberg, Germany. # # Author: adrian@suse.de, template by ro@suse.de # # /etc/init.d/fam # and its symbolic link # /usr/sbin/rcfam # ### BEGIN INIT INFO # Provides: fam # Required-Start: $remote_fs $time $named $syslog $portmap --- portmapper is satisfied by rpcbind....so your init script manager should have required rpcbind to be started before it started fam. I look in my init script dirs: rpcbind is S04 and fam is S08, so unless rpcbind fails to start, fam should be fine... Seems like this 'fam/courier' is a non issue unless you are using systemd? (note, I am not seriously suggesting dropping systemd, it's the wave of the future, or so I am told...but I felt that hopping to to it at warp 10 might have been a bit fast.... I was afraid all the bugs might not be ironed out...(my system didn't even boot on systemd..... not that it didn't try...as I forgot about it being the default and the upgrade slipped in. Soon as I installed initscripts...system came up...)... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org