Redis image elements are broken due to unmet dependencies
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Trove Integration |
In Progress
|
Medium
|
Denis M. |
Bug Description
When i was trying to run "./redstack kick-start redis" i faced with next problem:
-------
Fetched 929 kB in 5s (176 kB/s)
Reading package lists... Done
W: Duplicate sources.list entry http://
W: Duplicate sources.list entry http://
W: You may want to run apt-get update to correct these problems
-------
Warnings are saying that there's a duplication in sources, it happens because redis image element add a new source repo that already exists in Ubuntu Trusty Tahr. Then we have a big problem:
-------
+ apt-get install -y redis-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
redis-server : Depends: libjemalloc1 (>= 2.1.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
++ check_break after-error run_in_target bash
++ echo ''
++ egrep -e '(,|^)after-
+ trap_cleanup
+ exitval=100
+ cleanup
+ unmount_image
+ sync
+ unmount_dir /tmp/image.
+ local pattern=
+ '[' -n /tmp/image.
++ awk '{print $2}'
++ sort -r
++ grep '^/tmp/
+ mnts='/
/tmp/image.
/tmp/image.
/tmp/image.
/tmp/image.
/tmp/image.
/tmp/image.
+ '[' -n '/tmp/image.
/tmp/image.
/tmp/image.
/tmp/image.
/tmp/image.
/tmp/image.
/tmp/image.
+ sudo umount -fl /tmp/image.
+ '[' -n '' ']'
+ cleanup_dirs
+ sudo rm -rf /tmp/image.
+ sudo rm -rf /tmp/image.
+ sudo umount -f /tmp/image.hdhNoLYW /tmp/image.5z5EKHIi
+ rm -rf /tmp/image.hdhNoLYW /tmp/image.5z5EKHIi
+ exit 100
-------
description: | updated |
description: | updated |
Fix proposed to branch: master /review. openstack. org/133771
Review: https:/