On 3/28/07, Rafael Morales <rafa84aven@yahoo.com.mx> wrote:
Your symptons are pretty obviously the result of the key being set
wrong, as you guessed. I don't know what it might be. Try reading the
/etc/netstart script. By pen and paper, trace the values of variables.
Look for the calls to ifconfig and what strings it might be passing.
Try typing in those command lines directly. See if you can reproduce
the problem.
You could also grep ifconfig's source code for "strings too long" and
look for what condition that indicates.
If you find a bug in netstart then tell about it!
-Nick