Difference between revisions of "SpaceWalk Server CentOS7"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (Created page with "Tried setting one up in May 2017, but ran into problems with some of the packages. <re>https://www.redhat.com/archives/spacewalk-list/2017-April/msg00100.html</ref> One thing...") |
Michael.mast (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Tried setting one up in May 2017, but ran into problems with some of the packages. < | + | <ref>https://tobyheywood.com/spacewalk-post-install-sanity-check/</ref>Tried setting one up in May 2017, but ran into problems with some of the packages. <ref>https://www.redhat.com/archives/spacewalk-list/2017-April/msg00100.html</ref> One thing was to remove the c3p0 package that is installed from epel, and replace it with the one from jpackage. |
<pre> | <pre> | ||
yum --disablerepo="*" --enablerepo="jpackage-generic" install c3p0 | yum --disablerepo="*" --enablerepo="jpackage-generic" install c3p0 | ||
</pre> | </pre> |