-
Notifications
You must be signed in to change notification settings - Fork 19
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
Not-Found #36
Comments
Same issue with Centos7 and Fedora30. Disabled Selinux as well just in case. |
From the docker logs: f3dc36243d56 b27d3f6bf8a6 "/usr/bin/supervis..." About an hour ago Up About an hour runner-service |
I have already disable selinux and firewalld , just in case, no luck |
python3_plugin.so appears to be missing from the docker image. Adding install of uwsgi-plugin-python36 via yum in the docker file might fix it.......haven't tried rebuilding it yet though. Probably needs the uwsgi router too. |
I modified the utils/ansible-runner-service.sh to remove the --rm from docker options and restarted ansible-runner-service.sh. After modifying the uwsgi.ini file internal to the container to comment out the python plugin (it's not been needed for uwsgi-python apps in my experience) and the quick stop/start of the container clears the error. From external to the container I can curl -ik 127.0.0.1:5001 (the container port) and it the uwsgi process responds by complaining I didn't send it the correct cert to login with. ... but this doesn't clear the problem. :( Still 'Not Found' in the cockpit UI as OP posted. |
Maybe some issue with selinux? I solved this by copying the files from dist to the /usr/share/cockpit/cockpit-ceph-installer/ folder instead of linking it. :) |
Well, I have Selinux off in my environment as it usually causes so much pain. :) I'll try the copy from dist fix when I get home. Thanks. |
Please upload fix with a new version soon. |
Most testing to date has been based on RHEL8. Will look at CENTOS7 when I get a chance. |
Ah, didn't try RHEL8 version as it nuked most of my storage cards. :( |
@SpootDev that doesn't sound like fun! |
have the same problem with CentOS 7, |
any update ? |
I fixed my problem with the Symlink in Step 3.2 and changed it to ln -sf /root/cockpit-ceph-installer/dist/ /usr/share/cockpit/cockpit-ceph-installer this fixed my problem. Good luck. |
took a long time though, i will try
*A S M Kawsar Harun*
*RHCA | RHCI*
…On Thu, Jan 23, 2020 at 12:47 AM ChrisgReed ***@***.***> wrote:
I fixed my problem with the Symlink in Step 3.2
and changed it to
ln -sf /root/cockpit-ceph-installer/dist/
/usr/share/cockpit/cockpit-ceph-installer
this fixed my problem. Good luck.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#36?email_source=notifications&email_token=AKMPRL56T2JY2HPBWZ32JRTQ7CIFTA5CNFSM4JNODYH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJUVTNQ#issuecomment-577329590>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKMPRL5SA2MQQJ3AC7LTP3TQ7CIFTANCNFSM4JNODYHQ>
.
|
hi. I am not sure if @christopherglennreed 's solution is correct and thanks @christopherglennreed again |
I had the same problem and this solution worked for me. Thanks :) |
I've been struggling with this problem for more than 3 hours. None of the solutions here solved the issue for me. I'm using Fedora 28. Fortunately, I found a solution here: https://github.com/cockpit-project/cockpit-container/issues/14 In my case, the problem is solved by installing also
I also think that the original linking was wrong (because |
`[root@master utils]# ./ansible-runner-service.sh -s -v
Optional binary docker is present
Checking environment is ready
openssl is present
curl is present
Checking container is active
Checking/creating directories
Checking SSL certificate configuration
Ansible API (runner-service) container set to jolmomar/ansible_runner_service
Using the Ansible API container already downloaded (runner-service)
Starting Ansible API container (runner-service)
Started runner-service container
Waiting for Ansible API container (runner-service) to respond
The Ansible API container (runner-service) is available and responding to requests
Login to the cockpit UI at https://master.netco-private.com:9090/cockpit-ceph-installer to start the install`
installed successfully but the link
https://master.netco-private.com:9090/cockpit-ceph-installer
is giving an error "Not Found"my OS - CentOs 7.7
The text was updated successfully, but these errors were encountered: