Bug#1024568: openssh-client: ignores $HOME environment variable

2022-11-21 Thread Gabor Kiss
Package: openssh-client
Version: 1:8.9p1-3
Severity: normal
Tags: upstream

Dear Maintainer,

I tried to run ssh client in a test environment with files (known_hosts, config 
etc.)
from other than my usual /home/kissg/.ssh/ directory.
So after reading the docs I just modified the HOME environment variable to 
/tmp/kissg.
However the program henceforward used the original /home/kissg/.ssh/.

Checking the source I found that - in contrast to the man page - ssh client 
does not care
with $HOME(*) but always uses home dir retrieved from passwd file.
(So I have to give every file in the command line one by one.)

*: More precisely strace shows that ssh tried to open 
"/tmp/kissg/.ssh/config_autotest" once:
newfstatat(AT_FDCWD, "/tmp/kissg/.ssh/config_autotest", 0x7ffda93d3cf0, 
AT_SYMLINK_NOFOLLOW) = -1 ENOENT (No such file or directory)
That is quite funny because this file name does not occur in the source.

Regards

Gabor Kiss

-- System Information:
Debian Release: bookworm/sid
  APT prefers jammy-updates
  APT policy: (500, 'jammy-updates'), (500, 'jammy-security'), (500, 'jammy')
Architecture: amd64 (x86_64)

Kernel: Linux 5.15.74.2-microsoft-standard-WSL2 (SMP w/8 CPU threads)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages openssh-client depends on:
ii  adduser   3.118ubuntu5
ii  dpkg  1.21.1ubuntu2.1
ii  libc6 2.35-0ubuntu3.1
ii  libedit2  3.1-20210910-1build1
ii  libfido2-11.10.0-1
ii  libgssapi-krb5-2  1.19.2-2
ii  libselinux1   3.3-1build2
ii  libssl3   3.0.2-0ubuntu1.7
ii  passwd1:4.8.1-2ubuntu2
ii  zlib1g1:1.2.11.dfsg-2ubuntu9.2

Versions of packages openssh-client recommends:
ii  xauth  1:1.1-1build2

Versions of packages openssh-client suggests:
pn  keychain  
pn  libpam-ssh
pn  monkeysphere  
pn  ssh-askpass   

-- no debconf information



Bug#827663: gnome-core: Package still depends on iceweasel

2016-06-19 Thread Gabor Kiss
Package: gnome-core
Version: 1:3.4+7+deb7u1
Severity: normal

Dear Maintainer,

Dependency should be changed to firefox-esr.
>From now 'iceweasel' is just a transitional package.

Gabor

-- System Information:
Debian Release: 7.11
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable-proposed-updates'), 
(500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 3.10-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash



Bug#785380: traptoemail: incorrect date format

2015-05-15 Thread Gabor Kiss
Package: snmp
Version: 5.4.3~dfsg-2.8+deb7u1
Severity: minor

Dear Maintainer,

/usr/bin/traptoemail contains this line:
$message-datasend(Date: .strftime(%a, %e %b %Y %X %z, localtime()).\n);
Unfortunately %a, %b, %X are all locale dependents.

Let's see what does 'date' with different LANG settings. ('date' also
uses strftime().)

$ LANG=C date +'%a, %e %b %Y %X %z'
Fri, 15 May 2015 15:12:07 +0200--- correct
$ LANG=hu_HU date +'%a, %e %b %Y %X %z'
p, 15 máj 2015 15.12.17 +0200  --- incorrect
$ LANG=en_US date +'%a, %e %b %Y %X %z'
Fri, 15 May 2015 03:12:26 PM +0200 --- incorrect
$

Section 3.3 of RFC 5322 specifies format of Date header in mails.
The rules are quite rigid.
I think only the C locale guarantees the RFC conform date.
I suggest to insert an
$ENV{LANG} = 'C';
assignment at the very beginning of the script.

Regards

Gabor
-- System Information:
Debian Release: 7.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable-proposed-updates'), 
(500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 3.10-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages snmp depends on:
ii  libc62.13-38+deb7u8
ii  libsnmp155.4.3~dfsg-2.8+deb7u1
ii  libssl1.0.0  1.0.1e-2+deb7u16

Versions of packages snmp recommends:
ii  perl-modules  5.14.2-21+deb7u2

snmp 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#782827: tcpdump: incorrect NTP decoding

2015-04-18 Thread Gabor Kiss
Package: tcpdump
Version: 4.3.0-1+deb7u2
Severity: minor

Dear Maintainer,

When ispecting NTP packets with -v option tcpdump interprets
the content as:

Server, Leap indicator:  (0), Stratum 2 (secondary reference), poll 
10s, precision -20

Actually the poll interval is not 10 sec but 2^10 seconds.

Cheers

Gabor

-- System Information:
Debian Release: 7.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages tcpdump depends on:
ii  libc62.13-38+deb7u8
ii  libpcap0.8   1.3.0-1
ii  libssl1.0.0  1.0.1e-2+deb7u16

tcpdump recommends no packages.

tcpdump 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#781091: clamav-freshclam: illegal characters in init script

2015-03-24 Thread Gabor Kiss
Package: clamav-freshclam
Version: 0.98.6+dfsg-0+deb7u1
Severity: normal

Dear Maintainer,

Please check pathfind() function in /etc/init.d/clamav-freshclam.

All double quotes (, ASCII 34, 0x22) are replaced by strange UTF-8
byte sequences e2 80 9d (U+201D, RIGHT DOUBLE QUOTATION MARK).

The latest 0.98.6+dfsg-1 also suffers from this.

Gabor

-- Package-specific info:
--- configuration ---
Checking configuration files in /etc/clamav

Platform information

uname: Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u2 x86_64
OS: linux-gnu, ARCH: x86_64, CPU: x86_64
zlib version: 1.2.7 (1.2.7), compile flags: a9
Triple: x86_64-pc-linux-gnu
CPU: i686, Little-endian
platform id: 0x0a214f4f0804070201040702

-- System Information:
Debian Release: 7.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash


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



Bug#772608: unison-gtk: Profile Editor saves empty value

2014-12-08 Thread Gabor Kiss
Package: unison-gtk
Version: 2.40.65-2
Severity: normal

Dear Maintainer,

I tried to modify an existing profile. I found that if I open
a text field the result cannot be saved moreover it becames empty.

Regards

Gabor Kiss

-- System Information:
Debian Release: 7.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages unison-gtk depends on:
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-38+deb7u6
ii  libcairo2   1.12.2-3
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgtk2.0-0 2.24.10-2
ii  libpango1.0-0   1.30.0-1

Versions of packages unison-gtk recommends:
ii  openssh-client [ssh-client]  1:6.0p1-4+deb7u2
ii  ssh-askpass  1:1.2.4.1-9

Versions of packages unison-gtk suggests:
pn  unison-all-gtk  none

-- 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#757244: installation-reports: No separated /boot filesystem

2014-08-06 Thread Gabor Kiss
Package: installation-reports
Severity: normal

Dear Maintainer,

This week I installed two similar wheezy system.
I have two RAID1 arrays. A small 300 MB md0 for /boot and
a 80 GB md1 for LVM with usual filesystems (root, usr, var and so on).

I both cases I marked /dev/md0 as ext4 /boot. However the installer
forgot it after mkfs. It was not mounted during install as well as
it was missing from fstab. The kernel and grub files silently
went to root filesystem.

I had to copy content of /boot to the manually mounted /dev/md0
and to fix fstab.

Gabor

-- Package-specific info:

Boot method: CD
Image version: Debian GNU/Linux 7.1.0 Wheezy - Official i386 NETINST Binary-1 
20130615-21:53
Date: Date and time of the install

Machine: General server with Tomcat I7210 motherboard
Partitions: df -Tl will do; the raw partition table is preferred

# df -Tl
FilesystemType 1K-blocks   Used Available Use% Mounted on
rootfsrootfs  494912 145064349848  30% /
udev  devtmpfs 10240  0 10240   0% /dev
tmpfs tmpfs51436260 51176   1% /run
/dev/mapper/vgt5-root xfs 494912 145064349848  30% /
tmpfs tmpfs 5120  0  5120   0% /run/lock
tmpfs tmpfs   102860  0102860   0% /run/shm
/dev/mapper/vgt5-home xfs1939456  32956   1906500   2% /home
/dev/mapper/vgt5-tmp  xfs1939456  32952   1906504   2% /tmp
/dev/mapper/vgt5-usr  xfs3893248 510124   3383124  14% /usr
/dev/mapper/vgt5-usrlocal xfs1939456  40044   1899412   3% /usr/local
/dev/mapper/vgt5-var  xfs3893248 232252   3660996   6% /var
/dev/md0  ext4282279  27586240117  11% /boot

# fdisk /dev/sda
[...]
Disk /dev/sda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders, total 160836480 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00078ee1

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *2048  585727  291840   fd  Linux raid autodetect
/dev/sda2  585728   16083558380124928   fd  Linux raid autodetect

# cat /proc/mdstat 
Personalities : [raid1] 
md1 : active raid1 sda2[0] sdb2[1]
  80059264 blocks super 1.2 [2/2] [UU]
  
md0 : active raid1 sda1[0] sdb1[1]
  291520 blocks super 1.2 [2/2] [UU]
  
unused devices: none
#

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Clock/timezone setup:   [O]
User/password setup:[O]
Detect hard drives: [O]
Partition hard drives:  [E]
Install base system:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

Description of the install, in prose, and any thoughts, comments
  and ideas you had during the initial install.


-- 

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=7 (wheezy) - installer build 20130613
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux time5 3.2.0-4-486 #1 Debian 3.2.46-1 i686 GNU/Linux

lsmod: Module  Size  Used by
lsmod: fuse   51989  0 
lsmod: ufs57656  0 
lsmod: qnx4   12992  0 
lsmod: ntfs  161748  0 
lsmod: reiserfs  167423  0 
lsmod: raid0  12776  0 
lsmod: efivars17787  0 
lsmod: dm_mod 57438  21 
lsmod: raid1  26262  2 
lsmod: md_mod 81567  3 raid0,raid1
lsmod: xfs   506920  6 
lsmod: jfs   131002  0 
lsmod: ext4  298331  0 
lsmod: crc16  12327  1 ext4
lsmod: jbd2   51626  1 ext4
lsmod: ext3  133894  0 
lsmod: jbd42496  1 ext3
lsmod: btrfs 471646  0 
lsmod: crc32c 12576  1 
lsmod: libcrc32c  12394  1 btrfs
lsmod: zlib_deflate   21318  1 btrfs
lsmod: vfat   17117  0 
lsmod: fat40358  1 vfat
lsmod: ext2   49804  0 
lsmod: mbcache12938  3 ext2,ext3,ext4
lsmod: e1000  76491  0 
lsmod: nls_utf8   12416  0 
lsmod: isofs  30544  0 
lsmod: usb_storage35245  0 
lsmod: sg 21589  0 
lsmod: sd_mod 35425  6 
lsmod: usbhid 

Bug#752756: mysql-workbench: Program hangs when resizing canvas

2014-06-26 Thread Gabor Kiss
Package: mysql-workbench
Version: 5.2.40+dfsg-2
Severity: normal

If I open canvas resizing window two warnings are appearing
on standard error:

 (mysql-workbench-bin:15523): Gtk-WARNING **: Unknown property: 
gtkmm__GtkAdjustment.name

 (mysql-workbench-bin:15523): Gtk-WARNING **: Unknown property: 
gtkmm__GtkAdjustment.name

(It may be uninteresting.)
Then if I close the window in any way (Cancel/OK/window manager widget)
the program hangs up.
Strace shows that main loop looks like running but no events are handled
any more:

$ strace -f -p 15566
Process 15566 attached with 2 threads - interrupt to quit
[pid 15566] futex(0xb7f498a0, FUTEX_WAIT_PRIVATE, 2, NULL unfinished ...
[pid 15567] restart_syscall(... resuming interrupted call ...) = -1 ETIMEDOUT 
(Connection timed out)
[pid 15567] futex(0xb7aea588, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 15567] gettimeofday({1403775172, 431398}, NULL) = 0
[pid 15567] clock_gettime(CLOCK_MONOTONIC, {9261, 621541770}) = 0
[pid 15567] gettimeofday({1403775172, 431480}, NULL) = 0
[pid 15567] clock_gettime(CLOCK_MONOTONIC, {9261, 621602724}) = 0
[pid 15567] futex(0xb7aea5ac, FUTEX_WAIT_PRIVATE, 127, {0, 999856276}) = -1 
ETIMEDOUT (Connection timed out)
[pid 15567] futex(0xb7aea588, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 15567] gettimeofday({1403775173, 431767}, NULL) = 0
[pid 15567] clock_gettime(CLOCK_MONOTONIC, {9262, 622103748}) = 0
[pid 15567] gettimeofday({1403775173, 432177}, NULL) = 0
[pid 15567] clock_gettime(CLOCK_MONOTONIC, {9262, 622489777}) = 0
[pid 15567] futex(0xb7aea5ac, FUTEX_WAIT_PRIVATE, 129, {0, 999203223}) = -1 
ETIMEDOUT (Connection timed out)
[...]

Other guys experienced similar behaviour.
http://stackoverflow.com/questions/4933000/how-do-i-enlarge-an-eer-diagram-in-mysql-workbench

However a rough search on bugs.mysql.com shows that this problem
was not reported yet.

Gabor

-- System Information:
Debian Release: 7.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.10-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages mysql-workbench depends on:
ii  libatk1.0-0  2.4.0-2
ii  libatkmm-1.6-1   2.22.6-1
ii  libc62.13-38+deb7u1
ii  libcairo21.12.2-3
ii  libcairomm-1.0-1 1.10.0-1
ii  libctemplate22.2-3
ii  libfontconfig1   2.9.0-7.1
ii  libfreetype6 2.4.9-1.1
ii  libgcc1  1:4.7.2-5
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgl1-mesa-glx [libgl1] 8.0.5-4+deb7u2
ii  libglib2.0-0 2.33.12+really2.32.4-5
ii  libglibmm-2.4-1c2a   2.32.1-1
ii  libgnome-keyring03.4.1-1
ii  libgtk2.0-0  2.24.10-2
ii  libgtkmm-2.4-1c2a1:2.24.2-1
ii  liblua5.1-0  5.1.5-4
ii  libmysqlclient18 5.5.37-0+wheezy1
ii  libpango1.0-01.30.0-1
ii  libpangomm-1.4-1 2.28.4-1
ii  libpcre3 1:8.30-5
ii  libpython2.7 2.7.3-6+deb7u2
ii  libsigc++-2.0-0c2a   2.2.10-0.2
ii  libsqlite3-0 3.7.13-1+deb7u1
ii  libstdc++6   4.7.2-5
ii  libtinyxml2.6.2  2.6.2-1
ii  libuuid1 2.20.1-5.3
ii  libx11-6 2:1.5.0-1+deb7u1
ii  libxml2  2.8.0+dfsg1-7+nmu3
ii  libzip2  0.10.1-1.1
ii  mysql-client 5.5.37-0+wheezy1
ii  mysql-client-5.5 [mysql-client]  5.5.37-0+wheezy1
ii  mysql-workbench-data 5.2.40+dfsg-2
ii  python   2.7.3-4+deb7u1
ii  python-mysql.connector   0.3.2-1
ii  python-paramiko  1.7.7.1-3.1
ii  python-pexpect   2.4-1
ii  python-pysqlite2 2.6.3-3
ii  python2.72.7.3-6+deb7u2
ii  zlib1g   1:1.2.7.dfsg-13

Versions of packages mysql-workbench recommends:
ii  mysql-utilities 1.0.5-1
ii  ttf-bitstream-vera  1.10-8

Versions of packages mysql-workbench suggests:
ii  gnome-keyring  3.4.1-5

-- 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#739848: ukopp: Broken link in package description

2014-02-23 Thread Gabor Kiss
Package: ukopp
Version: 4.4-1
Severity: minor

Package descriptions says:
[...]
| are handled automatically. Optionally, previous versions of the backup files
| can be retained instead of being overwritten. Files can be selectively
| restored using a GUI. Ownership and permissions are also restored, even if
| the target device uses a Microsoft file system.
| Homepage: http://kornelix.squarespace.com/ukopp/ 

The link above is broken. It should be http://www.kornelix.com/ukopp.html

Gabor


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



Bug#739618: 'less' makes 'topal' paniced

2014-02-20 Thread Gabor Kiss
Package: topal
Version: 72-1
Severity: normal

On my system topal calls pager 'less' to show the signed mail
before sending. I use accented (non-ascii) chars therefore
less ask confirmation before really showing binary data.
If I answer n less returns with status 1 that causes panic
in topal.

Gabor

-- System Information:
Debian Release: 6.0.9
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable-proposed-updates'), 
(500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages topal depends on:
ii  gnupg  1.4.10-4+squeeze4 GNU privacy guard - a free PGP rep
ii  less   436-1 pager program similar to more
ii  libc6  2.11.3-4  Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libgnat-4.44.4.5-3   Runtime library for GNU Ada applic
ii  libreadline6   6.1-3 GNU readline and history libraries

Versions of packages topal recommends:
ii  alpine 2.00+dfsg-6.1 Text-based email client, friendly 
ii  gpgsm  2.0.14-2+squeeze2 GNU privacy guard - S/MIME version
ii  mime-support   3.48-1MIME files 'mime.types'  'mailcap
ii  openssl0.9.8o-4squeeze14 Secure Socket Layer (SSL) binary a
ii  procmail   3.22-19   Versatile e-mail processor

Versions of packages topal suggests:
pn  metamail  none (no description available)

-- 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#737709: cups: Unbalanced curly brackets in templates

2014-02-05 Thread Gabor Kiss
Package: cups
Version: 1.5.3-5+deb7u1
Severity: normal
Tags: upstream

Dear Maintainer,

I found error messages in the log like this:
[CGI] Saw EOF, expected '}'!

After a short research I figured out this is due syntax errors
in template files.
I run this command to find suspicious ones:

$ find /usr/share/cups/templates -type f -name '*.tmpl' | while read f; do echo 
-n $f: ; (tr -cd '{}'  $f;echo) | sed 's/^/0/;s/{/+1/g;s/}/-1/g' | bc; done 
| grep -v ': 0$'
/usr/share/cups/templates/hu/printers-header.tmpl: 1
/usr/share/cups/templates/hu/classes-header.tmpl: 1
/usr/share/cups/templates/hu/jobs-header.tmpl: 1
$ 

Regards

Gabor

-- System Information:
Debian Release: 7.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.10-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages cups depends on:
ii  adduser3.113+nmu3
ii  bc 1.06.95-2
ii  cups-client1.5.3-5+deb7u1
ii  cups-common1.5.3-5+deb7u1
ii  cups-filters   1.0.18-2.1
ii  cups-ppdc  1.5.3-5+deb7u1
ii  debconf [debconf-2.0]  1.5.49
ii  dpkg   1.16.12
ii  ghostscript9.05~dfsg-6.3+deb7u1
ii  libavahi-client3   0.6.31-2
ii  libavahi-common3   0.6.31-2
ii  libc-bin   2.13-38
ii  libc6  2.13-38
ii  libcups2   1.5.3-5+deb7u1
ii  libcupscgi11.5.3-5+deb7u1
ii  libcupsimage2  1.4.4-7+squeeze3
ii  libcupsmime1   1.5.3-5+deb7u1
ii  libcupsppdc1   1.5.3-5+deb7u1
ii  libdbus-1-31.6.8-1+deb7u1
ii  libgcc11:4.7.2-5
ii  libgnutls262.12.20-7
ii  libgssapi-krb5-2   1.10.1+dfsg-5+deb7u1
ii  libkrb5-3  1.10.1+dfsg-5+deb7u1
ii  libldap-2.4-2  2.4.31-1+nmu2
ii  libpam0g   1.1.3-7.1
ii  libpaper1  1.1.24+nmu2
ii  libslp11.2.1-9
ii  libstdc++6 4.7.2-5
ii  libusb-1.0-0   2:1.0.11-1
ii  lsb-base   4.1+Debian8+deb7u1
ii  poppler-utils  0.18.4-6
ii  procps 1:3.3.3-3
ii  ssl-cert   1.0.32

Versions of packages cups recommends:
pn  avahi-daemon   none
ii  colord 0.1.21-1
ii  foomatic-filters   4.0.17-1
ii  ghostscript-cups   9.05~dfsg-6.3+deb7u1
ii  printer-driver-gutenprint  5.2.9-1

Versions of packages cups suggests:
ii  cups-bsd   1.5.3-5+deb7u1
pn  cups-pdf   none
ii  foomatic-db20120523-1
ii  hplip  3.12.6-3.1+deb7u1
ii  printer-driver-hpcups  3.12.6-3.1+deb7u1
ii  smbclient  2:3.6.6-6+deb7u2
ii  udev   175-7.2

-- debconf information:
* cupsys/raw-print: true
* cupsys/backend: ipp, lpd, socket, usb, snmp, dnssd


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



Bug#718567: cups: ipp14 backend cannot be set

2013-08-02 Thread Gabor Kiss
Package: cups
Version: 1.5.3-5
Severity: normal

Dear Maintainer,

The problem is the same as told by others ipp backend does not work
with some printers after squeeze-wheezy upgrade (CUPS 1.4 - 1.5).

I tried to follow Till's advices in order to use ipp14 backend
(see https://bugs.launchpad.net/ubuntu/+source/cups/+bug/945028 comment #56
and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712719 comment #44)
but command failed:

# lpadmin -p Canon -v ipp14://this.is.my.print.er/ipp/printer
lpadmin: Bad device-uri scheme ipp14.
# 

So I had to do the discouraged replacement of /usr/lib/cups/backend/ipp.

Gabor

-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.10-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages cups depends on:
ii  adduser3.113+nmu3
ii  bc 1.06.95-2
ii  cups-client1.5.3-5
ii  cups-common1.5.3-5
ii  cups-filters   1.0.18-2.1
ii  cups-ppdc  1.5.3-5
ii  debconf [debconf-2.0]  1.5.49
ii  dpkg   1.16.10
ii  ghostscript9.05~dfsg-6.3
ii  libavahi-client3   0.6.31-2
ii  libavahi-common3   0.6.31-2
ii  libc-bin   2.13-38
ii  libc6  2.13-38
ii  libcups2   1.5.3-5
ii  libcupscgi11.5.3-5
ii  libcupsimage2  1.4.4-7+squeeze3
ii  libcupsmime1   1.5.3-5
ii  libcupsppdc1   1.5.3-5
ii  libdbus-1-31.6.8-1+deb7u1
ii  libgcc11:4.7.2-5
ii  libgnutls262.12.20-7
ii  libgssapi-krb5-2   1.10.1+dfsg-5+deb7u1
ii  libkrb5-3  1.10.1+dfsg-5+deb7u1
ii  libldap-2.4-2  2.4.31-1+nmu2
ii  libpam0g   1.1.3-7.1
ii  libpaper1  1.1.24+nmu2
ii  libslp11.2.1-9
ii  libstdc++6 4.7.2-5
ii  libusb-1.0-0   2:1.0.11-1
ii  lsb-base   4.1+Debian8+deb7u1
ii  poppler-utils  0.18.4-6
ii  procps 1:3.3.3-3
ii  ssl-cert   1.0.32

Versions of packages cups recommends:
ii  avahi-daemon   0.6.31-2
ii  colord 0.1.21-1
ii  foomatic-filters   4.0.17-1
ii  ghostscript-cups   9.05~dfsg-6.3
ii  printer-driver-gutenprint  5.2.9-1

Versions of packages cups suggests:
ii  cups-bsd   1.5.3-5
pn  cups-pdf   none
ii  foomatic-db20120523-1
ii  hplip  3.12.6-3.1
ii  printer-driver-hpcups  3.12.6-3.1
ii  smbclient  2:3.6.6-6
ii  udev   175-7.2

-- debconf information:
* cupsys/raw-print: true
* cupsys/backend: ipp, lpd, socket, usb, snmp, dnssd


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



Bug#522759: net-tools: no change

2013-07-10 Thread Gabor Kiss
Package: net-tools
Version: 1.60-24.2
Followup-For: Bug #522759

Same as #522759

Four years later in wheezy the problem is the same.

Gabor

-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages net-tools depends on:
ii  libc6  2.13-38

net-tools recommends no packages.

net-tools 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#710348: /usr/sbin/rplayd: rplayd overrides mixer settings

2013-05-29 Thread Gabor Kiss
Package: rplay-server
Version: 3.3.2-14
Severity: normal
File: /usr/sbin/rplayd

Dear Maintainer,

After squueze-wheezy upgrade I found that the general beep signal
comes from both internal speaker and external loudspeakers.
When I mute Beep in alsamixer or I change its level everything
seems to be okay for a while but next time the rplayd runs
it spectacularly restores the original beep settings.
Other controls may be also affected.

Gabor

-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages rplay-server depends on:
ii  libc6  2.13-38
ii  libgsm11.0.13-4
ii  librplay3  3.3.2-14

rplay-server recommends no packages.

Versions of packages rplay-server suggests:
ii  mpg123   1.14.4-1
ii  mpg321 [mpg123]  0.3.2-1.1
ii  vorbis-tools 1.4.0-1

-- Configuration Files:
/etc/rplay/rplay.conf changed [not included]
/etc/rplay/rplay.hosts changed [not included]

-- debconf-show failed


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



Bug#710080: powersaved: daemon exits after 10-15 minutes

2013-05-27 Thread Gabor Kiss
Package: powersaved
Version: 0.15.20-3
Severity: normal

Dear Maintainer,

I found that after squeeze-wheezy upgrade powersaved runs only
10-15 minutes then exits. (It is continously restarted by 'monit'.)

Running with -v 31 option it produced the following log entries:

May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave/common line 65, key 'NOTIFY_METHOD'
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave/common line 79, key 'ACPI_MODULES'
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave/common line 91, key 'ACPI_MODULES_NOT_TO_UNLOAD'
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave/common line 102, key 'BOOT_LOADER'
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave/common line 114, key 'POLLING_INTERVAL'
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave/common line 125, key 'SCREENSAVER_DPMS_OFF'
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave/common line 137, key 'SCREENSAVER_BLANKONLY'
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave/common line 149, key 'POWERBTN_DELAY'
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave/common line 159, key 'ENABLE_DPM'
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave/thermal line 18, key 'ENABLE_THERMAL_MANAGEMENT'
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave/thermal line 36, key 'THERMAL_POLLING_FREQUENCY'
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave/cpufreq line 14, key 'CPUFREQ_CONTROL'
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave/cpufreq line 22, key 'MAX_CPUS_ONLINE'
May 28 07:11:51 firma1 powersaved[8694]: Debug (PS_Config:36) Init power 
management interface
May 28 07:11:51 firma1 powersaved[8694]: Debug (SchemeConfig:33) SchemeConfig 
Constructor
May 28 07:11:51 firma1 powersaved[8694]: Info (initSchemes:212) Scheme 
scheme_performance found.
May 28 07:11:51 firma1 powersaved[8694]: Info (initSchemes:184) Default Battery 
scheme is scheme_powersave
May 28 07:11:51 firma1 powersaved[8694]: Debug (PS_Config:36) Init power 
management interface
May 28 07:11:51 firma1 powersaved[8694]: Debug (SchemeConfig:33) SchemeConfig 
Constructor
May 28 07:11:51 firma1 powersaved[8694]: Info (initSchemes:212) Scheme 
scheme_powersave found.
May 28 07:11:51 firma1 powersaved[8694]: WARNING (readConfFiles:128) No AC 
scheme has been declared/found.
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave//scheme_performance line 175, key 'MAX_CPUS_ONLINE'
May 28 07:11:51 firma1 powersaved[8694]: Info (readConfigFile:127) Empty value 
in file /etc/powersave//scheme_powersave line 176, key 'MAX_CPUS_ONLINE'
May 28 07:11:51 firma1 powersaved[8694]: Info (openSystemConnection:252) 
dbus_bus_get(): Success.
May 28 07:11:51 firma1 powersaved[8694]: Info (openSystemConnection:277) 
Successfully acquired the interface org.freedesktop.Policy.Power
May 28 07:21:55 firma1 powersaved[8694]: ERROR (MainLoop:77) Haldaemon did not 
appear. Aborting...
May 28 07:21:55 firma1 powersaved[8694]: WARNING (exit_handler:66) Main object 
not created yet,program seems to be terminated shortly after starting

Meanwhile strace shows this:

nanosleep({3, 0}, 0x7fff0a358400)   = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
clock_gettime(CLOCK_MONOTONIC, {3973, 902252660}) = 0
sendmsg(5, {msg_name(0)=NULL, 
msg_iov(2)=[{l\1\0\1\30\0\0\0\317\0\0\0\177\0\0\0\1\1o\0\25\0\0\0/org/fre..., 
144}, {\23\0\0\0org.freedesktop.Hal\0, 24}], msg_controllen=0, msg_flags=0}, 
MSG_NOSIGNAL) = 168
clock_gettime(CLOCK_MONOTONIC, {3973, 903298037}) = 0
poll([{fd=5, events=POLLIN}], 1, 25000) = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name(0)=NULL, 
msg_iov(1)=[{l\2\1\1\4\0\0\0\317\0\0\0=\0\0\0\6\1s\0\5\0\0\0:1.19\0\0\0..., 
2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 84
write(3, \1\0\0\0\0\0\0\0, 8) = 8
recvmsg(5, 0x7fff0a358120, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily 
unavailable)
sched_yield()   = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_IGN, [HUP INT QUIT USR1 PIPE TERM CHLD], 
SA_RESTORER|SA_NOCLDSTOP, 0x7fb5f7b6e4f0}, 8) = 0
nanosleep({3, 0}, 0x7fff0a358400)   = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
time([1369718515])  = 1369718515
sendto(4, 27May 28 07:21:55 powersaved[8..., 95, MSG_NOSIGNAL, NULL, 0) = 95
kill(8694, 

Bug#685990: gtodo: Tooltip position does not follow the pointer

2012-08-27 Thread Gabor Kiss
Package: gtodo
Version: 0.16.0~rc2-1.1
Severity: minor

I use IceWM where the tray is a separate window that can be
resized and moved easily like normal windows.
When I start gtodo its icon appears in the tray.
If I move the pointer here a tooltip appears with the active tasks.
So far so good.
However if I move tray window somewhere else on the workplace
a very funny thing happens.
When I move pointer again onto gtodo icon tooltip pops up again
but at the original location of the icon instead of the actual.
It seems gtodo remembers where icon was at the beginning and does not
care pointer/icon position when showing tooltip next time.

Gabor

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gtodo depends on:
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.3-4  Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgnomevfs2-0 1:2.24.3-1GNOME Virtual File System (runtime
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxml22.7.8.dfsg-2+squeeze5 GNOME XML library
ii  libxslt1.1 1.1.26-6+squeeze1 XSLT 1.0 processing library - runt

gtodo recommends no packages.

Versions of packages gtodo suggests:
pn  gtodo-applet  none (no description available)

-- 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#683809: llgal: Forcing custom thumbnails

2012-08-04 Thread Gabor Kiss
Package: llgal
Version: 0.13.16-3
Severity: wishlist
Tags: patch

Option -L / list_link prevents adding artifical thumbnail in case of
entries that normally has _not_ one. Unfortunately if user
supplies custom thumbnails (e.g. for his/her videos) they won't appear
when using list_link=1 for other reasons. This patch overrides
-L if user did manually create a thumbnail.

Gabor

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages llgal depends on:
ii  imagemagick 8:6.6.0.4-3+squeeze3 image manipulation programs
ii  libimage-size-perl  3.221-1  module for determining image sizes
ii  liblocale-gettext-p 1.05-6   Using libc functions for internati
ii  liburi-perl 1.54-2   module to manipulate and access UR
ii  perl5.10.1-17squeeze3Larry Wall's Practical Extraction 

Versions of packages llgal recommends:
ii  libimage-exiftool-perl8.15-1 Library and program to read and wr

llgal suggests no packages.

-- no debconf information
--- /usr/bin/llgal.orig 2010-07-03 18:21:06.0 +0200
+++ llgal   2012-08-04 10:55:42.829878046 +0200
@@ -899,8 +899,8 @@
 if ($opts-{list_links}) {
map {
my $type = $_-{type} ;
-   if ($type == $TYPE_LINK or $type == $TYPE_DIR or $type == 
$TYPE_MOVIE
-   or $type == $TYPE_FILE or $type == $TYPE_TEXT) {
+   if (!$_-{thumb_filename} and ($type == $TYPE_LINK or $type == 
$TYPE_DIR or $type == $TYPE_MOVIE
+   or $type == $TYPE_FILE or $type == $TYPE_TEXT)) {
$_-{no_thumb} = 1 ;
}
} @entries ;


Bug#680363: cyrus-imapd-2.2: imapd gets mad falling into endless loop

2012-07-05 Thread Gabor Kiss
Package: cyrus-imapd-2.2
Version: 2.2.13-19+squeeze3
Severity: normal

I'm migrating some 40 IMAP users to a new server.
I found that imapd -s processes are proliferating and produce high load.
Strace shows that they call poll() continously:

12:40:01.934613 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 
1 ([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])
12:40:01.934915 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 
1 ([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])
12:40:01.935024 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 
1 ([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])
12:40:01.935127 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 
1 ([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])
12:40:01.935231 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 
1 ([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])
12:40:01.935330 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 
1 ([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])
12:40:01.935430 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 
1 ([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])
12:40:01.935530 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 
1 ([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])
12:40:01.935630 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 
1 ([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])


I could catch the moment when an imapd gets mad:

14862 write(16, \27\3\1\0\2738\276\303\7d\216\274\r\274\303]Z\253\203\217\214\2
51\200\206\240\375\23\371\2109\\\367..., 192) = 192
14862 time(NULL)= 1341478919
14862 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 1 ([{fd=16
, revents=POLLIN}])
14862 read(16, \25\3\1\0\26, 5)   = 5
14862 read(16, \t\357Rp\321\324\331;\206\255v\217\360\20\355\305\271\273U\260\
302, 22) = 22
14862 gettimeofday({1341478919, 642090}, NULL) = 0
14862 getrusage(RUSAGE_SELF, {ru_utime={0, 548034}, ru_stime={0, 124007}, ...}) 
= 0
14862 time(NULL)= 1341478919
14862 times({tms_utime=54, tms_stime=12, tms_cutime=0, tms_cstime=0}) = 
1862420508
14862 gettimeofday({1341478919, 642386}, NULL) = 0
14862 getrusage(RUSAGE_SELF, {ru_utime={0, 548034}, ru_stime={0, 124007}, ...}) 
= 0
14862 time(NULL)= 1341478919
14862 times({tms_utime=54, tms_stime=12, tms_cutime=0, tms_cstime=0}) = 
1862420508
14862 time(NULL)= 1341478919
14862 send(5, 83Jul  5 11:01:59 cyrus/imaps2..., 104, MSG_NOSIGNAL) = 104
14862 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTART}, NULL, 8) = 0
14862 close(15) = 0
14862 munmap(0xb5025000, 4096)  = 0
14862 rt_sigaction(SIGPIPE, {SIG_IGN, [], 0}, {SIG_IGN, [], SA_RESTART}, 8) = 0
14862 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 1 
([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])
14862 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 1 
([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])
14862 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 1 
([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])
14862 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 1 
([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])
14862 poll([{fd=16, events=POLLIN|POLLPRI|POLLERR|POLLHUP}], 1, -1) = 1 
([{fd=16, revents=POLLIN|POLLERR|POLLHUP}])

Its log entries before I killed them manually:

Jul  5 11:01:59 strudel cyrus/imaps2[14862]: accepted connection
Jul  5 11:01:59 strudel cyrus/imaps2[14862]: mydelete: starting txn 2147486956
Jul  5 11:01:59 strudel cyrus/imaps2[14862]: mydelete: committing txn 2147486956
Jul  5 11:01:59 strudel cyrus/imaps2[14862]: mystore: starting txn 2147486957
Jul  5 11:01:59 strudel cyrus/imaps2[14862]: mystore: committing txn 2147486957
Jul  5 11:01:59 strudel cyrus/imaps2[14862]: starttls: TLSv1 with cipher AES256-
SHA (256/256 bits new) no authentication

ltrace -S shows a bit more:

21814 getgrent( unfinished ...
21814 ... getgrent resumed )   = 0xb7262b64
21814 getgrent( unfinished ...
21814 ... getgrent resumed )   = 0xb7262b64
21814 getgrent( unfinished ...
21814 ... getgrent resumed )   = 0xb7262b64
21814 getgrent( unfinished ...
21814 ... getgrent resumed )   = 0xb7262b64
21814 getgrent( unfinished ...
21814 ... getgrent resumed )   = 0xb7262b64
21814 getgrent( unfinished ...
21814 SYS_read(15, , 1024) = 0
21814 SYS_rt_sigaction(13, 0xbf8a7180, 0xbf8a70f4, 8, 0xb7260ff4 unfinished 
...
21814 ... SYS_rt_sigaction resumed )   = 0
21814 SYS_rt_sigaction(13, 0xbf8a7220, 0, 8, 0xb7260ff4 unfinished ...
21814 ... SYS_rt_sigaction resumed )   = 0
21814 SYS_rt_sigaction(13, 0xbf8a7150, 0xbf8a70c4, 8, 0xb7260ff4) = 0
21814 SYS_stat64(0xb4e364f6, 0xbf8a58ac, 0xb7260ff4, 3, 0xbf8a5938 unfinished 
...
21814 ... SYS_stat64 resumed ) = 0
21814 SYS_geteuid32(0xb4e371f4, 0x4fed83fc, 0x4fb505ee, 

Bug#679496: [cyrus-imapd-2.2 source] dependency problem: libdb4.7-dev vs libdb4.8-dev

2012-06-29 Thread Gabor Kiss
Package: cyrus-imapd-2.2
Version: cyrus-imapd-2.2_2.2.13-19+squeeze3
Severity: normal

When I tried to rebuild package from source dpkg-buildpackage complained
about missing libdb4.7-dev. However libdb4.8-dev is already installed
via libdb-dev. The problem is that libdb4.7-dev conflicts libdb4.8-dev.

Gabor

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

ii  libdb-dev 4.8   Berkeley Database Libraries [development]
ii  libdb4.6  4.6.21-16 Berkeley v4.6 Database Libraries [runtime]
ii  libdb4.7  4.7.25-9  Berkeley v4.7 Database Libraries [runtime]
ii  libdb4.7-java 4.7.25-9  Berkeley v4.7 Database Libraries for Java
ii  libdb4.7-java-gcj 4.7.25-9  Berkeley v4.7 Database Libraries for Java (nati
ii  libdb4.8  4.8.30-2  Berkeley v4.8 Database Libraries [runtime]
ii  libdb4.8-dev  4.8.30-2  Berkeley v4.8 Database Libraries [development]



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



Bug#679511: [cyrus-imapd-2.2 source] build script is not idempotent

2012-06-29 Thread Gabor Kiss
Package: cyrus-imapd-2.2
Version: 2.2.13-19+squeeze3
Severity: normal

$ apt-get source cyrus-imapd-2.2
$ cd cyrus-imapd-2.2-2.2.13
$ debuild -us -uc

So far so good. However the second debuild -us -uc produces the
following error:

[...]
Applying patch 99-berkelydb-4.8.dpatch
patching file cmulocal/berkdb.m4
patching file lib/cyrusdb_berkeley.c

Applying patch 99-update-autoconf.dpatch
patching file config.h.in
patching file configure
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 83.
Hunk #3 FAILED at 231.
Hunk #4 FAILED at 270.
Hunk #5 FAILED at 337.
Hunk #6 FAILED at 386.
Hunk #7 succeeded at 954 with fuzz 2 (offset 515 lines).
Hunk #8 FAILED at 469.
Hunk #9 succeeded at 1068 with fuzz 2 (offset 528 lines).
Hunk #10 FAILED at 600.
Hunk #11 FAILED at 639.
Hunk #12 FAILED at 667.
Hunk #13 FAILED at 705.
Hunk #14 FAILED at 718.
Hunk #15 FAILED at 814.
Hunk #16 FAILED at 831.
Hunk #17 FAILED at 858.
Hunk #18 FAILED at 915.
Hunk #19 FAILED at 1065.
Hunk #20 FAILED at 1088.
Hunk #21 FAILED at 1099.
Hunk #22 FAILED at 1121.
Hunk #23 FAILED at 1148.
Hunk #24 FAILED at 1172.
Hunk #25 FAILED at 1199.
Hunk #26 FAILED at 1226.
Hunk #27 FAILED at 1341.
Hunk #28 FAILED at 1466.
Hunk #29 FAILED at 1518.
Hunk #30 FAILED at 1532.
Hunk #31 FAILED at 1546.
Hunk #32 FAILED at 1572.
Hunk #33 FAILED at 1585.
Hunk #34 FAILED at 1623.
Hunk #35 FAILED at 1665.
Hunk #36 FAILED at 1746.
Hunk #37 FAILED at 1775.
Hunk #38 FAILED at 1802.
Hunk #39 FAILED at 1844.
Hunk #40 FAILED at 1915.
Hunk #41 FAILED at 2028.
Hunk #42 FAILED at 2071.
Hunk #43 FAILED at 2123.
Hunk #44 FAILED at 2182.
Hunk #45 FAILED at 2230.
Hunk #46 FAILED at 2269.
Hunk #47 FAILED at 2289.
Hunk #48 FAILED at 2497.
Hunk #49 FAILED at 2510.
Hunk #50 FAILED at 2548.
Hunk #51 FAILED at 2616.
Hunk #52 FAILED at 2639.
Hunk #53 FAILED at 2649.
Hunk #54 FAILED at 2688.
Hunk #55 FAILED at 2710.
Hunk #56 FAILED at 2723.
Hunk #57 FAILED at 2794.
Hunk #58 FAILED at 2806.
Hunk #59 FAILED at 2817.
Hunk #60 FAILED at 2830.
Hunk #61 FAILED at 2901.
Hunk #62 FAILED at 2918.
Hunk #63 FAILED at 3187.
Hunk #64 FAILED at 3309.
Hunk #65 FAILED at 3361.
Hunk #66 FAILED at 3393.
Hunk #67 FAILED at 3467.
Hunk #68 FAILED at 3506.
Hunk #69 FAILED at 9840.
Hunk #70 FAILED at 9891.
Hunk #71 FAILED at 9902.
Hunk #72 FAILED at 9927.
Hunk #73 FAILED at 9988.
Hunk #74 FAILED at 10064.
Hunk #75 FAILED at 10134.
Hunk #76 FAILED at 10377.
Hunk #77 FAILED at 10560.
Hunk #78 FAILED at 10816.
Hunk #79 FAILED at 10866.
Hunk #80 FAILED at 10889.
Hunk #81 FAILED at 10950.
Hunk #82 FAILED at 10976.
Hunk #83 FAILED at 11061.
Hunk #84 FAILED at 11181.
Hunk #85 FAILED at 11291.
Hunk #86 FAILED at 11314.
Hunk #87 FAILED at 11555.
Hunk #88 FAILED at 11567.
Hunk #89 FAILED at 11639.
Hunk #90 FAILED at 11804.
Hunk #91 FAILED at 11833.
Hunk #92 FAILED at 11848.
Hunk #93 FAILED at 11864.
Hunk #94 FAILED at 11945.
Hunk #95 FAILED at 12372.
Hunk #96 FAILED at 12387.
Hunk #97 FAILED at 12432.
Hunk #98 FAILED at 12474.
Hunk #99 FAILED at 12506.
Hunk #100 FAILED at 12551.
Hunk #101 FAILED at 12601.
Hunk #102 FAILED at 13128.
Hunk #103 FAILED at 13165.
Hunk #104 FAILED at 13194.
Hunk #105 FAILED at 13500.
Hunk #106 FAILED at 13591.
Hunk #107 FAILED at 13667.
Hunk #108 FAILED at 13763.
Hunk #109 FAILED at 13917.
Hunk #110 succeeded at 8607 (offset -5386 lines).
Hunk #111 FAILED at 14018.
Hunk #112 FAILED at 14035.
Hunk #113 FAILED at 14047.
Hunk #114 FAILED at 14103.
Hunk #115 FAILED at 14115.
Hunk #116 FAILED at 14354.
Hunk #117 FAILED at 14363.
Hunk #118 FAILED at 14408.
Hunk #119 FAILED at 14706.
Hunk #120 FAILED at 14738.
Hunk #121 FAILED at 15133.
Hunk #122 FAILED at 15161.
Hunk #123 FAILED at 15205.
Hunk #124 FAILED at 15286.
Hunk #125 FAILED at 15320.
Hunk #126 FAILED at 15347.
Hunk #127 FAILED at 15368.
Hunk #128 FAILED at 15977.
Hunk #129 FAILED at 15986.
Hunk #130 FAILED at 16215.
Hunk #131 FAILED at 16302.
Hunk #132 FAILED at 16338.
Hunk #133 FAILED at 16375.
Hunk #134 FAILED at 16395.
Hunk #135 FAILED at 16611.
Hunk #136 FAILED at 16743.
Hunk #137 FAILED at 16764.
Hunk #138 FAILED at 16805.
Hunk #139 FAILED at 16838.
Hunk #140 FAILED at 16853.
Hunk #141 FAILED at 17085.
Hunk #142 FAILED at 17117.
Hunk #143 FAILED at 17163.
Hunk #144 FAILED at 17254.
Hunk #145 FAILED at 17297.
Hunk #146 FAILED at 17942.
143 out of 146 hunks FAILED -- rejects in file configure
patching file install-sh
Patch 99-update-autoconf.dpatch does not apply (enforce with -f)
make: *** [debian/stamp-patched] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1325:
dpkg-buildpackage -rfakeroot -D -us -uc failed
$ 

As in case #179654: this violates policy section 6.2.

Gabor

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to 

Bug#675356: alpine: No multiple IMAP servers on the same host allowed

2012-05-31 Thread Gabor Kiss
Package: alpine
Version: 2.00+dfsg-6.1
Severity: normal

If I have two separate IMAP services on the same host but on different
ports (e.g. a real server and an IMAP proxy like perdition) and I
configure two inboxes, one as inbox-path, the other as member
of incoming-folders I get always the content of the first mailbox.
Different hostnames does not even help if the same IP address
belongs to them.

Gabor

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages alpine depends on:
ii  libc6   2.11.3-3 Embedded GNU C Library: Shared lib
ii  libgssapi-krb5-21.8.3+dfsg-4squeeze5 MIT Kerberos runtime libraries - k
ii  libkrb5-3   1.8.3+dfsg-4squeeze5 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.23-7.2   OpenLDAP libraries
ii  libncurses5 5.7+20100313-5   shared libraries for terminal hand
ii  libpam0g1.1.1-6.1+squeeze1   Pluggable Authentication Modules l
ii  libssl0.9.8 0.9.8o-4squeeze13SSL shared libraries

alpine recommends no packages.

Versions of packages alpine suggests:
ii  aspell  0.60.6-4 GNU Aspell spell-checker
ii  postfix [mail-transport 2.7.1-1+squeeze1 High-performance mail transport ag

-- 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#670392: checkrestart: should not be triggered by content of /dev/shm/

2012-04-25 Thread Gabor Kiss
Package: debian-goodies
Version: 0.53
Severity: minor

After restarting corosync processes:

---8--8
# checkrestart -v
Found 5 processes using old versions of upgraded files
(5 distinct programs)
Process /usr/lib/heartbeat/stonithd (PID: 31617) 
List of deleted files in use:
/dev/shm/dispatch_buffer-cNrx7V
/dev/shm/response_buffer-TXzeR7
/dev/shm/request_buffer-Cl4BBj
/dev/shm/control_buffer-ppFFmv
Process /usr/lib/heartbeat/cib (PID: 31618) 
List of deleted files in use:
/dev/shm/dispatch_buffer-grWY8W
/dev/shm/response_buffer-09SEQ8
/dev/shm/request_buffer-CSxGyk
/dev/shm/control_buffer-8FS3gw
Process /usr/lib/heartbeat/attrd (PID: 31620) 
List of deleted files in use:
/dev/shm/dispatch_buffer-qqlIpX
/dev/shm/response_buffer-Udwuc9
/dev/shm/request_buffer-AJwKZk
/dev/shm/control_buffer-G6buNw
Process /usr/lib/heartbeat/crmd (PID: 31622) 
List of deleted files in use:
/dev/shm/dispatch_buffer-5wslZ9
/dev/shm/response_buffer-vjlPei
/dev/shm/request_buffer-bkNFuq
/dev/shm/control_buffer-hGbSKy
Process /usr/sbin/corosync (PID: 31606) 
List of deleted files in use:
/dev/shm/dispatch_buffer-5wslZ9
/dev/shm/response_buffer-vjlPei
/dev/shm/request_buffer-bkNFuq
/dev/shm/control_buffer-hGbSKy
/dev/shm/dispatch_buffer-grWY8W
/dev/shm/response_buffer-09SEQ8
/dev/shm/request_buffer-CSxGyk
/dev/shm/control_buffer-8FS3gw
/dev/shm/dispatch_buffer-cNrx7V
/dev/shm/response_buffer-TXzeR7
/dev/shm/request_buffer-Cl4BBj
/dev/shm/control_buffer-ppFFmv
/dev/shm/dispatch_buffer-qqlIpX
/dev/shm/response_buffer-Udwuc9
/dev/shm/request_buffer-AJwKZk
/dev/shm/control_buffer-G6buNw
/dev/shm/fdata-Jp1Xzc
(2 distinct packages)

Of these, 1 seem to contain init scripts which can be used to restart them:
The following packages seem to have init scripts that could be used
to restart them:
corosync:
31606   /usr/sbin/corosync

These are the init scripts:
/etc/init.d/corosync restart

These processes do not seem to have an associated init script to restart them:
pacemaker:
31620   /usr/lib/heartbeat/attrd
31622   /usr/lib/heartbeat/crmd
31618   /usr/lib/heartbeat/cib
31617   /usr/lib/heartbeat/stonithd
# 
---8--8

IMHO /dev/shm/ is the same category as /tmp/.

Regards

Gabor

-- System Information:
Debian Release: 6.0.4
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages debian-goodies depends on:
ii  curl 7.21.0-2.1+squeeze2 Get a file from an HTTP, HTTPS or 
ii  dctrl-tools [grep-dc 2.14.5  Command-line tools to process Debi
ii  less 436-1   pager program similar to more
ii  lsof 4.81.dfsg.1-1   List open files
ii  perl 5.10.1-17squeeze3   Larry Wall's Practical Extraction 
ii  python   2.6.6-3+squeeze6interactive high-level object-orie
ii  whiptail 0.52.11-1   Displays user-friendly dialog boxe


debian-goodies recommends no packages.

Versions of packages debian-goodies suggests:
pn  popularity-contestnone (no description available)
pn  xdg-utils none (no description available)
pn  zenitynone (no description available)

Corosync companion:
ii  corosync 1.4.2-1~bpo60+1 Standards-based cluster framework

-- 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#665048: pine.vim: adding new options

2012-03-22 Thread Gabor Kiss
Package: vim-runtime
Version: 2:7.2.445+hg~cb94c42c0e1a-1
Severity: minor
Tags: patch

1. Alpine has lot of new options in .pinerc that is not parsed by actual
vim syntax file. A patch is attached.

2. I know very little about syntax files. Is there any way to
allow automatic highlighting of options with no- prefix?

Gabor

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

vim-runtime depends on no packages.

Versions of packages vim-runtime recommends:
ii  vim  2:7.2.445+hg~cb94c42c0e1a-1 Vi IMproved - enhanced vi editor
ii  vim-gtk [vim 2:7.2.445+hg~cb94c42c0e1a-1 Vi IMproved - enhanced vi editor -
ii  vim-tiny 2:7.2.445+hg~cb94c42c0e1a-1 Vi IMproved - enhanced vi editor -

vim-runtime suggests no packages.

Other:
ii  alpine   2.00+dfsg-6Text-based email client, friend

-- no debconf information
--- pine.vim.orig   2010-07-12 04:36:33.0 +0200
+++ pine.vim2012-03-22 12:45:15.239768969 +0100
@@ -24,19 +24,23 @@
 syn keyword pineConfig bugs-additional-data
 syn keyword pineConfig bugs-address
 syn keyword pineConfig bugs-fullname
+syn keyword pineConfig busy-cue-rate
 syn keyword pineConfig character-set
 syn keyword pineConfig color-style
 syn keyword pineConfig compose-mime
+syn keyword pineConfig composer-word-separators
 syn keyword pineConfig composer-wrap-column
 syn keyword pineConfig current-indexline-style
 syn keyword pineConfig cursor-style
 syn keyword pineConfig customized-hdrs
+syn keyword pineConfig dead-letter-files
 syn keyword pineConfig debug-memory
 syn keyword pineConfig default-composer-hdrs
 syn keyword pineConfig default-fcc
 syn keyword pineConfig default-saved-msg-folder
 syn keyword pineConfig disable-these-authenticators
 syn keyword pineConfig disable-these-drivers
+syn keyword pineConfig display-character-set
 syn keyword pineConfig display-filters
 syn keyword pineConfig download-command
 syn keyword pineConfig download-command-prefix
@@ -49,6 +53,7 @@
 syn keyword pineConfig file-directory
 syn keyword pineConfig folder-collections
 syn keyword pineConfig folder-extension
+syn keyword pineConfig folder-reopen-rule
 syn keyword pineConfig folder-sort-rule
 syn keyword pineConfig font-char-set
 syn keyword pineConfig font-name
@@ -58,33 +63,59 @@
 syn keyword pineConfig form-letter-folder
 syn keyword pineConfig global-address-book
 syn keyword pineConfig goto-default-rule
+syn keyword pineConfig header-general-background-color
+syn keyword pineConfig header-general-foreground-color
 syn keyword pineConfig header-in-reply
 syn keyword pineConfig image-viewer
 syn keyword pineConfig inbox-path
 syn keyword pineConfig incoming-archive-folders
+syn keyword pineConfig incoming-check-interval
+syn keyword pineConfig incoming-check-interval-secondary
+syn keyword pineConfig incoming-check-list
+syn keyword pineConfig incoming-check-timeout
 syn keyword pineConfig incoming-folders
 syn keyword pineConfig incoming-startup-rule
+syn keyword pineConfig incoming-unseen-background-color
+syn keyword pineConfig incoming-unseen-foreground-color
 syn keyword pineConfig index-answered-background-color
 syn keyword pineConfig index-answered-foreground-color
+syn keyword pineConfig index-arrow-background-color
+syn keyword pineConfig index-arrow-foreground-color
 syn keyword pineConfig index-deleted-background-color
 syn keyword pineConfig index-deleted-foreground-color
 syn keyword pineConfig index-format
+syn keyword pineConfig index-forward-background-color
+syn keyword pineConfig index-forward-foreground-color
+syn keyword pineConfig index-from-background-color
+syn keyword pineConfig index-from-foreground-color
+syn keyword pineConfig index-highpriority-background-color
+syn keyword pineConfig index-highpriority-foreground-color
 syn keyword pineConfig index-important-background-color
 syn keyword pineConfig index-important-foreground-color
+syn keyword pineConfig index-lowpriority-background-color
+syn keyword pineConfig index-lowpriority-foreground-color
 syn keyword pineConfig index-new-background-color
 syn keyword pineConfig index-new-foreground-color
+syn keyword pineConfig index-opening-background-color
+syn keyword pineConfig index-opening-foreground-color
 syn keyword pineConfig index-recent-background-color
 syn keyword pineConfig index-recent-foreground-color
+syn keyword pineConfig index-subject-background-color
+syn keyword pineConfig index-subject-foreground-color
 syn keyword pineConfig index-to-me-background-color
 syn keyword pineConfig index-to-me-foreground-color
 syn keyword pineConfig index-unseen-background-color
 syn keyword pineConfig index-unseen-foreground-color
 syn keyword pineConfig initial-keystroke-list
 syn keyword pineConfig 

Bug#665090: topal: Depends on nonexistent 'metamail' package

2012-03-22 Thread Gabor Kiss
Package: topal
Version: 72-1
Severity: minor

More precisely 'topal' _suggests_ 'metamail' that is not available
in squeeze.

Gabor

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages topal depends on:
ii  gnupg 1.4.10-4   GNU privacy guard - a free PGP rep
ii  less  436-1  pager program similar to more
ii  libc6 2.11.3-3   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libgnat-4.4   4.4.5-3Runtime library for GNU Ada applic
ii  libreadline6  6.1-3  GNU readline and history libraries

Versions of packages topal recommends:
ii  alpine  2.00+dfsg-6  Text-based email client, friendly 
ii  gpgsm   2.0.14-2 GNU privacy guard - S/MIME version
ii  mime-support3.48-1   MIME files 'mime.types'  'mailcap
ii  openssl 0.9.8o-4squeeze7 Secure Socket Layer (SSL) binary a
ii  procmail3.22-19  Versatile e-mail processor

Versions of packages topal suggests:
pn  metamail  none (no description available)

-- 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#661886: ip: man page should mention label length limit

2012-03-02 Thread Gabor Kiss
Package: iproute
Version: 20100519-3
Severity: wishlist

ip(8) writes:
   label NAME
  Each  address  may  be  tagged with a label string.  In order to
  preserve compatibility with Linux-2.0 net aliases,  this  string
  must  coincide  with  the name of the device or must be prefixed
  with the device name followed by colon.

I found (with 2.6.32 kernel) that the full lenght of label must not
exceed 15 characters. Otherwise I get an error message:
RTNETLINK answers: Numerical result out of range

So the following labels are acceptable:
lo:abcdefghijkl
eth2:abcdefghij

while these are not:
lo:abcdefghijklm
eth2:abcdefghijk

I think it would be useful to mention this in the manual.

Gabor

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages iproute depends on:
ii  libc6 2.11.3-3   Embedded GNU C Library: Shared lib
ii  libdb4.8  4.8.30-2   Berkeley v4.8 Database Libraries [

Versions of packages iproute recommends:
ii  libatm1  1:2.5.1-1.2 shared library for ATM (Asynchrono

Versions of packages iproute suggests:
pn  iproute-doc   none (no description available)

-- 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#659450: Wish: Caption links

2012-02-11 Thread Gabor Kiss
Package: llgal
Version: 0.13.16-3
Severity: wishlist
Tags: patch

Dear Brice,

The attached patch below makes image captions clickable.
So visitor can reach an external URL related to the picture.
E.g. a satellite image or Wikipedia article.

The new format of caption entry is:

IMG: filename  caption [ url]


If you agree I would add support for HTML title attribute also
in order to see some comment in the bubble when pointer
is over the caption. E.g. url could be formed as
title text:http:/foo.bar/foobar
that is easy to parse and title text would be stored
in $entry-{captiontitle}.

Cheers

Gabor

-- System Information:
Debian Release: 6.0.4
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 
'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages llgal depends on:
ii  imagemagick8:6.6.0.4-3   image manipulation programs
ii  libimage-size-perl 3.221-1   module for determining image sizes
ii  liblocale-gettext-perl 1.05-6Using libc functions for internati
ii  liburi-perl1.54-2module to manipulate and access UR
ii  perl   5.10.1-17squeeze3 Larry Wall's Practical Extraction 

Versions of packages llgal recommends:
ii  libimage-exiftool-perl8.15-1 Library and program to read and wr

llgal suggests no packages.

-- no debconf information
--- llgal.orig	2010-07-03 18:21:06.0 +0200
+++ llgal	2012-02-11 09:49:36.262266804 +0100
@@ -1334,7 +1334,9 @@
 	my $type = $entry->{type} ;
 	if ($type == $TYPE_IMAGE) {
 	print CAP "IMG: ". $entry->{filename}
-		."  ". $entry->{caption} ."\n"
+		."  ". $entry->{caption}
+		. $entry->{linktext} ? "  $entry->{linktext}" : ''
+		."\n"
 		unless grep { $captions[$_] =~ m/^(\s*IMG:)?\s*$entry->{filename}\s+\s/ }
 		( 0 .. $#captions ) ;
 
@@ -1477,10 +1479,10 @@
 		# thumbnail row break
 		$entry = create_nofile_entry ($TYPE_BREAK, undef, undef, undef) ;
 
-		} elsif ($line =~ m/^IMG:\s*(.+)\s+\s*(?:\s(.*))?\s*$/
-			 or $line =~ m/^(.+)\s+\s*(?:\s(.*))?\s*$/) {
+		} elsif ($line =~ m/^(?:IMG:\s*)?(.+?)\s+\s*(?:\s(.*?))?(?:\s+\s+(.*?))?\s*$/) {
 		# image slide (default)
-		$entry = create_file_entry ($TYPE_IMAGE, $1, undef, $2) ;
+#print "$line\n1=$1\n2=$2\n3=$3\n";
+		$entry = create_file_entry ($TYPE_IMAGE, $1, $3, $2) ;
 
 		} else {
 		$messages->abort_percentage ;
@@ -1793,7 +1795,8 @@
 	$SLIDE_COUNTER =~ s/%0n/$SLIDE_NUMBER/ ;
 	$SLIDE_COUNTER =~ s/%t/$SLIDE_TOTAL/ ;
 	# caption
-	my $IMAGE_CAPTION = $entry->{caption} . $SLIDE_COUNTER . "$entry->{dimstring}" ;
+	my $IMAGE_CAPTION = $entry->{linktext} ? qq{$entry->{caption}} : $entry->{caption};
+	$IMAGE_CAPTION .= $SLIDE_COUNTER . "$entry->{dimstring}" ;
 
 	# previous slide
 	my $PREV_SLIDE_LINK_TEXT = "" ;


Bug#659503: strange man page

2012-02-11 Thread Gabor Kiss
Package: traceroute-nanog
Version: 1:2.0.15-1
Severity: normal

The man page seems to be belong to an other version of traceroute.
(Probably it comes from package 'traceroute'.)

Manual writes:

SYNOPSIS
   traceroute [-46dFITUnreAV] [-f first_ttl] [-g gate,...]
   [-i device] [-m max_ttl] [-p port] [-s src_addr]
   [-q nqueries] [-N squeries] [-t tos]
   [-l flow_label] [-w waittime] [-z sendwait]
   [-UL] [-P proto] [--sport=port] [-M method] [-O mod_options]
   [--mtu] [--back]
   host [packet_len]

Meanwhile the program's own help is:

Usage: /usr/bin/traceroute [-adnruvAMOPQU$] [-w wait] [-S start_ttl]
[-m max_ttl] [-p port] [-q nqueries] [-g gateway] [-t tos]
[-s src_addr] [-I proto]  host  [data_size]

There are lot of differences.

Gabor

-- System Information:
Debian Release: 6.0.4
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 
'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages traceroute-nanog depends on:
ii  traceroute1:2.0.15-1 Traces the route taken by packets 

traceroute-nanog recommends no packages.

traceroute-nanog 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#658723: cycle: Annoying warning about debrecated md5 module

2012-02-05 Thread Gabor Kiss
Package: cycle
Version: 0.3.1-7
Severity: minor
Tags: patch

After lenny  squeeze upgrade 'cycle' prints this at every startup:

/usr/share/cycle/save_load.py:15: DeprecationWarning: the md5 module is 
deprecated; use hashlib instead
  import os, os.path , cPickle, md5

The attached patch eliminates this message.

Gabor


-- System Information:
Debian Release: 6.0.4
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages cycle depends on:
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-support  1.0.10   automated rebuilding support for P
ii  python-wxgtk2.6 2.6.3.2.2-5+b1   wxWidgets Cross-platform C++ GUI t

cycle recommends no packages.

cycle suggests no packages.

-- no debconf information
--- save_load.py.orig	2005-09-15 07:14:19.0 +0200
+++ save_load.py	2012-02-05 08:22:35.821998312 +0100
@@ -12,7 +12,7 @@
 message='.*rotor module', module=__name__)
 
 import wx
-import os, os.path , cPickle, md5
+import os, os.path , cPickle, hashlib
 import cal_year
 try:
 import rotor
@@ -23,7 +23,7 @@
  Save the contents of our document to disk.
 
 objSave=[]
-m=md5.new()
+m=hashlib.md5()
 m.update(passwd)
 rt=rotor.newrotor(m.digest())
 objSave.append(['period', cal_year.cycle.period])
@@ -59,7 +59,7 @@
 
 p, f_name=get_f_name(file)
 if os.path.isfile(f_name):
-	m=md5.new()
+	m=hashlib.md5()
 	m.update(passwd)
 	rt=rotor.newrotor(m.digest())
 	f=open(f_name,rb)


Bug#657716: clive: patch for 2012 January Youtube format change

2012-01-28 Thread Gabor Kiss
Package: clive
Version: 2.2.13-5+squeeze3
Severity: normal
Tags: patch

This week Youtube HTML text changed again causing parse error.
This patch solves the problem.

Gabor

-- System Information:
Debian Release: 6.0.3
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages clive depends on:
ii  libclass-singleton-per 1.4-1 implementation of a Singleton cl
ii  libconfig-tiny-perl2.12-1Read/Write .ini style files with a
ii  libexpect-perl 1.20-2Expect.pm - Perl Expect interface
ii  libgetopt-argvfile-per 1.11-1Perl module for reading script opt
ii  libhtml-parser-perl3.66-1collection of modules that parse H
ii  liburi-perl1.54-2module to manipulate and access UR
ii  libwww-curl-perl   4.12-1Perl bindings to libcurl
ii  perl   5.10.1-17squeeze3 Larry Wall's Practical Extraction 

Versions of packages clive recommends:
pn  clive-utils  none  (no description available)
ii  libberkeleydb-perl   0.42-1~squeeze1 use Berkeley DB 4 databases from P
ii  libterm-readkey-perl 2.30-4  A perl module for simple terminal 

Versions of packages clive suggests:
ii  ffmpeg  5:0.7.11-0.0 audio/video encoder, streaming ser

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/perl5/clive/Host/Youtube.pm (from clive 
package)
--- /tmp/Youtube.pm 2012-01-28 11:01:46.185246561 +0100
+++ Youtube.pm  2012-01-28 11:01:58.585246885 +0100
@@ -33,7 +33,7 @@
 
 my %re = (
 id = qr|video_id: (.*?)|,
-url_encoded_fmt_stream_map = qr|url_encoded_fmt_stream_map=(.*?)|,
+url_encoded_fmt_stream_map = 
qr/url_encoded_fmt_stream_map=(.*?)(|\\u0026amp;)/,
 );
 
 my $tmp;


Bug#654557: logcheck-database: pure-ftpd rules need update

2012-01-04 Thread Gabor Kiss
Package: logcheck-database
Version: 1.3.13
Severity: minor

/etc/logcheck/ignore.d.server/pure-ftpd rule

^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pure-ftpd: 
\([._[:alnum:]-]+@[._[:alnum:]-]+\) \[INFO\] Logout\.$

does not cover log entry

Jan  4 07:23:42 gatling pure-ftpd: (?@203.158.197.21) [INFO] Logout.

The problem is with ? before @.

Regards

Gabor

-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

pure-ftpd version is 1.0.28-3

-- 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#651878: gplanarity: program starts with empty window

2011-12-12 Thread Gabor Kiss
Package: gplanarity
Version: 16723-1
Severity: normal

Starting gplanarity results an empty gray window.
Its content appears only when I resize it.
Moving, iconizing etc. has no such effect.
I can click exit widget blindly and it works.
Other widgets work too but I cannot see what they do
until window gets resized.

I don't remember if I played the game since squeeze upgrade.

Regards

Gabor

-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages gplanarity depends on:
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2.1+squeeze1 FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.3-1+squeeze2  Layout and rendering of internatio

gplanarity recommends no packages.

gplanarity 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#644886: logcheck-database: snmpd ruleset needs update

2011-10-10 Thread Gabor Kiss
Package: logcheck-database
Version: 1.3.13
Severity: normal

Rule
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ snmpd\[[0-9]+\]: Connection from UDP: 
\[[.0-9]{7,15}\]:[0-9]{4,5}$
does not cover log entries like
Oct 10 07:05:04 foobar snmpd[19089]: Connection from UDP: 
[192.0.2.61]:34180-[198.51.100.163]

Gabor

-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

Related package versions:
snmpd  5.4.3~dfsg-2

-- 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#640901: cups: web interface uses hardwired base URL

2011-09-08 Thread Gabor Kiss
Package: cups
Version: 1.4.4-7
Severity: normal
Tags: upstream

CUPS is installed on host 'foo'.
My desktop is 'bar'.
I don't want passwords travel on network in plaintext so
I start an ssh tunnel from bar to foo's IPP port:

bar$ ssh -L 9631:localhost:631 foo

Then I enter http://localhost:9631; in my browser.
Cookies and JavaScript is temporary allowed for this host.
Browser stores session cookie.

Everythink seems to be okay but links related jobs
point to http://foo:631/blahblahblah; instead of
http://localhost:9631/blahblahblah;.

Click Show All Jobs button of some printers and check page source.
You can see that job ID-s have absolute URL behind while
any other links use relative URLs as well as form actions.

So following job links all my security settings get broken.

Gabor

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages cups depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  bc  1.06.95-2The GNU bc arbitrary precision cal
ii  cups-client 1.4.4-7  Common UNIX Printing System(tm) - 
ii  cups-common 1.4.4-7  Common UNIX Printing System(tm) - 
ii  cups-ppdc   1.4.4-7  Common UNIX Printing System(tm) - 
ii  debconf [debconf-2. 1.5.36.1 Debian configuration management sy
ii  ghostscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF
ii  libavahi-client30.6.27-2+squeeze1Avahi client library
ii  libavahi-common30.6.27-2+squeeze1Avahi common library
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcups21.4.4-7  Common UNIX Printing System(tm) - 
ii  libcupscgi1 1.4.4-7  Common UNIX Printing System(tm) - 
ii  libcupsdriver1  1.4.4-7  Common UNIX Printing System(tm) - 
ii  libcupsimage2   1.4.4-7  Common UNIX Printing System(tm) - 
ii  libcupsmime11.4.4-7  Common UNIX Printing System(tm) - 
ii  libcupsppdc11.4.4-7  Common UNIX Printing System(tm) - 
ii  libdbus-1-3 1.2.24-4+squeeze1simple interprocess messaging syst
ii  libgcc1 1:4.4.5-8GCC support library
ii  libgnutls26 2.8.6-1  the GNU TLS library - runtime libr
ii  libgssapi-krb5-21.8.3+dfsg-4squeeze1 MIT Kerberos runtime libraries - k
ii  libijs-0.35 0.35-7   IJS raster image transport protoco
ii  libkrb5-3   1.8.3+dfsg-4squeeze1 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.23-7.2   OpenLDAP libraries
ii  libpam0g1.1.1-6.1Pluggable Authentication Modules l
ii  libpaper1   1.1.24   library for handling paper charact
ii  libpoppler5 0.12.4-1.2   PDF rendering library
ii  libslp1 1.2.1-7.8OpenSLP libraries
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libusb-0.1-42:0.1.12-16  userspace USB programming library
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  poppler-utils   0.12.4-1.2   PDF utilitites (based on libpopple
ii  procps  1:3.2.8-9/proc file system utilities
ii  ssl-cert1.0.28   simple debconf wrapper for OpenSSL
ii  ttf-freefont20090104-7   Freefont Serif, Sans and Mono True
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages cups recommends:
ii  cups-driver-gutenprint  5.2.6-1  printer drivers for CUPS
ii  foomatic-filters4.0.5-6  OpenPrinting printer support - fil
ii  ghostscript-cups8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF

Versions of packages cups suggests:
ii  cups-bsd  1.4.4-7Common UNIX Printing System(tm) - 
pn  cups-pdf  none (no description available)
ii  foomatic-db   20100630-1 OpenPrinting printer support - dat
ii  hplip 3.10.6-2   HP Linux Printing and Imaging Syst
ii  smbclient 2:3.5.6~dfsg-3squeeze5 command-line SMB/CIFS clients for 
ii  udev  164-3  /dev/ and hotplug management daemo
pn  xpdf-korean | xpd none (no description available)

-- Configuration Files:
/etc/cups/cupsd.conf changed [not included]

-- debconf information excluded



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



Bug#631940: icedove: Properties... menu item opens Account Settings window

2011-06-28 Thread Gabor Kiss
Package: icedove
Version: 3.0.11-1+squeeze1
Severity: normal

Edit - Properties opens the same window as Edit - Account_Settings.

Gabor



-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages icedove depends on:
ii  debianutils3.4   Miscellaneous utilities specific t
ii  fontconfig 2.8.0-2.1 generic font configuration library
ii  libasound2 1.0.23-2.1shared library for ALSA applicatio
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-4  simple interprocess messaging syst
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  libnspr4-0d4.8.6-1   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.8-1  Network Security Service libraries
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libpng12-0 1.2.44-1  PNG library - runtime
ii  libsqlite3-0   3.7.3-1   SQLite 3 shared library
ii  libstartup-notificatio 0.10-1library for program launch feedbac
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxrender11:0.9.6-1 X Rendering Extension client libra
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  psmisc 22.11-1   utilities that use the proc file s
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages icedove recommends:
ii  myspell-en-us [myspell-dictio 1:3.2.1-2  English_american dictionary for my
ii  myspell-hu [myspell-dictionar 0.99.4-2   Hungarian dictionary for myspell

Versions of packages icedove suggests:
ii  libdbus-glib-1-20.88-2.1 simple interprocess messaging syst
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libgnome2-0 2.30.0-1 The GNOME library - runtime files
ii  libgnomevfs2-0  1:2.24.3-1   GNOME Virtual File System (runtime
ii  libgssapi-krb5-21.8.3+dfsg-4 MIT Kerberos runtime libraries - k
ii  ttf-lyx 1.6.7-1  TrueType versions of some TeX font

-- debconf information:
  icedove/browser: Debian



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



Bug#590056: netstat: -W has no effect in case of udp6 sockets

2011-05-24 Thread Gabor Kiss
Package: net-tools
Version: 1.60-23
Severity: normal

Squeeze has the same buggy version...
Just run netstat -6nutlW.

g

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages net-tools depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib

net-tools recommends no packages.

net-tools 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#627116: nvidia-glx: package conflicts itself

2011-05-17 Thread Gabor Kiss
Package: libgl1-nvidia-glx
Version: 195.36.31-6
Severity: minor

$ aptitude show libgl1-nvidia-glx
[...]
Conflicts: fglrx-glx, libgl1-nvidia-glx, nvidia-glx ( 195.36.31),
[...]
$ 

:-)

Gabor

-- Package-specific info:
uname -a:
Linux firma1 2.6.32-5-amd64 #1 SMP Mon Mar 7 21:35:22 UTC 2011 x86_64 GNU/Linux

/proc/version:
Linux version 2.6.32-5-amd64 (Debian 2.6.32-31) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Mar 7 21:35:22 UTC 2011

/proc/driver/nvidia/version: 
NVRM version: NVIDIA UNIX x86_64 Kernel Module  195.36.31  Thu Jun  3 08:19:50 
PDT 2010
GCC version:  gcc version 4.3.5 (Debian 4.3.5-4) 

lspci 'VGA compatible controller [0300]':
00:05.0 VGA compatible controller [0300]: nVidia Corporation C51PV [GeForce 
6150] [10de:0240] (rev a2) (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. A8N-VM CSM [1043:81cd]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 17
Region 0: Memory at fd00 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at d000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at fc00 (64-bit, non-prefetchable) [size=16M]
[virtual] Expansion ROM at febe [disabled] [size=128K]
Capabilities: access denied
Kernel driver in use: nvidia


-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgl1-nvidia-glx depends on:
ii  libc62.11.2-10   Embedded GNU C Library: Shared lib
ii  libgl1-nvidia-alternatives   195.36.31-6 simplifies replacing MESA libGL wi
ii  libx11-6 2:1.3.3-4   X11 client-side library
ii  libxext6 2:1.1.2-1   X11 miscellaneous extension librar

Versions of packages libgl1-nvidia-glx recommends:
ii  nvidia-kernel-2. 195.36.31+2+4+2.6.32-24 NVIDIA binary kernel module for Li

Versions of packages libgl1-nvidia-glx suggests:
pn  nvidia-kernel-dkms | nvidia-k none (no description available)

Versions of packages nvidia-glx depends on:
ii  dpkg 1.15.8.10   Debian package management system
ii  libc62.11.2-10   Embedded GNU C Library: Shared lib
ii  libglx-nvidia-al 195.36.31-6 simplifies replacing Xorg module l
ii  nvidia-kernel-2. 195.36.31+2+4+2.6.32-24 NVIDIA binary kernel module for Li
ii  xserver-xorg-cor 2:1.7.7-13  Xorg X server - core server

Versions of packages libgl1-nvidia-glx is related to:
ii  binutils 2.20.1-16   The GNU assembler, linker and bina
pn  binutils-goldnone  (no description available)
ii  linux-headers-2.6-amd64  2.6.32+29   Header files for Linux 2.6-amd64 (
ii  linux-headers-2.6.26-1-a 2.6.26-13lenny2 Header files for Linux 2.6.26-1-am
ii  linux-headers-2.6.26-2-a 2.6.26-26lenny2 Header files for Linux 2.6.26-2-am
ii  linux-headers-2.6.32-5-a 2.6.32-31   Header files for Linux 2.6.32-5-am
ii  nvidia-glx [nvidia-glx]  195.36.31-6 NVIDIA binary Xorg driver
ii  nvidia-kernel-common 20100522+1  NVIDIA binary kernel module suppor
pn  nvidia-kernel-dkms   none  (no description available)
pn  nvidia-kernel-source none  (no description available)
ii  xserver-xorg 1:7.5+8 the X.Org X server
ii  xserver-xorg-core2:1.7.7-13  Xorg X server - core server

-- 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#627118: ksudoku: undefined symbol (insufficient dependencies?)

2011-05-17 Thread Gabor Kiss
Package: ksudoku
Version: 4:4.4.5-1
Severity: normal

After lenny - squeeze uprade ksudoku does not start:

$ ksudoku 
ksudoku: symbol lookup error: /usr/lib/libGL.so.1: undefined symbol: 
_nv001274gl$

Another programs suffers from this too therefore it
is probably a libgl1* dependency problem.

Gabor

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages ksudoku depends on:
ii  kdebase-runtime   4:4.4.5-1  runtime components from the offici
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libgl1-mesa-glx [libg 7.7.1-4A free implementation of the OpenG
ii  libglu1-mesa [libglu1 7.7.1-4The OpenGL utility library (GLU)
ii  libkdecore5   4:4.4.5-2+squeeze1 the KDE Platform Core Library
ii  libkdegames5  4:4.4.5-1  libraries and common files for KDE
ii  libkdeui5 4:4.4.5-2+squeeze1 the KDE Platform User Interface Li
ii  libkio5   4:4.4.5-2+squeeze1 the Network-enabled File Managemen
ii  libqt4-opengl 4:4.6.3-4  Qt 4 OpenGL module
ii  libqt4-svg4:4.6.3-4  Qt 4 SVG module
ii  libqt4-xml4:4.6.3-4  Qt 4 XML module
ii  libqtcore44:4.6.3-4  Qt 4 core module
ii  libqtgui4 4:4.6.3-4  Qt 4 GUI module
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3

ksudoku recommends no packages.

ksudoku 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#623860: osmo: Program does not terminate when window is closed

2011-04-23 Thread Gabor Kiss
Package: osmo
Version: 0.2.10+svn898-1
Severity: normal

When I click on window closing widget. Process does not exit.

Gabor

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages osmo depends on:
ii  libc62.11.2-10   Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-6The Cairo 2D vector graphics libra
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgringotts21.2.10~pre3-1   gringotts data encapsulation and e
ii  libgtk2.0-0  2.20.1-2The GTK+ graphical user interface 
ii  libgtkspell0 2.0.16-1a spell-checking addon for GTK's T
ii  libical0 0.44-3  iCalendar library implementation i
ii  libnotify1 [libnotif 0.5.0-2 sends desktop notifications to a n
ii  libpango1.0-01.28.3-1+squeeze2   Layout and rendering of internatio
ii  libtar   1.2.11-6C library for manipulating tar arc
ii  libwebkit-1.0-2  1.2.6-2 Web content engine library for Gtk
ii  libxml2  2.7.8.dfsg-2GNOME XML library
ii  xdg-utils1.0.2+cvs20100307-2 desktop integration utilities from

osmo recommends no packages.

osmo 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#606349: ntpdate-debian gets confused by -4|-6 options

2011-04-20 Thread Gabor Kiss
Package: ntpdate
Version: 1:4.2.4p4+dfsg-8lenny3
Followup-For: Bug #606349

The sed script setting NTPSERVERS variable also unable to handle
lines like this:
server -4 ntp.example.com
server -6 ntp.example.com

So /usr/sbin/ntpdate complains:
Apr 20 17:07:29 myhost ntpdate[24548]: can't find host -4

Gabor

-- System Information:
Debian Release: 5.0.8
  APT prefers oldstable-proposed-updates
  APT policy: (500, 'oldstable-proposed-updates'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages ntpdate depends on:
ii  libc6  2.7-18lenny7  GNU C Library: Shared libraries
ii  libcap11:1.10-14 support for getting/setting POSIX.
ii  libssl0.9.80.9.8g-15+lenny11 SSL shared libraries
ii  netbase4.34  Basic TCP/IP networking system

Versions of packages ntpdate recommends:
ii  lockfile-progs0.1.11-0.1 Programs for locking and unlocking

ntpdate suggests no packages.

ntpd version: 1:4.2.4p4+dfsg-8lenny3

-- 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#620964: nut: Outdated udev rules in squeeze

2011-04-05 Thread Gabor Kiss
Package: nut
Version: 2.4.3-1.1squeeze1
Severity: minor

After upgrading to squeeze udev is complaining:

Apr  5 11:46:07 avaxio udevd[7075]: BUS= will be removed in a future udev 
version, please use SUBSYSTEM= to match the event device, or SUBSYSTEMS= to 
match a parent device, in /etc/udev/rules.d/52-nut-usbups.rules:6
Apr  5 11:46:07 avaxio udevd[7075]: SYSFS{}= will be removed in a future udev 
version, please use ATTR{}= to match the event device, or ATTRS{}= to match a 
parent device, in /etc/udev/rules.d/52-nut-usbups.rules:10
Apr  5 11:46:07 avaxio udevd[7075]: SYSFS{}= will be removed in a future udev 
version, please use ATTR{}= to match the event device, or ATTRS{}= to match a 
parent device, in /etc/udev/rules.d/52-nut-usbups.rules:14
Apr  5 11:46:07 avaxio udevd[7075]: SYSFS{}= will be removed in a future udev 
version, please use ATTR{}= to match the event device, or ATTRS{}= to match a 
parent device, in /etc/udev/rules.d/52-nut-usbups.rules:18
Apr  5 11:46:07 avaxio udevd[7075]: SYSFS{}= will be removed in a future udev 
version, please use ATTR{}= to match the event device, or ATTRS{}= to match a 
parent device, in /etc/udev/rules.d/52-nut-usbups.rules:20
[...]

Gabor

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages nut depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libupsclient1  2.4.3-1.1squeeze1 network UPS tools - client library
ii  libusb-0.1-4   2:0.1.12-16   userspace USB programming library
ii  libwrap0   7.6.q-19  Wietse Venema's TCP wrappers libra
ii  lsb-base   3.2-23.2squeeze1  Linux Standard Base 3.2 init scrip
ii  udev   164-3 /dev/ and hotplug management daemo

-- debconf information excluded



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



Bug#615531: Suggestion: when changing key the new one should be signed by the old

2011-02-26 Thread Gabor Kiss
Package: debian-archive-keyring
Version: 2010.08.28~lenny1
Severity: wishlist

Signing new archive key by the old one would increase the trust level
at zero cost. :-)

Gabor



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



Bug#611614: libapache2-mod-shib2: /etc/init.d/shibd removes pidfile before (unsuccesful) attept to stop daemon

2011-01-31 Thread Gabor Kiss
Package: libapache2-mod-shib2
Version: 2.3.1+dfsg-4
Severity: minor

/etc/init.d/shibd script malfunctions when stopping or restarting shibd.
Function prepare_environment() is always called and it starts
su -s $DAEMON $DAEMON_USER -- -t $DAEMON_OPTS
i.e.
su -s /usr/sbin/shibd _shibd -- -t -f -c /etc/shibboleth/shibboleth2.xml -p 
/var/run/shibboleth/shibd.pid -w 30
Unfortunately this action leads to early removal of pidfile therefore
start-stop-daemon --stop --quiet --pidfile $PIDFILE --exec $DAEMON
fails and does not stop shibd.

Gabor

-- System Information:
Debian Release: 6.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libapache2-mod-shib2 depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-8GCC support library
ii  liblog4cpp5 1.0-4C++ library for flexible logging (
ii  libsaml62.3-2+b1 Security Assertion Markup Language
ii  libshibsp4  2.3.1+dfsg-4 Federated web single sign-on syste
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libxerces-c3.1  3.1.1-1+b1   validating XML parser library for 
ii  libxml-security-c15 1.5.1-3  C++ library for XML Digital Signat
ii  libxmltooling4  1.3.3-2  C++ XML parsing library with encry
ii  unixodbc2.2.14p2-1   ODBC tools libraries

Versions of packages libapache2-mod-shib2 recommends:
ii  apache2   2.2.16-6   Apache HTTP Server metapackage
ii  apache2-mpm-prefork [apache2] 2.2.16-6   Apache HTTP Server - traditional n
ii  openssl   0.9.8o-4   Secure Socket Layer (SSL) binary a

libapache2-mod-shib2 suggests no packages.

-- Configuration Files:
/etc/shibboleth/shibboleth2.xml changed [not included]

-- 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#611263: libgtk2.0-0: Segfault in gtk_notebook_real_switch_page()

2011-01-27 Thread Gabor Kiss
Package: libgtk2.0-0
Version: 2.12.12-1~lenny2
Severity: normal
Tags: patch

Emitting 'switch_page' signal for a GtkNotebook causes segfault.
Function gtk_notebook_real_switch_page() is called with page=NULL
but this pointer is dereferenced in the first statement.

See other details in gtk-perl mailing list archive.
Search thread Gtk2::Notebook and switch-page signal.
E.g.
http://mail.gnome.org/archives/gtk-perl-list/2011-January/msg00018.html

Adding a simple pointer check solves the problem. See attached patch.
The problem found and fixed on lenny but the very similar code of
version 2.20.1 in squeeze probably also suffers this.

Gabor

-- System Information:
Debian Release: 5.0.8
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgtk2.0-0 depends on:
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-18lenny7 GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libcomerr2  1.41.3-1 common error description library
ii  libcups21.3.8-1+lenny8   Common UNIX Printing System(tm) - 
ii  libfontconfig1  2.6.0-3  generic font configuration library
ii  libglib2.0-02.16.6-3 The GLib library of C routines
ii  libgnutls26 2.4.2-6+lenny2   the GNU TLS library - runtime libr
ii  libgtk2.0-commo 2.12.12-1~lenny2 Common files for the GTK+ graphica
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libkrb531.6.dfsg.4~beta1-5lenny6 MIT Kerberos runtime libraries
ii  libpango1.0-0   1.20.5-6 Layout and rendering of internatio
ii  libpng12-0  1.2.27-2+lenny4  PNG library - runtime
ii  libtiff43.8.2-11.3   Tag Image File Format (TIFF) libra
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxcomposite1  1:0.4.0-3X11 Composite extension library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxdamage1 1:1.1.1-4X11 damaged region extension libra
ii  libxext62:1.0.4-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.4-1X11 Input extension library
ii  libxinerama12:1.0.3-2X11 Xinerama extension library
ii  libxrandr2  2:1.2.3-1X11 RandR extension library
ii  libxrender1 1:0.9.4-2X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

Versions of packages libgtk2.0-0 recommends:
ii  hicolor-icon-theme  0.10-1   default fallback theme for FreeDes
ii  libgtk2.0-bin   2.12.12-1~lenny2 The programs for the GTK+ graphica

Versions of packages libgtk2.0-0 suggests:
ii  librsvg2-common   2.22.2-2lenny1 SAX-based renderer library for SVG

-- no debconf information
--- gtknotebook.c.orig	2011-01-27 14:46:27.104208436 +0100
+++ gtknotebook.c	2011-01-27 13:59:13.801133611 +0100
@@ -5757,6 +5757,7 @@
 			   GtkNotebookPage *page,
 			   guintpage_num)
 {
+  if (page == NULL) return;	/* kissg hack 2011-01-27 */
   if (notebook-cur_page == page || !GTK_WIDGET_VISIBLE (page-child))
 return;
 


Bug#609755: tacacs+: Init scripts ignores $DAEMONUSER at startup

2011-01-12 Thread Gabor Kiss
Package: tacacs+
Version: 4.0.4.19-8.kissg2
Severity: minor

/etc/init.d/tac_plus does not care with $DAEMONUSER setting
when starting the daemon. So it runs always as root.

However stop_server() fails to stop daemon because
start-stop-daemon is forced to check process ownership.

Gabor

-- System Information:
Debian Release: 5.0.7
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.34.4-kissg (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages tacacs+ depends on:
ii  adduser3.110 add and remove users and groups
ii  libc6  2.7-18lenny7  GNU C Library: Shared libraries
ii  libpam0g   1.0.1-5+lenny1Pluggable Authentication Modules l
ii  libtacacs+14.0.4.19-8.kissg2 TACACS+ authentication daemon
ii  libwrap0   7.6.q-16  Wietse Venema's TCP wrappers libra
ii  python 2.5.2-3   An interactive high-level object-o

tacacs+ recommends no packages.

tacacs+ 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#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-12 Thread Gabor Kiss
Package: amavisd-milter
Version: 1.5.0-2
Severity: grave
Tags: security
Justification: user security hole

After sudo bash I issued /etc/init.d/amavisd-milter restart.
What a surprise! My home directory got owned by user amavis.

Running init script under bash -vx reveals the problem:

[ $MILTERSOCKET ]  ([ -d $(dirname $MILTERSOCKET) ] || mkdir $(dirname 
$MILTERSOCKET)  chown $USER $(dirname $MILTERSOCKET))
+ '[' inet6:60001 ']'
dirname $MILTERSOCKET
++ dirname inet6:60001
+ '[' -d . ']'
dirname $MILTERSOCKET
++ dirname inet6:60001
+ chown amavis .

Yes, of course: the root directory is also owned by amavis(!!!) due
to the first boot process since installing amavisd-milter package. :-(

And some other random directories too that were cwd when starting
daemon by hand. 

Gabor

-- System Information:
Debian Release: 5.0.7
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages amavisd-milter depends on:
ii  amavisd-new1:2.6.4-1~bpo50+1 Interface between MTA and virus sc
ii  libc6  2.7-18lenny7  GNU C Library: Shared libraries
ii  libmilter1.0.1 8.14.3-5+lenny1   Sendmail Mail Filter API (Milter)

Versions of packages amavisd-milter recommends:
ii  postfix   2.5.5-1.1  High-performance mail transport ag

amavisd-milter 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#606307: Patch: assembling RAID arrays

2010-12-08 Thread Gabor Kiss
Package: aoetools
Version: 30-3
Severity: wishlist
Tags: patch

The attached patches allows init script to assemble RAID arrays
from AOE components.

Gabor

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages aoetools depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip

aoetools recommends no packages.

aoetools suggests no packages.

-- Configuration Files:
/etc/default/aoetools changed [not included]
/etc/init.d/aoetools changed [not included]

-- no debconf information
--- aoetools.dist-orig  2009-09-06 01:08:23.0 +0200
+++ aoetools2010-12-08 10:15:05.149207916 +0100
@@ -112,6 +112,23 @@
 echo
 fi
 
+if [ ! -x /sbin/mdadm -a -n $RAID_ARRAYS ]
+then
+   echo
+   echo /sbin/mdadm is not present. Please install mdadm package and try 
again. 2
+   echo RAID_ARRAYS option is ignored. 2
+   RAID_ARRAYS=
+fi
+
+if [ -n $RAID_ARRAYS ]
+then
+   echo Assembling RAID arrays...
+   for md in $RAID_ARRAYS
+   do
+   /sbin/mdadm --assemble $md --scan
+   done
+fi
+
 if [ ! -x /sbin/vgchange -a -n $LVMGROUPS ]
 then
 echo
@@ -151,6 +168,15 @@
 done
 fi
 
+if [ -x /sbin/mdadm -a -n $RAID_ARRAYS ]
+then
+   echo Stopping RAID arrays...
+   for md in $RAID_ARRAYS
+   do
+   /sbin/mdadm --stop /dev/$md
+   done
+fi
+
 if [ -n $LVMGROUPS ]
 then
 for vg in $LVMGROUPS; do
--- aoetools.dist-orig  2010-12-08 10:21:54.181207257 +0100
+++ aoetools2010-12-08 10:04:22.825210185 +0100
@@ -8,6 +8,11 @@
 # will use any network interface for AoE traffic.
 INTERFACES=eth0
 
+# Enter a list of RAID arrays to be activated after AoE volumes are ready,
+# separated by spaces (without /dev/ prefix)
+# It may be blank.
+RAID_ARRAYS=md0
+
 # Enter a list of LVM2 volume groups to be activated after AoE volumes are 
ready, separated by spaces.
 # It can be blank, i.e., .
 LVMGROUPS=


Bug#606183: sks: Database problem after 1.1.0 - 1.1.1 upgrade

2010-12-07 Thread Gabor Kiss
Package: sks
Version: 1.1.1+dpkgv3-6
Severity: normal

After Debian lenny-squeeze upgrade I got this:

/etc/cron.daily/sks:
db4.7_archive: Program version 4.7 doesn't match environment version 4.6
db4.7_archive: DB_ENV-open: DB_VERSION_MISMATCH: Database environment version $
run-parts: /etc/cron.daily/sks exited with return code 1

SKS was upgraded from 1.1.0-4 to 1.1.1+dpkgv3-6.

Gabor

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

Kernel: Linux 2.6.26-2-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages sks depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  db4.7-util  4.7.25-9 Berkeley v4.7 Database Utilities
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libdb4.74.7.25-9 Berkeley v4.7 Database Libraries [
ii  logrotate   3.7.8-6  Log rotation utility
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

sks recommends no packages.

Versions of packages sks suggests:
ii  postfix [mail-transport-agent 2.7.1-1High-performance mail transport ag
ii  procmail  3.22-19Versatile e-mail processor

-- Configuration Files:
/etc/default/sks changed [not included]
/etc/sks/membership changed [not included]
/etc/sks/sksconf changed [not included]

-- 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#602899: osmo: Serious data loss in case of abnormal termination

2010-11-09 Thread Gabor Kiss
Package: osmo
Version: 0.2.2-1lenny0
Severity: normal

Osmo does not save changes (e.g. new tasks) when killed by a signal
or xkill command.
The only way to exit without data loss is closing its window.

Gabor

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages osmo depends on:
ii  libc6   2.7-18lenny6 GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libglib2.0-02.16.6-3 The GLib library of C routines
ii  libgringotts2   1.2.1-12 gringotts data encapsulation and e
ii  libgtk2.0-0 2.12.12-1~lenny2 The GTK+ graphical user interface 
ii  libical00.31-1   iCalendar library implementation i
ii  libnotify1 [libnoti 0.4.4-3  sends desktop notifications to a n
ii  libpango1.0-0   1.20.5-6 Layout and rendering of internatio
ii  libxml2 2.6.32.dfsg-5+lenny1 GNOME XML library

osmo recommends no packages.

Versions of packages osmo suggests:
pn  claws-mail   none  (no description available)
ii  elinks [www-browser] 0.11.4-3advanced text-mode WWW browser
ii  epiphany-gecko [www- 2.22.3-9Intuitive GNOME web browser - Geck
ii  galeon [www-browser] 2.0.6-2.1   GNOME web browser for advanced use
ii  iceape-browser [www- 1.1.14-1Iceape Navigator (Internet browser
ii  iceweasel [www-brows 3.0.6-3 lightweight web browser based on M
ii  kazehakase [www-brow 0.5.4-2.2+lenny1GTK+-base web browser that allows 
ii  links [www-browser]  2.1pre37-1.1Web browser running in text mode
ii  links2 [www-browser] 2.1pre37-1.1Web browser running in both graphi
ii  opera [www-browser]  10.11.4791.gcc4.qt3 The Opera Web Browser

-- debconf-show failed



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



Bug#601582: osmo: Alarm warning occurs _after_ deadline moreover forever

2010-10-27 Thread Gabor Kiss
Package: osmo
Version: 0.2.2-1lenny0
Severity: normal

Setting alarm warning does not produce warns _before_ the task is due.
It happens however in every minute _after_ the deadline until I mark
task as done or I delete it.

Gabor

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages osmo depends on:
ii  libc6   2.7-18lenny6 GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libglib2.0-02.16.6-3 The GLib library of C routines
ii  libgringotts2   1.2.1-12 gringotts data encapsulation and e
ii  libgtk2.0-0 2.12.12-1~lenny2 The GTK+ graphical user interface 
ii  libical00.31-1   iCalendar library implementation i
ii  libnotify1 [libnoti 0.4.4-3  sends desktop notifications to a n
ii  libpango1.0-0   1.20.5-6 Layout and rendering of internatio
ii  libxml2 2.6.32.dfsg-5+lenny1 GNOME XML library

osmo recommends no packages.

Versions of packages osmo suggests:
pn  claws-mail   none  (no description available)
ii  elinks [www-browser] 0.11.4-3advanced text-mode WWW browser
ii  epiphany-gecko [www- 2.22.3-9Intuitive GNOME web browser - Geck
ii  galeon [www-browser] 2.0.6-2.1   GNOME web browser for advanced use
ii  iceape-browser [www- 1.1.14-1Iceape Navigator (Internet browser
ii  iceweasel [www-brows 3.0.6-3 lightweight web browser based on M
ii  kazehakase [www-brow 0.5.4-2.2+lenny1GTK+-base web browser that allows 
ii  links [www-browser]  2.1pre37-1.1Web browser running in text mode
ii  links2 [www-browser] 2.1pre37-1.1Web browser running in both graphi
ii  opera [www-browser]  10.11.4791.gcc4.qt3 The Opera Web Browser

-- debconf-show failed



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



Bug#597511: xpn: XPN (of squeeze) does not start on lenny

2010-09-20 Thread Gabor Kiss
Package: xpn
Version: 1.2.6-5
Severity: normal

After installing python-support_1.0.10 and xpn_1.2.6-5 on my lenny
I got this error message:

Traceback (most recent call last):
  File /usr/share/xpn/xpn.py, line 2913, in module
main=MainWin(options.use_home,options.custom_dir)
  File /usr/share/xpn/xpn.py, line 2640, in __init__
self.trayicon.set_tooltip_text(_(XPN Newsreader))
AttributeError: 'gtk.StatusIcon' object has no attribute 'set_tooltip_text'

Meanwhile all dependencies are satisfied.

Gabor


-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xpn depends on:
ii  python2.5.2-3An interactive high-level object-o
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support1.0.10 automated rebuilding support for P

xpn recommends no packages.

xpn 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#590056: netstat: -W has no effect in case of udp6 sockets

2010-07-23 Thread Gabor Kiss
Package: net-tools
Version: 1.60-22
Severity: normal

-W / --wide option of netstat does not show full length of IPv6 addresses
in case of UDP sockets.
Just run netstat -6nulW to see the difference between tcp6 and udp6.

Gabor

-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages net-tools depends on:
ii  libc6   2.7-18lenny4 GNU C Library: Shared libraries

net-tools recommends no packages.

net-tools 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#588025: vlc: Debian menu file should be changed

2010-07-04 Thread Gabor Kiss
Package: vlc
Version: 0.8.6.h-4+lenny2.3
Severity: wishlist

VLC is in menu section Applications/Viewers meanwhile
all other video players are in Applications/Video.
IMHO VLC would have better place there.

Gabor

-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: amd64 (x86_64)

-- 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#587392: fuzzyocr: Tainted data in Misc.pm

2010-06-28 Thread Gabor Kiss
Package: fuzzyocr
Version: 3.5.1+svn135-1.1
Severity: normal

Maillog contains lines like this:

Jun 28 09:34:32 bolha amavis[3921]: (03921-11) (!)SA error: FuzzyOcr: Error 
running preprocessor(ppmtopgm): /usr/bin/ppmtopgm
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) SA warn: FuzzyOcr: Errors in 
Scanset ocrad-decolorize-invert
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) SA warn: FuzzyOcr: Return code: 
2048, Error: save_execute: Insecure dependency in exec while running with -T 
switch at /usr/share/perl5/FuzzyOcr/Misc.pm line 188.
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) SA warn: FuzzyOcr: save_execute: 
Insecure dependency in exec while running with -T switch at 
/usr/share/perl5/FuzzyOcr/Misc.pm line 188.
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) SA warn: FuzzyOcr: Skipping 
scanset because of errors, trying next...
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) (!)SA error: FuzzyOcr: Error runn
ing preprocessor(ppmtopgm): /usr/bin/ppmtopgm
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) SA warn: FuzzyOcr: Errors in 
Scanset ocrad-decolorize
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) SA warn: FuzzyOcr: Return code: 
2048, Error: save_execute: Insecure dependency in exec while running with -T 
switch at /usr/share/perl5/FuzzyOcr/Misc.pm line 188.
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) SA warn: FuzzyOcr: save_execute: 
Insecure dependency in exec while running with -T switch at 
/usr/share/perl5/FuzzyOcr/Misc.pm line 188.
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) SA warn: FuzzyOcr: Skipping 
scanset because of errors, trying next...
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) (!)SA error: FuzzyOcr: Unable to 
read output from 
/var/lib/amavis/tmp/.spamassassin3921sBkCR4tmp/scanset.tesseract.out.txt for 
scanset tesseract
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) SA warn: FuzzyOcr: Errors in 
Scanset tesseract
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) SA warn: FuzzyOcr: Return code: 
2048, Error: save_execute: Insecure dependency in exec while running with -T 
switch at /usr/share/perl5/FuzzyOcr/Misc.pm line 188.
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) SA warn: FuzzyOcr: save_execute: 
Insecure dependency in exec while running with -T switch at 
/usr/share/perl5/FuzzyOcr/Misc.pm line 188.
Jun 28 09:34:32 bolha amavis[3921]: (03921-11) SA warn: FuzzyOcr: Skipping 
scanset because of errors, trying next...

This is an Amavisd+Spamassasin dedicated spamfilter host.
Actually I don't know if amavisd-new or spamassasin or fuzzyocr was
who forgot to sanitize input data.

Gabor

-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages fuzzyocr depends on:
ii  gifsicle1.51-1   Tool for manipulating GIF images
ii  gocr0.45-2   A command line OCR
ii  libdbd-mysql-perl   4.007-1+lenny1   A Perl5 database interface to the 
ii  libmldbm-sync-perl  0.30-2   Perl module for safe concurrent ac
ii  libstring-approx-perl   3.26-1   Perl extension for approximate mat
ii  libtie-cache-perl   0.17-4   perl Tie::Cache - LRU Cache in Mem
ii  libungif-bin4.1.6-6  library for GIF images (transition
ii  netpbm  2:10.0-12+lenny1 Graphics conversion tools
ii  ocrad   0.17-3   Optical Character Recognition prog
ii  perl [libdigest-md5-per 5.10.0-19lenny2  Larry Wall's Practical Extraction 
ii  spamassassin3.3.1-1~bpo50+1  Perl-based spam filter using text 
ii  tesseract-ocr-eng   2.00-1   tesseract-ocr language files for E

fuzzyocr recommends no packages.

fuzzyocr suggests no packages.

Other:
ii  amavisd-new 1:2.6.4-1~bpo50+1 Interface betwe

-- 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#579557: XFig.pm: incorrect sample code in documentation, $fig-{'object'} is not numeric

2010-04-28 Thread Gabor Kiss
Package: fig2sty
Version: 1:0.1-12
Severity: minor

POD of Xfig.pm writes in the synopsys:

 # Parse a Fig file

 $fig-parsefile($figname);
 die Can't read file $figname if ($fig-{'object'}  0);

However $fig-{'object'} is numeric (i.e. -1) in case of error only.
Otherwise it may be one of 'color', 'ellipse', 'polyline', 'spline',
'text', 'arc' or 'compund'.

Unfortunately usage the above example code produces a warning
if parsefile() method is executed succesfully and Perl runs with
warnings enabled. It is like this:

 Argument compound isn't numeric in numeric lt () at ...

Returning undef in case of error would be much more perlish
but there is no way to change the return value of -1 without
breaking existing programs.

A new error indicator is required,
or at least the documentation should be fixed somehow e.g.

 $fig-parsefile($figname);
 die Can't read file $figname if $fig-{'object'} !~ /^\w+$/;

Gabor


-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages fig2sty depends on:
ii  perl 5.10.0-19lenny2 Larry Wall's Practical Extraction 

fig2sty recommends no packages.

fig2sty suggests no packages.

-- debconf-show failed



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



Bug#577933: bash-completion: rrdtool completion is broken, it offers functions forever

2010-04-15 Thread Gabor Kiss
Package: bash-completion
Version: 20080705
Severity: normal

'rrdtool' completion does not work well.
Function names are provided as the first argument but next
I got no filenames but functions again:

$ rrdtool info TABTAB
create  first   lastrestore updatev 
dumpgraph   lastupdate  tunexport   
fetch   inforesize  update  
$ rrdtool info 
$ rrdtool fetch TABTAB
create  first   lastrestore updatev 
dumpgraph   lastupdate  tunexport   
fetch   inforesize  update  
$ rrdtool fetch 

Gabor

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages bash-completion depends on:
ii  bash  3.2-4  The GNU Bourne Again SHell

bash-completion recommends no packages.

bash-completion 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#572631: XFig.pm: Left/right swap at compound objects

2010-03-05 Thread Gabor Kiss
Package: fig2sty
Version: 1:0.1-12
Severity: normal
Tags: patch

XFig.pm return bad hash keys after parsing a compund object.
Fig Format 3.2 specification says:

First line:
typename(brief description)
---
int object_code (always 6)
int upperleft_corner_x  (Fig units)
int upperleft_corner_y  (Fig units)
int lowerright_corner_x (Fig units)
int lowerright_corner_y (Fig units)

XFig module designates these coordinates as 'urx', 'ury', 'llx', 'lly'.
The right notation is 'ulx', 'uly', 'lrx', 'lry'.

Gabor

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages fig2sty depends on:
ii  perl 5.10.0-19lenny2 Larry Wall's Practical Extraction 

fig2sty recommends no packages.

fig2sty suggests no packages.

-- debconf-show failed
--- XFig.pm.orig2010-03-04 13:34:14.0 +0100
+++ XFig.pm 2010-03-05 12:24:24.0 +0100
@@ -305,7 +305,7 @@
 } if ($otype == 5);
 
 do { # Compound
-  @$element{'object', 'urx', 'ury', 'llx', 'lly'} = ('compound', @object);
+  @$element{'object', 'ulx', 'uly', 'lrx', 'lry'} = ('compound', @object);
   $element-parseBody($fh);
 } if ($otype == 6);
 
@@ -448,7 +448,7 @@
   } if ($otype =~ /arc/i);
 
   do { # Compound
-printf $fh 6 %i %i %i %i\n, @$self{'urx', 'ury', 'llx', 'lly'};
+printf $fh 6 %i %i %i %i\n, @$self{'ulx', 'uly', 'lrx', 'lry'};
 foreach $element (@{$self-{elements}}) {
   $element-writeBody($fh);
 }


Bug#563193: HTTP::Cookies::Netscape: parser is too rigid

2009-12-31 Thread Gabor Kiss
Package: libwww-perl
Version: 5.813-1
Severity: normal

HTTP::Cookies::Netscape::load() checks the first line of cookie file:

unless ($magic =~ /^\#(?: Netscape)? HTTP Cookie File/) {

However It seems to be too restrictive. wget saves cookies in file
that begins with this:

# HTTP cookie file

Following Postel's robustness principle.
the regular expression above might be:

/^\#(?: Netscape)? HTTP [cC]ookie [fF]ile/


Gabor

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: amd64 (x86_64)

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

Versions of packages libwww-perl depends on:
ii  libhtml-parser-perl  3.56-1+b1   A collection of modules that parse
ii  libhtml-tagset-perl  3.20-2  Data tables pertaining to HTML
ii  libhtml-tree-perl3.23-1  represent and create HTML syntax t
ii  liburi-perl  1.35.dfsg.1-1   Manipulates and accesses URI strin
ii  netbase  4.34Basic TCP/IP networking system
ii  perl [libdigest-md5-perl 5.10.0-19lenny2 Larry Wall's Practical Extraction 

Versions of packages libwww-perl recommends:
ii  libcompress-zlib-perl 2.012-1Perl module for creation and manip
ii  libhtml-format-perl   2.04-2 format HTML syntax trees into text
ii  libmailtools-perl 2.03-1 Manipulate email in perl programs

Versions of packages libwww-perl suggests:
ii  libio-socket-ssl-perl  1.16-1+lenny1 Perl module implementing object or

-- debconf-show failed




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



Bug#559423: delgroup: incorrect exit status

2009-12-04 Thread Gabor Kiss
Package: adduser
Version: 3.110
Severity: normal

Deluser(8) writes:
   --system
  Only delete if user/group is a system  user/group.  This  avoids
  accidentally  deleting non-system users/groups. Additionally, if
  the user does not exist, no error value is returned. This option
  is mainly for use in Debian package maintainer scripts.

Actually in case of deleting non-existent group the exit code is 3 even
if I give --system option.

Regards

Gabor

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages adduser depends on:
ii  debconf [debconf-2.0]1.5.24  Debian configuration management sy
ii  passwd   1:4.1.1-6   change and administer password and
ii  perl-base5.10.0-19lenny2 minimal Perl system

adduser recommends no packages.

Versions of packages adduser suggests:
ii  liblocale-gettext-perl   1.05-4  Using libc functions for internati
ii  perl-modules 5.10.0-19lenny2 Core Perl modules

-- debconf information:
* adduser/homedir-permission: true



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



Bug#544390: Security: insufficient authentication

2009-08-31 Thread Gabor Kiss
Package: nut
Version: 2.2.2-6.4
Severity: important

upsd do not check usernames and password when receiving a 'login' command.

$ telnet localhost nut
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
get numlogins ups1
NUMLOGINS ups1 0
username nosuchuser
OK
password nosuchpassword
OK
login ups1
OK
get numlogins ups1
NUMLOGINS ups1 1

(Actually checking the source code I found that daemon never sends
INVALID-USERNAME/INVALID-PASSWORD error codes to the client.

#define NUT_ERR_INVALID_USERNAME   INVALID-USERNAME
#define NUT_ERR_INVALID_PASSWORD   INVALID-PASSWORD

Symbols NUT_ERR_INVALID_USERNAME and NUT_ERR_INVALID_PASSWORD are
defined but not used.)

So a malicious user having permission to read UPS variables can block upsd
with a fake login.
According to 'protocol.txt':

| The upsmon master will wait until the count of attached systems reaches
| 1 - itself.  This allows the slaves to shut down first.

So if somebody do a fake login and keeps TCP connection open
the master host could not gracefully shutdown itself in time.

Further investigation in progress.

Gabor

-- System Information:
Debian Release: 5.0.2
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages nut depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf   1.5.24 Debian configuration management sy
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libupsclient1 2.2.2-6.4  Client library for the nut - Netwo
ii  libusb-0.1-4  2:0.1.12-13userspace USB programming library
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  udev  0.125-7+lenny3 /dev/ and hotplug management daemo

nut recommends no packages.

Versions of packages nut suggests:
pn  nut-cgi   none (no description available)
pn  nut-dev   none (no description available)
ii  nut-snmp  2.2.2-6.4  A meta SNMP Driver subsystem for t
pn  nut-xml   none (no description available)

-- debconf information:
  nut/major_upstream_changes:



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



Bug#538134: shorewall6: Man page problem with config option IP_FORWARDING

2009-07-23 Thread Gabor Kiss
Package: shorewall6
Version: 4.2.10-1
Severity: minor

shorewall6.conf(5) writes:
   IP_FORWARDING=[On|Off|Keep]
   This parameter determines whether Shorewall6 enables or disables
   IPV4 Packet Forwarding (/proc/sys/net/ipv4/ip_forward). Possible
   values are:

It seems that this section created by copypaste from shorewall.conf(5)
man page.

Gabor

-- System Information:
Debian Release: 5.0.2
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages shorewall6 depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  iproute   20080725-2 networking and traffic control too
ii  iptables  1.4.2-6administration tools for packet fi
ii  shorewall-common  4.2.10-1   Shoreline Firewall, netfilter conf
ii  shorewall-perl4.2.10-1   Shoreline Firewall, Netfilter conf

shorewall6 recommends no packages.

Versions of packages shorewall6 suggests:
ii  linux-image-2.6.20 2.6.20.3-10.00.Custom Linux kernel binary image for vers
ii  linux-image-2.6.26 2.6.26-13lenny2   Linux 2.6.26 image on PPro/Celeron
ii  make   3.81-5The GNU version of the make util
ii  shorewall-doc  4.2.10-1  documentation for Shoreline Firewa

-- debconf information:
  shorewall6/major_release:
  shorewall6/dont_restart:
  shorewall6/invalid_config:



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



Bug#537116: shorewall-common: Missing dependency: bc

2009-07-15 Thread Gabor Kiss
Package: shorewall-common
Version: 4.2.10-1
Severity: minor

Command shorewall iprange address-address complaints about missing 
bc:
/usr/share/shorewall/lib.base: line 498: bc: command not found
/usr/share/shorewall/lib.base: line 498: test: -eq: unary operator expected
/usr/share/shorewall/lib.base: line 498: bc: command not found
/usr/share/shorewall/lib.base: line 498: test: -eq: unary operator expected

It should be add to dependency list.

Gabor

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages shorewall-common depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  iproute   20080725-2 networking and traffic control too
ii  iptables  1.4.2-6administration tools for packet fi

shorewall-common recommends no packages.

Versions of packages shorewall-common suggests:
ii  linux-image-2.6.26-2-686 [lin 2.6.26-17  Linux 2.6.26 image on PPro/Celeron
ii  make  3.81-5 The GNU version of the make util
ii  shorewall-doc 4.2.10-1   documentation for Shoreline Firewa

-- debconf information:
  shorewall-common/dont_restart:
  shorewall-common/invalid_config:
  shorewall-common/major_release:



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



Bug#534203: conntrackd: Config file not found

2009-06-22 Thread Gabor Kiss
Package: conntrackd
Version: 1:0.9.6-4
Severity: important

Running conntrackd in client mode (e.g. conntrackd -s) results this message:
can't open config file `/etc/conntrackd/conntrackd.conf'

It seems that program has a hardwired name of config file but its
path differs from one used by debian package.

Gabor

-- System Information:
Debian Release: 5.0.2
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages conntrackd depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libnetfilter-conntrack1   0.0.96-1   Netfilter netlink-conntrack librar
ii  libnfnetlink0 0.0.39-1   Netfilter netlink library

conntrackd recommends no packages.

conntrackd 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#531825: dbconfig-common: Ugly warning from ucf

2009-06-04 Thread Gabor Kiss
Package: dbconfig-common
Version: 1.8.39
Severity: normal

/usr/share/dbconfig-common/dpkg/common contains this:

dbc_write_package_config(){

   ucf $tfile $dbc_packageconfig

Running ucf this way produces an annoying message:

*** WARNING: ucf was run from a maintainer script that uses debconf, but
 the script did not pass --debconf-ok to ucf. The maintainer
 script should be fixed to not stop debconf before calling ucf,
 and pass it this parameter. For now, ucf will revert to using
 old-style, non-debconf prompting. Ugh!

 Please inform the package maintainer about this problem.

So do I. :-)

Gabor

-- System Information:
Debian Release: 5.0.1
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages dbconfig-common depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  ucf   3.0016 Update Configuration File: preserv

dbconfig-common recommends no packages.

Versions of packages dbconfig-common suggests:
ii  mysql-client-5.0 [virt 5.0.51a-24+lenny1 MySQL database client binaries

-- debconf-show failed



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



Bug#531666: ferm: postinst script creates not enough symlink to rc script

2009-06-03 Thread Gabor Kiss
Package: ferm
Version: 2.0.3-1
Severity: important

ferm.postinst of version 2.0.3-1 contains this:

# Automatically added by dh_installinit
if [ -x /etc/init.d/ferm ]; then
update-rc.d ferm start 41 S . start 36 0 6 . /dev/null

Meanwhile the previous version was:
# Automatically added by dh_installinit
if [ -x /etc/init.d/ferm ]; then
update-rc.d ferm defaults /dev/null

1.2.2-1 created the following symlinks after installation:

/etc# ls -l rc*.d/*ferm*
lrwxrwxrwx 1 root root 14 Apr 28 10:37 rc0.d/K20ferm - ../init.d/ferm
lrwxrwxrwx 1 root root 14 Apr 28 10:37 rc1.d/K20ferm - ../init.d/ferm
lrwxrwxrwx 1 root root 14 Apr 28 10:37 rc2.d/S20ferm - ../init.d/ferm
lrwxrwxrwx 1 root root 14 Apr 28 10:37 rc3.d/S20ferm - ../init.d/ferm
lrwxrwxrwx 1 root root 14 Apr 28 10:37 rc4.d/S20ferm - ../init.d/ferm
lrwxrwxrwx 1 root root 14 Apr 28 10:37 rc5.d/S20ferm - ../init.d/ferm
lrwxrwxrwx 1 root root 14 Apr 28 10:37 rc6.d/K20ferm - ../init.d/ferm
/etc#

After a 1.2.2-1 - 2.0.3-1 upgrade symlinks remain intact, everybody is happy.
However in new installs we got this:

/etc$ ls -l rc*.d/*ferm*
lrwxrwxrwx 1 root root 14 Mar 13 10:15 rc0.d/S36ferm - ../init.d/ferm
lrwxrwxrwx 1 root root 14 Mar 13 10:15 rc6.d/S36ferm - ../init.d/ferm
lrwxrwxrwx 1 root root 14 Mar 13 10:15 rcS.d/S41ferm - ../init.d/ferm
/etc$

This may cause that after a normal boot (i.e runlevel=2) iptables are empty.
The init script probably does not run at all.

!!! Systems with newly installed ferm are vulnerable. !!!

Gabor

-- System Information:
Debian Release: 5.0.1
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash



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



Bug#531714: munin-node: missing dependency: hdparm

2009-06-03 Thread Gabor Kiss
Package: munin-node
Version: 1.2.6-10~lenny1
Severity: normal

/usr/share/munin/plugins/hddtemp_smartctl contains this:

# To avoid spinning up sleeping disks, you need the hdparm command in your PATH
...
  # Avoid spinning up sleeping disks
  next if `hdparm -C $fulldev 2/dev/null` =~ /standby/;

Meanwhile package 'hdparm' is totally missing from the dependency list.

Gabor


-- System Information:
Debian Release: 5.0.1
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages munin-node depends on:
ii  adduser 3.110add and remove users and groups
ii  gawk1:3.1.5.dfsg-4.1 GNU awk, a pattern scanning and pr
ii  libnet-server-perl  0.97-1   An extensible, general perl server
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  perl5.10.0-19Larry Wall's Practical Extraction 
ii  procps  1:3.2.7-11   /proc file system utilities

Versions of packages munin-node recommends:
pn  libnet-snmp-perl  none (no description available)

Versions of packages munin-node suggests:
pn  acpi | lm-sensors  none(no description available)
ii  ethtool6+20080913-1  display or change Ethernet device 
pn  libdbd-pg-perl none(no description available)
pn  liblwp-useragent-deter none(no description available)
pn  libnet-irc-perlnone(no description available)
ii  libwww-perl5.813-1   WWW client/server library for Perl
pn  munin  none(no description available)
pn  munin-plugins-extranone(no description available)
ii  mysql-client   5.0.51a-24+lenny1 MySQL database client (metapackage
ii  mysql-client-5.0 [mysq 5.0.51a-24+lenny1 MySQL database client binaries
ii  python 2.5.2-3   An interactive high-level object-o
pn  smartmontools  none(no description available)

-- 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#529963: dbconfig-common: Suspected problem with database upgrade

2009-05-22 Thread Gabor Kiss
Package: dbconfig-common
Version: 1.8.39
Severity: normal

Dear folks,

Studying /usr/share/dbconfig-common/dpkg/postinst I think I found a
serious bug in _dbc_find_upgrades() function.

Let's see a simplified file structure:

$ find
..
../upgrade
../upgrade/mysql
../upgrade/mysql/2
../upgrade/mysql/2/T
../upgrade/mysql/2/E
../upgrade/mysql/3
../upgrade/mysql/3/D.sql
../upgrade/mysql/1
../upgrade/mysql/1/B.sql
../upgrade-dbadmin
../upgrade-dbadmin/mysql
../upgrade-dbadmin/mysql/2
../upgrade-dbadmin/mysql/2/A
$ 
$ upgradedirs=./upgrade/mysql ./upgrade-dbadmin/mysql

In this case $f in the second for cycle will be substituted by the following
values: A B.sql D.sql E T.

$ find $upgradedirs -xtype f -print0 | xargs --no-run-if-empty -0 -n1 basename  
| sort -n | uniq
A
B.sql
D.sql
E
T
$ 

However we need not filenames but version numbers as arguments
of dpkg --compare-versions, i.e. 1 2 3 in this example.

The for cycle should look like this or so:

for f in `find $upgradedirs -xtype f -print0 |
  xargs --no-run-if-empty -0 -n1 dirname | xargs -n1 basename |
  sort -n | uniq`; do
if dpkg --compare-versions $dbc_oldversion lt $f; then
pending=$pending $f
fi
done

Note: sort -n in the original version is useless because it is applied
on script names instead of package versions.

Unfortunately the package versions are not single integers so sorting
them is not a trivial problem:

$ sort -n  EOT
 5.15.5-1
 15.15.5-3
 5.5.15-0
 EOT
5.15.5-1
5.5.15-0
15.15.5-3
$ 

So what about a little more complex package versions like 5.0.51a-24+lenny1 ?

On can say that we can write our sort routine using dpkg --compare-versions
as the following for cycle does but be careful. Full paths are not comparable:

$ dpkg --compare-versions ./upgrade-dbadmin/mysql/2/A lt ./upgrade/mysql/1/B.sql
$ echo $?
0
$

Only the VERSION directory names must be sorted in such a way in order
to ensure scripts are executed in the proper order.

So I'm afraid this part of postinst script should be totally rewritten.

Any comment?

Gabor

-- System Information:
Debian Release: 5.0.1
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages dbconfig-common depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  ucf   3.0016 Update Configuration File: preserv

dbconfig-common recommends no packages.

Versions of packages dbconfig-common suggests:
ii  mysql-client-5.0 [virt 5.0.51a-24+lenny1 MySQL database client binaries

-- debconf information excluded



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



Bug#527214: cricket: Missing specific comments from debian/patches/*.dpatch

2009-05-06 Thread Gabor Kiss
Package: cricket
Version: 1.0.5-9
Severity: minor

*.dpatch files (except 08_Format.pm.x86_64.dpatch) contains the same header:

## 01_debian-patch.dpatch by Christian Marillat maril...@debian.org
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: New patch generated from cricket 1.0.5-4 diff.gz

This is quite less informative.

Gabor

-- System Information:
Debian Release: 5.0.1
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages cricket depends on:
ii  adduser   3.110  add and remove users and groups
ii  cron  3.0pl1-105 management of regular background p
ii  librrds-perl  1.3.1-4Time-series data storage and displ
ii  libsnmp-session-perl  1.12-1 Perl support for accessing SNMP-aw
ii  libtimedate-perl  1.1600-9   Time and date functions for Perl
ii  perl [libdigest-md5-perl] 5.10.0-19  Larry Wall's Practical Extraction 
ii  perl-suid 5.10.0-19  Runs setuid Perl scripts

Versions of packages cricket recommends:
ii  apache2  2.2.9-10+lenny2 Apache HTTP Server metapackage
ii  apache2-mpm-worker [http 2.2.9-10+lenny2 Apache HTTP Server - high speed th
ii  logrotate3.7.1-5 Log rotation utility

Versions of packages cricket suggests:
ii  libsnmp-perl   5.4.1~dfsg-12 SNMP (Simple Network Management Pr
ii  libwww-perl5.813-1   WWW client/server library for Perl
ii  perl [libtime-hires-perl]  5.10.0-19 Larry Wall's Practical Extraction 

-- 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#527243: cricket: 07_HandleTarget.pm.dpatch is ineffective

2009-05-06 Thread Gabor Kiss
Package: cricket
Version: 1.0.5-9
Severity: normal

File debian/patches/00list.diff does not refer to 07_HandleTarget.pm.dpatch.
This could be problem on alpha-linux-gnu architecture.

Gabor

-- System Information:
Debian Release: 5.0.1
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages cricket depends on:
ii  adduser   3.110  add and remove users and groups
ii  cron  3.0pl1-105 management of regular background p
ii  librrds-perl  1.3.1-4Time-series data storage and displ
ii  libsnmp-session-perl  1.12-1 Perl support for accessing SNMP-aw
ii  libtimedate-perl  1.1600-9   Time and date functions for Perl
ii  perl [libdigest-md5-perl] 5.10.0-19  Larry Wall's Practical Extraction 
ii  perl-suid 5.10.0-19  Runs setuid Perl scripts

Versions of packages cricket recommends:
ii  apache2  2.2.9-10+lenny2 Apache HTTP Server metapackage
ii  apache2-mpm-worker [http 2.2.9-10+lenny2 Apache HTTP Server - high speed th
ii  logrotate3.7.1-5 Log rotation utility

Versions of packages cricket suggests:
ii  libsnmp-perl   5.4.1~dfsg-12 SNMP (Simple Network Management Pr
ii  libwww-perl5.813-1   WWW client/server library for Perl
ii  perl [libtime-hires-perl]  5.10.0-19 Larry Wall's Practical Extraction 

-- 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#516129: perl-modules: CGI.pm unwanted UTF-8 conversion in URLs

2009-02-19 Thread Gabor Kiss
Package: perl-modules
Version: 5.10.0-19
Severity: normal

Function url(-path-info=1) does not work well if I have ISO-8859-2
accented chars in the URL. Utility function CGI::Util::escape()
unconditionally forces an ISO-8859-1 - UTF-8 conversion:

  # force bytes while preserving backward compatibility -- dankogai
  $toencode = pack(C*, unpack(U0C*, $toencode));

This code produces from original URL ...word_to_search=v%E1ros...
another one: ...word_to_search==v%C3%A1ros...

First time the search engine gets the word város but in the
next round it becames vÃáros because the whole program is based
on 8 bit chars instead of UTF-8.

(In the next cycle it will v%C3%83%C2%A1ros and so on.)

The basic problem is that functions CGI::Util::unescape()
and CGI::Util::escape() are incompatible.
unescape(escape($string)) is not an idempotent operation.

Gábor

-- System Information:
Debian Release: 5.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages perl-modules depends on:
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 

perl-modules recommends no packages.

perl-modules 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#515953: libdbi-perl: DBI(3pm) typo: returing

2009-02-18 Thread Gabor Kiss
Package: libdbi-perl
Version: 1.605-1
Severity: minor

Man page DBI(3pm) writes:
  For queries returing more than one 'key' column, you can specify
  

Gabor

-- System Information:
Debian Release: 5.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libdbi-perl depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libplrpc-perl 0.2017-1.1 Perl extensions for writing PlRPC 
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.0]5.10.0-19  minimal Perl system

libdbi-perl recommends no packages.

Versions of packages libdbi-perl suggests:
pn  dbishell  none (no description available)

-- 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#514853: lintian: Distribution field conforming to standard is not accepted

2009-02-11 Thread Gabor Kiss
Package: lintian
Version: 1.24.2.1
Severity: normal

Debian Policy Manual section 5.6.14 Distribution writes:

In a .changes file or parsed changelog output this contains
the (space-separated) name(s) of the distribution(s) where
this version of the package should be installed. 

However this line is refused by lintian:

Distribution: testing stable

$ lintian ../kmt_0.5-1_i386.changes
E: kmt_0.5-1_i386.changes: bad-distribution-in-changes-file testing stable
$ 

If I delete word stable or testing it works well.

Gabor

-- System Information:
Debian Release: 5.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  diffstat1.45-2   produces graph of changes introduc
ii  dpkg-dev1.14.25  Debian package development tools
ii  file4.26-1   Determines file type using magic
ii  gettext 0.17-4   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libdigest-sha-perl  5.47-1   Perl extension for SHA-1/224/256/3
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  liburi-perl 1.35.dfsg.1-1Manipulates and accesses URI strin
ii  man-db  2.5.2-4  on-line manual pager
ii  perl [libdigest-sha 5.10.0-19Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
pn  libtext-template-perl none (no description available)
ii  man-db2.5.2-4on-line manual pager

-- 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#514587: gpg-agent: confusing manual: what the --daemon option is for?

2009-02-09 Thread Gabor Kiss
Package: gnupg-agent
Version: 2.0.9-3.1
Severity: normal

gpg-agent(1) writes:

--daemon [command line]
  Run the program in the background. This option is required to
  prevent it from being accidently running in the background. 

I think the last background should be changed to foreground.

Gabor


-- System Information:
Debian Release: 5.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnupg-agent depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libgcrypt11   1.4.1-1LGPL Crypto library - runtime libr
ii  libgpg-error0 1.4-2  library for common error values an
ii  libpth20  2.0.7-12   The GNU Portable Threads
ii  libreadline5  5.2-3.1GNU readline and history libraries
ii  pinentry-curses [pinentry]0.7.5-2.1  curses-based PIN or pass-phrase en
ii  pinentry-gtk2 [pinentry]  0.7.5-2.1  GTK+-2-based PIN or pass-phrase en

Versions of packages gnupg-agent recommends:
ii  gnupg 1.4.9-3GNU privacy guard - a free PGP rep
ii  gnupg22.0.9-3.1  GNU privacy guard - a free PGP rep
ii  gpgsm 2.0.9-3.1  GNU privacy guard - S/MIME version

gnupg-agent 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#512743: gpgsm: undocumented option

2009-01-23 Thread Gabor Kiss
Package: gpgsm
Version: 2.0.9-3.1
Severity: normal

gpgsm(1) manual does not mention tons of options/commands:

 --clearsign [FILE]   make a clear text signature
 -b, --detach-signmake a detached signature
 -c, --symmetric  encryption only with symmetric cipher
 --fingerprintlist keys and fingerprints
 --send-keys  export keys to a key server
 --recv-keys  import keys from a key server
 -q, --quiet  be somewhat more quiet
 --no-tty don't use the terminal at all
 --audit-log FILE write an audit log to FILE
 -n, --dry-rundo not make any changes
 --batch  batch mode: never ask
 --yesassume yes on most questions
 --no assume no on most questions
 --keyringadd this keyring to the list of keyrings
 --secret-keyring add this secret keyring to the list
 --keyserver HOST use this keyserver to lookup keys
 --charset NAME   set terminal charset to NAME
 --status-fd FD   write status info to this FD
 --load-extension FILEload extension module FILE
 --digest-algo NAME   use message digest algorithm NAME

--completes-needed
--marginals-needed
--max-cert-depth
--trusted-key
--rfc1991
--openpgp
--s2k-mode
--s2k-digest-algo
--s2k-cipher-algo
--extra-digest-algo
--throw-keyid
--notation-data
etc.

There is a minor conflict between --delete-key (listed by gpgsm --help)
and --delete-keys (manpage).

Gabor

-- System Information:
Debian Release: 5.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gpgsm depends on:
ii  libbz2-1.0 1.0.5-1   high-quality block-sorting file co
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgcrypt111.4.1-1   LGPL Crypto library - runtime libr
ii  libgpg-error0  1.4-2 library for common error values an
ii  libksba8   1.0.3-1   X.509 and CMS support library
ii  libpth20   2.0.7-12  The GNU Portable Threads
ii  libreadline5   5.2-3 GNU readline and history libraries
ii  libusb-0.1-4   2:0.1.12-13   userspace USB programming library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

gpgsm recommends no packages.

gpgsm 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#511691: svn-inject: list-scalar confusion in function del_unreferenced

2009-01-13 Thread Gabor Kiss
Package: svn-buildpackage
Version: 0.6.23
Severity: minor
Tags: patch

In function del_unreferenced this line is incorrect:
my %list = shift;

User gets a warning:
Odd number of elements in hash assignment at /usr/bin/svn-inject line 439.

This would be better:
my %list = @_;

Note: hash %list is unused. This change is merely cosmetic to avoid a warning.

Gabor

-- System Information:
Debian Release: 5.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages svn-buildpackage depends on:
ii  devscripts 2.10.35lenny1 scripts to make the life of a Debi
ii  file   4.26-1Determines file type using magic
ii  libsvn-perl1.5.1dfsg1-2  Perl bindings for Subversion
ii  liburi-perl1.35.dfsg.1-1 Manipulates and accesses URI strin
ii  perl   5.10.0-19 Larry Wall's Practical Extraction 
ii  subversion 1.5.1dfsg1-2  Advanced version control system
ii  unp1.0.15unpack (almost) everything with on
ii  wget   1.11.4-2  retrieves files from the web

svn-buildpackage recommends no packages.

svn-buildpackage 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#507237: airsnort: Missing dependency: linux-wlan-ng

2008-11-29 Thread Gabor Kiss
Package: airsnort
Version: 0.2.7e-2
Severity: normal

Airsnort calls /sbin/wlanctl-ng but it does not depend
on package linux-wlan-ng.

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3-kissg
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages airsnort depends on:
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-13etch8 GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4.1+etch1   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpcap0.8 0.9.5-1   System interface for user-level pa
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra

airsnort recommends no packages.

-- no debconf information




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



Bug#506408: examples/sample1.pl: incorrect module name

2008-11-21 Thread Gabor Kiss
Package: libpdf-table-perl
Version: 0.9.3-2
Severity: minor

Line 7 of /usr/share/doc/libpdf-table-perl/examples/sample1.pl is
 use Table;
This should be
 use PDF::Table;

Gabor


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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libpdf-table-perl depends on:
ii  libpdf-api2-perl  0.69-2 create or modify PDF documents in 
ii  perl  5.10.0-17  Larry Wall's Practical Extraction 

libpdf-table-perl recommends no packages.

libpdf-table-perl suggests no packages.

-- no debconf information



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



Bug#505036: totem-xine: Man page bug: right-arrow skips 60 seconds

2008-11-08 Thread Gabor Kiss
Package: totem-xine
Version: 2.16.5-3
Severity: minor

totem(1) writes:

   Right-arrow   skip forward 15 seconds

Actually pressing right-arrow skips 60 seconds.

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3-kissg
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages totem-xine depends on:
ii  gconf2 2.16.1-1  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.16-3etch1 Avahi client library
ii  libavahi-common3   0.6.16-3etch1 Avahi common library
ii  libavahi-glib1 0.6.16-3etch1 Avahi glib integration library
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-13etch8 GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4.1+etch1   The Cairo 2D vector graphics libra
ii  libdbus-1-31.0.2-1+etch2 simple interprocess messaging syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging syst
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5+etch3 FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-21GCC support library
ii  libgconf2-42.16.1-1  GNOME configuration database syste
ii  libgcrypt111.2.3-2   LGPL Crypto library - runtime libr
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome-desktop-2 2.14.3-2  Utility library for loading .deskt
ii  libgnome-keyring0  0.6.0-3   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2+b1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.14.2-7GNOME virtual file-system (runtime
ii  libgnutls131.4.4-3+etch1 the GNU TLS library - runtime libr
ii  libgpg-error0  1.4-1 library for common error values an
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libhal10.5.8.1-9etch1Hardware Abstraction Layer - share
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  liblircclient0 0.8.0-9.2 LIRC client library
ii  libnautilus-extension1 2.14.3-11+b1  libraries for nautilus components 
ii  liborbit2  1:2.14.3-0.2  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstartup-notificatio 0.8-2 library for program launch feedbac
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libtasn1-3 0.3.6-2   Manage ASN.1 structures (runtime)
ii  libtotem-plparser1 2.16.5-3  Totem Playlist Parser library - ru
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxine1   1.1.2+dfsg-7  the xine video/media player librar
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-5 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxtst6   1:1.0.1-5 X11 Testing -- Resource extension 
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages totem-xine recommends:
ii  totem-mozilla 2.16.5-3   Totem Mozilla plugin

-- no debconf information




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#502610: mailsound: segfault if no matching pattern

2008-10-18 Thread Gabor Kiss
Package: rplay-contrib
Version: 3.3.2-11.1
Severity: important

mailsound is killed by segfault if input mail contains no From: line
catched by any of $HOME/.mailsounds patterns. (E.g. .*)

$ echo From: nosuchpattern | mailsound
Segmentation fault
$

Gabor

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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages rplay-contrib depends on:
ii  libc6 2.7-14 GNU C Library: Shared libraries
ii  librplay3 3.3.2-11.1 Shared libraries for the rplay net
ii  perl  5.10.0-15  Larry Wall's Practical Extraction 
ii  rplay-perl3.3.2-11.1 Perl modules for the rplay network

rplay-contrib recommends no packages.

rplay-contrib suggests no packages.

-- no debconf information



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



Bug#502514: mysql-admin: Close/Save buttons are confused when opening multiple Create Script windows

2008-10-17 Thread Gabor Kiss
Package: mysql-admin
Version: 5.0r12-1
Severity: normal

Select Show Create Script on a table in Catalogs mode.
Then do the same on another table.

Click Save button on first window.
File dialog will offer filename derived from second table name.
(Content of first window will be stored.)

Click Close button on first window.
The second one will be closed.

Gabor

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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages mysql-admin depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-14GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libcairomm-1.0-1   1.6.0-1   C++ wrappers for Cairo (shared lib
ii  libgcc11:4.3.2-1 GCC support library
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libglibmm-2.4-1c2a 2.16.4-1  C++ wrapper for the GLib toolkit (
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a  1:2.12.7-1C++ wrappers for GTK+ 2.4 (shared 
ii  libmysqlclient15off5.0.51a-15MySQL database client library
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libpcre3   7.6-2.1   Perl 5 Compatible Regular Expressi
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libxml22.6.32.dfsg-4 GNOME XML library
ii  mysql-gui-tools-common 5.0r12-1  Architecture independent files for

Versions of packages mysql-admin recommends:
ii  mysql-query-browser   5.0r12-1   Official GUI tool to query MySQL d

mysql-admin suggests no packages.

-- no debconf information



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



Bug#500303: bash-completion: broken symlinks in package

2008-09-27 Thread Gabor Kiss
Package: bash-completion
Version: 20080705
Severity: minor

After installing package the following broken links appeared in
/usr/share/doc/bash:

lrwxrwxrwx1 root root24 2008-09-27 07:54 completion-contrib - 
/bash-completion/contrib
lrwxrwxrwx1 root root26 2008-09-27 07:54 README.bash_completion.gz - 
/bash-completion/README.gz

Probably a leading .. is missing.

Gabor

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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages bash-completion depends on:
ii  bash  3.2-4  The GNU Bourne Again SHell

bash-completion recommends no packages.

bash-completion suggests no packages.

-- no debconf information



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



Bug#497355: libsvn0: Dependency problem with libneon25

2008-08-31 Thread Gabor Kiss
Package: libsvn0
Version: 1.3.2-6
Severity: minor

Description of libneon25:
An HTTP and WebDAV client library
This is a transitional package to neon27.

Meanwhile libsvn0 depends on it.

Gabor

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

Kernel: Linux 2.6.20-1-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libsvn0 depends on:
ii  libapr02.0.55-4.2the Apache Portable Runtime
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libneon25  0.25.5.dfsg-6 An HTTP and WebDAV client library

libsvn0 recommends no packages.

libsvn0 suggests no packages.

-- no debconf information



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



Bug#496663: gpg-agent: missing data conversion makes gpg-preset-passphrase unusable

2008-08-26 Thread Gabor Kiss
Package: gnupg-agent
Version: 2.0.9-3
Severity: important
Tags: patch

Since 2006-07-29 (svn revision number 4209) gpg-preset-passphrase sends
passphrase to gpg-agent as a hex string. However the receiver side did
not follow this change. Therefore command gpg-preset-passphrase of
package gnupg2 became totally unusable. (Check Google for complaining
crowds. :-)

This patch against agent/command.c allows gpg-agent daemon to decode
hexstring passphrase and to put them in the cache as needed.

Gabor

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

Kernel: Linux 2.6.20-1-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnupg-agent depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgcrypt11   1.4.1-1LGPL Crypto library - runtime libr
ii  libgpg-error0 1.4-2  library for common error values an
ii  libpth20  2.0.7-10   The GNU Portable Threads
ii  libreadline5  5.2-3  GNU readline and history libraries
ii  pinentry-gtk2 [pinentry]  0.7.5-2GTK+-2-based PIN or pass-phrase en

Versions of packages gnupg-agent recommends:
ii  gnupg 1.4.9-3GNU privacy guard - a free PGP rep
ii  gnupg22.0.9-3GNU privacy guard - a free PGP rep

gnupg-agent suggests no packages.

-- no debconf information
--- command.c-orig	2008-03-17 14:35:15.0 +0100
+++ command.c	2008-08-26 16:54:20.102824581 +0200
@@ -263,6 +263,28 @@
   return 0;
 }
 
+/* Convert (in place) an already parsed hexstring of
+ * 'len' digits to native bytes. */
+#define fromhex(h) ( (h)='9' ? (h)-'0' : ((h)|0x20)-'a'+10 )
+static char *
+decode_hexstring (char *string, int len)
+{
+  unsigned char *from, *to;
+
+  for (from=to=(unsigned char*)string; len0; to++)
+{
+  unsigned char value;
+  value = fromhex(*from);
+  from++;
+  value =  4;
+  value |= fromhex(*from);
+  from++;
+  *to = value;
+  len -= 2;
+}
+  return string;
+}
+
 /* Parse the keygrip in STRING into the provided buffer BUF.  BUF must
provide space for 20 bytes. BUF is not changed if the function
returns an error. */
@@ -1135,7 +1157,10 @@
   /* If there is a passphrase, use it.  Currently, a passphrase is
  required.  */
   if (*line)
-passphrase = line;
+{
+  passphrase = decode_hexstring(line, len);
+  passphrase[len/2] = '\0';
+}
   else
 return gpg_error (GPG_ERR_NOT_IMPLEMENTED);
 


Bug#491849: libsql-translator-perl: Improving GraphViz output quality

2008-07-22 Thread Gabor Kiss
Package: libsql-translator-perl
Version: 0.07-5
Severity: wishlist
Tags: patch

When producing GraphViz output there is no line break between table name
and first column name that makes image a bit unreadable.
This patch adds two formatting characters to each labels to make picture
prettier.

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libsql-translator-perl depends on:
ii  libclass-base-perl  0.03-3   useful base class for deriving oth
ii  libclass-data-inheritable-p 0.04-1   Inheritable, overridable class dat
ii  libclass-makemethods-perl   1.01-3   Generate common types of methods
ii  libdbi-perl 1.53-1etch1  Perl5 database interface by Tim Bu
ii  libgd-gd2-noxpm-perl1:2.34-1 Perl module wrapper for libgd - gd
ii  libgraphviz-perl2.02-1   Perl interface to the GraphViz gra
ii  liblog-log4perl-perl1.07-1   A Perl port of the widely popular 
ii  libparse-recdescent-perl1.94.free-3  Generates recursive-descent parser
ii  libspreadsheet-parseexcel-p 0.2603-5 access information from Excel Spre
ii  libtemplate-perl2.14-1   template processing system written
ii  libxml-writer-perl  0.602-1  Perl module for writing XML docume
ii  libxml-xpath-perl   1.13-6   Perl module for processing XPath
ii  libyaml-perl0.62-1   YAML Ain't Markup Language (tm)
ii  perl5.8.8-7etch3 Larry Wall's Practical Extraction 

libsql-translator-perl recommends no packages.

-- no debconf information
--- GraphViz.pm.orig2008-07-22 14:38:11.885754294 +0200
+++ GraphViz.pm 2008-07-22 14:26:28.937181738 +0200
@@ -300,7 +300,9 @@
 . '\ '
 } @fields
 ) . '\l';
-my $label = $show_fields ? {$table_name|$field_str} : $table_name;
+my $label = $show_fields ? {$table_name|\\l$field_str}\\l : 
$table_name;
 $gv-add_node( $table_name, label = $label );
 
 debug(Processing table '$table_name');


Bug#491702: sqlt-diagram: confusing -f option

2008-07-21 Thread Gabor Kiss
Package: sqlfairy
Version: 0.07-5
Severity: normal

Both --from and --font-size long options are abbreviated as -f.
At the first sight it works as --font-size:

$ sqlt-diagram -f MySQL -o 1.png dump.sql
No db driver specified


Regards

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages sqlfairy depends on:
ii  libgraphviz-perl2.02-1   Perl interface to the GraphViz gra
ii  libsql-translator-perl  0.07-5   SQL translation library
ii  perl5.8.8-7etch3 Larry Wall's Practical Extraction 

sqlfairy recommends no packages.

-- no debconf information



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



Bug#491706: libsql-translator-perl: SQL::Translator::Parser::MySQL does not accept column comments

2008-07-21 Thread Gabor Kiss
Package: libsql-translator-perl
Version: 0.07-5
Severity: normal

Both show create table command and 'Show Create Script' in
MySQL Administrator produces table definitions like this
(as well as mysqldump):

CREATE TABLE `foo` (
  `bar` varchar(30) NOT NULL default '' COMMENT 'Char ''*'' is special',
  `foobar` varchar(15) NOT NULL COMMENT '- same as anothertable.foobar',
  PRIMARY KEY  (`foo`,`bar`)
) ENGINE=InnoDB DEFAULT CHARSET=ascii

Unfortunately MySQL parser cannot consume these column comments.

BTW.
'LOCK TABLE' and 'UNLOCK TABLE' statements also occur in mysqldump
output. These should also be parsed and ignored like 'INSERT'.

Regards

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libsql-translator-perl depends on:
ii  libclass-base-perl  0.03-3   useful base class for deriving oth
ii  libclass-data-inheritable-p 0.04-1   Inheritable, overridable class dat
ii  libclass-makemethods-perl   1.01-3   Generate common types of methods
ii  libdbi-perl 1.53-1etch1  Perl5 database interface by Tim Bu
ii  libgd-gd2-noxpm-perl1:2.34-1 Perl module wrapper for libgd - gd
ii  libgraphviz-perl2.02-1   Perl interface to the GraphViz gra
ii  liblog-log4perl-perl1.07-1   A Perl port of the widely popular 
ii  libparse-recdescent-perl1.94.free-3  Generates recursive-descent parser
ii  libspreadsheet-parseexcel-p 0.2603-5 access information from Excel Spre
ii  libtemplate-perl2.14-1   template processing system written
ii  libxml-writer-perl  0.602-1  Perl module for writing XML docume
ii  libxml-xpath-perl   1.13-6   Perl module for processing XPath
ii  libyaml-perl0.62-1   YAML Ain't Markup Language (tm)
ii  perl5.8.8-7etch3 Larry Wall's Practical Extraction 

libsql-translator-perl recommends no packages.

-- no debconf information



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



Bug#491281: sks: crontab refers to missing db4.1_archive

2008-07-18 Thread Gabor Kiss
Package: sks
Version: 1.1.0-3
Severity: normal

/etc/cron.daily/sks would call db4.1_archive but there is no such
command or shell function. Maybe db4.6_archive would work.

Gabor

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

Kernel: Linux 2.6.20-1-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages sks depends on:
ii  adduser3.108 add and remove users and groups
ii  db4.6-util 4.6.21-10 Berkeley v4.6 Database Utilities
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libdb4.6   4.6.21-10 Berkeley v4.6 Database Libraries [
ii  logrotate  3.7.1-3   Log rotation utility
ii  postfix [mail-transpor 2.5.2-2   High-performance mail transport ag
ii  procmail   3.22-16   Versatile e-mail processor
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

sks recommends no packages.

-- no debconf information



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



Bug#490166: pinentry-curses: segfault at CONFIRM

2008-07-10 Thread Gabor Kiss
Package: pinentry-curses
Version: 0.7.2-3
Severity: normal

Just press Enter when popup window appears after CONFIRM command:

$ pinentry
OK Your orders please
CONFIRM
Segmentation fault
$ 

This was the simplest case. More complicated tests resulted the same.

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages pinentry-curses depends on:
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libncurses55.5-5 Shared libraries for terminal hand

pinentry-curses recommends no packages.

-- no debconf information



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



Bug#490066: gpg-agent: Bad sysconfdir: /usr/etc

2008-07-09 Thread Gabor Kiss
Package: gnupg2
Version: 2.0.0-5.2
Severity: normal

Error message:

gpg-agent[23406]: error opening `/usr/etc/gnupg/trustlist.txt': No such file or 
directory

That is quite strange. There is no /usr/etc in Debian.
Global trustlist should be /etc/gnupg/trustlist.txt.

Checking the source code I guess that C preprocessor symbol GNUPG_SYSCONFDIR
finally comes from configure script:

sysconfdir='${prefix}/etc'

and debian/rules:

./configure $(confflags) --enable-maintainer-mode \
--prefix=/usr --with-included-gettext \
...

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gnupg2 depends on:
ii  libbz2-1.0 1.0.3-6   high-quality block-sorting file co
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libgcrypt111.2.3-2   LGPL Crypto library - runtime libr
ii  libgpg-error0  1.4-1 library for common error values an
ii  libksba8   1.0.0-1   X.509 and CMS support library
ii  libldap2   2.1.30-13.3   OpenLDAP libraries
ii  libreadline5   5.2-2 GNU readline and history libraries
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages gnupg2 recommends:
ii  gnupg 1.4.6-2GNU privacy guard - a free PGP rep

-- no debconf information



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



Bug#489851: libmime-perl: MIME::Entity-new(source) does not work

2008-07-08 Thread Gabor Kiss
Package: libmime-perl
Version: 5.420-0.1
Severity: normal

MIME::Entity(3pm) writes:

new [SOURCE]
   Class method.  Create a new, empty MIME entity.  Basically, this
   uses the Mail::Internet constructor...

   If SOURCE is an ARRAYREF, it is assumed to be an array of lines
   that will be used to create both the header and an in-core body.

   Else, if SOURCE is defined, it is assumed to be a filehandle from
   which the header and in-core body is to be read.

However MIME::Entity::new($fh) calls Mail::Internet::new($fh) that
finally calls $self-body($fh) that is unfortunately overridden by
MIME::Entity::body(). What gets crashed due to its argument.
(I assume the same problem with ARRAYREF.)

I suggest to modify manual.

Eryq (the author) says MIME::Parser is a better choice to read
preformatted MIME files anyway.

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libmime-perl depends on:
ii  libconvert-binhex-perl  1.119-2  Perl5 module for extracting data f
ii  libio-stringy-perl  2.110-2  Perl5 modules for IO from scalars 
ii  libmailtools-perl   1.74-1   Manipulate email in perl programs
ii  perl5.8.8-7etch3 Larry Wall's Practical Extraction 

libmime-perl recommends no packages.

-- no debconf information



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



Bug#489762: gpg-agent: missing option --homedir

2008-07-07 Thread Gabor Kiss
Package: gnupg-agent
Version: 2.0.0-5.2
Severity: normal

Man page says that gpg-agent has an option --homedir.
However program denies this:

$ gpg-agent --homedir `pwd` --list-keys
gpg-agent[1098]: Invalid option --homedir
$ 

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gnupg-agent depends on:
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libgcrypt111.2.3-2   LGPL Crypto library - runtime libr
ii  libgpg-error0  1.4-1 library for common error values an
ii  libpth20   2.0.7-6   The GNU Portable Threads

Versions of packages gnupg-agent recommends:
ii  gnupg 1.4.6-2GNU privacy guard - a free PGP rep
ii  gnupg22.0.0-5.2  GNU privacy guard - a free PGP rep
ii  gpgsm 2.0.0-5.2  GNU privacy guard - S/MIME version
ii  pinentry-curses [pinentry]0.7.2-3curses-based PIN or pass-phrase en

-- no debconf information



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



Bug#485946: ferm: Cache should be ignored if include files change

2008-06-12 Thread Gabor Kiss
Package: ferm
Version: 1.2.2-1
Severity: normal

/etc/init.d/ferm function configure_ferm() does not check if
include files in /etc/ferm/ferm.d are changed or not.
Therefore command /etc/init.d/ferm reload uses the cached
iptables commands and change cannot be effective.

Yes, it is no use to rewrite the parser of ferm.conf in shell
to get all the include dirs.
Maybe the /usr/sbin/ferm script should be modified in order to
display all config files (see collect_filenames()) and this list
could be processed easily from the init shell script.

(Now I have to disable caching in /etc/default/ferm.)

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-xen-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages ferm depends on:
ii  debconf 1.5.11etch2  Debian configuration management sy
ii  iptables1.3.6.0debian1-5 administration tools for packet fi
ii  lsb-base3.1-23.2etch1Linux Standard Base 3.1 init scrip
ii  perl5.8.8-7etch3 Larry Wall's Practical Extraction 

ferm recommends no packages.

-- debconf information:
* ferm/enable: true

--E912EF348.1213278177/demo.auction.iif.hu--
ReSent-Date: Thu, 12 Jun 2008 15:54:01 +0200 (CEST)
ReSent-From: Kiss Gabor (Bitman) [EMAIL PROTECTED]
ReSent-To: Debian Bug Tracking System [EMAIL PROTECTED]
ReSent-Subject: ferm: Cache should be ignored if include files change
ReSent-Message-ID: [EMAIL PROTECTED]

Package: ferm
Version: 1.2.2-1
Severity: normal

/etc/init.d/ferm function configure_ferm() does not check if
include files in /etc/ferm/ferm.d are changed or not.
Therefore command /etc/init.d/ferm reload uses the cached
iptables commands and change cannot be effective.

Yes, it is no use to rewrite the parser of ferm.conf in shell
to get all the include dirs.
Maybe the /usr/sbin/ferm script should be modified in order to
display all config files (see collect_filenames()) and this list
could be processed easily from the init shell script.

(Now I have to disable caching in /etc/default/ferm.)

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-xen-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages ferm depends on:
ii  debconf 1.5.11etch2  Debian configuration management sy
ii  iptables1.3.6.0debian1-5 administration tools for packet fi
ii  lsb-base3.1-23.2etch1Linux Standard Base 3.1 init scrip
ii  perl5.8.8-7etch3 Larry Wall's Practical Extraction 

ferm recommends no packages.

-- debconf information:
* ferm/enable: true

--E912EF348.1213278177/demo.auction.iif.hu--



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



Bug#478492: sqlite3-doc: Page sharedcache.html is missing

2008-04-29 Thread Gabor Kiss
Package: sqlite3-doc
Version: 3.3.8-1.1
Severity: normal

Page file://localhost/usr/share/doc/sqlite3-doc/docs.html
refers to file://localhost/usr/share/doc/sqlite3-doc/sharedcache.html
that is missing.

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

sqlite3-doc depends on no packages.

Versions of packages sqlite3-doc recommends:
ii  sqlite3   3.3.8-1.1  A command line interface for SQLit

-- no debconf information



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



Bug#474348: dh-make-perl: SOURCE_DIR cannot be relative

2008-04-05 Thread Gabor Kiss
Package: dh-make-perl
Version: 0.25
Severity: normal

dh-make-perl fails if started with not absolute path.
Strace shows that program chages dir to the given path
but later searches Makefile.PL as SOURCE_DIR/Makefile.PL .

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages dh-make-perl depends on:
ii  debhelper   5.0.42   helper programs for debian/rules
ii  dpkg-dev1.13.25  package building tools for Debian
ii  fakeroot1.5.10   Gives a fake root environment
ii  libmodule-depends-perl  0.10-1   identify the dependencies of a dis
ii  libyaml-perl0.62-1   YAML Ain't Markup Language (tm)
ii  make3.81-2   The GNU version of the make util
ii  perl5.8.8-7etch1 Larry Wall's Practical Extraction 
ii  perl-modules [libpod-parser 5.8.8-7etch1 Core Perl modules

Versions of packages dh-make-perl recommends:
ii  apt-file  2.0.8.2APT package searching utility -- c
ii  libmodule-build-perl  0.26-1 Subclassable and make-independant 

-- no debconf information



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



Bug#473741: libnet-telnet-cisco-perl: After More prompt output lines are not separated

2008-04-01 Thread Gabor Kiss
Package: libnet-telnet-cisco-perl
Version: 1.10-4
Severity: normal

In list context cmd() method should return a list of text lines from
Cisco IOS. If I use autopage feature after the first More prompt
all further text lines from IOS are joined as the last element of
the returned list.

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libnet-telnet-cisco-perl depends on:
ii  libnet-telnet-perl  3.03-1   Script telnetable connections
ii  libterm-readkey-perl2.30-3   A perl module for simple terminal 
ii  perl5.8.8-7etch1 Larry Wall's Practical Extraction 

libnet-telnet-cisco-perl recommends no packages.

-- no debconf information



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



Bug#470749: dnsutils: nsupdate man page uses bad nroff macros

2008-03-13 Thread Gabor Kiss
Package: dnsutils
Version: 1:9.3.4-2etch1
Severity: minor

nsupdate(8) nroff source contains lines like
..HP 5 \fBsend\fR
..HP 7 \fBanswer\fR
etc.
that are totally invisible after formatting.

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages dnsutils depends on:
ii  host   2331-9utility for querying DNS servers
ii  libbind9-0 1:9.3.4-2etch1BIND9 Shared Library used by BIND
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libdns22   1:9.3.4-2etch1DNS Shared Library used by BIND
ii  libisc11   1:9.3.4-2etch1ISC Shared Library used by BIND
ii  libisccfg1 1:9.3.4-2etch1Config File Handling Library used 
ii  liblwres9  1:9.3.4-2etch1Lightweight Resolver Library used 
ii  libssl0.9.80.9.8c-4etch1 SSL shared libraries

ii  man-db 2.4.3-6   The on-line manual pager
ii  groff  1.18.1.1-12   GNU troff text-formatting system
ii  groff-base 1.18.1.1-12   GNU troff text-formatting system

dnsutils recommends no packages.

-- no debconf information



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



Bug#461868: gnubiff: Incorrect behavior when deleting mail from local mailbox

2008-01-21 Thread Gabor Kiss
Package: gnubiff
Version: 2.2.3-1
Severity: normal

Gnubiff reports well when a new message is appendded to my mailbox file.
However after I delete this (last) message by PINE Gnubiff reports
again one new mail and popup window shows the very first message.

Another experiment: What if two mails arrive?
Deleting earlier of two new messages produces more funny result.
New message count is also 001 (that is correct now) but popup window
shows again the very first message of the mailbox.

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gnubiff depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-13etch4 GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfam02.7.0-12  Client library to control the FAM 
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgcc11:4.1.1-21GCC support library
ii  libgconf2-42.16.1-1  GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-3   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.14.2-7GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.3-0.2  libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.14.3-6  library for GNOME 2 panel applets
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libssl0.9.80.9.8c-4etch1 SSL shared libraries
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  sox12.17.9-1 A universal sound sample translato

gnubiff recommends no packages.

-- no debconf information



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



Bug#455741: libsvn-perl: notify function gets bad path argument

2007-12-11 Thread Gabor Kiss
Package: libsvn-perl
Version: 1.4.2dfsg1-2
Severity: normal

SVN::Client(3perl) writes:

The subroutine will receive 6 parameters. The first parameter will
be the path of the changed file (absolute or relative to the cwd).

My CWD is /home/kissg/bin.

I run a small test program that print parameters of notify callback
function when executing $ctx-commit():

notify: /home/kissg/tmp/wk/telefon/hbone, delete, unknown, , unknown, 1
notify: tmp/wk/telefon/hbone, commit_deleted, dir, , unknown, 1

I can do anything, function is called twice for each files and dirs.
First time with correct absolute path, second time with path
relative to my home(!) directory.

Repository is local: file:///home/kissg/tmp/svn

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libsvn-perl depends on:
ii  libapr11.2.7-8.2 The Apache Portable Runtime Librar
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libsvn11.4.2dfsg1-2  Shared libraries used by Subversio
ii  perl   5.8.8-7etch1  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8 5.8.8-7etch1  The Pathologically Eclectic Rubbis

libsvn-perl recommends no packages.

-- no debconf information



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



Bug#454695: aptitude: Segfault when forgetting new packages

2007-12-06 Thread Gabor Kiss
Package: aptitude
Version: 0.4.9-2
Severity: normal

Since 0.4.8-1 - 0.4.9-1 upgrade aptitude crashes if f key
pressed _after_ upgrading some packages (U,g,g).
However f is harmless before starting upgrade.

Gabor

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

Kernel: Linux 2.6.20-1-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.6-6 0.7.9  Advanced front-end for dpkg
ii  libc6 2.7-3  GNU C Library: Shared libraries
ii  libcwidget0   0.5.5-4high-level terminal interface libr
ii  libgcc1   1:4.2.2-4  GCC support library
ii  libncursesw5  5.6+20071124-1 Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.17-2   type-safe Signal Framework for C++
ii  libstdc++64.2.2-4The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.9-2English manual for aptitude, a ter
ii  libparse-debianchangelog-perl 1.1.1-1parse Debian changelogs and output

-- no debconf information



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



Bug#452793: powersaved gets crashed after 10 minutes on amd64

2007-11-25 Thread Gabor Kiss
Package: powersaved
Version: 0.14.0-5
Severity: normal

Powersaved sometimes crashes after start.
It lives for 10 minuntes and 5 secs.
Log messages:

Oct 29 18:00:20 firma1 powersaved: Starting powersaved with ACPI support
Oct 29 18:10:25 firma1 kernel: powersaved[7095]: segfault at 0008 
rip 004363da rsp 7fff270ed4e0 error 4

Nov  1 06:42:39 firma1 powersaved: Starting powersaved with ACPI support
Nov  1 06:52:43 firma1 kernel: powersaved[6719]: segfault at 0008 
rip 004363da rsp 7fffb2887fd0 error 4

Nov  5 06:59:11 firma1 powersaved: Starting powersaved with ACPI support
Nov  5 07:09:15 firma1 kernel: powersaved[6739]: segfault at 0008 
rip 004363da rsp 7fff9ffd9060 error 4

Nov  5 19:42:57 firma1 powersaved: Starting powersaved with ACPI support
Nov  5 19:53:02 firma1 kernel: powersaved[6720]: segfault at 0008 
rip 004363da rsp 7fff2ce4d220 error 4

Nov 20 20:36:29 firma1 powersaved: Starting powersaved with ACPI support
Nov 20 20:46:34 firma1 kernel: powersaved[6718]: segfault at 0008 
rip 004363da rsp 72106270 error 4

Nov 25 07:42:06 firma1 powersaved: Starting powersaved with ACPI support
Nov 25 07:52:11 firma1 kernel: powersaved[6720]: segfault at 0008 
rip 004363da rsp 7fffb87a02e0 error 4

(Host booted some 50 times in this period.)


Motherboard: ASUS A8N-VM CSM.

/proc/cpuinfo:

processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 47
model name  : AMD Athlon(tm) 64 Processor 3200+
stepping: 2
cpu MHz : 1000.000 clock left scaled down after daemon crash
cache size  : 512 KB
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 
3dnow pni lahf_lm
bogomips: 2011.10
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc


Regards

Gabor

-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3-kissg
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages powersaved depends on:
ii  adduser3.102 Add and remove users and groups
ii  dbus   1.0.2-1   simple interprocess messaging syst
ii  hal0.5.8.1-9 Hardware Abstraction Layer
ii  libc6  2.3.6.ds1-13etch4 GNU C Library: Shared libraries
ii  libcpufreq0002-2 shared library to deal with the cp
ii  libdbus-1-31.0.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging syst
ii  libgcc11:4.1.1-21GCC support library
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libhal10.5.8.1-9 Hardware Abstraction Layer - share
ii  libpowersave10 0.14.0-5  power management daemon - shared l
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  lsb-base   3.1-23.2etch1 Linux Standard Base 3.1 init scrip

Versions of packages powersaved recommends:
ii  acpid 1.0.4-5Utilities for using ACPI power man
ii  grub  0.97-27GRand Unified Bootloader
ii  hdparm6.9-2  tune hard disk parameters for high
ii  kpowersave0.6.2-4frontend to powersave for setting 
ii  uswsusp   0.3~cvs20060928-7etch1 tools to use userspace software su

-- no debconf information



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



Bug#451218: libsnmp-multi-perl: Overall timeout is too short

2007-11-14 Thread Gabor Kiss
Package: libsnmp-multi-perl
Version: 2.1-3
Severity: normal

By default SNMP::Multi passes value (retries+1)*timeout to SNMP::MainLoop.
This is a hard limit to C function snmp_main_loop().
However this time is too short to detect all individual
session timeouts. It should be increased by 10-15 %.
(At least on the host I develop. With two 2 GHz Intel Xeon CPUs)

I don't understand exactly (yet) what is happening but
if I override overall timeout when calling execute()
I get back all hosts on SNMP::Multi::Result list including
the unreachable ones (marked with the appropriate error code).

However with default timeout some of (or all) unreachable hosts are
simply missing from result list but SNMP::Multi::remaining list
is empty.

Gabor


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libsnmp-multi-perl depends on:
ii  libsnmp-perl5.2.3-7  NET SNMP (Simple Network Managemen
ii  perl5.8.8-7etch1 Larry Wall's Practical Extraction 

libsnmp-multi-perl recommends no packages.

-- no debconf information



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



  1   2   >