View previous topic :: View next topic |
Author |
Message |
_easyrider_ Apprentice
Joined: 02 May 2003 Posts: 238 Location: Denmark
|
Posted: Fri Nov 28, 2003 1:03 am Post subject: Iptable Question! |
|
|
I have just finished configuring my conf file to iptables.. When i the try to make a rc-update, it comes with the following message.
misne init.d # rc-update add iptables default
Code: |
* iptables added to runlevel default
* Caching service dependencies...
* Can't find service 'procparam' needed by 'iptables'; continuing...[ ok ]
* rc-update complete.
|
What does it mean when is says Can't find service 'procparam' needed by 'iptables'; continuing... [ ok ]
|
|
Back to top |
|
|
kallamej Administrator
Joined: 27 Jun 2003 Posts: 4983 Location: Gothenburg, Sweden
|
Posted: Fri Nov 28, 2003 6:48 pm Post subject: |
|
|
It means that you have something like Code: | depend() {
need procparam
} |
in your script /etc/init.d/iptables. However, you do not have a script /etc/init.d/procparam, or at least it is not in runlevel default, nor in boot. If you got the iptables script from the Security Guide, there is also a procparam script there. _________________ Please read our FAQ Forum, it answers many of your questions.
irc: #gentoo-forums on irc.libera.chat |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|