Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Iptable Question!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
_easyrider_
Apprentice
Apprentice


Joined: 02 May 2003
Posts: 238
Location: Denmark

PostPosted: Fri Nov 28, 2003 1:03 am    Post subject: Iptable Question! Reply with quote

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
View user's profile Send private message
kallamej
Administrator
Administrator


Joined: 27 Jun 2003
Posts: 4983
Location: Gothenburg, Sweden

PostPosted: Fri Nov 28, 2003 6:48 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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