>> I think the CPU load is caused by a minor glitch in /etc/init.d/slims:
>>
>> if [ "${SLIMS_OPTIONS+1}" = "" ]
>>
>> this should be:
>>
>> if [ "${SLIMS_OPTIONS+1}" = "1" ]
>>
>
> Changed line 103 according to your idea. No change. :(
You did restart your server after that change, didn't you?
--
Michael
>>
>> if [ "${SLIMS_OPTIONS+1}" = "" ]
>>
>> this should be:
>>
>> if [ "${SLIMS_OPTIONS+1}" = "1" ]
>>
>
> Changed line 103 according to your idea. No change. :(
You did restart your server after that change, didn't you?
--
Michael