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

fix installer bugs on RHEL-based Linux distributions #372

Merged
merged 8 commits into from
Jun 3, 2022

Conversation

studioego
Copy link
Contributor

@studioego studioego commented Feb 15, 2022

fix installer bugs on RHEL-based Linux distributions(such as CentOS, Fedora, etc)
1. add g++ package on RHEL-based Linux distributions
* pyzmq on Linux ARM64 requires source builds with g++.
2. fix pybuild packages on RHEL-based Linux distributions
on Fedora, if the package name is different, the package installation itself is not possible
unlike CentOS
As a result,
libsqlite-devel to sqlite-devel
liblzma-dev does not exist, deleted it.
3. fix to run docker on RHEL-based Linux distributions

close #367

This repository is a meta repository where we only keep compatible version
dependencies to individual components of Backend.AI.

Please head to appropriate Backend.AI sub-projects (e.g., manager, agent, kernels) to
contribute your code unless you really have contribution here.

fix to run docker on AWS centos.
former PR fix to install default packages on AWS ubuntu & centos

However, on CentOS, to run docker is wrong.
Because, There are permission errors and settings.

So, submit to fix some scripts on AWS centos

close #367
@studioego studioego added the comp:installer Related to Installer label Feb 15, 2022
@studioego studioego self-assigned this Feb 15, 2022
fix installer bugs on RHEL-based Linux distributions(such as CentOS, Fedora, etc)
1. add g++ package on RHEL-based Linux distributions
* pyzmq on Linux ARM64 requires source builds with g++.
2. fix pybuild packages on RHEL-based Linux distributions
on Fedora, if the package name is different, the package installation itself is not possible
unlike CentOS
As a result,
`libsqlite-devel` to `sqlite-devel`
`liblzma-dev` does not exist, deleted it.
3. fix to run docker on RHEL-based Linux distributions
@studioego studioego changed the title fix to run docker on AWS centos instance fix installer bugs on RHEL-based Linux distributions Mar 30, 2022
@achimnol achimnol merged commit 5ffd4c7 into main Jun 3, 2022
@achimnol achimnol deleted the fix/install-dev-centos branch June 3, 2022 11:28
@Yaminyam Yaminyam added the size:XS ~10 LoC label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:installer Related to Installer size:XS ~10 LoC
Projects
None yet
3 participants