Bug#362952: amavisd-new: fails to purge

2006-04-19 Thread Brian May
> "Justin" == Justin Pryzby <[EMAIL PROTECTED]> writes: Justin> I don't disagree, but you can fix it pretty easily by doing Justin> exec 1>&2; Justin> right? Won't this break debconf commands? -- Brian May <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Bug#362952: amavisd-new: fails to purge

2006-04-19 Thread Justin Pryzby
On Thu, Apr 20, 2006 at 10:23:47AM +1000, Brian May wrote: > > "Justin" == Justin Pryzby <[EMAIL PROTECTED]> writes: > > Justin> I don't disagree, but you can fix it pretty easily by doing > > Justin> exec 1>&2; > > Justin> right? > > Won't this break debconf commands? Meh, I do

Bug#133029: Bug#362952: amavisd-new: fails to purge

2006-04-19 Thread Brian May
> "Henrique" == Henrique de Moraes Holschuh <[EMAIL PROTECTED]> writes: Henrique> This leaves our postinst will all stdout output Henrique> redirected into confmodule, which seems to cause the Henrique> mess. I don't particularly like the debconf standard of using stdout for its c

Bug#133029: Bug#362952: amavisd-new: fails to purge

2006-04-19 Thread Justin Pryzby
On Thu, Apr 20, 2006 at 10:14:10AM +1000, Brian May wrote: > > "Henrique" == Henrique de Moraes Holschuh <[EMAIL PROTECTED]> writes: > > Henrique> This leaves our postinst will all stdout output > Henrique> redirected into confmodule, which seems to cause the > Henrique> mess. > >

Bug#133029: Bug#362952: amavisd-new: fails to purge

2006-04-17 Thread Henrique de Moraes Holschuh
On Sun, 16 Apr 2006, Henrique de Moraes Holschuh wrote: > On Sun, 16 Apr 2006, Justin Pryzby wrote: > > dpkg: error processing amavisd-new (--purge): > > subprocess post-removal script returned error exit status 128 > > Exit status 128 is an unusual return status. Moreover, debconf should never

Bug#362952: amavisd-new: fails to purge

2006-04-17 Thread Henrique de Moraes Holschuh
On Sun, 16 Apr 2006, Steve Langasek wrote: > On Sun, Apr 16, 2006 at 10:09:06PM -0300, Henrique de Moraes Holschuh wrote: > > On Sun, 16 Apr 2006, Justin Pryzby wrote: > > > dpkg: error processing amavisd-new (--purge): > > > subprocess post-removal script returned error exit status 128 > > > Exi

Bug#362952: amavisd-new: fails to purge

2006-04-17 Thread Henrique de Moraes Holschuh
On Sun, 16 Apr 2006, Justin Pryzby wrote: > debootstrap sarge . > chroot . > apt-get install amavisd-new > sed -i s/sarge/testing/g /etc/apt/sources.list > apt-get update > apt-get install amavisd-new > (This actually fails, deliberately I guess, in a fresh chroot, but didn't > happen on my "workin

Bug#362952: amavisd-new: fails to purge

2006-04-16 Thread Brian May
> "Justin" == Justin Pryzby <[EMAIL PROTECTED]> writes: >> If we cannot reproduce this, it will be quite hard to find out >> what is happening :( Justin> Steps to reproduce: What happens if you set: export DEBCONF_DEBUG=developer first? Is it possible that there is something wr

Bug#362952: amavisd-new: fails to purge

2006-04-16 Thread Justin Pryzby
On Sun, Apr 16, 2006 at 10:09:06PM -0300, Henrique de Moraes Holschuh wrote: > On Sun, 16 Apr 2006, Justin Pryzby wrote: > > dpkg: error processing amavisd-new (--purge): > > subprocess post-removal script returned error exit status 128 > > Exit status 128 is an unusual return status. Moreover,

Bug#362952: amavisd-new: fails to purge

2006-04-16 Thread Justin Pryzby
On Sun, Apr 16, 2006 at 09:37:53PM -0300, Henrique de Moraes Holschuh wrote: > On Mon, 17 Apr 2006, Brian May wrote: > > > "Justin" == Justin Pryzby <[EMAIL PROTECTED]> writes: > > > > Justin> amavisd fails to purge. This line fails: > > Justin> . /usr/share/debconf/confmodule > > >

Bug#362952: amavisd-new: fails to purge

2006-04-16 Thread Justin Pryzby
On Sun, Apr 16, 2006 at 06:49:59PM -0700, Steve Langasek wrote: > On Sun, Apr 16, 2006 at 10:09:06PM -0300, Henrique de Moraes Holschuh wrote: > > On Sun, 16 Apr 2006, Justin Pryzby wrote: > > > dpkg: error processing amavisd-new (--purge): > > > subprocess post-removal script returned error exit

Bug#362952: amavisd-new: fails to purge

2006-04-16 Thread Steve Langasek
On Sun, Apr 16, 2006 at 10:09:06PM -0300, Henrique de Moraes Holschuh wrote: > On Sun, 16 Apr 2006, Justin Pryzby wrote: > > dpkg: error processing amavisd-new (--purge): > > subprocess post-removal script returned error exit status 128 > Exit status 128 is an unusual return status. Moreover, de

Bug#362952: amavisd-new: fails to purge

2006-04-16 Thread Henrique de Moraes Holschuh
On Sun, 16 Apr 2006, Justin Pryzby wrote: > dpkg: error processing amavisd-new (--purge): > subprocess post-removal script returned error exit status 128 Exit status 128 is an unusual return status. Moreover, debconf should never return it. WTF? 129 would be killed by SIGHUP, but 128 has no de

Bug#362952: amavisd-new: fails to purge

2006-04-16 Thread Henrique de Moraes Holschuh
On Mon, 17 Apr 2006, Brian May wrote: > > "Justin" == Justin Pryzby <[EMAIL PROTECTED]> writes: > > Justin> amavisd fails to purge. This line fails: > Justin> . /usr/share/debconf/confmodule > > What is the error you get? And do you have debconf* packages installed? Which ones? --

Bug#362952: amavisd-new: fails to purge

2006-04-16 Thread Justin Pryzby
On Mon, Apr 17, 2006 at 10:09:43AM +1000, Brian May wrote: > > "Justin" == Justin Pryzby <[EMAIL PROTECTED]> writes: > > Justin> amavisd fails to purge. This line fails: > Justin> . /usr/share/debconf/confmodule > > What is the error you get? I tried briefly to debug it, but since I'

Bug#362952: amavisd-new: fails to purge

2006-04-16 Thread Brian May
> "Justin" == Justin Pryzby <[EMAIL PROTECTED]> writes: Justin> amavisd fails to purge. This line fails: Justin> . /usr/share/debconf/confmodule What is the error you get? -- Brian May <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Bug#362952: amavisd-new: fails to purge

2006-04-16 Thread Justin Pryzby
Package: amavisd-new Version: 2.3.3-7 Severity: serious amavisd fails to purge. This line fails: . /usr/share/debconf/confmodule -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]