If I issue:
# sysv-rc-conf postfix off
In some situations, I will end up with /etc/rc2.d/K00postfix. If I then try
to turn on this service, say with:
sysv-rc-conf --level 3 postfix on
this results in sysv-rc-conf doing a calculation resulting in start
priority 100, which is an invalid priority according to sysv-rc-conf, so
the following error occurs:
Priority isn't two numbers: 100 at /usr/sbin/sysv-rc-conf line 148.
I'm not exactly sure what results in the K00 being created, but the only
way for me to resolve the situation is to remove the K00 symlinks, run the
sysv-rc-conf -P to purge the cache and then to enable the service again.
I would be happy to provide any more information or test anything to help
resolve this problem.
Nobody/Anonymous
None
None
Public
|
Date: 2008-09-01 17:09
|