Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] PWA Installation

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] PWA Installation


Chronological Thread 
  • From: Tristan Sullivan <>
  • To: "" <>, "Contardo, Gianni Carlo" <>
  • Subject: Re: [perfsonar-user] PWA Installation
  • Date: Mon, 10 Jul 2023 22:30:31 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=uvic.ca; dmarc=pass action=none header.from=uvic.ca; dkim=pass header.d=uvic.ca; 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=VlJ6VRh0jPGU7uw0XQ2Rtz8Etb9ZfOWgumLQuNqIclw=; b=c2uqA0zV5i1HZPsayPwEdvMnPDXmvd7ZPDWmnVckG7k6MyQpsBg0cAffvoe8F8jYxm6Nmd13X9z8kLskKzaO8Ny0WX9ZjiUZhp1s0gW2vO4RaZcFG2PSnYeDoR1KMdKFS8seYsgaqoGkd93g3D2QDFDHZTUgTdyoaqdafsRJhDVnrGWeINWJFwr9xnThu5Fsq+qcTkUb3ob8TouhFuWwt2ECN+FkUU87U+lOAcK0INYF5gNKF4/77djvE8dLFCweG1wrmdYnBEXIRUhjfiR9pa510NLAIu4N8C+oUwGnZNt4z3y7IVicfO9aNnYgyd9UfMMSkxtS7YS/UqP9j7c1lA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=N78zvTnzre7vD2IWI58UVCDOtsrgpTSJGLlHoKfbg6jQ3qOrQDEJQrmKKZX1Hizyy4fSVA0t+NskS1Pp2Hkpy8LvfN+9iAadSxrKJBWmPS5ZyXIM0XCycYzKh8D6ATbQp0kphK9Bka8KxzGAj+csgg1OtfTAAVp9QjwrBypgFxv27i3Qa25WeCFSsC64xr9MIX8+6Z1379hVxPvaHUH55ubdkH0UfXXbF1zFmlxA8aSG/yzedAQi1hYAG0J0KnqwIMCT3twPE7ffW3d/5s4ZRnM2vhN7YYYEycYFLCCtqUsfQVlu5YRqRn4IVEod64y/PH+m4RPjVFYwtuQgclFZzg==
  • Msip_labels:

Hi Gianni,

Someone else may have a better answer, but I just ran into this the other day, and here's what I did. Create a file called /etc/yum.repos.d/mongodb-org-3.1.repo, and put the following in it:

name=MongoDB 3.1 Repository
baseurl=https://repo.mongodb.org/yum/redhat/6/mongodb-org/4.0/x86_64/
gpgcheck=0
enabled=1

This will enable you to install MongoDB 4.0.

Tristan

From: <> on behalf of "Contardo, Gianni Carlo" <>
Sent: July 10, 2023 2:41 PM
To: <>
Subject: [perfsonar-user] PWA Installation
 

Hi Folks,

 

We’re trying to install pSConfig Web Admin according to the instructions documented at https://docs.perfsonar.net/pwa_install_rpm.html

 

   rpm -hUv http://software.internet2.edu/rpms/el7/x86_64/latest/packages/perfSONAR-repo-0.10-1.noarch.rpm

 

That results in an error and appears to a mistake in the file referenced in the documentation.

 

We edited the command and this informed us that the package is already installed.

 

rpm -hUv http://software.internet2.edu/rpms/el7/x86_64/latest/packages/perfsonar-repo-0.11-1.noarch.rpm

 

 

We wanted to install all the elements and then proceeded with the next step in the documentation:

 

  yum install -y perfsonar-psconfig-web-admin-ui perfsonar-psconfig-web-admin-publisher

 

Which results in:

 

….

--> Finished Dependency Resolution

Error: Package: perfsonar-psconfig-web-admin-ui-5.0.3-1.el7.x86_64 (perfSONAR)

           Requires: mongodb-org-server <= 4.0.3

Error: Package: perfsonar-psconfig-web-admin-publisher-5.0.3-1.el7.x86_64 (perfSONAR)

           Requires: mongodb-org-server <= 4.0.3

Error: Package: perfsonar-psconfig-web-admin-ui-5.0.3-1.el7.x86_64 (perfSONAR)

           Requires: mongodb-org <= 4.0.3

You could try using --skip-broken to work around the problem

You could try running: rpm -Va --nofiles –nodigest

 

 

Any suggestion are appreciated.  Thank you.

 

 

Gianni

 

 

 

 




Archive powered by MHonArc 2.6.24.

Top of Page