Bug#662701: nfdump: sfcapd binary not included

2012-03-07 Thread Erik Wenzel
Hello Klaus,

Am 05.03.2012 um 22:17 schrieb Klaus Darilion:

 Package: nfdump
 Version: 1.6.5-1
 Severity: normal
 
 Dear Maintainer,
 *** Please consider answering these questions, where appropriate ***
 
   * What led up to the situation?
 
 Installing the nfdump package
 
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 
 sfcapd is enabled in debian/rules (--enable-sflow) and the binary is built, 
 but 
 then it is not added to the Debian package.
 
   * What was the outcome of this action?
   * What outcome did you expect instead?
 
 sfcapd binaries should be installed to /usr/bin too.
It is in package nfdump-sflow since not everyone needs sflow. Close this bug if 
this answer solves your problem, please.

 
 *** End of the template - remove these lines ***
 
 
 -- System Information:
 Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
 Architecture: i386 (i686)
 
 Kernel: Linux 3.2.0-1-686-pae (SMP w/4 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages nfdump depends on:
 ii  libc6 2.13-26
 ii  librrd4   1.4.7-1
 ii  lsb-base  3.2-28.1
 ii  zlib1g1:1.2.3.4.dfsg-3
 
 nfdump recommends no packages.
 
 nfdump suggests no packages.
 
 -- no debconf information
 
 




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



Bug#648561: gitweb ignores git-daemon-export-ok and displays all repositories

2011-11-13 Thread Erik Wenzel
Hi Jonathan,

Am 13.11.2011 um 02.19 schrieb Jonathan Nieder:

 severity 648561 wishlist
 tags 648561 + upstream
 retitle 648561 gitweb: please deny access to repositories without 
 git-daemon-export-ok
 quit
 
 Hi Erik,
 
 Erik Wenzel wrote:
 
 To display repositories containing the file git-daemon-export-ok as
 announced in git-daemon(1)
 
 The git-daemon(1) manpage describes git daemon, not gitweb, so I guess
 you mean that
 
   # Do not list projects without git-daemon-export-ok in the
   # projects list.
   our $export_ok = git-daemon-export-ok;
 
   # Do not allow access to projects not listed in the projects
   # list.
   our $strict_export = 1;
 
 should be the default.
 
 I have no opinion either way on that.  Could you say a little about
 why?
Because I think this is the way a user is expecting the behavior of gitweb. As 
I do. Don't let gitweb overwrite the meaning of git-daemon-export-ok. Just 
act like git-daemon. Keep it simple and stupid.

-- 
Erik Wenzel e...@debian.org
xmpp: plo...@jabber.ccc.de/home
Debian Developer






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



Bug#648561: gitweb ignores git-daemon-export-ok and displays all repositories

2011-11-12 Thread Erik Wenzel
Package: gitweb
Version: 1:1.7.7.2-1
Severity: normal

To display repositories containing the file git-daemon-export-ok as
announced in git-daemon(1) add the following line to /etc/gitweb.conf:

---snip---
# This prevents gitweb to show hidden repositories
$export_ok = git-daemon-export-ok;
$strict_export = 1
---snip---

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages gitweb depends on:
ii  apache2 2.2.21-2
ii  apache2-mpm-worker [httpd]  2.2.21-2
ii  git 1:1.7.7.2-1 
ii  lynx-cur2.8.8dev.9-2
ii  perl5.12.4-6

gitweb recommends no packages.

Versions of packages gitweb suggests:
ii  apache2-mpm-worker [httpd-cgi]  2.2.21-2   
ii  git-doc 1:1.7.7.2-1

-- Configuration Files:
/etc/apache2/conf.d/gitweb changed:
Alias /gitweb /usr/share/gitweb
Directory /usr/share/gitweb
  Options FollowSymLinks +ExecCGI
  DirectoryIndex index.cgi
  AddHandler cgi-script .cgi
/Directory

/etc/gitweb.conf changed:
$projectroot = /var/cache/git;
$git_temp = /tmp;
$home_link = $my_uri || /;
$home_text = indextext.html;
$projects_list = $projectroot;
$javascript = static/gitweb.js;
@diff_opts = ();
$export_ok = git-daemon-export-ok;
$strict_export = 1


-- no debconf information



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



Bug#642233: [PATCH] enable ft2nfdump compilation using flow-tools-dev

2011-10-17 Thread Erik Wenzel

Am 14.10.2011 um 10.39 schrieb Johannes Schauer:

 This adds compilation of the ft2nfdump binary using flow-tools-dev
 instead of using local sources.
That is possible without your patch. But thanks for providing one.

I have created packages (nfdump-flow-tools,nfdump-sflow) to allow people to use 
 extra features of nfdump. You can test it's functionality by installing from 
my debian unstable repository. See http://gpl.code.de/oswiki/GplcodedeApt on 
how to enable your apt.

-- 
Erik Wenzel
e...@debian.org







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



Bug#642233: package contains ft2nfdump man page, but not binary

2011-10-14 Thread Erik Wenzel
Hi Richard,

Am 20.09.2011 um 18.17 schrieb Richard Hartmann:

 Package: nfdump
 Version: 1.6.3p1-1
 Severity: important
 
 As you can see, the ft2nfdump binary is not contained in the package.
 Neither is sfcapd.
 
 This is slightly annoying as I need to import flows generated via
 flow-tools.
I have created a debian package called nfdump-flow-tools that has the importer 
plus man page. I think most user will argue the other way around and do not 
want to in the useless importer they do not need.
With that solution, I think every one is fine. 
Please verify that nfdump-flow-tools works for you by installing[0] the package 
from gpl.code.de unstable.

[0] http://gpl.code.de/oswiki/GplcodedeApt


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



Bug#644632: Run multiple nfcapd daemons

2011-10-07 Thread Erik Wenzel
Hi,

Am 07.10.2011 um 17.03 schrieb Milan Kocian:
[…]
 In some enviroments is better to use multiple nfcapd deamons running 
 parallelly.
 This diff makes easier to configure it (some docs included). I hope it is
 acceptable :-). Comments and objections are welcome.
 Not sure about paths in diff ... (to be applied cleanly).
---snip---
$ git apply --check ~/nf.diff
error: etc/init.d/nfdump: No such file or directory
error: usr/share/doc/nfdump/README.Debian: No such file or directory
error: etc/default/nfdump: No such file or directory
---snip---

Please get the latest release from unstable and apply your changes to the 
source tree. Your patch creation workflow could be like this:
git clone git://gpl.code.de/git/nfdump.git
git checkout unstable
edit files
git add files
git commit
git format-patch -M origin/unstable

Email me the resulting patch file.


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



Bug#606860: gns3: Hardcoded Python 2.6 dependancy

2011-03-23 Thread Erik Wenzel
Hi Stefano,

Am 12.12.10 15.19, schrieb Stefano Rivera:
 Package: gns3
 Version: 0.7.2-1
 Severity: normal
 Tags: patch
 
 gns3 hard-codes a dependency on Python 2.6, rather than building with
 the build-time default Python version. pyversions should state the
 python versions supported by the codebase (in this case 2.5-, according
 to README).
I have talked to upstream. This is a Documentation Bug. gns3 needs
python2.6 or higher. This is fixed in 0.7.3 README.

 I assume this is a result of http://bugs.debian.org/573583, but it seems
 like an over-the-top response.
That's true. Upstream decided to use a python2.6 only feature to fix
this bug. So it is not a over-the-top response.

 In Ubuntu, we've re-hard-coded gns3 to support 2.7 only, but I recommend
 the following patch:
 
 
 diff -u gns3-0.7.2/debian/control gns3-0.7.2/debian/control
 --- gns3-0.7.2/debian/control
 +++ gns3-0.7.2/debian/control
 @@ -4,7 +4,7 @@
  Maintainer: Erik Wenzel e...@debian.org
  Homepage: http://www.gns3.net/
  Vcs-Browser: http://gpl.code.de/gitweb?p=gns3.git;a=summary
 -Build-Depends: python2.6, python-support, cdbs (= 0.4.43), debhelper (= 
 5.0.37.2), python-qt4-dev (=4.3)
 +Build-Depends: python, python-support, cdbs (= 0.4.43), debhelper (= 
 5.0.37.2), python-qt4-dev (=4.3)
  Standards-Version: 3.9.0


-- 
Erik Wenzel e...@debian.org   xmpp: plo...@jabber.ccc.de/home
Debian Developer  gpg: 1C6E77A082DA2EDBD1B125B498C99E8BDB898410



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



Bug#575765: Need help to upload?

2010-10-31 Thread Erik Wenzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Am 31.10.2010 um 12.42 schrieb Christian PERRIER:

 Just found this bug and package waiting to be uploaded to fix it.
 
 May I help or is your usual sponsor about to make the upload?
I did a successful upload on May 7th...

- ---snip---
Von:Archive Administrator instal...@ftp-master.debian.org
Betreff:netperf_2.4.4-6_i386.changes ACCEPTED
Datum:  7. Mai 2010 15:02:40 MESZ
An: Erik Wenzel e...@debian.org
Accepted:
netperf_2.4.4-6.debian.tar.gz
 to non-free/n/netperf/netperf_2.4.4-6.debian.tar.gz
netperf_2.4.4-6.dsc
 to non-free/n/netperf/netperf_2.4.4-6.dsc
netperf_2.4.4-6_i386.deb
 to non-free/n/netperf/netperf_2.4.4-6_i386.deb


Override entries for your package:
netperf_2.4.4-6.dsc - source non-free/net
netperf_2.4.4-6_i386.deb - optional non-free/net

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 575765 


Thank you for your contribution to Debian.
- ---snip---

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)

iEYEARECAAYFAkzNcJUACgkQmMmei9uJhBA0mgCgq5nwjAIr81Vs65KaKzWIksPn
LfwAoKXgbaJzSfnpIwlWp6tjdGawQGca
=hu/F
-END PGP SIGNATURE-



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



Bug#578236: darcsweb: stop shipping files in /etc/apache/

2010-08-28 Thread Erik Wenzel
the attached patch fixes this bug by using debconf to check which http server 
is installed.


578236.patch
Description: Binary data


-- 
Erik Wenzel e...@debian.org
xmpp: plo...@jabber.ccc.de/home
Debian Developer






Bug#575765: nmu proposal

2010-04-12 Thread Erik Wenzel
Am 11.04.2010 um 13.36 schrieb Sven Hoexter:

 tags 575765 patch
 thanks
 
 Hi,
 ok doing s/tetex-bin/texlive-latex-base/ is easy but I'm not sure if it's
 worth uploading.
 
 a) The package seems to be rather neglected.
 b) New upstream release 2.4.5 out since June 2009.
 c) Still at deprecated dh compat level 4.
 d) lintian errors and some warnings.
 
 I'm not sure if we should release a package in this state.
 
 Attached is a proposed patch which includes the simple fix for the FTBFS
 and adds $remote_fs to init script dependency to fix the lintian error.
 
 Erik, are you working on getting this package updated?
Yes. I am working on it. Thank you for your effort.
b) IIRC 2.4.5 was a maintainance release for a problem I do have a patch in 
2.4.4.

--
Erik Wenzel
e...@code.de







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



Bug#573583: gns3: additionnal informations

2010-04-09 Thread Erik Wenzel

Am 09.04.2010 um 15.27 schrieb michael chlon:

 Package: gns3
 Version: 0.7-2
 Severity: normal
 
 Hi,
 
 Before testing the correction, in fact the new package:
 gns3-0.7-2, i would like to run the application.
 But it is now impossible, even if i have install 
 all th epackage required ! Here is what it said
 Can't import Qt modules, PyQt is probably not installed ...
 I think, there is a problem with the dependencies required 
 by this new package. It seems, that it is a problem with 
 the version of the pakage: 
 python-qt4
Please send a full installation log.

--
Erik Wenzel
e...@code.de







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



Bug#573583: gns3: additionnal informations

2010-04-09 Thread Erik Wenzel
 Before testing the correction, in fact the new package:
 gns3-0.7-2, i would like to run the application.
 But it is now impossible, even if i have install 
 all th epackage required ! Here is what it said
 Can't import Qt modules, PyQt is probably not installed ...
 I think, there is a problem with the dependencies required 
 by this new package. It seems, that it is a problem with 
 the version of the pakage: 
 python-qt4
 
 Now, i can't work anymore !
Meanwhile I could reproduce your problem. Current python-qt4 
package (4.6-1) is lacking support for python2.6 modules. Sids 
python-qt 4.7.2-1 does have such modules. You have to wait 
until that version is entering testing in some time.
 
--
Erik Wenzel
e...@code.de







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



Bug#573583: gns3: Response(s)???

2010-04-03 Thread Erik Wenzel
Hello Michael,

Am 03.04.2010 um 18.20 schrieb michael chlon:

 Package: gns3
 Version: 0.7-1
 Severity: normal
 
 Is it normal to wait such a long time without any response ?
This is not a bug report. This is a rant. My motivation to help you is at a 
minimum. To change that you have to update this bug with the following 
information:
1. Please read gns3.net forum and check if someone else has exactly the same 
problem 
2. Describe what you have done - what you have clicked - to get the failure. Be 
verbose.
3. Attach your .gns3/gns3.ini file 




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



Bug#568652: Mail-Sender perl module license problem

2010-02-08 Thread Erik Wenzel

Hi Jan,

--- snip from README ---
[...]
Copyright (c) 1997-2003 Jan Krynicky je...@krynicky.cz. All rights  
reserved.
This program is free software; you can redistribute it and/or modify  
it under
the same terms as Perl itself with only one exception, you are not  
allowed

to use the module for SPAM.
--- snip ---
or
--- snip sender.pm ---
There is only one aditional condition, you may NOT use this module for  
SPAMing! NEVER! (see http://spam.abuse.net/ for definition)

--- snip ---
The exception ›you are not allowed to use the module for SPAM‹ is the  
cause for Debian Bug568652[0]. Which lead to a package movement from  
main debian distribution to non-free package distribution.
And in consequence this leads to lesser usage by debian based  
distribution users. If that is what you want, ok. But in the end this  
is useless statement. Spammers don't care about licenses.
And if the unlikely will happen, that one spammer got caught, You'll  
not notice. And you will not sue him for breaking the license.


If you wanted to be humorous you cut your own flesh with that  
statement. Please support open source and free software and chose a  
one of the well known and verified licences.


Please remove that statement from copyright notice in any file.


[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568652

--
Erik Wenzel e...@debian.org, xmpp: plo...@jabber.ccc.de/home
Debian Developer






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



Bug#558130: gns3 crashes on start

2009-11-29 Thread Erik Wenzel

---snip---
(gdb) run  /usr/bin/gns3
Starting program: /usr/bin/python /usr/bin/gns3
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x080882e5 in PyDict_GetItem ()
---snip---

This is the same as in Launchpad PR:451915[0]. It was fixed in sip4- 
qt3 (4.9.1-snapshot-20091015-0ubuntu1). As of today latest upstream  
version is 4.9.3. The upload of python-sip4_4.9-1 makes gns3 unusable.


[0] https://bugs.launchpad.net/ubuntu/+source/sip4-qt3/+bug/451915
--
Erik Wenzel
e...@code.de




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



Bug#553170:

2009-10-29 Thread Erik Wenzel

Package: gns3
tags upstream, confirmed

--
Erik Wenzel
e...@code.de







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



Bug#402939: openntpd: 'dispatch_imsg in main: pipe closed' error

2009-08-28 Thread Erik Wenzel

This bug is also in sid (openntpd 3.9p1+debian-3).

--
Erik Wenzel
e...@debian.org







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



Bug#535901: nfdump: it is not compiled with --enable-nfprofile support. It is not possibile use nfsen.

2009-07-23 Thread Erik Wenzel
--enable-nfprofile is configured. See debian/rules. This is a good  
example for a bad bug report. No evidence, no description, but maximum  
severity. Thanks for the bug-report.


--
Erik Wenzel
e...@debian.org







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



Bug#534562: nfdump: please reconsider VERBOSE handling in init script

2009-07-01 Thread Erik Wenzel

Hi Marc,

Am 25.06.2009 um 12:15 schrieb Marc Haber:


Package: nfdump
Version: 1.5.7+20081221-3
Severity: wishlist

Hi,

I usually boot my kernel with a quiet command line since I don't
want the system to spew screenfuls of init messages before the splash
screen takes over. This, as a - surprising - side effect causes
/lib/init/vars.sh to set the VERBOSE environment variable which in
turn causes nfdump's init script to totally silence itself. This comes
as a surprise.

IMO, the wish to have a noiseless system start does not include the
wish that an init script which may be invoked from the command line
days later does not give any feedback about its operation.

Please consider returning your init script to the behavior that is
common for init scripts, which is not honoring a VERBOSE environment
variable to switch off the log_foo calls. I do sincerely hope that
this is not some new recommended way to handle LSB foo in init  
scripts.


If I'm mistaken, please point me to the docs that say what you're
doing is fine, I need to oppose that doc ;)

It's from debian-policy 9.3.5[0]. See /etc/init.d/skeleton

[0] http://www.debian.org/doc/debian-policy/ch-opersys.html#s9.3.5
--
Erik Wenzel
e...@code.de







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



Bug#513202: gns3 - unavailbe dependence

2009-01-28 Thread Erik Wenzel

Hi,

Am 27.01.2009 um 12:54 schrieb Evgeni Golov:


On Tue, 27 Jan 2009 12:26:10 +0100 Evgeni Golov wrote:


Well, it's available on i386, and prolly just needs a build on amd64?
AFAIK non-free isn't autobuilt, so just fetch the source and try to
build it.


Okay, it was a bit more than just a rebuild:
I had to adjust DYNAMIPS_ARCH so it builds with correct amd64 headers.
Patch is attached.
That patch isn't needed for a successful rebuild on amd64. I verified  
that a rebuild takes 4 lines without any changes to the source. Here  
shown with pbuilder.

apt-get source dynamips
dpkg-source -x dynamips_0.2.7-0.2.8RC2-3.dsc
cd dynamips-0.2.7-0.2.8RC2/
pdebuild

I disabled the patch you did attached in dynamips_0.2.7-0.2.8RC2-3 in  
favour of [0].


[0] 
http://gpl.code.de/gitweb?p=dynamips.git;a=commit;h=fd03c6f8a45e9b26f0b66ec9a6bdb71e579be764

--
Erik Wenzel
Debian Developer
EMail: e...@debian.org








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



Bug#484526: root cause

2008-12-19 Thread Erik Wenzel


Am 19.12.2008 um 11:17 schrieb Remco Post:

This problem probably occurs when trying to run nfcapd as a non-root  
user from the rc script. It is then unable to write a pidfile (due  
to permissions on /var/run) and the rc script is unable to perform a  
clean shutdown.
Unprivileged init script usage shoudn´t do anything. start-stop-daemon  
checks for valid $UID.

Could you verify your guess, please?





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



Bug#468797: dynamips: dpkg-buildpackage -b fails on amd64

2008-06-09 Thread Erik Wenzel

Hi,

Am 08.06.2008 um 22:12 schrieb Faidon Liambotis:
[...]

Any reason why this fix is not present (i.e. uncommented) in Debian?
This is an RC-bug, preventing dynamips from being included in testing.
The reason for that is, I have not found time to create build  
environments for non i386 or amd64 architectures to test the build  
process. Provide build logs for all the architectures and I will  
enable it in rules file.


--
[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#475778: pristine-tar: failed to generate delta

2008-05-20 Thread Erik Wenzel
Package: pristine-tar
Version: 0.14
Followup-For: Bug #475778

pristine-tar also fails on libmail-sender-perl_0.8.13.orig.tar.gz [0]

pristine-tar -v -d gendelta libmail-sender-perl_0.8.13.orig.tar.gz bla
pristine-tar: zcat libmail-sender-perl_0.8.13.orig.tar.gz 
/tmp/pristine-tar.vgcGUIwFyO/origtarball
pristine-tar: pristine-gz -v -d --no-keep gendelta
libmail-sender-perl_0.8.13.orig.tar.gz /tmp/pristine-tar.vgcGUIwFyO/wrapper
pristine-gz: cp libmail-sender-perl_0.8.13.orig.tar.gz
/tmp/pristine-gz.pQu7vAWIw0/test.gz
debug: flags: [0, 0, 0, 1, 0, 0, 0, 0] timestamp: 1140892036 level: 2 os: 11
name: Mail-Sender-0.8.13.tar
pristine-gz: mv -f /tmp/pristine-gz.pQu7vAWIw0/test.gz
/tmp/pristine-gz.pQu7vAWIw0/Mail-Sender-0.8.13.tar.gz
pristine-gz: gunzip -N /tmp/pristine-gz.pQu7vAWIw0/Mail-Sender-0.8.13.tar.gz
pristine-gz: zgz -9 --osflag 11
/tmp/pristine-gz.pQu7vAWIw0/Mail-Sender-0.8.13.tar
pristine-gz: gunzip -N /tmp/pristine-gz.pQu7vAWIw0/Mail-Sender-0.8.13.tar.gz
pristine-gz: zgz -9 --osflag 11 --quirk buggy-bsd
/tmp/pristine-gz.pQu7vAWIw0/Mail-Sender-0.8.13.tar
pristine-gz: gunzip -N /tmp/pristine-gz.pQu7vAWIw0/Mail-Sender-0.8.13.tar.gz
pristine-gz: zgz -9 --quirk ntfs
/tmp/pristine-gz.pQu7vAWIw0/Mail-Sender-0.8.13.tar
pristine-gz failed to reproduce build of
libmail-sender-perl_0.8.13.orig.tar.gz
(Please file a bug report.)
pristine-tar: command failed: pristine-gz -v -d --no-keep gendelta
libmail-sender-perl_0.8.13.orig.tar.gz /tmp/pristine-tar.vgcGUIwFyO/wrapper

[0]
http://ftp.debian.org/pool/main/libm/libmail-sender-perl/libmail-sender-perl_0.8.13.orig.tar.gz



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages pristine-tar depends on:
ii  libc6  2.7-11GNU C Library: Shared libraries
ii  perl-modules   5.10.0-10 Core Perl modules
ii  xdelta 1.1.3-8   A diff utility which works with bi
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages pristine-tar recommends:
ii  bzip2 1.0.5-0.1  high-quality block-sorting file co
ii  pbzip21.0.2-0parallel bzip2 implementation

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#472666: ITP: nfsen -- Netflow Sensor

2008-03-25 Thread Erik Wenzel
Package: wnpp
Severity: wishlist
Owner: Erik Wenzel [EMAIL PROTECTED]

* Package name: nfsen
  Version : 1.3
  Upstream Author : Peter Haag, [EMAIL PROTECTED]
* URL : http://nfsen.sf.net/
* License : (BSD)
  Programming Lang: (Perl, PHP)
  Description : web frontend to nfdump netflow tools

 allows to keep all the convenient advantages of the command line using
 nfdump directly and gives you also a graphical overview over your
netflow
 data.
  * Display your netflow data from many sources: Flows, Packets and
Bytes.
  * Easily navigate through the netflow data.
  * Process the netflow data within the specified time span.
  * Create history as well as continuous profiles.
  * Write your own plug-ins to process and disply netflow data on a
regular
interval.
 Homepage: http://nfsen.sf.net/

-- 
Erik Wenzel [EMAIL PROTECTED]


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#468797: dynamips: dpkg-buildpackage -b fails on amd64

2008-03-01 Thread Erik Wenzel


Am 01.03.2008 um 15:54 schrieb Philippe Latu:


Package: dynamips
Version: 0.2.7-0.2.8RC2-1
Severity: serious
Justification: no longer builds from source



-- System Information:
Debian Release: lenny/sid
 APT prefers unstable
 APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24.3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

While trying to build from source I get the following error.

Any hint ?

make -C .
make[1]: entrant dans le répertoire «
/usr/local/src/dynamips-0.2.7-0.2.8RC2 »
Linking rom2c
Extracting ROM from ELF file 'mips64_microcode'...
Extracting ROM from ELF file 'ppc32_microcode'...
Compiling mempool.c
Compiling registry.c
Compiling rbtree.c
Compiling hash.c
Compiling sbox.c
Compiling utils.c
Compiling parser.c
Compiling plugin.c
Compiling ptask.c
Compiling timer.c
Compiling crc.c
Compiling base64.c
Compiling net.c
Compiling net_io.c
Compiling net_io_bridge.c
Compiling net_io_filter.c
Compiling atm.c
Compiling atm_vsar.c
Compiling atm_bridge.c
Compiling frame_relay.c
frame_relay.c: In function ‘frsw_create_vc’:
frame_relay.c:389: warning: dereferencing type-punned pointer will  
break

strict-aliasing rules
Compiling eth_switch.c
Compiling dynamips.c
Compiling insn_lookup.c
insn_lookup.c:319: warning: ‘ilt_dump’ defined but not used
Compiling vm.c
vm.c:115: warning: ‘vm_object_rebuild_list’ defined but not used
Compiling cpu.c
Compiling jit_op.c
Compiling mips64.c
Compiling mips64_mem.c
mips64_mem.c: In function ‘mips64_mts32_slow_lookup’:
mips64_mem.c:377: warning: label ‘err_address’ defined but not used
Compiling mips64_cp0.c
Compiling mips64_jit.c
mips64_jit.c:258: warning: ‘insn_jump_find’ defined but not used
/tmp/ccIbvxJc.s: Assembler messages:
/tmp/ccIbvxJc.s:1424: Error: suffix or operands invalid for `mov'
make[1]: *** [mips64_jit.o] Erreur 1
make[1]: quittant le répertoire « /usr/local/src/ 
dynamips-0.2.7-0.2.8RC2

»
make: *** [debian/stamp-makefile-build] Erreur 2
dpkg-buildpackage: échec: debian/rules build a produit une erreur de
sortie de type 2


Edit debian/rules and uncomment
---snip---
#DM_ARCH = nojit
#ifeq ($(DEB_HOST_ARCH),i386)
#   DM_ARCH = x86
#endif
#ifeq ($(DEB_HOST_ARCH), amd64)
#   DM_ARCH = $(DEB_HOST_ARCH)
#endif
#DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) make -C $(DEB_BUILDDIR) \
#   DYNAMIPS_ARCH=$(DM_ARCH)
DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) make -C $(DEB_BUILDDIR)
---snip---
and comment out the last line.

--
Erik Wenzel
Debian Developer
EMail: [EMAIL PROTECTED]








Bug#444665: ITP: gns3 -- graphical user interface to ns-3 and dynamips

2007-09-30 Thread Erik Wenzel
Package: wnpp
Owner: Erik Wenzel [EMAIL PROTECTED]
Severity: wishlist

*** Please type your report below this line ***

* Package name: gns3
  Version : 0.2alpha
  Upstream Author : [EMAIL PROTECTED]
* URL : http://www.gns3.net/
* License : GPL2
  Programming Lang: Python
  Description : graphical user interface to ns-3 and dynamips

GNS-3 is a graphical network simulator that allows you to design complex
network topologies. You may run simulations or configure devices ranging
from simple workstations to powerful Cisco routers. It is based on NS-3,
a discrete-event network simulator for Internet systems, and Dynamips,
an IOS emulator which allows users to run IOS binary images from Cisco
Systems.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Report will be sent to Debian Bug Tracking System
[EMAIL PROTECTED]

-- 
Erik Wenzel [EMAIL PROTECTED]





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#424039: ITP: aggregate -- ipv4 cidr prefix aggregator

2007-05-15 Thread Erik Wenzel
Package: wnpp
Owner: Erik Wenzel [EMAIL PROTECTED]
Severity: wishlist

*** Please type your report below this line ***

* Package name: aggregate
  Version : 1.6.0
  Upstream Author : Joe Abley [EMAIL PROTECTED]
* URL : ftp://ftp.isc.org/isc/aggregate/
* License : Copyright (c) 2000-2001 by Metromedia Fiber Network
  Programming Lang: C, Perl
  Description : ipv4 cidr prefix aggregator

 takes a list of prefixes in conventional format on stdin, and performs
two
 optimisations to reduce the length of the prefix list. It removes any
 supplied prefixes which are supurfluous because they are already
included in
 another supplied prefix (e.g., 203.97.2.0/24 would be removed if
 203.97.0.0/17 was also supplied), and identifies adjacent prefixes that
can
 be combined under a single, shorter-length prefix (e.g., 203.97.2.0/24
and
 203.97.3.0/24 can be combined into the single prefix 203.97.2.0/23).

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Report will be sent to Debian Bug Tracking System
[EMAIL PROTECTED]

-- 
Erik Wenzel [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#416501: nfdump: can't customize behaviour

2007-03-31 Thread Erik Wenzel
Am Freitag, den 30.03.2007, 22:46 +0200 schrieb Alessandro Ogier:
 Erik Wenzel ha scritto:
  Mar 29 17:28:26 lattepiu /usr/bin/nfcapd[16728]: Can't execvp:
  /home/netflow/stuff/process.sh: No such file or directory
  This is clearly a shell error. Is /home/netflow/stuff/process.sh there
  and has executable permissions? Really? Check twice.
 
 nice lesson Erik, now is my turn.
 
 i) no, it isn't, clearly, a shell error, if you read the whole line i
 hope you'll see only ONE double quote. Every normal sysadmin would note
 that. At the first check.
 
 ii) let's strace runner process with DAEMON_ARGS=-w -t 300 -p 5000 -l
 /home/netflow/ -D -u nfcapd -g nfcapd -x /home/netflow/stuff/process.sh
 %f\ :
 
 lattepiu:/home/oggei# strace -fp 17533 21 | egrep process
 
 [pid 17543] execve(\/home/netflow/stuff/process.sh,
 [\/home/netflow/stuff/process.sh], [/* 17 vars */]) = -1 ENOENT (No
 such file or directory)
 
 have you got the point, now ?
 
 For the moment, i made a shell script /usr/local/bin/nfcapd already
 configured for my needs.
 
 I suspect some bad habit of start-stop-daemon (!), in fact is a not so
 common practice to pass via command line multi-word params for daemons.
 So maybe it still doesn't manage shell escaping very well.
 
 Do you want help me to track down this one ?
Yes, track it down, please. You have the debugging environment already
set, up. I am still not conviced, because I see an syntax error at ii).
There is not an backslash before the double quote. For what I see
variable definition is:
DAEMON_ARGS=-w -t 300 -p 5000 -l/home/netflow/ -D -u nfcapd -g nfcapd
-x 
This is definitly not what you want. :) It might be typo in your email.
 
-- 
Erik Wenzel [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#416501: nfdump: can't customize behaviour

2007-03-29 Thread Erik Wenzel
Am Mittwoch, den 28.03.2007, 15:00 +0200 schrieb oggei:
 Package: nfdump
 Version: 1.5.2-6
 Severity: important
 
 
 Hi, i needed to make some customizations on DAEMON_ARGS so i created one
 on /etc/default/nfcapd .
 Everything work fine except for -x (execute command on rotating) part,
 and no way getting it to work making all of sort of escaping.
 
 example: 
 
 DAEMON_ARGS=-w -t 300 -p 5000 -l /home/netflow/ -D -u nfcapd -g nfcapd
 -x '/home/netflow/stuff/process.sh %f'
 
 
 Mar 28 14:58:51 lattepiu /usr/bin/nfcapd[2808]: Launcher: run command:
 ''/home/netflow/stuff/process.sh'
 Mar 28 14:58:51 lattepiu /usr/bin/nfcapd[3089]: Can't execvp:
 '/home/netflow/stuff/process.sh: No such file or directory
 
 and with:
 
 DAEMON_ARGS=-w -t 300 -p 5000 -l /home/netflow/ -D -u nfcapd -g nfcapd
 -x /home/netflow/stuff/process.sh %f
 
 
 Mar 28 14:59:38 lattepiu /usr/bin/nfcapd[4605]: Launcher: run command:
 '/home/netflow/stuff/process.sh'
 Mar 28 14:59:38 lattepiu /usr/bin/nfcapd[4772]: Launcher: Startup.
 
 
 that's ok, but no expansion.
I don't think this is a nfdump related bugs. This looks like a shell
quoting  problem to me. 
Try DAEMON_ARGS=-w -t 300 -p 5000 -l /home/netflow/ -D -u nfcapd -g
nfcapd -x \/home/netflow/stuff/process.sh %f\

-- 
Erik Wenzel [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#413658: netserver can be locked by /tmp/netperf.debug

2007-03-06 Thread Erik Wenzel
Am Dienstag, den 06.03.2007, 13:56 +0100 schrieb Philippe Coval:
 Package: netperf
 Version: 2.4.3-2
 Severity: wishlist
 
 Hello,
 I've been confronted to this inconvenience, 
 so I guess it could help others too
 
 On lunch netperf's server creates the file /tmp/netperf.debug
 with  user's ownership (default root)
 
 And this can cause trouble if serveral users start netserver 
 (on different port of course).
 
 Maybe this can be workarounded by adding port number in debug filename
 
 Also when deamon is stopped, the file is still here, 
 which may lock users uage of netserver
 
 Last Wishes :
 * '--version' option on client and server 
 * csv output  is welcome too
 
 Regards
 
 
 -- System Information:
 Debian Release: 4.0
   APT prefers testing
   APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.20-k7-amiloa-rt
 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
 
 Versions of packages netperf depends on:
 ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
 
 netperf recommends no packages.
 
 -- no debconf information
 

This 3 bug reports are forwarded to upstream.

-- 
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#383068: ITP: dynamips -- Cisco 7200 Router Emulator

2006-08-24 Thread Erik Wenzel
This is a corrected ITP with correct Upstream Author and Licence fields:

ackage: wnpp
Severity: wishlist

Package: wnpp
Severity: wishlist


* Package name: dynamips
  Version : 0.2.4-0.2.5RC2
  Upstream Author : Fabien Devaux, Christophe Fillot, MtvE
* URL : http://www.ipflow.utc.fr/blog/
* License : GPL2
  Description : Cisco 7200 Router Emulator

 Dynamips emulates Cisco 7200 Routers on a traditional PC. You can use
 dynamips to create labs. It uses real IOS Images (which are not part of
 this package). Of course, this emulator cannot replace a real router.
 It is simply a complementary tool to real labs for administrators of
 Cisco networks or people wanting to pass their CCNA/CCNP/CCIE exams.
 For a Command Line Interface for dynamips see dynagen package.



-- 
Erik Wenzel
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#383072: ITP: dynagen -- Cisco 7200 Router Emulator Command Line Interface

2006-08-24 Thread Erik Wenzel
This is a corrected ITP for the fields Upstream Author and URL:

Package: wnpp
Severity: wishlist


* Package name: dynagen
  Version : 0.4.3
  Upstream Author : Greg Anuzelli ([EMAIL PROTECTED])
* URL : http://sourceforge.net/projects/dyna-gen
* License : GPL
  Description : Cisco 7200 Router Emulator Command Line Interface


 Dynagen is a text-based front end for Dynamips, that uses the
  “Hypervisor” mode for communication with Dynamips. Dynagen simplifies
   building and working with virtual networks:
   o Uses a simple, easy to understand configuration file for specifying
 virtual router hardware configurations.
   o Simple syntax for interconnecting routers, bridges, frame-relay and
 ATM switches. No need to deal with NetIOs.
   o Can work in a client / server mode, with Dynagen running on your 
 workstation communicating to Dynamips running on a back-end server. 
 Dynagen can also control multiple Dynamips servers simultaneously for 
 distributing large virtual networks across several machines.
   o Provides a management CLI for listing devices, starting, stopping,
 reloading, suspending, and resuming virtual routers.



signature.asc
Description: Digital signature


Bug#383068: ITP: dynamips -- Cisco 7200 Router Emulator

2006-08-14 Thread Erik Wenzel
Package: wnpp
Severity: wishlist


* Package name: dynamips
  Version : 0.2.4-0.2.5RC2
  Upstream Author : Michael Sweet [EMAIL PROTECTED]
* URL : http://www.ipflow.utc.fr/blog/
* License : ? 
  Description : Cisco 7200 Router Emulator

 Dynamips emulates Cisco 7200 Routers on a traditional PC. You can use
 dynamips to create labs. It uses real IOS Images (which are not part of
 this package). Of course, this emulator cannot replace a real router.
 It is simply a complementary tool to real labs for administrators of
 Cisco networks or people wanting to pass their CCNA/CCNP/CCIE exams.
 For a Command Line Interface for dynamips see dynagen package.

-- 
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#383072: ITP: dynagen -- Cisco 7200 Router Emulator Command Line Interface

2006-08-14 Thread Erik Wenzel
Package: wnpp
Severity: wishlist


* Package name: dynagen
  Version : 0.4.3
  Upstream Author : Michael Sweet [EMAIL PROTECTED]
* URL : http://dynagen.sf.net
* License : GPL
  Description : Cisco 7200 Router Emulator Command Line Interface


 Dynagen is a text-based front end for Dynamips, that uses the
  “Hypervisor” mode for communication with Dynamips. Dynagen simplifies
   building and working with virtual networks:
   o Uses a simple, easy to understand configuration file for specifying
 virtual router hardware configurations.
   o Simple syntax for interconnecting routers, bridges, frame-relay and
 ATM switches. No need to deal with NetIOs.
   o Can work in a client / server mode, with Dynagen running on your 
 workstation communicating to Dynamips running on a back-end server. 
 Dynagen can also control multiple Dynamips servers simultaneously for 
 distributing large virtual networks across several machines.
   o Provides a management CLI for listing devices, starting, stopping,
 reloading, suspending, and resuming virtual routers.

-- 
[EMAIL PROTECTED]



Bug#361135: netperf: forwarded 361135

2006-04-07 Thread Erik Wenzel
Package: netperf
Version: 2.4.1-1
Followup-For: Bug #361135

forwarded 361135 [EMAIL PROTECTED]

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages netperf depends on:
ii  libc6 2.3.6-5GNU C Library: Shared libraries an

netperf recommends no packages.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#314344: netperf: FTBFS (amd64/gcc-4.0): Failed to get size of sin_port in struct sockaddr_in

2005-08-10 Thread Erik Wenzel
Tags: unreproducible 

---snip---
[EMAIL PROTECTED]:~/netperf-2.4.0$ ls -lrt ..
total 1664
-rw-r--r--  1 erik Debian 1136837 May 29 19:47 netperf_2.4.0.orig.tar.gz
-rw-r--r--  1 erik Debian 566 Aug 10 22:24 netperf_2.4.0-2.diff.gz
-rw-r--r--  1 erik Debian 359 Aug 10 22:24 netperf_2.4.0-2.dsc
drwxr-xr-x  6 erik Debian4096 Aug 10 22:24 netperf-2.4.0
-rw-r--r--  1 erik Debian  455156 Aug 10 22:25 netperf_2.4.0-2_i386.deb
-rw-r--r--  1 erik Debian 688 Aug 10 22:25 netperf_2.4.0-2_i386.changes
-rw-r--r--  1 erik Debian   74422 Aug 10 22:25 netperf_2.4.0-2_i386.build
[EMAIL PROTECTED]:~/netperf-2.4.0$ uname -a
Linux pergolesi 2.6.10 #1 SMP Thu Feb 24 14:11:27 CET 2005 x86_64 GNU/Linux
[EMAIL PROTECTED]:~/netperf-2.4.0$
---snip---

-- 
Erik Wenzel
[EMAIL PROTECTED]


signature.asc
Description: Digital signature