Activity log for bug #1892448

Date Who What changed Old value New value Message
2020-08-21 03:49:02 Pascal Ernster bug added bug
2020-08-21 03:49:29 Pascal Ernster description On an Ubuntu 20.04 installation with the focal-proposed repo enabled and both the ceph/ceph-base/ceph-* packages (which are in main) and the ceph-deploy package (which is in universe) installed, the upgrade from ceph 15.2.3-0ubuntu0.20.04.1 to ceph 15.2.3-0ubuntu0.20.04.2 breaks with the following error message: dpkg: error processing archive /var/cache/apt/archives/ceph-base_15.2.3-0ubuntu0.20.04.2_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man8/ceph-deploy.8.gz', which is also in package ceph-deploy 2.0.1-0ubuntu1 I wasn't even able to solve this by trying to uninstall/purge ceph-deploy using apt-get or aptitude - instead, I had to resort to dpkg --remove --force-remove-reinstreq ceph-deploy I think this is a bug in ceph 15.2.3-0ubuntu0.20.04.2, more specifically in the packaging of ceph-base 15.2.3-0ubuntu0.20.04.2, which probably shouldn't contain the man page for ceph-deploy since it doesn't seem to contain any other ceph-deploy files either. On an Ubuntu 20.04 installation with the focal-proposed repos enabled and both the ceph/ceph-base/ceph-* packages (which are in main) and the ceph-deploy package (which is in universe) installed, the upgrade from ceph 15.2.3-0ubuntu0.20.04.1 to ceph 15.2.3-0ubuntu0.20.04.2 breaks with the following error message: dpkg: error processing archive /var/cache/apt/archives/ceph-base_15.2.3-0ubuntu0.20.04.2_amd64.deb (--unpack):  trying to overwrite '/usr/share/man/man8/ceph-deploy.8.gz', which is also in package ceph-deploy 2.0.1-0ubuntu1 I wasn't even able to solve this by trying to uninstall/purge ceph-deploy using apt-get or aptitude - instead, I had to resort to dpkg --remove --force-remove-reinstreq ceph-deploy I think this is a bug in ceph 15.2.3-0ubuntu0.20.04.2, more specifically in the packaging of ceph-base 15.2.3-0ubuntu0.20.04.2, which probably shouldn't contain the man page for ceph-deploy since it doesn't seem to contain any other ceph-deploy files either.
2020-08-26 12:20:20 Launchpad Janitor ceph (Ubuntu): status New Confirmed
2020-08-26 12:30:16 Robert Sander bug added subscriber Robert Sander
2020-08-26 12:49:40 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chris.macnaughton/ubuntu/+source/ceph/+git/ceph/+merge/389846
2020-08-26 12:50:57 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chris.macnaughton/ubuntu/+source/ceph/+git/ceph/+merge/389847
2020-11-21 09:58:41 Csaba TOTH bug added subscriber Csaba TOTH
2021-04-12 15:20:52 Eric Desrochers ceph (Ubuntu): importance Undecided High
2021-04-12 15:20:55 Eric Desrochers tags seg sts
2021-04-12 15:38:13 Eric Desrochers ceph (Ubuntu): status Confirmed In Progress
2021-04-12 15:53:11 Launchpad Janitor merge proposal linked https://code.launchpad.net/~slashd/ubuntu/+source/ceph/+git/ceph-1/+merge/400980
2021-04-12 16:06:53 Eric Desrochers nominated for series Ubuntu Groovy
2021-04-12 16:06:53 Eric Desrochers bug task added ceph (Ubuntu Groovy)
2021-04-12 16:06:53 Eric Desrochers nominated for series Ubuntu Focal
2021-04-12 16:06:53 Eric Desrochers bug task added ceph (Ubuntu Focal)
2021-04-12 16:07:00 Eric Desrochers ceph (Ubuntu): importance High Medium
2021-04-12 16:07:03 Eric Desrochers ceph (Ubuntu Focal): importance Undecided High
2021-04-12 16:07:06 Eric Desrochers ceph (Ubuntu Groovy): importance Undecided Medium
2021-04-23 09:24:17 James Page nominated for series Ubuntu Hirsute
2021-04-23 09:24:17 James Page bug task added ceph (Ubuntu Hirsute)
2021-04-23 09:24:26 James Page ceph (Ubuntu Focal): assignee James Page (james-page)
2021-04-23 09:24:28 James Page ceph (Ubuntu Groovy): assignee James Page (james-page)
2021-04-23 09:24:31 James Page ceph (Ubuntu Hirsute): assignee James Page (james-page)
2021-04-23 09:45:00 James Page merge proposal unlinked https://code.launchpad.net/~slashd/ubuntu/+source/ceph/+git/ceph-1/+merge/400980
2021-04-23 09:45:14 James Page ceph (Ubuntu Groovy): status New In Progress
2021-04-23 09:45:16 James Page ceph (Ubuntu Focal): status New In Progress
2021-05-03 13:30:49 Eric Desrochers bug added subscriber Eric Desrochers
2021-05-07 09:21:47 Launchpad Janitor ceph (Ubuntu): status In Progress Fix Released
2021-05-07 09:21:47 Launchpad Janitor cve linked 2021-20288
2021-05-27 12:52:58 James Page description On an Ubuntu 20.04 installation with the focal-proposed repos enabled and both the ceph/ceph-base/ceph-* packages (which are in main) and the ceph-deploy package (which is in universe) installed, the upgrade from ceph 15.2.3-0ubuntu0.20.04.1 to ceph 15.2.3-0ubuntu0.20.04.2 breaks with the following error message: dpkg: error processing archive /var/cache/apt/archives/ceph-base_15.2.3-0ubuntu0.20.04.2_amd64.deb (--unpack):  trying to overwrite '/usr/share/man/man8/ceph-deploy.8.gz', which is also in package ceph-deploy 2.0.1-0ubuntu1 I wasn't even able to solve this by trying to uninstall/purge ceph-deploy using apt-get or aptitude - instead, I had to resort to dpkg --remove --force-remove-reinstreq ceph-deploy I think this is a bug in ceph 15.2.3-0ubuntu0.20.04.2, more specifically in the packaging of ceph-base 15.2.3-0ubuntu0.20.04.2, which probably shouldn't contain the man page for ceph-deploy since it doesn't seem to contain any other ceph-deploy files either. [Impact] Not possible to install ceph and ceph-deploy binary packages due to conflicting manpage. [Test Case] sudo apt install ceph-base ceph-deploy [error as in original bug report] [Regression Discussion] The fix simply drops the ceph-deploy manpage from the ceph-base binary package. [Original Bug Report] On an Ubuntu 20.04 installation with the focal-proposed repos enabled and both the ceph/ceph-base/ceph-* packages (which are in main) and the ceph-deploy package (which is in universe) installed, the upgrade from ceph 15.2.3-0ubuntu0.20.04.1 to ceph 15.2.3-0ubuntu0.20.04.2 breaks with the following error message: dpkg: error processing archive /var/cache/apt/archives/ceph-base_15.2.3-0ubuntu0.20.04.2_amd64.deb (--unpack):  trying to overwrite '/usr/share/man/man8/ceph-deploy.8.gz', which is also in package ceph-deploy 2.0.1-0ubuntu1 I wasn't even able to solve this by trying to uninstall/purge ceph-deploy using apt-get or aptitude - instead, I had to resort to dpkg --remove --force-remove-reinstreq ceph-deploy I think this is a bug in ceph 15.2.3-0ubuntu0.20.04.2, more specifically in the packaging of ceph-base 15.2.3-0ubuntu0.20.04.2, which probably shouldn't contain the man page for ceph-deploy since it doesn't seem to contain any other ceph-deploy files either.
2021-05-27 12:53:07 James Page bug added subscriber Ubuntu Stable Release Updates Team
2021-06-01 22:06:00 Brian Murray ceph (Ubuntu Hirsute): status In Progress Fix Committed
2021-06-01 22:06:04 Brian Murray bug added subscriber SRU Verification
2021-06-01 22:06:09 Brian Murray tags seg sts seg sts verification-needed verification-needed-hirsute
2021-06-03 19:03:46 Eric Desrochers tags seg sts verification-needed verification-needed-hirsute seg sts verification-done-hirsute verification-needed
2021-06-14 07:18:41 Norbert tags seg sts verification-done-hirsute verification-needed focal seg sts verification-done-hirsute verification-needed
2021-06-14 07:19:51 Norbert bug added subscriber Norbert
2021-07-07 14:32:00 James Page tags focal seg sts verification-done-hirsute verification-needed focal seg sts verification-done verification-done-hirsute
2021-07-13 16:44:36 Launchpad Janitor ceph (Ubuntu Hirsute): status Fix Committed Fix Released
2021-07-13 16:44:36 Launchpad Janitor cve linked 2021-3509
2021-07-13 16:44:36 Launchpad Janitor cve linked 2021-3531
2021-07-13 16:44:48 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2021-07-26 10:26:07 James Page ceph (Ubuntu Groovy): status In Progress Won't Fix
2021-07-28 12:01:28 Robie Basak ceph (Ubuntu Focal): status In Progress Fix Committed
2021-07-28 12:01:31 Robie Basak bug added subscriber Ubuntu Stable Release Updates Team
2021-07-28 12:01:36 Robie Basak tags focal seg sts verification-done verification-done-hirsute focal seg sts verification-done-hirsute verification-needed verification-needed-focal
2021-07-28 13:21:39 Eric Desrochers nominated for series Ubuntu Bionic
2021-07-28 13:21:39 Eric Desrochers bug task added ceph (Ubuntu Bionic)
2021-07-28 13:21:56 Eric Desrochers ceph (Ubuntu Bionic): assignee James Page (james-page)
2021-07-28 13:22:02 Eric Desrochers ceph (Ubuntu Bionic): status New Confirmed
2021-07-28 13:22:08 Eric Desrochers ceph (Ubuntu Bionic): importance Undecided Medium
2021-07-28 14:08:41 Eric Desrochers ceph (Ubuntu Bionic): importance Medium High
2021-08-02 07:57:21 James Page ceph (Ubuntu Bionic): status Confirmed Invalid
2021-08-02 07:59:53 James Page bug task added cloud-archive
2021-08-02 08:00:05 James Page nominated for series cloud-archive/wallaby
2021-08-02 08:00:05 James Page bug task added cloud-archive/wallaby
2021-08-02 08:00:05 James Page nominated for series cloud-archive/ussuri
2021-08-02 08:00:05 James Page bug task added cloud-archive/ussuri
2021-08-02 08:00:05 James Page nominated for series cloud-archive/xena
2021-08-02 08:00:05 James Page bug task added cloud-archive/xena
2021-08-02 08:00:32 James Page cloud-archive/xena: status New Fix Released
2021-08-02 08:00:38 James Page cloud-archive/wallaby: status New Fix Released
2021-08-02 08:00:44 James Page cloud-archive/ussuri: status New Fix Committed
2021-08-24 06:55:08 Chris MacNaughton tags focal seg sts verification-done-hirsute verification-needed verification-needed-focal focal seg sts verification-done verification-done-focal verification-done-hirsute
2021-08-24 06:57:50 Chris MacNaughton tags focal seg sts verification-done verification-done-focal verification-done-hirsute focal seg sts verification-done verification-done-focal verification-done-hirsute verification-ussuri-done
2021-08-26 23:30:33 Launchpad Janitor ceph (Ubuntu Focal): status Fix Committed Fix Released
2021-08-27 06:30:45 Chris MacNaughton cloud-archive/ussuri: status Fix Committed Fix Released