Package: bastille
Version: 1:2.1.1-19

Installed as dependency of apt-get install psad onto Lenny.

Error line during installation:
WARNING: Bastille-firewall is not configured yet
Please create /etc/Bastille/bastille-firewall.cfg to enable
it.
(HINT: use InteractiveBastille)


Running InteractiveBastille yields the error:
ERROR:   'DB5.0' is not a supported operating system.
<more lines omitted>
Which seems odd, given that I retrieved this from the Lenny repository.

For the heck of it, I did a little digging, and found that the list of
supported versions comes from /usr/lib/Bastille/API.pm - and I changed
the line reading:
            $stable="4.0"; #Change this when Debian stable changes
to
            $stable="5.0"; #Change this when Debian stable changes
and the line starting:
  my @list = ( "DB2.2", "DB3.0", "DB3.1", "DB4.0",
to
  my @list = ( "DB2.2", "DB3.0", "DB3.1", "DB4.0", "DB5.0".
And tried running InteractiveBastille again.

I now get the interactive text user interface, screen 0.  When
I select "Next" and hit return, I'm now taken to a screen asking "may we
make the changes.  Hitting "No" takes me to a screen indicating that I need
to go back.  Hitting "Yes" takes me to the "credits" screen, and then exits.
A little looking indicates that the program hasn't done anything.

This all seems very broken.

Note: I've repeated this behavior on two different machines - one
a new install of Lenny onto bare metal, the other a new VM running under Xen.




--
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