mailman installation failing
Hi there,
Looks like apt-get is attempting to downgrade mailman, any clues why this is happening? And also why it is failing. Also the Machine is a 32 bit machine so I am trying to figure out why mailman_1%3a2.1.9-9ubuntu1.2_amd64.deb was ever installed in the first place. # apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: mailman 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 12 not fully installed or removed. Need to get 0B/8613kB of archives. After this operation, 0B of additional disk space will be used. Do you want to continue [Y/n]? y Preconfiguring packages ... (Reading database ... 46764 files and directories currently installed.) Preparing to replace mailman 1:2.1.9-9ubuntu1.1 (using .../mailman_1%3a2.1.9-9ubuntu1.2_amd64.deb) ... * Stopping Mailman master qrunner mailmanctl [ OK ] dpkg: error processing /var/cache/apt/archives/mailman_1%3a2.1.9-9ubuntu1.2_amd64.deb (--unpack): subprocess pre-installation script returned error exit status 1 Downgrade detected, from version 0x2010bf0 to version 0x20109f0 This is probably not safe. Exiting. noah@enabled:~$ uname -a Linux enabled.com 2.6.24-24-xen #1 SMP Tue Jun 30 21:53:02 UTC 2009 x86_64 GNU/Linux Cheers, Noah -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
mailman installation failing
On Thu, Jan 13, 2011 at 9:10 AM, Noah <noah-list@enabled.com> wrote:
> Hi there, > > Looks like apt-get is attempting to downgrade mailman, any clues why this is > happening? *And also why it is failing. *Also the Machine is a 32 bit > machine so I am trying to figure out why > mailman_1%3a2.1.9-9ubuntu1.2_amd64.deb was ever installed in the first > place. > > # apt-get upgrade > Reading package lists... Done > Building dependency tree > Reading state information... Done > The following packages will be upgraded: > *mailman > 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. > 12 not fully installed or removed. > Need to get 0B/8613kB of archives. > After this operation, 0B of additional disk space will be used. > Do you want to continue [Y/n]? y > Preconfiguring packages ... > (Reading database ... 46764 files and directories currently installed.) > Preparing to replace mailman 1:2.1.9-9ubuntu1.1 (using > .../mailman_1%3a2.1.9-9ubuntu1.2_amd64.deb) ... > ** Stopping Mailman master qrunner mailmanctl > * * * [ OK ] > dpkg: error processing > /var/cache/apt/archives/mailman_1%3a2.1.9-9ubuntu1.2_amd64.deb (--unpack): > *subprocess pre-installation script returned error exit status 1 > Downgrade detected, from version 0x2010bf0 to version 0x20109f0 > This is probably not safe. > Exiting. > This appears to be an upgrade using local cached archives, in which case it appears that your local cached copy of the newer mailman is corrupt. You may want to run 'apt-get clean' and then try the upgrade again. -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
mailman installation failing
Hi there,
apt-get clean did not help and I am still getting the same error. Setting up mailman (1:2.1.9-9ubuntu1.2) ... Installing site language es ............................................. done. Installing site language en ............................................ done. Downgrade detected, from version 0x2010bf0 to version 0x20109f0 This is probably not safe. Exiting. what else can I try? On 1/13/11 10:50 AM, MR ZenWiz wrote: On Thu, Jan 13, 2011 at 9:10 AM, Noah<noah-list@enabled.com> wrote: Hi there, Looks like apt-get is attempting to downgrade mailman, any clues why this is happening? And also why it is failing. Also the Machine is a 32 bit machine so I am trying to figure out why mailman_1%3a2.1.9-9ubuntu1.2_amd64.deb was ever installed in the first place. # apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: mailman 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 12 not fully installed or removed. Need to get 0B/8613kB of archives. After this operation, 0B of additional disk space will be used. Do you want to continue [Y/n]? y Preconfiguring packages ... (Reading database ... 46764 files and directories currently installed.) Preparing to replace mailman 1:2.1.9-9ubuntu1.1 (using .../mailman_1%3a2.1.9-9ubuntu1.2_amd64.deb) ... * Stopping Mailman master qrunner mailmanctl [ OK ] dpkg: error processing /var/cache/apt/archives/mailman_1%3a2.1.9-9ubuntu1.2_amd64.deb (--unpack): subprocess pre-installation script returned error exit status 1 Downgrade detected, from version 0x2010bf0 to version 0x20109f0 This is probably not safe. Exiting. This appears to be an upgrade using local cached archives, in which case it appears that your local cached copy of the newer mailman is corrupt. You may want to run 'apt-get clean' and then try the upgrade again. -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
mailman installation failing
On Thu, Jan 20, 2011 at 11:41 AM, Noah <noah-list@enabled.com> wrote:
> Hi there, > > apt-get clean did not help and I am still getting the same error. > > Setting up mailman (1:2.1.9-9ubuntu1.2) ... > Installing site language es ............................................. > done. > Installing site language en ............................................ > done. > Downgrade detected, from version 0x2010bf0 to version 0x20109f0 > This is probably not safe. > Exiting. > > what else can I try? > Please try bottom posting. Also, it sounds like you have mailman installed already and you're trying to install an older version that the one already there. If you really want to do this, you should first run apt-get purge mailman, but I'd be careful about such endeavors. -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
mailman installation failing
On 1/20/11 1:31 PM, MR ZenWiz wrote:
On Thu, Jan 20, 2011 at 11:41 AM, Noah<noah-list@enabled.com> wrote: Hi there, apt-get clean did not help and I am still getting the same error. Setting up mailman (1:2.1.9-9ubuntu1.2) ... Installing site language es ............................................. done. Installing site language en ............................................ done. Downgrade detected, from version 0x2010bf0 to version 0x20109f0 This is probably not safe. Exiting. what else can I try? Please try bottom posting. Also, it sounds like you have mailman installed already and you're trying to install an older version that the one already there. If you really want to do this, you should first run apt-get purge mailman, but I'd be careful about such endeavors. Mark from the mailman list helped out. here is the solution. Thanks for all your help. http://old.nabble.com/mailman-installation-on-ubuntu-failing-td30673148.html Cheers, Noah -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
| All times are GMT. The time now is 02:13 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.