search for: ifconfig_

Displaying 2 results from an estimated 2 matches for "ifconfig_".

Did you mean: ifconfig
2003 Aug 14
1
FW: Kernel
...fig from rc.conf and system boots up without any error messages. When I try to config interface manually (ifconfig ed0 ***) then I saw it again. Is it ifconfig problem? Andris > Hm, well you were right, the ed and miibus drivers are compiled in. > > For giggles you might try removing any ifconfig_* lines in rc.conf, > booting, then running 'ifconfig -l'. If this doesn't list ed0 then that > might be were its getting confused. -l should show all the available > interfaces in the system, configured or not. > > > -- > Doug White | FreeBSD: T...
2007 Sep 02
0
handling rc.conf / freebsd init scripts
...ue from rc.conf and does nothing. so, as i said, we use "env" to trick it. the ntpd service is straightforward, no explaning should be necessary there. ::$templatedir/rc.conf.erb:: # # AUTOMATICALLY GENERATED BY PUPPET # # !!!DO NOT EDIT!!! # hostname="<%= hostname %>" ifconfig_<%= iface %>="<%= ifconfig %>" defaultrouter="<%= defaultrouter %>" <% rcvars_enabled.each do |en_val| -%> <%= en_val %>_enable="YES" <% end -%> <% rcvars_disabled.each do |dis_val| -%> <%= dis_val %>_enable="NO"...