infn-bari-school / cloud-storage-tutorials

Colletions of tutorials about cloud storage
18 stars 4 forks source link

Unable to locate package ceph-osd and ceph-mon #1

Open hafizuleppy opened 7 years ago

hafizuleppy commented 7 years ago

[pi1][INFO ] Running command: sudo env DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get --assume-yes -q --no-install-recommends install -o Dpkg::Options::=--force-confnew ceph ceph-osd ceph-mds ceph-mon radosgw [pi1][DEBUG ] Reading package lists... [pi1][DEBUG ] Building dependency tree... [pi1][DEBUG ] Reading state information... [pi1][WARNIN] E: Unable to locate package ceph-osd [pi1][WARNIN] E: Unable to locate package ceph-mon [pi1][ERROR ] RuntimeError: command returned non-zero exit status: 100 [ceph_deploy][ERROR ] RuntimeError: Failed to execute command: env DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get --assume-yes -q --no-install-recommends install -o Dpkg::Options::=--force-confnew ceph ceph-osd ceph-mds ceph-mon radosgw

these Error occur when i run this command ceph-deploy install --release jewel pi1 pi2 pi3

im using ubuntu mate 16.04 deb https://download.ceph.com/debian-jewel/ xenial main

help me im newbi want to install ceph cluster

maricaantonacci commented 7 years ago

it seems something related to the repo structure. Sorry, I cannot verify the installation procedure right now, but you can try to modify the repo adding your architecture, e.g.:

deb [arch=amd64] http://download.ceph.com/debian-jewel/ xenial main

Let me know. Thanks!

hafizuleppy commented 6 years ago

@maricaantonacci hye and thanks... deb [arch=amd64] http://download.ceph.com/debian-jewel/ xenial main not work... if u have free time please verify the installation procedure... huge thanks from me because u the only person reply...

kul2709 commented 6 years ago

I am also facing same issue for mimic version in ubuntu 16.04. Please provide any solution to resolve this.

The following packages have unmet dependencies: [mon2][DEBUG ] ceph : Depends: ceph-mgr (= 13.2.1-1xenial) but it is not going to be installed [mon2][DEBUG ] ceph-mds : Depends: ceph-base (= 13.2.1-1xenial) but it is not going to be installed [mon2][DEBUG ] ceph-mon : Depends: ceph-base (= 13.2.1-1xenial) but it is not going to be installed [mon2][DEBUG ] ceph-osd : Depends: ceph-base (= 13.2.1-1xenial) but it is not going to be installed [mon2][DEBUG ] radosgw : Depends: ceph-common (= 13.2.1-1xenial) but it is not going to be installed [mon2][WARNIN] E: Unable to correct problems, you have held broken packages. [mon2][ERROR ] RuntimeError: command returned non-zero exit status: 100 [ceph_deploy][ERROR ] RuntimeError: Failed to execute command: env DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get --assume-yes -q --no-install-recommends install -o Dpkg::Options::=--force-confnew ceph ceph-osd ceph-mds ceph-mon radosgw