MAAS 1.9.1 does't Installing. Using ppa:maas-maintainers/stable & https://launchpad.net/~maas/+archive/ubuntu/stable Now.

Asked by Youhei Tooyama

Steps to reproduce
1) sudo add-apt-repository ppa:maas/stable
2) sudo apt-get update
3) apt-get install maas
4) Doesn't Install MAAS 1.9.1

Actual Behavior (Result)
# apt-get update
# apt-cache policy maas |egrep '1.9|ppa'
  Candidate: 1.9.1+bzr4543-0ubuntu1~trusty1
     1.9.1+bzr4543-0ubuntu1~trusty1 0
        500 http://ppa.launchpad.net/maas-maintainers/stable/ubuntu/ trusty/main amd64 Packages
# apt-get install maas
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:
 maas : Depends: maas-region-controller (= 1.9.1+bzr4543-0ubuntu1~trusty1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Question information

Language:
Japanese Edit question
Status:
Expired
For:
Ubuntu maas Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

Revision history for this message
Youhei Tooyama (ytooyama) said :
#1

"apt-get install maas" is Error.
...but this command is good work.

apt-get install maas-region-controller maas-cluster-controller maas-dhcp maas-dns

Revision history for this message
Youhei Tooyama (ytooyama) said :
#2

Try one more time , tomorrow

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

Please provide the full output of the following diagnostic commands:

uname -a
lsb_release -crid
grep maas /etc/apt/sources.list /etc/apt/sources.list.d/*.list
apt-cache policy maas maas-region-controller

Revision history for this message
Youhei Tooyama (ytooyama) said :
#4

Today, I'm Install the MAAS 1.9.1 one more.
But I can't reproduce the error.

ytooyama@maas3:~$ uname -a
Linux maas3 3.13.0-83-generic #127-Ubuntu SMP Fri Mar 11 00:25:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
ytooyama@maas3:~$ lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Codename: trusty
ytooyama@maas3:~$ grep maas /etc/apt/sources.list /etc/apt/sources.list.d/*.list
/etc/apt/sources.list.d/maas-maintainers-stable-trusty.list:deb http://ppa.launchpad.net/maas-maintainers/stable/ubuntu trusty main
/etc/apt/sources.list.d/maas-maintainers-stable-trusty.list:# deb-src http://ppa.launchpad.net/maas-maintainers/stable/ubuntu trusty main
ytooyama@maas3:~$ apt-cache policy maas maas-region-controller
maas:
  Installed: 1.9.1+bzr4543-0ubuntu1~trusty1
  Candidate: 1.9.1+bzr4543-0ubuntu1~trusty1
  Version table:
 *** 1.9.1+bzr4543-0ubuntu1~trusty1 0
        500 http://ppa.launchpad.net/maas-maintainers/stable/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
     1.7.6+bzr3376-0ubuntu2~14.04.1 0
        500 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
     1.5.4+bzr2294-0ubuntu1.2 0
        500 http://jp.archive.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
     1.5+bzr2252-0ubuntu1 0
        500 http://jp.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
maas-region-controller:
  Installed: 1.9.1+bzr4543-0ubuntu1~trusty1
  Candidate: 1.9.1+bzr4543-0ubuntu1~trusty1
  Version table:
 *** 1.9.1+bzr4543-0ubuntu1~trusty1 0
        500 http://ppa.launchpad.net/maas-maintainers/stable/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
     1.7.6+bzr3376-0ubuntu2~14.04.1 0
        500 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
     1.5.4+bzr2294-0ubuntu1.2 0
        500 http://jp.archive.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
     1.5+bzr2252-0ubuntu1 0
        500 http://jp.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

Your last output now shows that maas 1.9.1-bzr4543... from the maas-maintainers/stable ppa is installed.
Is your problem solved with that, or is there anything else that is not working as desired?

Revision history for this message
Launchpad Janitor (janitor) said :
#6

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.

Revision history for this message
Navin Sridharan (navinsridharan) said :
#7

Hi,

I get the below error when installing maas. Kindly advice

The following packages have unmet dependencies:
 maas-region-controller : Depends: maas-dns (= 1.9.5+bzr4599-0ubuntu1~14.04.2) but it is not going to be installed
                                                 Depends: maas-region-controller-min (= 1.9.5+bzr4599-0ubuntu1~14.04.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Revision history for this message
Manfred Hampl (m-hampl) said :
#8

@Navin Sridharan: Don't piggyback on somebody else's question but create a question document of your own.

Revision history for this message
Navin Sridharan (navinsridharan) said :
#9

@manfred: I thought this would be a easy reference as my error is more or less similar to this question. I shall create a new thread though. Thanks