Firestarter dont recognice correctly the network interface in Spanish configuration

Bug #229598 reported by jrios
2
Affects Status Importance Assigned to Milestone
firestarter (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: firestarter

It gives out the error ' External network device $IF is not ready. Aborting..'

The problem comes as its detecting the MASK using
MASK=`/sbin/ifconfig $IF | grep Mas | cut -d : -f 4`
when it should be
MASK=`/sbin/ifconfig $IF | grep Más | cut -d : -f 4`

same correction must be done in
 INMASK=`/sbin/ifconfig $INIF | grep Mas | cut -d : -f 4`
to
 INMASK=`/sbin/ifconfig $INIF | grep Más | cut -d : -f 4`

remember this is for Spanish configured Ubuntu.

Greets

Revision history for this message
jrios (juan-rios) wrote :

Also the Bcast is badly recognized. It should be
BCAST=`/sbin/ifconfig $IF |grep Difu | cut -d : -f 3 | cut -d \ -f 1`

Thanks

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.