Debian Bug report logs - #232302
postfix: Uninstallable on new installs if debconf priority is low enough for "Local address extension"

version graph

Package: postfix; Maintainer for postfix is LaMont Jones <lamont@debian.org>; Source for postfix is src:postfix.

Reported by: Joerg Jaspert <joerg@ganneff.de>

Date: Wed, 11 Feb 2004 22:33:03 UTC

Severity: normal

Tags: moreinfo, unreproducible

Found in version 2.5.5-1.1

Reply or subscribe to this bug.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Joerg Jaspert <joerg@ganneff.de>, LaMont Jones <lamont@debian.org>:
Bug#232302; Package postfix. Full text and rfc822 format available.

Acknowledgement sent to Joerg Jaspert <joerg@ganneff.de>:
New Bug report received and forwarded. Copy sent to Joerg Jaspert <joerg@ganneff.de>, LaMont Jones <lamont@debian.org>. Full text and rfc822 format available.

Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Joerg Jaspert <joerg@ganneff.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: postfix: Uninstallable on new installs if debconf priority is low enough for "Local address extension"
Date: Wed, 11 Feb 2004 23:19:01 +0100
[Message part 1 (text/plain, inline)]
Package: postfix
Severity: grave

Hi

Sorry, Postfix is uninstallable at the moment if your debconf priority
is low enough to show (In Selection "Internet System") the question
"What character defines a local address extension?". It doesnt matter
what you type here, it always answers with
Bad recipient delimiter
The recipient delimiter is a single character, you entered too many
characters. Please try again.
"ok"

If you select cancle the "ok" turns into "backup".


-- 
bye Joerg
<Ganneff> kde und tastatur? passt doch nicht mit dem nutzerprofil
	"windepp" zusammen :)
[Message part 2 (application/pgp-signature, inline)]

Message sent on to Joerg Jaspert <joerg@ganneff.de>:
Bug#232302. Full text and rfc822 format available.

Message #8 received at 232302-submitter@bugs.debian.org (full text, mbox, reply):

From: Thomas Hood <jdthood@yahoo.co.uk>
To: 232302-submitter@bugs.debian.org
Subject: Couldn't reproduce
Date: Mon, 01 Mar 2004 09:01:41 +0100
> Postfix is uninstallable at the moment if your debconf priority
> is low enough to show (In Selection "Internet System") the question
> "What character defines a local address extension?". It doesnt matter
> what you type here, it always answers with
> Bad recipient delimiter

I just reinstalled postfix.  I got this question and left it at the
default, the plus sign.  I didn't run into any problem.  Hmm.
Is there anything unusual about your locale or keyboard layout?

-- 
Thomas Hood <jdthood@yahoo.co.uk>




Tags added: unreproducible Request was from LaMont Jones <lamont@debian.org> to control@bugs.debian.org. Full text and rfc822 format available.

Severity set to `normal'. Request was from LaMont Jones <lamont@debian.org> to control@bugs.debian.org. Full text and rfc822 format available.

Information forwarded to debian-bugs-dist@lists.debian.org, LaMont Jones <lamont@debian.org>:
Bug#232302; Package postfix. Full text and rfc822 format available.

Acknowledgement sent to Harald Tlatlik <tlatlik@gmx.net>:
Extra info received and forwarded to list. Copy sent to LaMont Jones <lamont@debian.org>. Full text and rfc822 format available.

Message #17 received at 232302@bugs.debian.org (full text, mbox, reply):

From: Harald Tlatlik <tlatlik@gmx.net>
To: 232302@bugs.debian.org
Subject: Reproduce on etch and postfix 2.4.6-1
Date: Sun, 4 Nov 2007 21:31:04 +0100 (CET)
Hi,

unluckily I can reproduce this problem on a pretty unspoiled install
of etch with two versions of postfix (todays etch and  2.4.6-1).

I have a "german" version, but this happens also with LC_ALL="C". 
Access is through ssh on a virtual server. No matter if with readline, 
dialog or editor as debconf frontend. Furthermore, I can leave the 
process only when killed in another terminal. Then it gives:

/tmp/fileCWhhuJ.sh (sh)

Use of uninitialized value in scalar chomp at /usr/share/perl5/Debconf/Client/ConfModule.pm line 132, <STDIN> line 154.
Use of uninitialized value in split at /usr/share/perl5/Debconf/Client/ConfModule.pm line 133, <STDIN> line 154.
Use of uninitialized value in string eq at 
/usr/share/perl5/Debconf/Client/ConfModule.pm line 134, <STDIN> line 154.
Use of uninitialized value in length at /var/lib/dpkg/info/postfix.config line 356, <STDIN> line 154.

I fixed it with importing a main.cf from another install.

Thanks,
Harald




**
**




Tags added: moreinfo Request was from LaMont Jones <lamont@debian.org> to control@bugs.debian.org. (Sun, 20 Jan 2008 18:42:13 GMT) Full text and rfc822 format available.

Information forwarded to debian-bugs-dist@lists.debian.org, LaMont Jones <lamont@debian.org>:
Bug#232302; Package postfix. (Mon, 14 Sep 2009 11:36:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christian Hammers <chammers@netcologne.de>:
Extra info received and forwarded to list. Copy sent to LaMont Jones <lamont@debian.org>. (Mon, 14 Sep 2009 11:36:04 GMT) Full text and rfc822 format available.

Message #24 received at 232302@bugs.debian.org (full text, mbox, reply):

From: Christian Hammers <chammers@netcologne.de>
To: 232302@bugs.debian.org, control@bugs.debian.org
Subject: Reproduce on lenny and postfix 2.5.5-1.1
Date: Mon, 14 Sep 2009 13:02:12 +0200
found 232302 2.5.5-1.1
stop

Hello

I can reproduce this bug even on Lenny and using "export LANG=C".

The variable $delim in the following block was logged as "OK" which
of course is longer than 1 char. I did not tried to debug exactly
why the wrong text (probably the name of the button I selected) ends
up in the variable.

        } else {
          my $delim = get("postfix/recipient_delim");
                syslog(LOG_INFO, "DEBUG delim=|$delim|");
          if (length($delim) > 1) {

Some version infos:

ii  debconf                   1.5.24                    Debian configuration management system
ii  libncurses5               5.7+20081213-1            shared libraries for terminal handling
ii  postfix                   2.5.5-1.1                 High-performance mail transport agent
ii  whiptail                  0.52.2-11.3               Displays user-friendly dialog boxes from shell scripts

bye,

-christian-




Bug Marked as found in versions 2.5.5-1.1. Request was from Christian Hammers <chammers@netcologne.de> to control@bugs.debian.org. (Mon, 14 Sep 2009 11:36:09 GMT) Full text and rfc822 format available.

Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Mon Jun 1 03:20:46 2015; Machine Name: buxtehude

Debian Bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.