Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 1999 23:28:26 +0200 (CEST)
From:      Wilko Bulte <wilko@yedi.iaf.nl>
To:        hm@hcs.de
Cc:        freebsd-isdn@FreeBSD.ORG
Subject:   Re: I want isp0 *down* after a reboot.. <sigh>
Message-ID:  <199905102128.XAA00458@yedi.iaf.nl>
In-Reply-To: <m10goXk-00005UC@hcswork.hcs.de> from Hellmuth Michaelis at "May 10, 1999  1:48:20 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Hellmuth Michaelis wrote ...

> Can someone who is affected by this please verify the patch ?

I tried, and i4b is started just fine. I still get the dialout on reboot
though. 

I'll try instrumenting rc.network what happens when exactly. Will probably
tomorrow night before I have time to do so. 

I guess it must be named or sendmail starting that triggers the dialout.
ifconfig isp <bla> down still gives me an UP interface.

Thanks,
	Wilko

> > I think that this patch should work. Basically, don't start the i4b
> > stuff until the interfaces have been initialized. NOTE that this is not
> > tested, I use a different mechanism.
> > 
> > *** /u1/src/etc/rc.network	Wed Apr 14 22:50:38 1999
> > --- rc.network	Mon May 10 11:21:50 1999
> > ***************
> > *** 31,41 ****
> >   	    atm_pass1
> >       fi
> >   
> > -     # ISDN subsystem startup
> > -     if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then
> > - 	    . /etc/rc.isdn
> > -     fi
> > - 
> >       # Special options for sppp(4) interfaces go here.  These need
> >       # to go _before_ the general ifconfig section, since in the case
> >       # of hardwired (no link1 flag) but required authentication, you
> > --- 31,36 ----
> > ***************
> > *** 79,84 ****
> > --- 74,84 ----
> >   	    fi
> >   	    ifconfig ${ifn}
> >       done
> > + 
> > +     # ISDN subsystem startup
> > +     if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then
> > + 	    . /etc/rc.isdn
> > +     fi
> >   
> >       # Initialize IP filtering using ipfw
> >       echo ""

Groeten / Cheers,

|   / o / /  _  	 Arnhem, The Netherlands	- Powered by FreeBSD -
|/|/ / / /( (_) Bulte 	 WWW  : http://www.tcja.nl 	http://www.freebsd.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905102128.XAA00458>