package libertined:amd64 1.7+17.04.20170320.1-0ubuntu1 failed to install/upgrade: subprocess installed pre-removal script was killed by signal (Terminated)
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Libertine | Status tracked in Devel | |||||
Devel |
Fix Committed
|
High
|
Christopher Townsend | |||
Trunk |
Fix Committed
|
High
|
Christopher Townsend | |||
libertine (Ubuntu) |
Fix Released
|
High
|
Christopher Townsend |
Bug Description
Got a message of a problem with the package "libertine" during the upgrade from Ubuntu Gnome 16.10 to 17.04 final beta, but the upgrade was finished anyway. This automated error report seems to think it was a fresh install, but it was an upgrade. I don't know if it's related, but after the upgrade the boot goes to loop with the latest available kernel 4.10.0-13, but boots normally with 4.8.0-41 (which I'm using now). The last point of the loop is Stopping User Manager for UID 121...
ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: libertined:amd64 1.7+17.
ProcVersionSign
Uname: Linux 4.8.0-41-generic x86_64
NonfreeKernelMo
ApportVersion: 2.20.4-0ubuntu2
Architecture: amd64
Date: Sat Mar 25 00:45:34 2017
DuplicateSignature:
package:
Removing libertined:amd64 (1.7+17.
Shutting down the libertined service...
dpkg: error processing package libertined:amd64 (--remove):
subprocess installed pre-removal script was killed by signal (Terminated)
ErrorMessage: subprocess installed pre-removal script was killed by signal (Terminated)
InstallationDate: Installed on 2016-12-13 (101 days ago)
InstallationMedia: Ubuntu-GNOME 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
RelatedPackageV
dpkg 1.18.10ubuntu1
apt 1.4~rc2
SourcePackage: libertine
Title: package libertined:amd64 1.7+17.
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- Libertine CI Bot: Approve (continuous-integration)
- Larry Price: Approve
-
Diff: 25 lines (+2/-2)2 files modifieddebian/libertined.preinst (+1/-1)
debian/libertined.prerm (+1/-1)
- Christopher Townsend (community): Approve
-
Diff: 4695 lines (+1707/-1017)62 files modifiedCMakeLists.txt (+6/-0)
debian/changelog (+37/-0)
debian/control (+9/-11)
debian/libertine-tools.install (+1/-2)
debian/libertine-xmir-tools.install (+4/-0)
debian/libertined.preinst (+1/-1)
debian/libertined.prerm (+1/-1)
debian/python3-libertine.install (+1/-2)
liblibertine/libertined.cpp (+15/-10)
pasted/pasted.cpp (+97/-43)
pasted/pasted.h (+13/-5)
python/libertine/ChrootContainer.py (+2/-2)
python/libertine/ContainerControlClient.py (+14/-9)
python/libertine/ContainersConfig.py (+52/-17)
python/libertine/Libertine.py (+21/-15)
python/libertine/LxcContainer.py (+7/-9)
python/libertine/LxdContainer.py (+17/-16)
python/libertine/service/constants.py (+27/-0)
python/libertine/service/container.py (+38/-34)
python/libertine/service/container_control.py (+29/-58)
python/libertine/service/container_control_client.py (+75/-0)
python/libertine/service/download.py (+35/-40)
python/libertine/service/operations.py (+18/-62)
python/libertine/service/operations_monitor.py (+93/-0)
python/libertine/service/task_dispatcher.py (+8/-25)
python/libertine/service/tasks/__init__.py (+2/-1)
python/libertine/service/tasks/app_info_task.py (+5/-5)
python/libertine/service/tasks/base_task.py (+39/-14)
python/libertine/service/tasks/container_info_task.py (+4/-4)
python/libertine/service/tasks/create_task.py (+14/-11)
python/libertine/service/tasks/destroy_task.py (+10/-8)
python/libertine/service/tasks/install_task.py (+10/-8)
python/libertine/service/tasks/list_app_ids_task.py (+6/-6)
python/libertine/service/tasks/list_task.py (+4/-3)
python/libertine/service/tasks/remove_task.py (+9/-8)
python/libertine/service/tasks/search_task.py (+4/-4)
python/libertine/service/tasks/update_task.py (+11/-10)
snap/plugins/x-libertine-deps.py (+2/-1)
tests/integration/CMakeLists.txt (+21/-1)
tests/integration/data/libertine/ContainersConfig.json (+19/-0)
tests/integration/test_libertine_service.py (+41/-38)
tests/integration/test_liblibertine.cpp (+145/-0)
tests/unit/CMakeLists.txt (+2/-1)
tests/unit/ContainerConfigListTests.cpp (+1/-0)
tests/unit/service/CMakeLists.txt (+2/-1)
tests/unit/service/tasks/test_app_info_task.py (+24/-26)
tests/unit/service/tasks/test_container_info_task.py (+26/-27)
tests/unit/service/tasks/test_create_task.py (+170/-176)
tests/unit/service/tasks/test_destroy_task.py (+44/-46)
tests/unit/service/tasks/test_install_task.py (+38/-41)
tests/unit/service/tasks/test_list_app_ids_task.py (+23/-25)
tests/unit/service/tasks/test_list_task.py (+15/-16)
tests/unit/service/tasks/test_remove_task.py (+38/-41)
tests/unit/service/tasks/test_search_task.py (+9/-9)
tests/unit/service/tasks/test_update_task.py (+46/-46)
tests/unit/service/test_container.py (+32/-31)
tests/unit/service/test_operations_monitor.py (+146/-0)
tests/unit/service/test_task_dispatcher.py (+6/-5)
tools/libertine-container-manager (+41/-19)
tools/libertine-launch (+12/-2)
tools/libertine-lxd-setup (+37/-14)
tools/libertined (+28/-7)
tags: | removed: need-duplicate-check |
Changed in libertine (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Christopher Townsend (townsend) |
Interestingly, with the kernel 4.10.0-14 that I just upgraded to the boot doesn't go to loop. With the kernel 4.10.0-13 it still does.