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) |
||
Line 1: | Line 1: | ||
− | Tried setting one up in May 2017, but ran into problems with some of the packages. < | + | 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> |
Revision as of 12:11, 2 May 2017
Tried setting one up in May 2017, but ran into problems with some of the packages. [1] One thing was to remove the c3p0 package that is installed from epel, and replace it with the one from jpackage.
yum --disablerepo="*" --enablerepo="jpackage-generic" install c3p0