-
Notifications
You must be signed in to change notification settings - Fork 39
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
yum install -y awx is failing #1
Comments
I think you need to upgrade to CentOS 7.4 to get this to work |
Is there any solution available for CentOS 7.3, CentOS 6.9 or RHEL 7.3? |
My best idea would be that you download the src.rpm and a compile it yourself on a CentO7.3 |
Previous openssl errors are resolved with CentOS 7.4 but now nginx is not starting up.... nginx.service: control process exited, code=exited status=1 netstat -tulpn |
Please post the errors from systemctl status nginx, as well as the nginx.conf |
systemctl status nginx Dec 13 23:09:17 systemd[1]: Starting The nginx HTTP and reverse proxy server... Conf: worker_processes 1; error_log /dev/stdout warn; events { http {
} |
Try re-downloading the nginx.conf and try again... |
reinstalled ngnix and downloaded the nginx.conf again but still failing. test is fine now but it's timing out. nginx.service - The nginx HTTP and reverse proxy server Dec 13 23:36:47 systemd[1]: Starting The nginx HTTP and reverse proxy server... Conf: worker_processes 1; error_log /var/log/nginx/error_log warn; events { http {
} |
The issue is resolved by changing pid path |
Thanks.. I have changed it in the file Everything else working? |
Thanks, everything else is working now.... :) |
Great.. Thanks for the feedback |
Hi Martin,
Quick question, how to we setup proxy in this new installation? Earlier, I
was updating the proxy section in inventory file.
Regards
Sammi
…On Thu, Dec 14, 2017 at 10:39 AM, Martin Juhl ***@***.***> wrote:
Great.. Thanks for the feedback
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACMGRvqn8OkoLA_MZFDiyKnqljsVfs99ks5tAWttgaJpZM4RBQP->
.
--
Sumeet Singh
510.302.5415
|
Could we move this to a new issue, please? Also, do you mean outgoing http proxy or ssh proxy for accessing hosts??? |
Sure Martin, I'll open a new issue... Thanks
…On Fri, Dec 15, 2017 at 1:45 PM, Martin Juhl ***@***.***> wrote:
Could we move this to a new issue, please?
Also, do you mean outgoing http proxy or ssh proxy for accessing hosts???
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACMGRiI7Hb21N26ElmwLwYBRPD7tlk-Oks5tAuhlgaJpZM4RBQP->
.
--
Sumeet Singh
510.302.5415
|
Hi,
I'm following the (https://github.com/MrMEEE/awx-build/blob/master/installguide) steps and getting below error:
Error: Package: awx-1.0.2.272-1.el7.centos.x86_64 (mrmeee-awx-dev)
Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I'm using "CentOS Linux release 7.3.1611 (Core)" release
The text was updated successfully, but these errors were encountered: