Skip to main content
Solved

Problème pendant l'installation Centreon 23.10

  • November 21, 2023
  • 2 replies
  • 795 views

Forum|alt.badge.img+3

Bonjour,

J’ai essayé d’installer Centreon Central sur un Debian 11, je suis tombé sur ce message d’erreur :

Err :1 https://packages.centreon.com/apt-standard-23.10-stable bullseye/main amd64 libhttp-daemon-perl all 6.16-1
  Le fichier a une taille incohérente (22048 != 22440). Le miroir est peut-être en cours de mise à jour ? [IP : 54.195.120.211 443]
  Hashes of expected file:
   - SHA256:c9d71f5bcfcba6b4dfeb13ea97915c0077decc2ebd70a646e6c3475e5f9924ef
   - SHA1:917ca590b7842960ace2ac8bc48b290856e1e906 [weak]
   - Filesize:22440 [weak]
E: Impossible de récupérer https://packages.centreon.com/apt-standard-23.10-stable/pool/perl-cpan-libraries/libhttp-daemon-perl_6.16-1_all.deb  Le fichier a une taille incohérente (22048 != 22440). Le miroir est peut-être en cours de mise à jour ? [IP : 54.195.120.211 443]
   Hashes of expected file:
    - SHA256:c9d71f5bcfcba6b4dfeb13ea97915c0077decc2ebd70a646e6c3475e5f9924ef
    - SHA1:917ca590b7842960ace2ac8bc48b290856e1e906 [weak]
    - Filesize:22440 [weak]

Je ne sais pas si cela avait déjà été signalé, mais comme je n’ai pas trouvé je poste ça ici.

Best answer by tsuko

Hi @cybervi !

Yes you should to review the directory path ! ( https://packages.centreon.com/apt-standard-23.10-stable bullseye/main amd64 libhttp-daemon-perl all 6.16-1=W doesn’t work) 

Try to go => https://packages.centreon.com/ui/packages?name=apt%2A&type=packages , or try to use this command generic:

-apt install centreon-plugin-* (you will show all of plugins you can install )

That work for me :) gl hf

2 replies

tsuko
Forum|alt.badge.img+8
  • Builder **
  • Answer
  • November 21, 2023

Hi @cybervi !

Yes you should to review the directory path ! ( https://packages.centreon.com/apt-standard-23.10-stable bullseye/main amd64 libhttp-daemon-perl all 6.16-1=W doesn’t work) 

Try to go => https://packages.centreon.com/ui/packages?name=apt%2A&type=packages , or try to use this command generic:

-apt install centreon-plugin-* (you will show all of plugins you can install )

That work for me :) gl hf


Forum|alt.badge.img+3
  • Author
  • Steward *
  • November 21, 2023

@tsuko Thank for your reply, i just install manually with these command :

wget https://packages.centreon.com/apt-standard-23.10-stable/pool/perl-cpan-libraries/libhttp-daemon-perl_6.16-1_all.deb
apt install ./libhttp-daemon-perl_6.16-1_all.deb

 

apt update

apt install -y --no-install-recommends centreon

And it work.