Difference between revisions of "SpaceWalk Server CentOS7"

From Michael's Information Zone
Jump to navigation Jump to search
(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...")
 
 
(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. <re>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.
+
<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>

Latest revision as of 12:26, 2 May 2017

[1]Tried setting one up in May 2017, but ran into problems with some of the packages. [2] 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