Changes between Version 4 and Version 5 of GpoLab/MyplcPackageInstallationTips


Ignore:
Timestamp:
05/06/11 09:30:29 (13 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GpoLab/MyplcPackageInstallationTips

    v4 v5  
    8181If that allows you to install packages on the nodes via yum, great.
    8282
     83==== Patch noderepo failure to install repo files ====
     84
     85If that doesn't work, we speculate that some MyPLC versions are failing to download the actual repository files onto the nodes, after installing them on the MyPLC node.  We ''speculate'' that one might be able to patch around this on the node, by trying (on an F12 node):
     86{{{
     87sudo wget -O /etc/yum.conf http://<myplc_fqdn>/yum/f12/yum.conf
     88sudo wget -O /etc/yum.myplc.d/stock.repo http://<myplc_fqdn>/yum/f12/yum.myplc.d/stock.repo
     89}}}
     90This might allow your nodes to get public repositories, but no one has tried it.
     91
    8392=== Try configuring yum without noderepo ===
    8493