Your message dated Sat, 10 Jan 2015 04:56:48 -0700
with message-id <[email protected]>
and subject line Re: Bug#766365: postfix: Fails to upgrade due to no parameters
being passed through to postfix.postinst
has caused the Debian Bug report #766365,
regarding postfix: Fails to upgrade due to no parameters being passed through
to postfix.postinst
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
766365: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766365
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: postfix
Version: 2.11.2-1
Severity: important
Dear Maintainer,
Tried to upgrade postfix this morning what resulted in broken system. Ran the
postinst manually and got the following error.
Use of uninitialized value $action in string eq at /usr/share/debconf/frontend
line 27.
postinst called with unknown argument `'
When I run it with the configure argument it runs fine what leads me to believe
somethings not being passed to the postinst file on upgrade ?
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages postfix depends on:
ii adduser 3.113+nmu3
ii cpio 2.11+dfsg-2
ii debconf [debconf-2.0] 1.5.53
ii dpkg 1.17.19
ii libc6 2.19-11
ii libdb5.3 5.3.28-6
ii libsasl2-2 2.1.26.dfsg1-12
ii libsqlite3-0 3.8.7-1
ii libssl1.0.0 1.0.1j-1
ii lsb-base 4.1+Debian13+nmu1
ii netbase 5.3
ii ssl-cert 1.0.35
Versions of packages postfix recommends:
ii python 2.7.8-1
Versions of packages postfix suggests:
ii bsd-mailx [mail-reader] 8.1.2-0.20140825cvs-1
ii dovecot-core [dovecot-common] 1:2.2.13-5
ii libsasl2-modules 2.1.26.dfsg1-12
pn postfix-cdb <none>
ii postfix-doc 2.11.2-1
pn postfix-ldap <none>
iu postfix-mysql 2.11.2-1
pn postfix-pcre <none>
iu postfix-pgsql 2.11.2-1
ii procmail 3.22-22
pn resolvconf <none>
ii sasl2-bin 2.1.26.dfsg1-12
ii ufw 0.33-2
-- debconf information:
* postfix/chattr: false
* postfix/mailname: norfolklights.group
postfix/protocols: all
postfix/retry_upgrade_warning:
postfix/recipient_delim: +
postfix/tlsmgr_upgrade_warning:
postfix/kernel_version_warning:
postfix/relayhost:
postfix/rfc1035_violation: false
postfix/procmail: true
* postfix/main_mailer_type: Internet Site
postfix/bad_recipient_delimiter:
* postfix/destinations: mail.norfolklights.co.uk, localhost,
localhost.localdomain, mail.zarrenspry.info mail.norfolklights.com
postfix/relay_restrictions_warning:
postfix/mailbox_limit: 0
postfix/mydomain_warning:
postfix/mynetworks: 127.0.0.0/8 192.168.2.0/24 212.159.143.81
* postfix/root_address: [email protected]
postfix/sqlite_warning:
postfix/not_configured:
--- End Message ---
--- Begin Message ---
On Wed, Oct 22, 2014 at 03:26:42PM +0100, zarren wrote:
> Tried to upgrade postfix this morning what resulted in broken system. Ran the
> postinst manually and got the following error.
> Use of uninitialized value $action in string eq at
> /usr/share/debconf/frontend line 27.
> postinst called with unknown argument `'
>
> When I run it with the configure argument it runs fine what leads me to
> believe somethings not being passed to the postinst file on upgrade ?
dpkg runs the postinst, and passes configure. Running postinst with no
parameters is not a support action.
(What were you trying to accomplish by running the script manually?)
lamont
--- End Message ---