Bug#542224: Broken in version 1.0.3-8 (Device not found)

2011-02-27 Thread Paul Cupis
I believe this was fixed by patch 21 in firestarter version 1.0.3-9.

Are you able to test/confirm, please?

Regards,



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



Bug#542224: Broken in version 1.0.3-8 (Device not found)

2009-08-27 Thread Anthony Mutiso
Exactly.
a) fix the configuration file replacing both (null) strings with eth0
and eth1
b) /etc/init.d/firestarter start works
c) aptitude reinstall firestarter - breaks firewall leaving host open,
no rules in iptables.

When I get a chance to work on the console, (rather then remotely), I
will start the GUI and see what else happens there.

Paul Cupis wrote:
 Anthony Mutiso wrote:
 On doing a reinstall again, the two variables where null and firestart
 wound not start an my iptables rule set was empty.

 To confirm, after having a fixed configuration, with the GUI not
 running, you did:

 apt-get install --reinstall firestarter

 and the configuration broke?

 If not can you confirm the exact steps to reproduce this, please?

 Regards,



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



Bug#542224: Broken in version 1.0.3-8 (Device not found)

2009-08-26 Thread Anthony Mutiso
I can confirm this problem.
On an aptitude safe-upgrade this morning, firestarter broke with the
same error leaving my host unprotected. I had to create manual iptable
rules to protect the host.

I attempted a re-install of firestarter and again, firestarter failed to
start and all iptable rules where lost.

This a critical bug as it leaves host vulnerable.

Some details:

# grep null /etc/firestarter/configuration
IF=(null)
INIF=(null)

ifconfig shows all my network devices working correctly.

In my case I did not use X11 on the this host only command line, so I
edited the configuration file and fixed the two variables and
successfully restarted the firestarter service.

On doing a reinstall again, the two variables where null and firestart
wound not start an my iptables rule set was empty.

Had to re-do fix all over again.

This needs to be fixed.

Anthony



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



Bug#542224: Broken in version 1.0.3-8 (Device not found)

2009-08-26 Thread Paul Cupis

Anthony Mutiso wrote:

On doing a reinstall again, the two variables where null and firestart
wound not start an my iptables rule set was empty.


To confirm, after having a fixed configuration, with the GUI not 
running, you did:


apt-get install --reinstall firestarter

and the configuration broke?

If not can you confirm the exact steps to reproduce this, please?

Regards,



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



Bug#542224: Broken in version 1.0.3-8 (Device not found)

2009-08-25 Thread David
The Internet is configured via DHCP:

# /sbin/ifconfig
eth0  Link encap:Ethernet  HWaddr 00:**:**:**:**:**
  inet addr:1**.1**.**.***  Bcast:1**.1**.**.***  Mask:255.255.254.0
  inet6 addr: f***::**c:c***:***1:/** Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:1925 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1132 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  RX bytes:1158104 (1.1 MiB)  TX bytes:416545 (406.7 KiB)
  Memory:e320-e322

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:1120 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1120 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:35640 (34.8 KiB)  TX bytes:35640 (34.8 KiB)

And /etc/firestarter/configuration is:

#---( Firestarter Configuration File )---#

# --(External Interface)--
# Name of external network interface
IF=(null)
# Network interface is a PPP link
EXT_PPP=off

# --(Internal Interface--)
# Name of internal network interface
INIF=(null)

# --(Network Address Translation)--
# Enable NAT
NAT=off
# Enable DHCP server for NAT clients
DHCP_SERVER=off
# Forward server's DNS settings to clients in DHCP lease
DHCP_DYNAMIC_DNS=on

# --(Inbound Traffic)--
# Packet rejection method
#   DROP:   Ignore the packet
#   REJECT: Send back an error packet in response
STOP_TARGET=REJECT

# --(Outbound Traffic)--
# Default Outbound Traffic Policy
#   permissive: everything not denied is allowed
#   restrictive everything not allowed is denied
OUTBOUND_POLICY=permissive

# --(Type of Service)--
# Enable ToS filtering
FILTER_TOS=off
# Apply ToS to typical client tasks such as SSH and HTTP
TOS_CLIENT=off
# Apply ToS to typical server tasks such as SSH, HTTP, HTTPS and POP3
TOS_SERVER=off
# Apply ToS to Remote X server connections
TOS_X=off
# ToS parameters
#   4:  Maximize Reliability
#   8:  Maximize-Throughput
#   16: Minimize-Delay
TOSOPT=

# --(ICMP Filtering)--
# Enable ICMP filtering
FILTER_ICMP=off
# Allow Echo requests
ICMP_ECHO_REQUEST=off
# Allow Echo replies
ICMP_ECHO_REPLY=off
# Allow Traceroute requests
ICMP_TRACEROUTE=off
# Allow MS Traceroute Requests
ICMP_MSTRACEROUTE=off
# Allow Unreachable Requests
ICMP_UNREACHABLE=off
# Allow Timestamping Requests
ICMP_TIMESTAMPING=off
# Allow Address Masking Requests
ICMP_MASKING=off
# Allow Redirection Requests
ICMP_REDIRECTION=off
# Allow Source Quench Requests
ICMP_SOURCE_QUENCHES=off

# --(Broadcast Traffic)--
# Block external broadcast traffic
BLOCK_EXTERNAL_BROADCAST=off
# Block internal broadcast traffic
BLOCK_INTERNAL_BROADCAST=off

# --(Traffic Validation)--
# Block non-routable traffic on the public interfaces
BLOCK_NON_ROUTABLES=off

# --(Logging)--
# System log level
LOG_LEVEL=info

Regards.


2009/8/23 Paul Cupis p...@cupis.co.uk


 Can you send me the output of /sbin/ifconfig and your
 /etc/firestarter/configuration file, please?

 Regards,





Bug#542224: Broken in version 1.0.3-8 (Device not found)

2009-08-18 Thread David
Package: firestarter
Version: 1.0.3-8
Severity: critical

After upgrade to version 1.0.3-8, firestarter does not start:

# /etc/init.d/firestarter start
Starting the Firestarter firewall...(null): error fetching interface
information: Device not found
(null): error fetching interface information: Device not found
(null): error fetching interface information: Device not found

It used to work before this upgrade. This is a desktop computer with just
wired network. If I try doing:

# dbus-launch firestarter

then the GUI opens but I get a Window with the devide eth0 is not ready.
But eth0 is ready, because I am sending this email :-)

Thank you

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages firestarter depends on:
ii  gconf2 2.26.2-3  GNOME configuration database
syste
ii  gksu   2.0.2-2+b1graphical frontend to su
ii  iptables   1.4.4-2   administration tools for packet
fi
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D
graphi
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.1-1  The Bonobo UI library
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics
libra
ii  libfontconfig1 2.6.0-4   generic font configuration
library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared
lib
ii  libgconf2-42.26.2-3  GNOME configuration database
syste
ii  libglade2-01:2.6.4-1 library to load .glade files at
ru
ii  libglib2.0-0   2.20.4-1  The GLib library of C routines
ii  libgnome2-02.26.0-1  The GNOME library - runtime
files
ii  libgnomecanvas2-0  2.26.0-1  A powerful object-oriented
display
ii  libgnomeui-0   2.24.1-1  The GNOME 2 libraries (User
Interf
ii  libgnomevfs2-0 1:2.24.1-4GNOME Virtual File System
(runtime
ii  libgtk2.0-02.16.5-1  The GTK+ graphical user
interface
ii  libice62:1.0.5-1 X11 Inter-Client Exchange
library
ii  liborbit2  1:2.14.17-0.1 libraries for ORBit2 - a CORBA
ORB
ii  libpango1.0-0  1.24.5-1  Layout and rendering of
internatio
ii  libpopt0   1.14-4lib for parsing cmdline
parameters
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxml22.7.3.dfsg-2.1GNOME XML library
ii  lsb-base   3.2-23Linux Standard Base 3.2 init
scrip
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

firestarter recommends no packages.

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

-- no debconf information