Bug#442960: cricket: No summary at version 3 RRD files, patch should be revoked

2007-09-18 Thread Gabor Kiss
architectures. The enclosed patch does this for x86 arch only and reverts 03_File.pm.dpatch. File util/getFormat.c should be also modified in order to print 'liveHead3' settings. Gabor #! /bin/sh /usr/share/dpatch/dpatch-run ## 22_livehead3.dpatch by Gabor Kiss [EMAIL PROTECTED] ## ## All lines

Bug#433506: libdbi-perl: connect() treats 'localhost' specially even if port number is given

2007-07-17 Thread Gabor Kiss
Package: libdbi-perl Version: 1.53-1 Severity: normal Data source is: dbi:mysql:database=foo;host=localhost;port=3396 Error message: DBI connect('database=foo;host=localhost;port=3396','bar',...) failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at

Bug#432307: packages.debian.org: outdated link

2007-07-09 Thread Gabor Kiss
Package: www.debian.org Severity: normal I searched for 'llgal' package in all versions. Hit list http://packages.debian.org/cgi-bin/search_packages.pl?keywords=llgalsearchon=namessubword=1version=allrelease=all writes: unstable (web): Command-line online gallery generator 0.13.13-1: all

Bug#429032: rapidsvn: assertion `...' failed messages

2007-06-15 Thread Gabor Kiss
Package: rapidsvn Version: 0.9.4-1 Severity: normal When closing Preferences window the following message is produced 3 times: (rapidsvn:24436): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget-parent == GTK_WIDGET (container)' failed -- System

Bug#423480: aptoncd: Funny typo in package description :-)

2007-05-12 Thread Gabor Kiss
Package: aptoncd Version: 0.1-1 Severity: minor Package description writes: | After you've created the CD, you will be able to add it | as a repository, as if it were an CD with addictional applications. I guess 'addictional' should be read 'additional'. :-) Gabor -- System Information:

Bug#422223: Gtk2::Gdk::Keysyms(3pm): incorrect example

2007-05-04 Thread Gabor Kiss
Package: libgtk2-perl-doc Version: 1:1.140-1 Severity: minor sub key_press_handler in the example gets three arguments: my ($self, $widget, $event) = @_; Two closing curly brackets are missing from the code. (Preceeding both elsif statements.) Gabor -- System Information: Debian

Bug#416271: liblockfile1: Confusing manpage: option -u is duplicated

2007-03-26 Thread Gabor Kiss
Package: liblockfile1 Version: 1.06 Severity: minor dotlockfile(1) writes: /usr/bin/dotlockfile [-p] [-c] [-u] [-m] [-l|-u|-t] [-r retries] [lock-file] The first -u is unnecessary. (Note: -u and -l are mutually exclusive.) BTW. The program itself gives this help: Usage: dotlockfile [-p]

Bug#415596: dialog --gauge cannot display new prompt beginning with a number

2007-03-20 Thread Gabor Kiss
Package: dialog Version: 1.0-20050306-1 Severity: normal Manual writes: If the standard input reads the string XXX, then subsequent lines up to another XXX are used for a new prompt. Meanwile source file guage.c (sic! :-) contains this: if (isMarker(buf)) {

Bug#409254: dialog --pause returns incorrect status

2007-02-01 Thread Gabor Kiss
Package: dialog Version: 1.0-20060221-2 Severity: normal If I run dialog --pause foobar 10 20 3 and I don't press any key the return status is 254. However this should be 0 according the manual. Older version (1.0-20050306-1 in i386 Sarge) works well. Gabor -- System Information: Debian

Bug#407783: pkcs15-tool: Unexpected type -1 causes bus error

2007-01-21 Thread Gabor Kiss
Package: opensc Version: 0.11.1-2 Severity: normal When I issue a pkcs15-tool --list-pins command on my amd64 Etch machine it terminates with bus error. After some debugging I found that funcion pkcs15-tool.c:print_pin_info() tries execute this statement: printf(\tType : %s\n,

Bug#402278: scponly: insufficient condition checks in setup_chroot.sh

2006-12-09 Thread Gabor Kiss
Package: scponly Version: 4.6-1 Severity: normal /usr/share/doc/scponly/setup_chroot/setup_chroot.sh.gz contains these if statements: if [ x/usr/bin/ldd = x ]; then if [ xscponlyc = x ] if [ x/usr/sbin/useradd = x ]; then These expressions always result false. Gabor -- System Information:

Bug#389715: mysql-query-browser: Cannot edit a table without primary key

2006-09-27 Thread Gabor Kiss
Package: mysql-query-browser Version: 1.1.6-1sarge0 Severity: normal If I select rows from a table that has no primary key button Start Editing on the bottom remains shaded (=unclickable). Gabor -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.17 Locale:

Bug#389719: mysql-navigator: Segfault when asking Show Create Script

2006-09-27 Thread Gabor Kiss
Package: mysql-navigator Version: 1.4.2-3 Severity: normal In case of empty database (i.e. no table is selected) clicking on popup menu item Show Create Script causes sagfault. Gabor -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.17 Locale: LANG=C,

Bug#389718: mysql-query-browser: Accented chars in field causes confusion

2006-09-27 Thread Gabor Kiss
Package: mysql-query-browser Version: 1.1.6-1sarge0 Severity: normal When I enter value into a textual field after exiting the cell the last N chars of the content is chopped when N is the number of accented (i.e. non 7 bit ASCII) characters in the string. My tables/columns are latin2 encoded. I

Bug#387134: mysql-admin: Segfault when selecting Show Create Script menu item

2006-09-12 Thread Gabor Kiss
Package: mysql-admin Version: 1.0.20-1 Severity: normal If I choose an empty database (schema) and I get a popup menu with right button in the empty right window, selecting item Show Create Script causes a segfault. Gabor -- System Information: Debian Release: 3.1 Architecture: i386 (i686)

Bug#211029: cricket: how to shadow negative area

2006-05-24 Thread Gabor Kiss
Package: cricket Version: 1.0.5-3 Followup-For: Bug #211029 This patch solves the problem: --- grapher.cgi.debian 2004-05-12 18:58:45.0 +0200 +++ grapher.cgi 2006-05-24 14:55:40.702923473 +0200 @@ -1589,8 +1589,8 @@ } # push NaN bars on first in background -

Bug#211029: cricket: how to shadow negative area

2006-05-24 Thread Gabor Kiss
Package: cricket Version: 1.0.5-3 Followup-For: Bug #211029 When 'paint-nan' is set to true in view dictionary Cricket calls RRDs::graph with these arguments (among others): CDEF:unavail0=ds0,UN,INF,0,IF AREA:unavail0#FF The following two args should be added (for each data

Bug#368584: modified mbmon-rrd can query remote mbmon servers

2006-05-23 Thread Gabor Kiss
Package: mbmon Version: 2.05-2 Severity: wishlist Tags: patch The attached mbmon-rrd is cosmetically rewritten, and now it cat connect to a daemonized mbmon on a remote host. Gabor -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.10 Locale: LANG=C,

Bug#366836: perl-mapscript: missing font causes segfault

2006-05-11 Thread Gabor Kiss
Package: perl-mapscript Version: 4.4.1-2 Severity: normal If a mapfile refers to a font that is missing from the FONTSET file a SIGSEGV occurs. Contrary to this mapserv binary handles missing font problem well and displays an error message: msGetLabelSize(): TrueType Font error. Requested font

Bug#366499: composite(1): typo in manual

2006-05-09 Thread Gabor Kiss
Package: imagemagick Version: 6:6.0.6.2-2.6 Severity: minor composite(1) man page writes: \fIouput-image\fP is the result, and normally has the same dimensions ^ -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.10 Locale: LANG=C, LC_CTYPE=C

Bug#365137: snooper: line editing enhancement: DEL

2006-05-02 Thread Gabor Kiss [Bitman]
well, if you get it working, please follow up to this bug number; I'll leave it open for a while. If you never get it, or decide it's not worth doing, I'll close it eventually. Thanks. Oh my God! I never use octal char constants. I just changed '\x7f' to octal for keeping the original style.

Bug#365137: snooper: line editing enhancement: DEL

2006-04-28 Thread Gabor Kiss
Package: snooper Version: 19991202-3 Severity: wishlist Tags: patch The patch below allows ASCII DEL also to delete the last input character when entering memo or log file name: -8--8-- --- main.c.orig 2006-04-28 10:48:36.0 +0200 +++ main.c

Bug#365137: snooper: line editing enhancement: DEL

2006-04-28 Thread Gabor Kiss [Bitman]
Thanks for the patch, I'll get to it one of these months. I do appreciate it. Sorry. It does not work. Please ignore my previous mail. Regards Gabor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#355096: tiger: syntax error in 'check_devices' script

2006-03-03 Thread Gabor Kiss
Package: tiger Version: 1:3.2.1-24 Severity: normal Cron job '/usr/sbin/tigercron -q' produced this output: /usr/lib/tiger/scripts/check_devices: eval: line 6: syntax error near unexpected token `/dev/null is a regular file in a device directory.' /usr/lib/tiger/scripts/check_devices: eval:

Bug#350734: cdcontrol: typo in README.Debian: confiration

2006-01-31 Thread Gabor Kiss
Package: cdcontrol Version: 1.90-1 Severity: minor Word confiration should bre read as configuration. And cdcontrol is written once as cdcontro. Gabor -- System Information: Debian Release: 3.1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#345947: maint-guide-ja: Unicode chars break aptitude

2006-01-04 Thread Gabor Kiss
Package: maint-guide-ja Version: 1.2.6 Severity: minor The spectacular japanese calligraphs that can be also seen on page http://packages.debian.org/stable/doc/maint-guide-ja somehow became part of my /var/lib/dpkg/available file and this blows up aptitude (0.2.15.9-2) running in a plain xterm

Bug#340429: mkisofs: incorrect volume size on multisession disk

2005-12-22 Thread Gabor Kiss [Bitman]
If you don't like the numbers, send a bug report to the Linux kernel folks. Note that doing this in a way that people expect is not simple. Hi Jörg, I guess this is not a kernel problem. Mkisofs runs entirely in user space and its output is a single file. This file is incorrect. Volume

Bug#340429: mkisofs: incorrect volume size on multisession disk

2005-12-22 Thread Gabor Kiss [Bitman]
Mkisofs does things right (the only possible way), if you don'nt like the Are you sure mkisofs is Orange Book compliant? numbers you see you need to change the code that evaluates the nubers which is the kernel. This is not Linux specific problem. How could _any_ _operation_ _system_ figure

Bug#340429: mkisofs: incorrect volume size on multisession disk

2005-11-23 Thread Gabor Kiss
Package: mkisofs Version: 4:2.01+01a01-2 Severity: normal I wrote two sessions on a CD-R. All files are recorded and can be read back well but statfs64() system call reports the size of the last session only: $ df /mnt/cdrom Filesystem 1K-blocks Used Available Use% Mounted on

Bug#339033: ntp-doc: repeated line in index.html

2005-11-14 Thread Gabor Kiss
Package: ntp-doc Version: 1:4.2.0a+stable-2sarge1 Severity: minor /usr/share/doc/ntp-doc/html/index.html contains this: li class=inline a href=#confConfiguring Clients and Servers/a li class=inline a href=#confConfiguring Clients and Servers/a Gabor -- System

Bug#335694: perl-base: IO::Handle manual lies about write()

2005-10-25 Thread Gabor Kiss
Package: perl-base Version: 5.8.4-8 Severity: normal IO::Handle(3perl) writes: $io-write ( BUF, LEN [, OFFSET ] ) This write is like write found in C, that is it is the opposite of read. The wrapper for the perl write function is called for- mat_write. I think 'like write'

Bug#335480: gpsd: gpsfake(1) says logfile is optional

2005-10-24 Thread Gabor Kiss
Package: gpsd Version: 2.13-1 Severity: minor Man page gpsfake(1) incorrectly mark logfile argument as optional: gpsfake [-h] [-c interval] [-n] [-s speed] [logfile] (Yes, I guess testing/unstable version does not suffer from this. ;-) Gábor

Bug#330906: w3m: typo in man page: termianl

2005-09-30 Thread Gabor Kiss
Package: w3m Version: 0.5.1-3 Severity: minor w3m(1) writes: -title [=TERM] set buffer name to _termianl_ title string. If TERM is specified, use the TERM style title configuration. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#329377: libfile-find-rule-perl: incorrect handling of sequential slashes

2005-09-21 Thread Gabor Kiss
Package: libfile-find-rule-perl Version: 0.28-1 Severity: normal Sample program: use File::Find::Rule; $rule=File::Find::Rule-new-start($ARGV[0]); while ($f = $rule-match ) { print $f\n; } Run it with args '.', './', './/'. './//'. (An empty line is added after each run for

Bug#327783: libtext-glob-perl: minor typo in manual

2005-09-12 Thread Gabor Kiss
Package: libtext-glob-perl Version: 0.06-1 Severity: minor Text::Glob(3pm) writes: a? matches aa, but not a, or aa This is confusing a bit. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.11.10 Locale: LANG=C, LC_CTYPE=C

Bug#327347: ntpd: minor confusion in usage message

2005-09-09 Thread Gabor Kiss
Package: ntp-server Version: 1:4.2.0a+stable-2sarge1 Severity: minor # ntpd -d -d -g -n ntpd not compiled with -DDEBUG option - no DEBUG support ntpd not compiled with -DDEBUG option - no DEBUG support usage: ntpd [ -abdgmnqx ] [ -c config_file ] [ -e e_delay ] [ -f freq_file ] [

Bug#323927: add .ipk extension to mc.ext

2005-08-19 Thread Gabor Kiss
Package: mc Version: 1:4.6.0-4.6.1-pre3-3 Severity: wishlist Tags: patch ..ipk files used by ipkg package manager are ordinary gzipped tars. Gabor *** /tmp/mc.ext.patch --- /etc/mc/mc.ext 2005-05-12 20:18:47.0 +0200 +++ bindings2005-08-19 11:19:34.0 +0200 @@ -410,8

Bug#319026: libpam0g: typo in error message: exhasted

2005-07-19 Thread Gabor Kiss
Package: libpam0g Version: 0.76-22 Severity: minor The following error message probably contains a typo: Have exhasted maximum number of retries for service. Gabor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#315248: ssmtp: uninitialized variable causes garbage in rewritten From: header

2005-06-21 Thread Gabor Kiss
Package: ssmtp Version: 2.61-2 Severity: normal In function ssmtp.c:from_format() char array buf[] gets no default value. My passwd entry has empty gecos field, therefore if from_format() is called with override_from==0, buf[] contains garbage at return. This makes funny From: lines in outgoing

Bug#296889: Bug presence confirmation, Bug __BUGNR__

2005-06-10 Thread Gabor Kiss [Bitman]
A long time ago in a galaxy not far away (this one), you filed a bug report against the package icewm, with the description: icewm: minimized windows are placed out of workspace which has been registred as bug number 296889 [1] in our bug tracking system. In the meantime a new upstream

Bug#243387: perl: reason of CGI.pm warnings

2005-06-06 Thread Gabor Kiss
Package: perl Version: 5.8.4-8 Followup-For: Bug #243387 Line 1695 of CGI.pm (version 3.04): if (length($ENV{QUERY_STRING})0) { This function call causes the Use of uninitialized value in length at (eval 9) line 12. or similar warning. Workaround: defined $ENV{QUERY_STRING} or

Bug#311356: perl: file test operator ignores POSIX ACL

2005-05-31 Thread Gabor Kiss
Package: perl Version: 5.8.4-8 Severity: normal File::Temp::tempdir reported access right error: Error in tempdir() using /tmp/cdbuffer/tmp/XX: Parent directory (/tmp/cdbuffer/tmp) is not writable However filesystem supports POSIX ACLs and appropriate permissions are set. Demo scene:

Bug#310806: afio: enhanced pipe device command line patch

2005-05-26 Thread Gabor Kiss
Package: afio Version: 2.5-3-kissg-1 Severity: wishlist Tags: patch This patch allows variables in '!' prefixed device (i.e. pipe) names. - %V will be replaced with current volume number - %S will be replaced with volume size (in bytes) - %% stands for % itself -- System Information: Debian

Bug#310828: afio: pipes should be like real devices

2005-05-26 Thread Gabor Kiss
Package: afio Version: 2.5-3-kissg-1 Severity: wishlist It would be useful if afio would handle output pipes (archive name prefixed with '!') like real devices. SIGPIPE should not abort the processing if subprocess returns 0 status (success). In this case pipe should be reopened. This way End Of

Bug#306432: cvs-makerepos: missing program

2005-04-26 Thread Gabor Kiss
Package: cvs Version: 1:1.12.9-11 Severity: normal Package contains cvs-makerepos(1) manual as well as /var/lib/dpkg/info/cvs.templates refers to this command but actually it is missing from package. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (101, 'testing')

Bug#302365: libcgi-session-perl: confusing typos in man page (expire[s])

2005-03-31 Thread Gabor Kiss
Package: libcgi-session-perl Version: 3.95-2 Severity: minor CGI::Session(3pm) man page refers to method 'expire' as 'expires' 4 times. Gabor -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (101, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.10 Locale:

Bug#297514: cdrecord: nonroot user can write CD only with strace

2005-03-01 Thread Gabor Kiss
Package: cdrecord Version: 4:2.01+01a01-2 Severity: normal - I'm member of 'cdrom' group. - CD writer device is /dev/hdc: | $ ls -l /dev/hdc | brw-rw 1 root cdrom 22, 0 Nov 8 15:45 /dev/hdc (It is driven by ide_cd module of vanilla 2.6.10 kernel.) - All binaries are setuid 'root': | $

Bug#297547: mysqlcc: syntax error in DELETE statement

2005-03-01 Thread Gabor Kiss
Package: mysqlcc Version: 0.9.4-4 Severity: normal I have a table called 'basic': mysql describe basic \G *** 1. row *** Field: class Type: varchar(16) Null: Key: Default: Extra: *** 2. row

Bug#297547: mysqlcc: syntax error in DELETE statement

2005-03-01 Thread Gabor Kiss [Bitman]
Hi, Adam! Unfortunately, MySQL CC is no longer under development and is now scheduled to be removed from Debian. The replacements for MySQL CC are I see. :-( It seems I have to make a backup copy of the current package file. mysql-admin and mysql-query-browser. Could you reproduce this bug

Bug#296889: icewm: minimized windows are placed out of workspace

2005-02-25 Thread Gabor Kiss
Package: icewm Version: 1.2.20-1 Severity: normal When I create a new window then I minimize it these small rectangles get located at left edge of the workspace below each other. Depending on screen size the vertical edge gets full with minimized windows sooner or later. The next minimized window

Bug#292957: swat(8): duplicated entry in manual

2005-01-31 Thread Gabor Kiss
Package: swat Version: 3.0.10-1 Severity: minor Man page swat(8) describes -s option twice. Gabor -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (101, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8.1 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Bug#292340: acknowledged by developer (Bug#292340: fixed in reportbug 3.7)

2005-01-27 Thread Gabor Kiss [Bitman]
Dear Chris, Source: reportbug Source-Version: 3.7 We believe that the bug you reported is fixed in the latest version of reportbug, which is due to be installed in the Debian FTP archive: reportbug_3.7.dsc to pool/main/r/reportbug/reportbug_3.7.dsc reportbug_3.7.tar.gz to

Bug#292340: acknowledged by developer (Bug#292340: fixed in reportbug 3.7)

2005-01-27 Thread Gabor Kiss [Bitman]
. Regards Gabor BTW. Reportbug 3.7 says: - $ reportbug Please enter the name of the package in which you have found a problem, or type 'other' to report a more general problem. reportbug *** Welcome to reportbug. Use ? for help at prompts. *** Using 'Gabor

Bug#281321: mysql-admin: Segfault still occurs when selecting user

2005-01-14 Thread Gabor Kiss [Bitman]
Yes, thre should be no segfault. I reported it upstream. The real culprid of this is old privilege table. You have to run /usr/bin/mysql_fix_privilege_tables and this error goes away. Bingo! Thanks. Gabor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Bug#290534: apcupsd: logs are not rotated

2005-01-14 Thread Gabor Kiss
Package: apcupsd Version: 3.10.16-3 Severity: normal Although 'apcupsd' package depends on 'logrotate' it contains no script to be installed in /etc/logrotate.d/. File /var/log/apcupsd.events may grow uncontrolled. Gabor -- System Information: Debian Release: 3.1 APT prefers testing APT

<    1   2