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

Fedora 34 - No package policycoreutils-python #117

Open
ebdavison opened this issue May 13, 2021 · 4 comments
Open

Fedora 34 - No package policycoreutils-python #117

ebdavison opened this issue May 13, 2021 · 4 comments

Comments

@ebdavison
Copy link

I am installing on Fedora 34 and ran the installer as ./nextcloud.yml -e 'ansible_python_interpreter=/usr/bin/python3' and am receiving this error:

TASK [prep_os : install needed packages] ******************************************************
Thursday 13 May 2021  17:20:14 +0000 (0:00:07.270)       0:00:31.809 **********
fatal: [localhost]: FAILED! => changed=false
  failures:
  - No package policycoreutils-python available.
  msg: Failed to install some of the specified packages
  rc: 1
  results: []

This package is not available but python3-policycoreutils IS already installed but is not being used.

@ReinerNippes
Copy link
Owner

try again. 55c0446

but i'm not shure that this is the only problem.

@ebdavison
Copy link
Author

Thank you very much!

There are other problems, actually. Trying to sort this out now. I will provide more feedback and/or diffs as I can get them to work.

@ebdavison
Copy link
Author

ebdavison commented May 14, 2021

There is a minor change in the postgres source and there were missing packages after running prepare_system.sh.

I will submit a PR for the postgres changes.

Another note on Fedora, for some reason, even though the firewall stuff was done with ansible, https was NOT actually open on the firewall. I had to do a firewall-cmd --add-service https --permanent in order to get the webserver to actually return a page. See below for the open firewall ports status.

TASK [prep_nginx : open firewall ports 22/80/443] *********************************************
Friday 14 May 2021  20:57:25 +0000 (0:00:04.866)       0:00:23.012 ************
ok: [localhost] => (item=22/tcp)
ok: [localhost] => (item=80/tcp)
ok: [localhost] => (item=443/tcp)
[root@nc www]# firewall-cmd --list-services
cockpit dhcpv6-client ssh

@dimejo
Copy link

dimejo commented Dec 18, 2021

@ReinerNippes:

try again. 55c0446

but i'm not shure that this is the only problem.

AFAICT the package has been renamed to policycoreutils-python-utils. CentOS 8 and similar distros are affected aswell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants