Closed rijenkii closed 3 years ago
For the record, it is possible to install xinetd
from Fedora 33 rpm.
@rijenkii Thanks for reporting this issue. About openssl
: Seems like we have not noticed that because all minimal installs of the other distros still come with openssl. We might add that to the default packages list of the installer.
Now for xinetd
... It's very hard to keep up with the changes made in all the distros we try to support. Fedora is not high on the list and so we haven't run into that yet. Others also report that xinetd
is not available in Fedora 34. Manually installing the F33 RPM is probably your best choice. Don't think that we should try to work around this in the installer.
Whoops, didn't want to close this right away.
Dependency to openssl
added in a141d1014 and 7e591a54f
Firstly, if system was installed with "Minimal Install" selected in "Software Selection" section,
openssl
won't be installed and FOG installer will fail while trying to generate CA certificates, last two lines from the log:Secondly, after the manual installation of
openssl
, FOG installer will still fail, but this time it will "silently" fail creating a/etc/xinitd.d/tftp
, and then loudly fail startingxinetd.service
because there is noxinetd
package in repos.Foreshadowing in the package installing stage:
"Silent" fail part of stdout:
Last 4 lines of the log: