[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Qube 2 Cron Daemon reports error with secureweb



Hello I sent this over the weekend and got no response. Is there
> anyone who could tell me what is going on with this  and what I need
> to do about it.
> 
> I have searched the archives for any reference to this question and
> cannot find any answer.
> 
> I get a email from the Cron Daemon every day that states the
following:
> 
> 
> error: secureweb:2 unknown option 'missingok' -- ignoring line
> error: secureweb:9 unknown option 'missingok' -- ignoring line
> error: secureweb:16 unknown option 'missingok' -- ignoring line
> error: secureweb:23 unknown option 'missingok' -- ignoring line
> error: secureweb:30 unknown option 'missingok' -- ignoring line
> error: secureweb:37 unknown option 'missingok' -- ignoring line
> error: secureweb:44 unknown option 'missingok' -- ignoring line
> error: secureweb:51 unknown option 'missingok' -- ignoring line
> 
> can someone tell me how to fix the error condition it is reporting on?
> 
> Thanks,
> 
> Jim
> --
> 
This is what I found in the archives:

Probably the same error as on the Raq. KB says:
 
QuestionNum: 596
Product: RaQ2
Category Software
Creation Date: Thu Jul 15 11:55:17 1999 PDT 

Question
I get an error from root about "missingok" after I installed the SSL
server.


Response
This is a minor bug in the SSL package installation. What has happened
is that the logrotation configuration files for the SSL package contain
the option "missingok". The problem is that the version of the logrotate
program that ships on the RaQ2 does not understand this option. 

The solution is to remove the missingok lines from the 
/etc/logrotate.d/secureweb file. You can use the following commands in a

telnet session as root: 

perl -pi.bak -e 's/missingok//g' /etc/logrotate.d/secureweb 
rm /etc/logrotate.d/secureweb.bak 

The first line removes the offending part from the file and the second
line removes the secureweb.bak file that is created when the first line
runs.


Curtis