Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] loopback device

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: "M.L." <mlubrano AT sourcemage.org>
  • To: "Simon Middleton" <simon AT theultraworld.org>, <sm-discuss AT lists.ibiblio.org>
  • Subject: Re: [SM-Discuss] loopback device
  • Date: Sun, 3 Nov 2002 15:20:28 +0100

On Dimanche 3 Novembre 2002 14:59, Simon Middleton wrote:
> M.L. wrote:
> > On Dimanche 3 Novembre 2002 13:08, Simon Middleton wrote:
> >> Somewhere along the line of adding bits to my system I've got the
> >> point where the loopback device is no longer being brought up on
> >> startup. I have to manually do a
> >>
> >> ifconfig lo 127.0.0.1
> >>
> >> Anyone any ideas what's happened? Where should this be happening
> >> anyway?
> >
> > if you're using a recent networking.sh script, you need the folowing
> > interface definition file:
>
> I had that but it was still not working. A bit of fiddling suggests an
> error in the networking.sh script.
>
> if [ $# -le 2 ]; then
> devices=$(ls $netdevdir | grep ^eth)
> else
> devices=$(echo $@ | sed s/$1//)
> fi
>
> I think the -le should be -lt ?
>
> -- Simon.
>

Hum... I bet your networking.sh is obsolete. Here it is version 20021020...
maybe you should update init.d spell.

>
>
> _______________________________________________
> SM-Discuss mailing list
> SM-Discuss AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-discuss

--
//
// M.L.
// Linux User #36502 ; ICQ #23832402
//




Archive powered by MHonArc 2.6.24.

Top of Page