Followup-For: Bug #517424
Package: firestarter
Version: 1.0.3-7

I'm using Squeeze.

I found that firestarted can run successfully with the following command:

# dbus-launch firestarter &

but I prefer the following (for eliminate the crash bug):
# G_SLICE=always-malloc dbus-launch firestarter &

firestart start, but I have an error: "External network device $IF is not ready. Aborting..", so the firewall is running but is always inactive.

I have used
$ /sbin/ifconfig
and I see that my internet connection is "ppp0" ... and I have used this to modify the firestarter.sh script.

I have make the following change in /etc/firestarter/firestarter.sh

I have changed the following:
---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<
# --(Extract Network Information)--

# External network interface data
IP=`/sbin/ifconfig $IF | grep inet | cut -d : -f 2 | cut -d \  -f 1`
MASK=`/sbin/ifconfig $IF | grep Mas | cut -d : -f 4`
BCAST=`/sbin/ifconfig $IF |grep Bcast: | cut -d : -f 3 | cut -d \  -f 1`
NET=$IP/$MASK
---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<

with:
---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<
# --(Extract Network Information)--

IF="ppp0"

# External network interface data
IP=`/sbin/ifconfig $IF | grep inet | cut -d : -f 2 | cut -d \  -f 1`
MASK=`/sbin/ifconfig $IF | grep Mas | cut -d : -f 4`
BCAST=`/sbin/ifconfig $IF |grep Bcast: | cut -d : -f 3 | cut -d \  -f 1`
NET=$IP/$MASK
---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<

Note: I have added only the line "IF="ppp0" and "ppp0" must be replaced with the interface used to connect to internet

Ciao
Davide

PS: bug #456279 is a duplicate of this bug

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-customized
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages firestarter depends on:
ii gconf2 2.24.0-7 GNOME configuration database syste
ii  gksu                   2.0.0-8           graphical frontend to su
ii iptables 1.4.2-6 administration tools for packet fi ii libart-2.0-2 2.3.20-2 Library of functions for 2D graphi
ii  libatk1.0-0            1.22.0-1          The ATK accessibility toolkit
ii  libbonobo2-0           2.24.0-2          Bonobo CORBA interfaces library
ii  libbonoboui2-0         2.22.0-1          The Bonobo UI library
ii  libc6                  2.7-18            GNU C Library: Shared libraries
ii libcairo2 1.8.6-2 The Cairo 2D vector graphics libra ii libfontconfig1 2.6.0-3 generic font configuration library ii libfreetype6 2.3.7-2 FreeType 2 font engine, shared lib ii libgconf2-4 2.24.0-7 GNOME configuration database syste ii libglade2-0 1:2.6.3-1 library to load .glade files at ru
ii  libglib2.0-0           2.18.4-2          The GLib library of C routines
ii libgnome2-0 2.20.1.1-2 The GNOME 2 library - runtime file ii libgnomecanvas2-0 2.20.1.1-1 A powerful object-oriented display ii libgnomeui-0 2.20.1.1-2 The GNOME 2 libraries (User Interf ii libgnomevfs2-0 1:2.22.0-5 GNOME Virtual File System (runtime ii libgtk2.0-0 2.12.12-1 The GTK+ graphical user interface ii libice6 2:1.0.5-1 X11 Inter-Client Exchange library ii liborbit2 1:2.14.16-0.1 libraries for ORBit2 - a CORBA ORB ii libpango1.0-0 1.22.4-2 Layout and rendering of internatio ii libpixman-1-0 0.14.0-1 pixel-manipulation library for X a
ii  libpng12-0             1.2.27-2          PNG library - runtime
ii libpopt0 1.14-4 lib for parsing cmdline parameters
ii  libsm6                 2:1.1.0-2         X11 Session Management library
ii  libx11-6               2:1.1.5-2         X11 client-side library
ii libxcb-render-util0 0.3.3-2 utility libraries for X C Binding
ii  libxcb-render0         1.1-1.1           X C Binding, render extension
ii  libxcb1                1.1-1.1           X C Binding
ii  libxml2                2.6.32.dfsg-5     GNOME XML library
ii libxrender1 1:0.9.4-2 X Rendering Extension client libra ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip
ii  zlib1g                 1:1.2.3.3.dfsg-12 compression library - runtime

firestarter recommends no packages.

Versions of packages firestarter suggests:
pn  dhcp3-server                  <none>     (no description available)

-- no debconf information


--
Dizionari: http://linguistico.sourceforge.net/wiki
Petizione per liberare i PC:
http://www.petitiononline.com/liberasw/
Non autorizzo la memorizzazione del mio indirizzo su outlook




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to