Bug 14711

Summary: line ifconfig_lo0="127.0.0.1" does not initialise lo0 on startup
Product: Base System Reporter: walter <walter>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description walter 1999-11-04 18:00:01 UTC
on starting the system the loop interface is not starting even if rc.conf has the corresponding entries

Fix: 

to run manualy ifconfig from the prompt - but the is not a fix of a bug
How-To-Repeat: start the computer
Comment 1 Ruslan Ermilov 1999-11-04 18:33:11 UTC
On Thu, Nov 04, 1999 at 09:56:51AM -0800, walter@walter.anet.cz wrote:
> 
> line ifconfig_lo0="127.0.0.1" does not initialise lo0 on startup
> 
Let me guess.  Your "network_interfaces" variable in /etc/rc.conf is
set to somethink like "xxx auto", right?

If so, could you please consult with a 3.3-RELEASE's Errata Notes
at http://www.freebsd.cris.net/releases/3.3R/errata.html and tell
us whether changing "auto" to "lo0" fixes your problem.

-- 
Ruslan Ermilov		Sysadmin and DBA of the
ru@ucb.crimea.ua	United Commercial Bank,
ru@FreeBSD.org		FreeBSD committer,
+380.652.247.647	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age
Comment 2 Szilveszter Adam 1999-11-04 18:49:33 UTC
Hi!

What does your /etc/rc.conf and ifconfig -a have to say? Also the output
of uname -a would be more helpful then just "FreeBSD 3.3".

Cheers!

Szilveszter ADAM

-------------------------------------------------------------------------------
* Adam Szilveszter * JATE Szeged * email: sziszi@petra.hos.u-szeged.hu *
* Homepage : none * alternate email: cc@flanker.itl.net.ua *
* Finger sziszi@petra.hos.u-szeged.hu for PGP key. *
* I prefer using the door instead of Windows(tm)... *
Comment 3 ru freebsd_committer freebsd_triage 1999-11-05 07:16:11 UTC
State Changed
From-To: open->closed

Originator reports that the problem is fixed by following the instructions 
given in the 3.3-RELEASE Errata.