Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perfsonar installation script issues #1387

Closed
LanderDuncan opened this issue Jun 12, 2024 · 1 comment
Closed

Perfsonar installation script issues #1387

LanderDuncan opened this issue Jun 12, 2024 · 1 comment
Assignees

Comments

@LanderDuncan
Copy link

I attempted both installation methods recommended in the documentation for 5.1.0 and both resulted in an installation error.

Operating system: Fresh installation of Ubuntu 22.04.4

Attempt 1 (script)

Steps taken after OS installation was complete:

1  sudo apt update && sudo apt upgrade
2  sudo curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sudo sh -s - toolkit

Resulting output after last command:

Reading package lists... Done
Building dependency tree... Done
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:
 libiperf0 : Depends: libssl1.1 (>= 1.1.0) but it is not installable
 pscheduler-server : Depends: postgresql-12 but it is not installable or
                              postgresql-11 but it is not installable or
                              postgresql-10 but it is not installable or
                              postgresql-9.6 but it is not installable or
                              postgresql-9.5 but it is not installable
                     Depends: postgresql-plpython3-12 but it is not installable or
                              postgresql-plpython3-11 but it is not installable or
                              postgresql-plpython3-10 but it is not installable or
                              postgresql-plpython3-9.6 but it is not installable or
                              postgresql-plpython3-9.5 but it is not installable
 python3-pscheduler : Depends: python3-pyjq
E: Unable to correct problems, you have held broken packages.


Installation completed successfully.

Attempt 2 (manual)

Steps taken after OS installation was complete:

    1  sudo apt update && sudo apt upgrade
    2  sudo curl -o /etc/apt/sources.list.d/perfsonar-release.list http://downloads.perfsonar.net/debian/perfsonar-release.list
    3  sudo curl -s -o /etc/apt/trusted.gpg.d/perfsonar-release.gpg.asc http://downloads.perfsonar.net/debian/perfsonar-release.gpg.key
    4  sudo add-apt-repository universe
    5  sudo apt update
    6  sudo env OPENSEARCH_INITIAL_ADMIN_PASSWORD=perfSONAR123! apt install perfsonar-toolkit

Resulting output of last command:

Building dependency tree... Done
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:
 libiperf0 : Depends: libssl1.1 (>= 1.1.0) but it is not installable
 pscheduler-server : Depends: postgresql-12 but it is not installable or
                              postgresql-11 but it is not installable or
                              postgresql-10 but it is not installable or
                              postgresql-9.6 but it is not installable or
                              postgresql-9.5 but it is not installable
                     Depends: postgresql-plpython3-12 but it is not installable or
                              postgresql-plpython3-11 but it is not installable or
                              postgresql-plpython3-10 but it is not installable or
                              postgresql-plpython3-9.6 but it is not installable or
                              postgresql-plpython3-9.5 but it is not installable
 python3-pscheduler : Depends: python3-pyjq
E: Unable to correct problems, you have held broken packages.```
@github-project-automation github-project-automation bot moved this to Ready in perfSONAR Jun 12, 2024
@laeti-tia laeti-tia self-assigned this Jun 12, 2024
@laeti-tia
Copy link
Member

A misconfiguration was present on our repository that made installing perfsonar-release still defaults to perfsonar-5.0 which cannot be installed on Ubuntu 22. This has been corrected and perfsonar-release now correctly points to perfsonar-5.1 as it should have been from the announcement and should install fine on Ubuntu 22.

@github-project-automation github-project-automation bot moved this from Ready to Done in perfSONAR Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants