Bug#761168: systemtap-common: procfs probes fail

2014-09-11 Thread David Manso
Package: systemtap-common Version: 1.7-1+deb7u1 Severity: normal Tags: patch Dear Maintainer, Trying a simple procfs probe like this: ---profs-read.stp- probe procfs("readme").read { $value = "100\n" } --- reports an error while compiling:

Bug#649249: tcpxtract: Fixed PNG header

2011-11-19 Thread David Manso
(http://en.m.wikipedia.org/wiki/Portable_Network_Graphics) correct pattern is: 89 50 4e 47 0d 0a 1a 0a Thank you. On Nov 19, 2011 12:53 PM, "Nico Golde" wrote: > Hi, > * David Manso [2011-11-19 10:55]: > > Fixed PNG header > > Please learn how to write a proper bug report for th

Bug#649249: tcpxtract: Fixed PNG header

2011-11-19 Thread David Manso
Package: tcpxtract Version: 1.0.1-5 Severity: normal Fixed PNG header -- System Information: Debian Release: 6.0.2 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores) Locale: LANG=en_U

Bug#398356: nstx: Patch to source package

2009-05-23 Thread David Manso
3 13:43:05.0 +0200 +++ nstx-1.1-beta6/debian/changelog 2009-05-24 00:11:54.476099823 +0200 @@ -1,3 +1,9 @@ +nstx (1.1-beta6-5.1~dmanso) unstable; urgency=low + + * Add option -n to name tun devices (Closes: #398356). + + -- David Manso Sat, 23 May 2008 15:02:03 +0200 + nstx (1.1-beta6-5) u

Bug#525053: open-iscsi: fails to boot with CHAP parameters

2009-04-21 Thread David Manso
Package: open-iscsi Version: 2.0.870~rc3-0.4 Severity: normal Tags: patch CHAP parameters aren't treated correctly when booting from iscsi and stored in /etc/iscsi/iscsi.initramfs. iscsistart options for this parameters aren't added. Patch attached. -- System Information: Debian Release: 5.0.1

Bug#495297: hoz: paste doesn't sanitize filename

2008-08-15 Thread David Manso
Package: hoz Version: 1.65-1 Severity: grave Tags: security Justification: user security hole Pasting a file doesn't check whether internal filename uses a path, allowing a modified header to write out of output directory. Example: Modified header: ?^...?../home/user/file?1238

Bug#465428: vrrpd: only restores RT_TABLE_MAIN routing table (source routing fails)

2008-02-12 Thread David Manso
Package: vrrpd Version: 1.0-1 Severity: normal Tags: patch When vrrp becomes active it changes its mac address, causing all routes with this interface to dissapear. After that it restores only routes within the main routing table. In configurations with source routing it's necessary to use other

Bug#406327: /etc/init.d/networking stop doesn't deactivate any interface containing "lo" substring

2007-01-10 Thread David Manso
Package: netbase Version: 4.27 I have a interface called vlan-loc configured in /etc/network/interfaces, but when I try to stop it using: /etc/network/interfaces stop it deactivate all interfaces but lo and vlan-loc. The problem is that the script uses: ifdown -a --exclude=lo