Re: error initializing loopback device in 10.2.4
Hi, On Thursday, Mar 6, 2003, at 17:33 US/Pacific, Vasisht Tadigotla wrote: hi all, i'm getting this error initializing the loopback device for ipv6. the error message is in6_ifattach_loopback: failed to configure the loopback address on lo0 (errno=55). errno=55 is ENOBUFS, but i can get the loopback device up manually doing sudo ifconfig lo0 inet6 ::1 up also if i cause a forced shutdown of the system, the loopback device is setup normally. should i increase the number of mbufs for my system, it's a ti book 667. No, I don't think that is the problem. Where do you see the error message? One possible explanation is that this is a timing problem: the IPv6 initialization of 'lo0' is occurring before the system has set up the mbuf pool. I have seen this before, in early versions of Darwin, but I thought that had been fixed. What kind of machine are you using, and when did this start happening? Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | It's not whether you win or lose... | It's whether *I* win or lose. *--------------------------------------*-------------------------------* _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Justin Walker