Your message dated Sat, 5 Dec 2009 00:38:18 -0200
with message-id <20091205023818.gd5...@debian.org>
and subject line Re: Bug#559290: apticron: mail notification fails due to wrong
parameter on mailx
has caused the Debian Bug report #559290,
regarding apticron: mail notification fails due to wrong parameter on mailx
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 ow...@bugs.debian.org
immediately.)
--
559290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559290
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: apticron
Version: 1.1.27
Severity: grave
Justification: renders package unusable
apticron's mail notification fails:
debian:~# LANG=C apticron
Content-type: text/plain; charset=UTF-8: No such file or directory
reason:
debian:~# grep mailx
) 2>&1 | /usr/bin/mailx -a "Content-type: text/plain; charset=UTF-8" -s
"$DISTRIB_ID package updates on $SYSTEM"
$EMAIL
Parameter "-a" has to be followed by a file name (see man page of mailx):
" -a file
Attach the given file to the message."
mailx package:
debian:~# readlink /usr/bin/mailx
/etc/alternatives/mailx
debian:~# readlink /etc/alternatives/mailx
/usr/bin/heirloom-mailx
-- System Information:
Debian Release: 5.0.3
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages apticron depends on:
ii apt 0.7.20.2+lenny1 Advanced front-end for dpkg
ii bsd-mailx 8.1.2-0.20071201cvs-3 A simple mail user agent
ii debconf [debconf-2 1.5.24 Debian configuration management sy
ii ucf 3.0016 Update Configuration File: preserv
Versions of packages apticron recommends:
ii apt-listchanges 2.83 package change history notificatio
ii iproute 20080725-2 networking and traffic control too
apticron suggests no packages.
-- debconf information:
apticron/notification: root
--- End Message ---
--- Begin Message ---
Hi Mathias,
On Thu, Dec 03, 2009 at 12:20:38PM +0100, Mathias Jeschke wrote:
> Package: apticron
> Version: 1.1.27
> Severity: grave
> Justification: renders package unusable
>
> apticron's mail notification fails:
>
> debian:~# LANG=C apticron
> Content-type: text/plain; charset=UTF-8: No such file or directory
>
> reason:
> debian:~# grep mailx
> ) 2>&1 | /usr/bin/mailx -a "Content-type: text/plain; charset=UTF-8" -s
> "$DISTRIB_ID package updates on $SYSTEM"
> $EMAIL
>
> Parameter "-a" has to be followed by a file name (see man page of mailx):
> " -a file
> Attach the given file to the message."
>
> mailx package:
> debian:~# readlink /usr/bin/mailx
> /etc/alternatives/mailx
> debian:~# readlink /etc/alternatives/mailx
> /usr/bin/heirloom-mailx
I guess this issues has been fixed since 1.32:
apticron (1.1.32) unstable; urgency=low
* Use specific mailx parameters for heirloom-mailx. Thanks to Nis Martensen
for the patch. (Closes: #530347)
* debian/control:
+ remove inactive uploaders.
+ remove heirloom-mailx from Conflicts due to the fix in #530347.
* Support listing packages on hold by both dselect/apt-get and aptitude. This
can be chosen through the new config var NOTIFY_HOLDS. Thanks to Daniel B.
for reporting this. (Closes: #530655)
-- Tiago Bortoletto Vaz <ti...@debian-ba.org> Tue, 26 May 2009 16:40:56 -0300
Please consider:
- updating apticron from testing; or
- using a backported version; or
- using another mta; or
- fixing yourself the script based on 1.32 fix
I'm closing this bug.
Regards,
--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu
--- End Message ---