-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error when running centos-errata-redis-loader.py #14
Comments
Hi abayani, If you are using a python venv you can easily execute via pip: pip install redis RPM would be: Python 3: Python 2: Regards, |
Hi Florian, Thanks for your reply. I was able to install python3. Now it's giving me this message when I run: "Please install the lxml module." I appreciate any help. Thanks |
Hi Florian, I am good with pip installation now and loader script worked. I am running the import.py now and I am getting this error. FileNotFoundError: [Errno 2] No such file or directory: 'pulp-admin': 'pulp-admin' Any ideas on the error? Thanks in advance. |
You need to read the instructions one more time. It clearly says: To run this script on CentOS you need: pulp-admin-client Just install them like this: yum install pulp-admin-client pulp-rpm-admin-extensions redis |
Thank you for your help. I think I got them all installed successfully. I got further now but I am getting this error. There was an internal server error while trying to access the Pulp application. Traceback (most recent call last): when I run pulp-manage-db I get this message: |
After Katello 3.14 Pulp version 3 is used. This script does not support Pulp version 3. I suggest you install 3.14. |
Is that mean install pulp-admin-client 3.14? |
When I installed 3.14 of Katello I did this: yum -y localinstall https://yum.theforeman.org/releases/1.24/el7/x86_64/foreman-release.rpm Then to configure it: foreman-installer --scenario katello --foreman-initial-admin-username admin --foreman-initial-admin-password [SECRET PASSWORD] --foreman-initial-organization [NAME OF YOUR ORG] --enable-foreman-plugin-remote-execution --enable-foreman-proxy-plugin-remote-execution-ssh |
hello, after installing 3.14 of katello I cannot access my Products in GUI anymore. I am getting this error: "Oops, we're sorry but something went wrong Katello::Resources::Candlepin::Owner: 404 Not Found (GET /candlepin/owners/Hanlon)" also when I run "hammer ping katello" I get this: candlepin: |
Hi this is probably not an issue but more of a missing steps. I am getting this message when I run:
python centos-errata-redis-loader.py
Message:
"Please install the redis module."
Could someone please guide me on how to solve this?
The text was updated successfully, but these errors were encountered: