Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install kontena-server on Ubuntu 14.04.3 #121

Closed
r4wr opened this issue Aug 27, 2015 · 5 comments
Closed

Unable to install kontena-server on Ubuntu 14.04.3 #121

r4wr opened this issue Aug 27, 2015 · 5 comments

Comments

@r4wr
Copy link

r4wr commented Aug 27, 2015

Was following the bare metal install:

# apt-get install kontena-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:
 kontena-server : Depends: lxc-docker (= 1.7.1) but it is not installable or
                       docker-engine (= 1.7.1) but 1.7.1-0~trusty is to be installed
E: Unable to correct problems, you have held broken packages.

OS Version:

# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"

I initially had the latest docker installed 1.8, but purged and reinstalled 1.7.1. Any ideas?

@jakolehm
Copy link
Contributor

Is docker installed from official docker repository?

@r4wr
Copy link
Author

r4wr commented Aug 27, 2015

Yes, it's installed from the official docker repo.

# apt-cache policy docker-engine
docker-engine:
  Installed: 1.7.1-0~trusty
  Candidate: 1.8.1-0~trusty
  Version table:
     1.8.1-0~trusty 0
        500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
 *** 1.7.1-0~trusty 0
        100 /var/lib/dpkg/status

@jakolehm
Copy link
Contributor

That seems really odd, kontena-server package requires docker-engine >= 1.7.0. Can you try to remove kontena-server, then install docker-engine and finally install kontena-server package again?

@r4wr
Copy link
Author

r4wr commented Aug 28, 2015

I wasn't able to get kontena-server installed so I can't remove it. The error in my initial post was from my first attempt at installing kontena-server.

@jakolehm
Copy link
Contributor

Ok, this seems to relate to new docker apt repository. We have uploaded a new packages that should work. Just run apt-get update and try to install again.

Thanks for reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants