On Thursday 03 May 2001 19:18, you wrote:
> Actually I don't understand to much Civileme but, Is there any way to make
> the error message dissapear?
>
There is always a way to make a bootup error message disappear unles it is
direct from the kernel.
Most such messages are generated by initscripts. To find where yours is omig
from fairly rapidly, get into a terminal, su to root, cd to /etc/rc.d/ and
# rgrep -i -l -r "ipvsadm" /etc/rc.d
That should find you yht call or calls that might be generating the error
message. Comment out the appropriate lines (watch that you don't break
loops, either take them out or leave them alone), and no more error messages.
It is not necessarily a good practice to do this--usually error messages mean
something important, but sometimes they are spurious as this one appears to
be.
<Big snip of previous message>
Civileme