Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] Issue with perfSONAR Bundle Installation on Ubuntu Server 20.04

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] Issue with perfSONAR Bundle Installation on Ubuntu Server 20.04


Chronological Thread 
  • From: "Alex S. Moura" <>
  • To: "" <>
  • Subject: [perfsonar-user] Issue with perfSONAR Bundle Installation on Ubuntu Server 20.04
  • Date: Tue, 15 Aug 2023 15:12:08 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=kaust.edu.sa; dmarc=pass action=none header.from=kaust.edu.sa; dkim=pass header.d=kaust.edu.sa; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=wQP6R+w9yLqYj2sUqZRrbFPWi4HudIB3F0CjZhsrfzE=; b=HK3QPfPjt0jfdKDjWKVc9b4e8eHsBlmtS6m/L78TmwlOJVF4VHTrJS2lwAYCUyQzokjSV9o+K5NdofhJjquV9QlSlXl/RoxtQHU2pTOE2dUrFQOLmco4C0sjyO5PwCjcN8Ub0sDN8ggshOHTha1nDtaBA38GDrDE5EQOXrVc+WrM/LshGb6qj8i8Gr15kP6ekLlIu9QuNR/+7n5q6tPx67e8EIDC730gzcjlf6QQYtbKG9J3sCFoB2+8KAFLgDm070qvtZ58a9mNVN1BZzy+r0hLFZWHKDCHKBxXMe0dyBBIAmFh3hF+l5dpTd67K9MvmGqz8L+n1yYBOzADo/FqQA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gj/Ky9fsdIigpLr7Jh7y6/H4s/8aBhyIANnG1/ObunjYsVICmyMSR1kiJkSeMNp1/BAYRDIJsXiNODcF8DDA0x+A8rjfFgUJaV5kc/l9is9l5mHGOnrIxMtfSr8TvP7nTGW/QHB3oucfJL14FUX7nkMLrgXTU6IRHp8ie8gdKbx2toY2jqdp1rkkiZoRyBrfudddDrQ+rvSkOdh3TaoKQzQ7KXzl6VeKPMjilplHfQg6ODeKP7OmZ0B+3CGCPmK4tiw27JOzNfVtWQjg0AJwLYKmsydRsmQ9Pw4WKAHaTdTit2BYdjwSG/aCDWFoigSzHK41akoVcL4YzrH9/73kPA==

Dear perfSONAR Team,

 

The steps Bundle Installation on Debian are not working on the Ubuntu Server (arm64) because of unmet package dependencies error, according to the outputs below.


The fix – delivered by Marcos (RNP) – was to manually download the two deb packages below and rerun the installation:

 

wget https://artifacts.opensearch.org/releases/bundle/opensearch/2.6.0/opensearch-2.6.0-linux-arm64.deb

wget https://artifacts.elastic.co/downloads/logstash/logstash-oss-7.17.9-arm64.deb

sudo apt -y install perfsonar-toolkit

 

Best regards,

Alex

–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

 

The following packages have unmet dependencies:

perfsonar-toolkit : Depends: perfsonar-core but it is not going to be installed

E: Unable to correct problems, you have held broken packages.

 

–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

 

$ sudo apt -y install perfsonar-core

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:

perfsonar-core : Depends: perfsonar-archive but it is not going to be installed

                  Depends: perfsonar-toolkit-archive-utils but it is not going to be installed

E: Unable to correct problems, you have held broken packages.

–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

 

$ sudo apt -y install perfsonar-archive perfsonar-toolkit-archive-utils perfsonar-core

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:

perfsonar-archive : Depends: opensearch but it is not installable

                     Depends: perfsonar-logstash but it is not going to be installed

E: Unable to correct problems, you have held broken packages.

–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

$ sudo apt -y install perfsonar-archive perfsonar-toolkit-archive-utils perfsonar-core opensearch perfsonar-logstash

Reading package lists... Done

Building dependency tree

Reading state information... Done

Package opensearch is not available, but is referred to by another package.

This may mean that the package is missing, has been obsoleted, or

is only available from another source

 

E: Package 'opensearch' has no installation candidate

 

–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

 

HOST INFO:

 

$ hostnamectl

   Static hostname: ps

         Icon name: computer-vm

           Chassis: vm

    Virtualization: qemu

  Operating System: Ubuntu 20.04.6 LTS

            Kernel: Linux 5.4.0-156-generic

      Architecture: arm64

–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

 

Thanks,

Alex




Archive powered by MHonArc 2.6.24.

Top of Page