Bug#308636: ethereal: slight display problem with rsync packets

2005-05-11 Thread Christoph Biedl
Package: ethereal Version: 0.10.10-2 Severity: minor Trying to isolate an rsync problem (for the curious: it later turned out to be the one reported and fixed in #307923) I captured an rsync connection and tried to display it using ethereal. However the info column for the packet of client

Bug#308641: ethereal-common: text2pcap manpage: Some clarifications, please

2005-05-11 Thread Christoph Biedl
Package: ethereal-common Version: 0.10.10-2 Severity: wishlist Two things that caused a lot of grief here: 1. The manpage says Text2pcap understands a hexdump of the form generated by od -t x1. While this is not really wrong, it is still misleading since od (at least in Debian sarge) defaults

Bug#308636: ethereal: slight display problem with rsync packets

2005-05-11 Thread Christoph Biedl
W. Borgert wrote... The package seems to be installed incorrectly. No. reportbug was executed on another system than where I encountered the problem. The information there is | ii ethereal 0.10.10-2 network traffic analyzer with all dependencies resolved (today's sarge).

Bug#309255: nagios-plugins: check_ping segfaults if used for IPv6

2005-05-15 Thread Christoph Biedl
Package: nagios-plugins Version: 1.4-3 Severity: normal Testing the v6-connectivy although I knew there wasn't any at that time, nagios still gave me a lot of green lights. That was strange and some testing finally led to # /usr/lib/nagios/plugins/check_ping -6 -H ::1 -w 200.0,20% -c 500.0,60%

Bug#309255: nagios-plugins: check_ping segfaults if used for IPv6

2005-05-17 Thread Christoph Biedl
Christoph Biedl wrote... # /usr/lib/nagios/plugins/check_ping -6 -H ::1 -w 200.0,20% -c 500.0,60% -p 5 Segmentation fault Further tests using gdb suggest the problem is a follows: | #define PING6_COMMAND /bin/ping6 -n -U -c %d %s | #define PING_COMMAND /bin/ping -n -U -w %d -c %d %s [ nagios

Bug#309255: nagios-plugins: check_ping segfaults if used for IPv6

2005-05-19 Thread Christoph Biedl
Christoph Biedl wrote... The actual magic should reside in the configure script. The current (and broken) output is: | checking for ICMP ping syntax... /bin/ping -n -U -w %d -c %d %s | checking for ICMPv6 ping syntax... /bin/ping6 -n -U -c %d %s Sorry to bother you again but I'd really like

Bug#346037: mc: tar viewer displays internals of --posix .tar files

2006-01-04 Thread Christoph Biedl
Package: mc Version: 1:4.6.0-4.6.1-pre3-3sarge1 Severity: normal After creating a tar file using tar's --posix option, e.g. $ touch foo $ tar --posix -cf foo.tar foo the tar viewer of mc shows a directory PaxHeaders.number that contains some information, probably stuff that cannot placed in the

Bug#347647: install: [hppa] usb keyboard was not detected

2006-01-11 Thread Christoph Biedl
Package: install Severity: normal I got a HP C3600 workstation to play with but Debian installation failed at very early stage: Using the netboot image dists/sarge/main/installer-hppa/20050305/images/netboot/2.6/boot.img the system came up fine but appearently did not initialize the keyboard, in

Bug#330983: asterisk: Building chan_zap.so (and five other modules) requires zaptel.h at the wrong place

2005-11-08 Thread Christoph Biedl
Mark Purcell wrote... Andreas. Why did you raise this to serverity serious? | Subject: FTBFS = serious Fails To Build From Sources. I guess it's a policy violation. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330983;msg=7 On Friday 30 September 2005 21:49, Christoph Biedl wrote: Re

Bug#345754: nano: Fails to display certain characters in utf-8

2006-01-03 Thread Christoph Biedl
Package: nano Version: 1.2.4-5 Severity: normal Basically for the records as I fear this cannot be cured: Using nano in Debian stable after enabling utf-8 I found that I can type and see lowercase umlauts quite well while uppercase prints garbage. strace helped to locate the problem (several

Bug#338802: acx100-source: Should depend on fakeroot

2005-11-12 Thread Christoph Biedl
Package: acx100-source Severity: normal Trying to build the module: $ module-assistant build acx100 -u . -t Found sudo, will use it for apt-get and dpkg commands. Extracting the package tarball, /usr/src/acx100.tar.gz /usr/share/modass/overrides/acx100-source: line 58: fakeroot: command not

Bug#366410: tinyproxy: format string bug

2006-09-16 Thread Christoph Biedl
Hi, I found your report and I'd like to give a comment: Karl Chen wrote... Below is a fix to a format string bug in tinyproxy. It does not appear exploitable in the current version of tinyproxy. Not exploitable but configuring ViaProxyName to something format-string like causes more or less

Bug#387704: grep: -i breaks \W in some locales (perhaps UTF-8 locales only)

2006-09-16 Thread Christoph Biedl
Package: grep Version: 2.5.1.ds2-5 Severity: normal I noticed that enabling --ignore-case suddenly caused certain patterns not to match any longer although they should: $ echo 'foo bar' | grep'^foo\W' foo bar $ echo 'foo bar' | grep -i '^foo\W' $ Digging further reveals that there's an

Bug#284704: Tinyproxy fails to cleanup PID file running as non-root user

2006-09-16 Thread Christoph Biedl
, chown the pidfile so +tinycode can clean it upon exit (Closes: #284704) + + -- Christoph Biedl [EMAIL PROTECTED] Sat, 16 Sep 2006 08:41:58 + + tinyproxy (1.6.3-2) unstable; urgency=low * Remove debugging grammar.[ch] and scanner.c as diff -urN tinyproxy-1.6.3.ORIG/debian/dirs

Bug#387721: tinyproxy: Should not grant non-localhost access by default

2006-09-16 Thread Christoph Biedl
Package: tinyproxy Version: 1.6.3-2 Severity: normal Hi, I noticed the default configuration file grants access to a local network by default: | Allow 192.168.1.0/25 Although this is much better than allow access from anywhere this still can be abused cause harm and confusion in appropriate

Bug#387732: udhcp: Some backup files lay around

2006-09-16 Thread Christoph Biedl
Package: udhcp Version: 0.9.8cvs20050303-2 Severity: minor Looking into the sources I noticed some backup files lay around in the tree: $ ls -l *~ -rw-r--r-- 1 cbiedl cbiedl 2418 Sep 16 11:26 Makefile~ -rw-r--r-- 1 cbiedl cbiedl 2891 Sep 16 11:26 arpping.c~ -rw-r--r-- 1 cbiedl cbiedl 1030 Sep 16

Bug#394992: mysql-client-5.0: mysqldump broke after upgrade 4.1 - 5.0

2006-10-24 Thread Christoph Biedl
Package: mysql-client-5.0 Version: 5.0.24a-9 Severity: important I'm using mysqldump to save a copy of a mysql database running on a different machine on a non-standard port (in case it matters: That's an mysql4). So I have a daily cronjob like (names changed to protect the guilty): | mysqldump

Bug#395056: smokeping: Will die silently if no syslog is available

2006-10-24 Thread Christoph Biedl
Package: smokeping Version: 2.0.9-1 Severity: wishlist After an upgrade from sarge I noted smokeping was not running, even after manual restart. Further investigation revealed that the problem is actually a problem with a dying syslog-ng (#384021). However, smokeping dies if it cannot write to

Bug#396299: module-assistant: Must strip VERSION from environment

2006-10-30 Thread Christoph Biedl
Package: module-assistant Version: 0.10.7 Severity: important Really odd things happen if the environment variable VERSION is defined or set before calling module-assistant. Given an invocation as in | module-assistant build module--non-inter --kernel-dir /home/linux \ | --userdir .

Bug#368226: quagga - fails to upgrade

2006-11-03 Thread Christoph Biedl
Christian Hammers wrote... Regarding to the fails to upgrade: as a restart of Quagga potentially means a loss of Internet connection for the router (and connected subnets) which is especially ugly if you administrate the server via ssh many people explicitly requested that Quagga will *not*

Bug#384021: Syslog-ng dies whenever the network connection is broken

2006-11-05 Thread Christoph Biedl
reopen 384021 severity grave thanks I have seen a patch in Bazsi's commit log which commited today and I think related to this bug. I'm going to create a new package today or at latest tomorrow. The problem is _not_ gone I'm afraid. Using a minimal syslog-ng.conf like

Bug#368226: quagga - fails to upgrade

2006-11-05 Thread Christoph Biedl
Christian Hammers wrote... What do you mean by chaning the debconf setting .. and back? It's a normal Debconf question, it shows you a little text and asks for yes/no *every* time an upgrade attempt is made. Um, appearently I missed something. How would I do that, i.e. there's |

Bug#390558: vim-runtime: Suggestions for fstab.vim

2006-10-01 Thread Christoph Biedl
Package: vim-runtime Version: 1:7.0-094+1 Severity: wishlist There are some legal constructs for fstab that are not recognized and therefore displayed in white-on-red. If possible, can you please add according rules? Examples: - dash in device node | /dev/mapper/vg0-home /home ext3 noatime 0 0

Bug#391561: arpwatch: New upstream version available

2006-10-07 Thread Christoph Biedl
Package: arpwatch Version: 2.1a13-2 Severity: normal Today's version of arpwatch in Debian is 2.1a13; the upstream page at ftp://ftp.ee.lbl.gov/ shows 2.1a15. Please consider following this before the etch freeze begins, thanks. Christoph -- System Information: Debian Release:

Bug#391579: libnet-server-perl: Missing dependency on libnet-cidr-perl

2006-10-07 Thread Christoph Biedl
Package: libnet-server-perl Version: 0.90-1 Severity: important Installing libnet-server-perl via apt-get (i.e. satisfying all dependencies) and starting a simple server script that also uses cidr functionality like cidr_allow: --- package MyPackage; use strict;

Bug#391584: libnet-cidr-perl: No support for abbreviated cidr addresses

2006-10-07 Thread Christoph Biedl
Package: libnet-cidr-perl Version: 0.11-1 Severity: wishlist Net::CIDR does not support an abbreviated cidr notation like 0/0 or 192.168/16. Therefore the script: #!/usr/bin/perl -w use Net::CIDR; my $ip = '192.168.1.42'; my @net = qw(192.168/16);

Bug#388443: apache2: MUST NOT send data in an 304 reply

2006-09-20 Thread Christoph Biedl
Package: apache2 Version: 2.0.55-4.1 Severity: normal Tags: upstream A php script may set the http reply code to 304 i.e. not modified. Then Apache happily forwards that code to the caller and also all other data supplied by that script, for example: | ?php | header('HTTP/1.0 304 Not Modified');

Bug#388444: apache: MUST NOT send data in an 304 reply

2006-09-20 Thread Christoph Biedl
Package: apache2 Version: Version: 1.3.34-4 Severity: normal Tags: upstream See the report http://bugs.debian.org/388443 against apache2 for the details. The same problem exists in Apache 1.3, too. Basically, apache must not return a message-body if the reply code is set to 304 not modified.

Bug#388443: apache2: MUST NOT send data in an 304 reply

2006-09-20 Thread Christoph Biedl
Adam Conrad wrote... Christoph Biedl wrote: | ?php | header('HTTP/1.0 304 Not Modified'); | ? While I can see the argument that apache should perhaps be trimming its See the RfC. It is not apache should perhaps, it is apache must. own output, you are aware that you can fix

Bug#394992: closed by Christian Hammers [EMAIL PROTECTED] (Bug#394992: fixed in mysql-dfsg-5.0 5.0.26-1)

2006-11-29 Thread Christoph Biedl
Debian Bug Tracking System wrote... This is an automatic notification regarding your Bug report #394992: mysql-client-5.0: mysqldump broke after upgrade 4.1 - 5.0, which was filed against the mysql-client-5.0 package. Thanks for that. An additional note, I was still not possible to use

Bug#401113: ITP: nagiosgrapher -- A graphing system for the Nagios monitoring system project.

2006-11-30 Thread Christoph Biedl
Package: wnpp Owner: Christoph Biedl [EMAIL PROTECTED] Severity: wishlist * Package name: nagiosgrapher Version : 1.5-dev Upstream Author : Gerd Mueller gmueller __at__ netways __dot__ de * URL : http://www.nagiosexchange.org/NagiosGrapher.84.0.html

Bug#381786: Options for safe_asterisk should be in /etc/default

2006-08-06 Thread Christoph Biedl
Package: asterisk Severity: wishlist When starting to use safe_asterisk I noticed that the first lines in /usr/sbin/safe_asterisk are somewhat configuration. Good idea for a quick hack, a bit annoying for what is actually a program since changes are overwritten with an update. Please consider to

Bug#381416: inn2: Add support for cnfs buffers in LVM (basically: chown)

2006-08-08 Thread Christoph Biedl
Marco d'Itri wrote... On Aug 04, Christoph Biedl [EMAIL PROTECTED] wrote: Therefore I'd like to suggest: * /etc/default/inn2 is a shell fragment that defines CNFS_DEVICES, e.g. | CNFS_DEVICES=/dev/vg0/cnfs* * /etc/init.d/inn sources that file upon start and chowns all devices

Bug#382227: zaptel-source: Please include florz patches

2006-08-09 Thread Christoph Biedl
Package: zaptel-source Version: 1:1.2.7.dfsg-2 Severity: wishlist As far as I can see the florz patches for zaphfc are missing in the zaptel-source package. They are mentioned in the changelog entry for 1:1.0.9.1-4 but they must have got lost later. Please include them. Without even my P-600

Bug#382241: wpasupplicant: Please enforce tight permissions on /etc/network/interfaces

2006-08-09 Thread Christoph Biedl
Package: wpasupplicant Version: 0.5.4-2 Severity: wishlist Quite some time ago wpasupplicant became configurable via /etc/network/interfaces (/e/n/i). Thanks a lot for that, this was a big improvement since it drastically eased the configuration. However I'm a bit concerned since /e/n/i usually

Bug#382241: [pkg-wpa-devel] Bug#382241: wpasupplicant: Please enforce tight permissions on /etc/network/interfaces

2006-08-12 Thread Christoph Biedl
Kel Modderman wrote... However, this is exactly the kind of advice that should be in our end user docmentation; README.modes. A dedicated paragraph discussing security considerations and best practice with respect to wpa_supplicant would be an excellent addition. That's indeed a good

Bug#382721: developers-reference: irc.debian.org has changed

2006-08-12 Thread Christoph Biedl
Package: developers-reference Version: 3.3.7 Severity: normal Reading the reference I noticed that 4.2 IRC channels refers to the freenode network, however: This has changed to oftc recently and also irc.debian.org points to irc.oftc.net now. -- System Information: Debian Release:

Bug#496768: wireshark: Follow TCP stream is not Port numbers reused-aware

2008-08-27 Thread Christoph Biedl
Package: wireshark Version: 1.0.2-3 Severity: normal TCP Port numbers reused happens every now and then, especially if the capture is run over a longer time and the client OS does not use a wide range of local ports. Now I noticed that at least for HTTP the extremely useful Follow TCP stream

Bug#496768: wireshark: Follow TCP stream is not Port numbers reused-aware

2008-08-27 Thread Christoph Biedl
forwarded 496768 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1447 thanks Christoph Biedl wrote... Package: wireshark Version: 1.0.2-3 Severity: normal I've learned this problem is already described in the upstream bugzilla. Therefore this tagging to avoid duplicate work

Bug#496768: wireshark: Follow TCP stream is not Port numbers reused-aware

2008-08-27 Thread Christoph Biedl
Joost Yervante Damad wrote... On Wednesday 27 August 2008 11:52:18 Christoph Biedl wrote: Now I noticed that at least for HTTP the extremely useful Follow TCP stream function ignores all data in the second TCP stream. This hides potentially interesting data. I'd expect

Bug#496180: screen: hardstatus causes trouble after window resize

2008-08-23 Thread Christoph Biedl
Package: screen Version: 4.0.3-11 Severity: normal Sorry if this report is a bit weird. Neither I have an idea when the mess started, perhaps in the last weeks. Nor I am really sure whether screen is the right package to file that bug report against. Feel free to re-assign. My screenrc contains

Bug#451875: closed by Steffen Joeris [EMAIL PROTECTED] (patch included)

2008-01-05 Thread Christoph Biedl
reopen 451875 quit Steffen Joeris wrote: Patch is included in current sid version, thus closing this bug. Read the bug report from the very beginning. The problem is the stable release of ngircd. Thus reopening. Not amused. signature.asc Description: Digital signature

Bug#451875: Remote vulnerability in ngircd before 0.10.3

2007-11-18 Thread Christoph Biedl
Package: ngircd Version: 0.10.0-2 Severity: important Tags: security Hi, according to the ngircd homepage there's an issue in ngircd before 0.10.3: | ngIRCd-versions previous to 0.10.3 comprise an error which can be used | (also by remote) to crash the daemon. All installations should be |

Bug#452028: Getting logging to work typo in ngircd.conf

2007-11-19 Thread Christoph Biedl
Package: ngircd Version: 0.10.0-2 Severity: normal Having some trouble configuring a link I was wondering why ngircd does not write any logging information. Looking I found usage of syslog is explicitely disabled in debian/rules. Is there any sense doing this? After a recompile I found a few

Bug#451875: Remote vulnerability in ngircd before 0.10.3

2007-11-20 Thread Christoph Biedl
tags patch quit Christoph Biedl wrote... (...) I did some tests: Can you please check whether the etch version of ngircd is affected (I'd be really surprised if not) It is. The diff between 0.10.2 and 0.10.3 is quite short and seems to apply. See the patch attached for a fix. Works

Bug#303126: dillo: manpage refers to old URL

2005-04-04 Thread Christoph Biedl
Package: dillo Version: 0.8.3-1 Severity: minor The manpage refers to a page about dillo | More information can be found on the project home page: | http://dillo.sourceforge.net However, this page forwards to http://www.dillo.org - please update the manpage accordingly if time

Bug#303520: wondershaper: Please add a --dry-run option

2005-04-07 Thread Christoph Biedl
Package: wondershaper Severity: wishlist As soon as a user does not wish to take wondershaper simply as a magic black box but as a source of a traffic shaping design instead, it was desirable to see the instructions wondershaper is sending to tc. Using sh -x /sbin/wondershaper for this creates

Bug#305034: twiki: sends emails with invalid addresses

2005-04-17 Thread Christoph Biedl
Package: twiki Version: 20040902-2 Severity: normal Doing my first steps on the hard way of making this thing usable I notice mails are sent with invalid addresses: | postfix/qmgr[27375]: F12503BA62: from=[EMAIL PROTECTED], \ size=1660, nrcpt=2 (queue active) (and subsequent bounces) This is a

Bug#305034: twiki: sends emails with invalid addresses

2005-04-17 Thread Christoph Biedl
Christoph Biedl wrote... Please make sure that this does not happen: For example, during installation ask for the webmaster's address and alter WIKIWEBMASTER in TWiki/TWikiPreferences.txt accordingly. During installation on my production system such a request showed up but did not change

Bug#305057: perlmagick: broken link in manpage

2005-04-17 Thread Christoph Biedl
Package: perlmagick Version: 6.0.6.2-2.2 Severity: minor /usr/share/man/man3/Image::Magick.3pm.gz refers to a web page about this perl interface. However, the URL http://www.imagemagick.org/www/perl.html went 404. The correct location is probably http://www.imagemagick.org/script/perl-magick.php

Bug#298002: rsyncd.conf location

2005-03-03 Thread Christoph Biedl
Package: rsync Version: 2.6.3-2 Severity: wishlist Please consider a different default location for the rsyncd.conf file in a specific directory, preferrably /etc/rsync/rsyncd.conf A daemonized rsync will likely require more files, for e.g. the secrets file and the exclude from options. It is a

Bug#435568: knockd: Outdated URL in package description

2007-08-01 Thread Christoph Biedl
Package: knockd Version: 0.5-1.1 Severity: minor Hi, | URL: http://www.zeroflux.org/knock/ is not working, please change to | http://www.zeroflux.org/cgi-bin/cvstrac.cgi/knock/wiki when convenient, thank you. Christoph -- System Information: Debian Release: 4.0 APT prefers stable APT

Bug#436002: munin-node: netstat plugin confuses munin due to lax programming

2007-08-04 Thread Christoph Biedl
Package: munin-node Version: 1.2.5-1 Severity: normal Looking at some munin graphs I was astonished to find the active line in the netstat behaves strange. After an uptime of several days it suddenly jumps up to a value of e.g. 80 and then continuously rises, in my example up to about 1000 during

Bug#440114: munin-node: postfix_mail(stats|volume) broken if dateext option of logrotate is used

2007-08-29 Thread Christoph Biedl
Package: munin-node Version: 1.2.5-1 Severity: normal Personally I prefer rotating logfiles using logrotate's dateext option which changes e.g. mail.log into mail.log-20070829 instead of mail.log.1; however, two of the postfix_* plugins which try to read yesterday's logfile cannot cope with that

Bug#416814: Cross-site scripting vulnerability

2007-11-06 Thread Christoph Biedl
Florian Weimer wrote... The Nagios web front end does not HTML-escape status strings reported by monitored services. As a result, these services can perform the usual cross-site scripting attacks, or worse. compromise the browser and gain access to the management network. The patch attached

Bug#407605: pnmtopng: segfault due to heap corruption

2007-01-19 Thread Christoph Biedl
Package: netpbm Version: 2:10.0-10.1 Severity: grave Justification: heap corruption, possible user security hole Tags: security pnmtopng can be called with an -text filename parameter to embed additional textual information in the created png file. Each line in filename is a key-value pair with

Bug#404231: wallpaper-tray: typo in description

2006-12-22 Thread Christoph Biedl
Package: wallpaper-tray Severity: minor Just looking at the package description: | Description: wallpaper changing utility for GNOME | This utility sits in your GNOME Panel Notification Area. It sets a random | wallpaper from a list of directories eith at login, on a regular basis or on

Bug#404378: jabber: Depends on old libpth2

2006-12-24 Thread Christoph Biedl
Package: jabber Version: 1.4.3-3 Severity: normal After upgrade from sarge to etch I wanted to purge all packages that are not shipped with etch. Doing so for libpth2 the jabber package became a candidate for removal, too. The reason for this is Depends: libpth2 while this package is now a

Bug#408265: openoffice: Unknown forking main binary/abnormal early exit...

2007-02-12 Thread Christoph Biedl
Rene Engelhard wrote... Without any suitable info this can't be done anything with. This ccan happen in many cases (like in all the ones the actual office crashes...) FWIW I came across the same error after I had switched [ /etc/fonts/conf.d/no-bitmaps.conf ] - patelt

Bug#395943: xserver-xorg-video-trident: Not really usable yet for Volari XP5

2007-05-01 Thread Christoph Biedl
Brice Goglin wrote... About 6 months ago, you reported a bug to the Debian BTS regarding the trident driver not working on a Volari XP5 board. I see a patch from you in the upstream bug, but I don't see it applied in git, while the bug is marked as closed. Is the bug still reproducible? The

Bug#401113: ITP: nagiosgrapher -- A graphing system for the Nagios monitoring system project.

2007-07-20 Thread Christoph Biedl
retitle 401113 RFP: nagiosgrapher -- A graphing system for the Nagios monitoring system project. thankyou Hi, several months ago I wrote: Package: wnpp Owner: Christoph Biedl [EMAIL PROTECTED] * Package name: nagiosgrapher Unfortunatly I never managed to create a full package and I

Bug#433944: fprobe: Wrong package description

2007-07-20 Thread Christoph Biedl
Package: fprobe Version: 1.1-6 Severity: wishlist The package description of fprobe starts with A well-maintained alternative to fprobe.. Hopefully I'll make it out of this loop some day. Appearently the fprobe-ng description was taken, please correct when convenient. Christoph

Bug#330983: asterisk: Building chan_zap.so requires zaptel.h at the wrong place

2005-09-30 Thread Christoph Biedl
Package: asterisk Version: 1:1.0.7.dfsg.1-2.1 Severity: normal Re-building the asterisk package from the sources (I had to apply some patches but this problem exists in the original Debian sources, too) I found the chan_zap.so module was missing in the created packages. This renders such a

Bug#330983: asterisk: Building chan_zap.so requires zaptel.h at the wrong place

2005-10-01 Thread Christoph Biedl
Christoph Biedl wrote... Version: 1:1.0.7.dfsg.1-2.1 This should be 1:1.0.7.dfsg.1-2 but the problem ist there, too. Sorry for any confusion. Christoph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#326835: siproxd: Misleading error message during installation

2005-09-05 Thread Christoph Biedl
Package: siproxd Severity: minor Installing siproxd on my Debian sarge system I encountered error messages: | Setting up siproxd (0.5.10+cvs20050423-1) ... | Adding system-user for siproxd | chown: cannot access `/etc/siproxd_passwd.cfg': No such file or directory | chmod: cannot access

Bug#327370: siproxd: Weird location for registration_file

2005-09-09 Thread Christoph Biedl
Package: siproxd Severity: minor Using siproxd in sarge: ii siproxd 0.5.10+cvs20050423-1 SIP proxy/redirect/registrar According to the siproxd.conf the registrations should be written to | registration_file = /var/lib/siproxd/siproxd_registrations However this information arrives in

Bug#312253: cache_effective_user should take care of symlinked /var/spool/squid

2005-06-06 Thread Christoph Biedl
Package: squid Version: 2.5.9-10 Severity: wishlist Upgrading squid I got a warning message about wrong ownership of /var/spool/squid. This is misleading since /var/spool/squid is a symlink (to a separate partition) and the ownership of the link is tested instead of the directory the link points

Bug#322234: inn2: slog from filter_innd.pl does not work

2005-08-09 Thread Christoph Biedl
Package: inn2 Version: 2.4.2-3 Severity: normal Within the embedded perl filter (filter_innd.pl) I should have some functions from innd, e.g. slog to write a message to the news.notice log file. However, adding a minimal slog statement like --- filter_innd.pl.ORG 2005-05-14 15:16:05.0

Bug#484519: /etc/init.d/nfdump was silently removed

2008-06-04 Thread Christoph Biedl
Package: nfdump Version: 1.5.7-2 Severity: normal Hi, somewhere between 1.5.2-6 and the current 1.5.7-2 the init script for nfdump was removed from the package. As this probably just happened by accident, please restore the script and a) rename it to nfcapd since this is the daemon it is

Bug#484526: nfdump: 0 (zero) is a valid shm id

2008-06-04 Thread Christoph Biedl
Package: nfdump Version: 1.5.7-2 Severity: normal Hi, I noticed nfcapd did not restart after a config change. After a long search the reason was found at bookkeeper.c:160: 158 shm_id = shmget(shm_key, sizeof(bookkeeper_t), 0600); 159 160 if ( shm_id 0 ) { 161

Bug#484539: patch: Cannot handle diffs with CRLF line endings

2008-06-04 Thread Christoph Biedl
Package: patch Version: 2.5.9-5 Severity: normal I had some trouble applying a patch that was created using diff between two files with CRLF line endings. That process is out of my control and cannot be changed. As far as I can tell, the created diff has CRLF line endings like the files; patch

Bug#485658: nfs-kernel-server: Please add subtree_check/no_subtree_check to examples in /etc/exports

2008-06-10 Thread Christoph Biedl
Package: nfs-kernel-server Version: 1:1.1.2-4 Severity: wishlist Hi, Upon start nfs-kernel-server prints a warning if there's neither a subtree_check nor a no_subtree_check in an export definition in /etc/exports. However, the examples in the packaged version violate that rule, thus giving a

Bug#362973: wordpress: postinst should assert mod-rewrite is enabled

2006-04-16 Thread Christoph Biedl
Package: wordpress Version: 2.0.2-1 Severity: minor disclaimer: I'm running wordpress on a rather unclean systen, i.e. Debian sarge while wordpress is a backport from testing. This might be a cause for the trouble. Severity is minor for that reason. When browsing the blog I found that certain

Bug#353638: sysvinit: pidof/killall5 ignores pathnames (contrary to the manpage!)

2006-02-19 Thread Christoph Biedl
Package: sysvinit Version: 2.86.ds1-1 Severity: important The manpage for pidof states: | When pidof is invoked with a full pathname to the program it should | find the pid of, it is reasonably safe. Otherwise it is possible that | it returns pids of running programs that happen to

Bug#354421: libdbd-sqlite3-perl: fails to add columns using SQL commands

2006-02-25 Thread Christoph Biedl
Package: libdbd-sqlite3-perl Version: 1.08-1 Severity: normal To my big surprise I cannot issue an ALTER TABLE table ADD command using the Perl library. The sqlite3 command line tool works fine: $ sqlite3 test2.db SQLite version 3.2.1 Enter .help for instructions sqlite CREATE TABLE data (foo

Bug#292275: gup: gupdate fails if aliases file is given for a peer

2005-01-25 Thread Christoph Biedl
Package: gup Severity: normal I think a typo made it into gupdate. Diff'ing woody and sarge version ... @@ -66,7 +75,7 @@ host=$h if [ -s $h/aliases ]; then read aliases junk $h/aliases - host=$host\/$aliases + host=$host/$aliases fi sed -e s/HOST/$host/g

Bug#367250: hddtemp: new entry for SAMSUNG HD300LJ

2006-05-14 Thread Christoph Biedl
Package: hddtemp Version: 0.3-beta13-9 Severity: minor Got a SAMSUNG HD300LJ sata disk here, the usual 194 C yields reasonable results. Please add | SAMSUNG HD300LJ 194 C Samsung SpinPoint T Series to hddtemp.db. This probably also applies to the models HD400LJ and HD401LJ but I cannot check

Bug#355827: sshfs: does not work

2006-03-22 Thread Christoph Biedl
Miklos Szeredi wrote... strace -s1024 -f -o sshfs.log sshfs [EMAIL PROTECTED]: dir/ and search the mount system call in sshfs.log. Do you find something like mount([EMAIL PROTECTED]:, dir/, fuse, MS_NOSUID|MS_NODEV,0x804d058) = -1 EINVAL (Invalid argument) Seems like

Bug#355827: sshfs: does not work

2006-03-25 Thread Christoph Biedl
Miklos Szeredi wrote... ii fuse-utils 2.2.1-4sarge2 Filesystem in USErspace (utilities) ii libfuse2 2.2.1-4sarge2 Filesystem in USErspace library ii sshfs 1.1-1 filesystem client based on SSH File Transfer Try upgrading to FUSE-2.3 or later. FUSE

Bug#354889: rss2email: Should use pubDate for Date: header in created e-mails

2006-03-01 Thread Christoph Biedl
Package: rss2email Version: 1:2.55.dfsg1-1 Severity: wishlist In the e-mails created by r2e I find they have the current (i.e. moment of fetching) date/time in the Date: header. At least some RSS feeds(*) have a pubDate.../pubDate information in each item that contains the date of publication. In

Bug#355827: sshfs: does not work

2006-03-10 Thread Christoph Biedl
Pablo Barbachano wrote... sshfs [EMAIL PROTECTED]: dir/ I give the passwd and then it says: fusermount: mount failed: Operation not permitted For verification, please try again using strace: strace -s1024 -f -o sshfs.log sshfs [EMAIL PROTECTED]: dir/ and search the mount system call in

Bug#369914: Apache2 might require restart after installation of phpbb2

2006-06-11 Thread Christoph Biedl
Thijs Kinkhorst wrote... Hello Christoph, On Fri, 2006-06-02 at 08:58 +0200, Christoph Biedl wrote: A full restart of apache2 solves the problem. Perhaps a(nother?) reload might do the trick, too. We currently do not reload Apache, I stand corrected. while doing a simple reload

Bug#369921: phpbb2: Add support for Jabber jid in user's profile

2006-06-11 Thread Christoph Biedl
Thijs Kinkhorst wrote... I've taken a look at phpbb3 and that already includes it. I think you'll have to wait for that to enter Debian... Agreed. Any chance to have phpbb3 in etch before release? :-) Christoph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#369916: phpbb2-conf-mysql: Weird installation with not-yet-installed mysqld on localhost

2006-06-11 Thread Christoph Biedl
Thijs Kinkhorst wrote... Hello Christoph, This results in a mess if the mysqld should run on localhost, too (typical setup for a small size and also suggested by the installer) but is not installed yet. We can never verify this for remote hosts, only for localhost. Correct. But we

Bug#372817: locales: German dpkg-reconfigure messages is terribly ugly

2006-06-11 Thread Christoph Biedl
Package: locales Version: 2.3.6-13 Severity: minor For an unknown reason I had set LC_MESSAGES to one of the de_* variants recently before starting dpkg-reconfigure locales. The configuration window (dialog mode) greeted me with | Standorteinstellungen ist ein Rahmen, um zwischen mehreren

Bug#373662: ircd-irc2: Erroneous pointer in /etc/ircd/ircd.conf

2006-06-14 Thread Christoph Biedl
Package: ircd-irc2 Version: 2.11.1p1+dfsg-1 Severity: minor I read in /etc/ircd/ircd.conf : # This is ircd's config-file. Look at /usr/share/doc/ircd-irc2/example.conf # and /usr/share/doc/ircd-irc2/example.conf for more detailled information # and instructions Well, - one

Bug#373854: libtiff-tools: DSA 1091-1 broke tiffsplit

2006-06-15 Thread Christoph Biedl
Package: libtiff-tools Version: 3.7.2-5 Severity: important After looking at the patch as discussed in #369819 | snprintf(path, sizeof(path), %s.tif, fname); and comparing to the source of 3.7.2-5 | snprintf(fname, sizeof(fname), %s.tif, fname); [ build-tree/tiff-3.7.2/tools/tiffsplit.c l.65 ]

Bug#373854: libtiff-tools: DSA 1091-1 broke tiffsplit

2006-06-16 Thread Christoph Biedl
Christoph Biedl wrote... Package: libtiff-tools Version: 3.7.2-5 Severity: important Let me elaborate on that. How to repeat: Use tiffsplit to split an arbitrary .tiff file: | tiffsplit foo.tif foo. This should result in a file name foo.aaa.tif (and foo.aab.tif and so on if the .tiff

Bug#369572: vpnc: Problems with pcf2vpnc

2006-05-30 Thread Christoph Biedl
Package: vpnc Version: 0.3.3+SVN20051028-3 Severity: normal There was some trouble when testing pcf2vpnc: - This Perl script relies on LWP::Simple which isn't necessarily installed. I'd suggest to do a test first: use IO::File; + eval { require LWP::Simple; } || die (Please install the

Bug#369914: Apache2 might require restart after installation of phpbb2

2006-06-02 Thread Christoph Biedl
Package: phpbb2 Version: 2.0.18-2 Severity: normal After two installations of phpbb2, one on sarge, one on etch, I think something goes wrong when using apache2, i.e. deselecting apache in the configuration dialog and selecting apache2 instead. Although I can see apache2 gets a reload or similar

Bug#369916: phpbb2-conf-mysql: Weird installation with not-yet-installed mysqld on localhost

2006-06-02 Thread Christoph Biedl
Package: phpbb2-conf-mysql Version: 2.0.18-2 Severity: normal Having mastered the installation of phpbb2 (#369914) I got a page recommending the installation of the phpbb2-conf-mysql package. This results in a mess if the mysqld should run on localhost, too (typical setup for a small size and

Bug#369921: phpbb2: Add support for Jabber jid in user's profile

2006-06-02 Thread Christoph Biedl
Package: phpbb2 Version: 2.0.18-2 Severity: wishlist OK, third time is a charm :-) A phpbb2 user may configure his profile and enter his ID in several proprietary instant messaging (IM) systems there. I was wondering why the open and secure alternative for instant messaging Jabber

Bug#241492: cronolog: cronosplit won't split ErrorLog files

2006-06-04 Thread Christoph Biedl
Gregor Hoffleit wrote... While cronolog seems to be able to handle ErrorLog format, cronosplit won't split ErrorLog files: cronosplit rejects every line in an error log file (try cronosplit --print-invalid). It would be really nice if this asymmetry could be resolved. In order to improve

Bug#370297: cronosplit: Some minor things

2006-06-04 Thread Christoph Biedl
Package: cronolog Version: 1.6.2-5 Severity: minor In order to use BTS as my memo: Some more things where I'd like to improve cronosplit: * --utime option This modifies the mtime of the created logfiles to the timestamp of the last access line. Used to make the converted files look more

Bug#384645: libconfigfile-perl: Should handle config file errors more gracefully

2006-08-25 Thread Christoph Biedl
Package: libconfigfile-perl Version: 1.2.1 Severity: normal Without bad intention I had created a malformed config file - missing equal sign -, and then I found libconfigfile-perl cannot deal with it very well. While I do not expect that an input error results in any data from that line, it

Bug#380143: a2ps: Please include stylesheet for php

2006-07-27 Thread Christoph Biedl
Package: a2ps Version: 1:4.13b-4.3 Severity: wishlist Trying to format a php script I noticed there is no support to pretty-print php. The php.ssh from http://www.aperiodic.net/phil/configs/a2ps/php.ssh does the job quite well and is properly licensed (GPL). Please consider including this or a

Bug#381415: inn2: New upstream version available

2006-08-04 Thread Christoph Biedl
Package: inn2 Version: 2.4.2-3 Severity: minor In a nutshell, INN 2.4.3 was released a while ago and I cannot see a reason why this version should not be included in etch. Some bugs were fixed but hopefully debianizing the upstream tarball shouldn't be that much work. -- System Information:

Bug#381416: inn2: Add support for cnfs buffers in LVM (basically: chown)

2006-08-04 Thread Christoph Biedl
Package: inn2 Version: 2.4.2-3 Severity: wishlist Hi, the fine advantages of the logical volume manager (LVM) apply to cnfs buffers, too. Among them, compared to cnfs in file system, is that there's no need for a dd to create the buffers. However LVM does not keep track of the permissions of a

Bug#476314: gnome-terminal: Disabled scrollbar re-appears on detached tabs

2008-04-15 Thread Christoph Biedl
Package: gnome-terminal Version: 2.22.1-1 Severity: normal I noticed the disabling the scrollbar does not always work as expected. How to repeat: - Use the Default profile with a disabled scrollbar: $ gconftool --get /apps/gnome-terminal/profiles/Default/scrollbar_position hidden - Create a

Bug#476347: git-buildpackage: Should handle empty .orig.tar.gz gracefully

2008-04-16 Thread Christoph Biedl
Package: git-buildpackage Version: 0.4.20~bpo40+1 Severity: wishlist When importing internal packages into git I occasionally ran into failures like the following: $ git-import-dsc foobar_0.0.20040915-14.dsc Upstream version: 0.0.20040915 Debian version: 14 No git repository found, creating one.

  1   2   3   4   5   6   7   8   9   10   >