Its Debian 12 On Tuesday, January 14, 2025 19:34 CET, Anthony D'Atri <aad@dreamsnake.net> wrote:
Which OS?
On Jan 14, 2025, at 1:29 PM, filip Mutterer <filip@3dds.io> wrote:
hi,
trying to install Ceph 19.2 on ARM.
My commands are:
for i in 192.168.1.{11,12,13};do ssh $i "apt install -y chrony curl";done for i in 192.168.1.{11,12,13};do ssh $i \ "curl --silent --remote-name --locationhttps://download.ceph.com/rpm-19.2.0/el9/noarch/cephadm && chmod +x cephadm";done for i in 192.168.1.{11,12,13};do ssh $i "./cephadm add-repo --release squid && ./cephadm install";done
So far no problem, but if I want to check the version "/usr/sbin/cephadm version" i am getting no result, it just hangs.
Ignoring this and continue with the installation:
apt-get install -y ceph-common
Warning: Permanently added '192.168.1.13' (ED25519) to the list of known hosts. Installing packages ['ceph-common']... Non-zero exit code 100 from apt-get install -y ceph-common apt-get: stdout Reading package lists... apt-get: stdout Building dependency tree... apt-get: stdout Reading state information... apt-get: stdout Some packages could not be installed. This may mean that you have apt-get: stdout requested an impossible situation or if you are using the unstable apt-get: stdout distribution that some required packages have not yet been created apt-get: stdout or been moved out of Incoming. apt-get: stdout The following information may help to resolve the situation: apt-get: stdout apt-get: stdout The following packages have unmet dependencies: apt-get: stdout ceph-common : Depends: python3-ceph-argparse (= 16.2.15+ds-0+deb12u1) but 19.2.0-1~bpo12+1 is to be installed apt-get: stdout Depends: python3-ceph-common (< 16.2.15+ds-0+deb12u1.1~) but 19.2.0-1~bpo12+1 is to be installed apt-get: stdout Depends: python3-cephfs (= 16.2.15+ds-0+deb12u1) but it is not going to be installed apt-get: stderr E: Unable to correct problems, you have held broken packages. Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/root/./cephadm/__main__.py", line 5579, in <module> File "/root/./cephadm/__main__.py", line 5567, in main File "/root/./cephadm/__main__.py", line 4586, in command_install File "/root/./cephadm/cephadmlib/packagers.py", line 209, in install File "/root/./cephadm/cephadmlib/call_wrappers.py", line 307, in call_throws RuntimeError: Failed command: apt-get install -y ceph-common: E: Unable to correct problems, you have held broken packages.
On my x86 system this step was different, it just installed version 19.2.0
How can I get the version wanted?
Greetings filip _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io