Your message dated Sat, 14 Apr 2007 12:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#327344: fixed in ipac-ng 1.31-4
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: ipac-ng
Version: 1.31-1
Severity: important
The configuration files supplied with the package are wrong. At the
startup and every 10 minutes there is the following message:
admin:~# /etc/init.d/ipac-ng start
Starting IP Accounting: Error in config file near line 8: syntax error
admin:~# /usr/bin/nice /usr/sbin/fetchipac
Error in config file near line 8: syntax error
The directive "classic mode =" is now obsolete and should not be in the
ipac.conf file because version 1.31 only supports classic mode.
The syntax of rules.conf file also is changed and now there is a called
field "extension".
The attachments are the sample configuration files from source with
storage changed from PostgreSQL to Files (that is not recommended !!!).
-- System Information:
Debian Release: testing/unstable
APT prefers testing-proposed-updates
APT policy: (500, 'testing-proposed-updates'), (500, 'proposed-updates'),
(500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages ipac-ng depends on:
ii cron 3.0pl1-91 management of regular background p
ii iptables 1.2.11-10 Linux kernel 2.4+ iptables adminis
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libgdbm3 1.8.3-2 GNU dbm database routines (runtime
ii netbase 4.21 Basic TCP/IP networking system
ii perl 5.8.7-3 Larry Wall's Practical Extraction
Versions of packages ipac-ng recommends:
ii libgd-perl 1.41-13 Perl module wrapper for libgd
-- no debconf information
# This is the main ipac-ng configuration file. It contains the
# configuration directives that give the ipac-ng its instructions.
# Install as /etc/ipac-ng/ipac.conf
## accouting agent. iptables and ipchains available now.
account agent = iptables
## storage. gdbm, postgre and files supported. (files is not recommended)
#=20050909 <[EMAIL PROTECTED]> storage = postgre
#=20050909 <[EMAIL PROTECTED]> storage = gdbm
storage = plain-file
## rules file
rules file = /etc/ipac-ng/rules.conf
# dont store lines contains only zeroes to speedup processing and to save space
drop zero lines = yes
## This parameters controls database location
## 'db host', 'db port' can be left blank for a local database
## as now, both databasess (access and storage) configured by these parameters
#db host = localhost
#db port = 5432
## ATTENTION: no underscore '_' in the following parameters allowed!
db name = ipac
db user = ipac
db pass = "XXXXXXXX"
# Example config file with accounting rules for iptables
# Install as /etc/ipac-ng/rules.conf
#
# Format:
# Name of rule|direction|interface|protocol|source|destination|extension|
# WARNING!!!! spaces are not allowed before and after '|'.
#
# where
# Name of rule Any string to identify this rule
# direction ipac~fi - forward in
# ipac~fo - forward out
# ipac~i - outgoing from machine with ipac-ng to other
host(/net)
# (or incoming to otherhost)
# ipac~o - incoming to machine with ipac-ng
# (or outgoing from otherhost)
#
# interface interface name, '+' means all interfaces (dont try to
use ip numbers here!)
# protocol tcp | udp | icmp | all
# source \
# destination both as described in ipfwadm(8), or empty
#
#
# W A R N I N G ! ! !
#
# Don't use symbols other than '0-9A-z[space]' in rules names. You may encounter
# some strange troubles.
Incoming Total System|ipac~o|eth0|all||||
Incoming Total System|ipac~fi|eth0|all||||
Outgoing Total System|ipac~i|eth0|all||||
Outgoing Total System|ipac~fo|eth0|all||||
--- End Message ---
--- Begin Message ---
Source: ipac-ng
Source-Version: 1.31-4
We believe that the bug you reported is fixed in the latest version of
ipac-ng, which is due to be installed in the Debian FTP archive:
ipac-ng_1.31-4.diff.gz
to pool/main/i/ipac-ng/ipac-ng_1.31-4.diff.gz
ipac-ng_1.31-4.dsc
to pool/main/i/ipac-ng/ipac-ng_1.31-4.dsc
ipac-ng_1.31-4_i386.deb
to pool/main/i/ipac-ng/ipac-ng_1.31-4_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated ipac-ng package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 14 Apr 2007 14:12:00 +0200
Source: ipac-ng
Binary: ipac-ng
Architecture: source i386
Version: 1.31-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description:
ipac-ng - IP Accounting for iptables
Closes: 176741 311778 315351 322592 327344 350478 394469
Changes:
ipac-ng (1.31-4) unstable; urgency=low
.
[ Thomas Weber ]
* Bumped package to debhelper 5.
* Build-depend on dpatch.
* Build-depend on libpq-dev and libsqlite0-dev (Closes: #176741).
* patches/bts318352: create dpatch from a part of Debians diff.gz.
* patches/sf1193721: fix segfaults. Contains another part of Debian's diff.gz
(Closes: #315351).
* patches/bts350478: fix typo in ipac-convert's manpage (Closes: #350478).
Thanks Nicolas François.
* Recommend libgd-gd2-perl | libgd-gd2-noxpm-perl instead of libgd-perl
(Closes: #311778, #394469).
* Replaced ipac.conf and rules.conf, thanks to Guido Bozzetto
(Closes: #322592, #327344).
.
[ Daniel Baumann ]
* Minor formal cleanups.
Files:
2e1cfa8b7950a548e8651b6df3af6e24 640 net optional ipac-ng_1.31-4.dsc
e7cf009fbfc3196550c8e76e77542391 37606 net optional ipac-ng_1.31-4.diff.gz
ffbbbd3a913e1c87548537a6ce534a7a 121182 net optional ipac-ng_1.31-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGIMW6+C5cwEsrK54RAq1pAKDBylQ8aV79sl3G2Vo/V+tphJlWLQCgvbQW
y/8Ya6A66Qcf2jowNTJse6c=
=kkpH
-----END PGP SIGNATURE-----
--- End Message ---