Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] Ubuntu 20 Toolkit Install Problem

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] Ubuntu 20 Toolkit Install Problem


Chronological Thread 
  • From: "Yamamoto, Miguel" <>
  • To: Mark Feit <>, "" <>
  • Subject: [perfsonar-user] Ubuntu 20 Toolkit Install Problem
  • Date: Fri, 17 May 2024 20:26:49 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ucsf.edu; dmarc=pass action=none header.from=ucsf.edu; dkim=pass header.d=ucsf.edu; 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=NZwlRKdw8blfplYcStae6aIHJCP+H1PnBHMYjAhN8ac=; b=EmR2IyR+A+jaReJvSO/ijbYlRIPsdJ07ik1dLhZAPsHqXrNBOk90Fr3mk2/6qMRlL/Dqwq1emTeSwTxDJkQpXWBV9Px57ue/qH34FfAPFHx8RlYMO9fEjr81ROgLJdgKwyy7JI4SdOB/PUH4qP2jqWN76p/1OJvQ1j/F4QkBognv8kB4rwJGJ3bW/S0y+9G+RfPKptu7jxklgvMGGhRE4FyIrqa9Itdanvc61FAS6csCL+JxWMUkKSAs0125L1/nZrHaJNPPg1YugL2mEmMm+A4Whgzd4HCZNUyGyH0GCOjYxXKgiM5l0+1tT7UN4e0arQ2lrG3ycA0bP2CgAWYrvw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=KtSiZZr1C7NF4KvDoxLlqocUBqfDNpOA17wxeOvcxlcNo4OPFTPvTWgEIX+TA/b6gmPyX3/PFFlhbILsrDPkgdsy3MEVoo/LL5qTZtY02s5nQP85LiChs/oz+aq4ZEh4IYqH28PtFWaJjPZqdQc3baL90W/iLa90339tk4QtOVpEhn2YZVrpStEZLJcm/Jw6H6Xm8IbMrfXKQwkkXg+Hf0WgJcyuwsTy+4tw0Xt256I8t5DiXnpQd7vEuMp0UiBUVKOTo/Nj4AXTomSqgjFywaGdpeCMflikxqjzvnsx97U6zMHkbmIEkx1hyyStjfRG9m14hr3qYIrtEBjUC4vOgQ==

Hi Mark, 

I’m deploying an AWS Ubuntu 20 Instance to join my mesh. However, I am having an issue with the last step when installing the toolkit. It gets to about 99% completion and then gives the dependency error below. It will then proceed for the AWS instance to stop responding even after reboot.

Thanks,
Miguel


From the perfSonar documentation, the following commands were used:
#cd /etc/apt/sources.list.d/

#curl -o perfsonar-release.list http://downloads.perfsonar.net/debian/perfsonar-release.list

#curl http://downloads.perfsonar.net/debian/perfsonar-official.gpg.key | apt-key add -

#add-apt-repository universe
#apt update
#apt-get update
#apt upgrade

#DEBIAN_FRONTEND=noninteractive apt install perfsonar-toolkit

ERROR:
Job for opensearch.service failed because a timeout was exceeded.

See "systemctl status opensearch.service" and "journalctl -xe" for details.

dpkg: error processing package perfsonar-archive (--configure):

installed perfsonar-archive package post-installation script subprocess returned error exit status 1

Setting up imagemagick-6.q16 (8:6.9.10.23+dfsg-2.1ubuntu11.9) ...

update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode

update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode

dpkg: dependency problems prevent configuration of perfsonar-toolkit-archive-utils:

perfsonar-toolkit-archive-utils depends on perfsonar-archive; however:

  Package perfsonar-archive is not configured yet.

 

dpkg: error processing package perfsonar-toolkit-archive-utils (--configure):

dependency problems - leaving unconfigured

Setting up gnuplot-nox (5.2.8+dfsg1-2) ...

update-alternatives: using /usr/bin/gnuplot-nox to provide /usr/bin/gnuplot (gnuplot) in auto mode

dpkg: dependency problems prevent configuration of perfsonar-core:

perfsonar-core depends on perfsonar-archive; however:

  Package perfsonar-archive is not configured yet.

perfsonar-core depends on perfsonar-toolkit-archive-utils; however:

  Package perfsonar-toolkit-archive-utils is not configured yet.

 

dpkg: error processing package perfsonar-core (--configure):

dependency problems - leaving unconfigured

Setting up imagemagick (8:6.9.10.23+dfsg-2.1ubuntu11.9) ...

dpkg: dependency problems prevent configuration of perfsonar-toolkit:

perfsonar-toolkit depends on perfsonar-core; however:

  Package perfsonar-core is not configured yet.

 

dpkg: error processing package perfsonar-toolkit (--configure):

dependency problems - leaving unconfigured

Processing triggers for pscheduler-server (5.0.8-4) ...

Processing triggers for libc-bin (2.31-0ubuntu9.15) ...

Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ...

Updating certificates in /etc/ssl/certs...

0 added, 0 removed; done.

Running hooks in /etc/ca-certificates/update.d...

 

Errors were encountered while processing:

perfsonar-archive

perfsonar-toolkit-archive-utils

perfsonar-core

perfsonar-toolkit

E: Sub-process /usr/bin/dpkg returned an error code (1)



  • [perfsonar-user] Ubuntu 20 Toolkit Install Problem, Yamamoto, Miguel, 05/17/2024

Archive powered by MHonArc 2.6.24.

Top of Page