Changes between Version 9 and Version 10 of GpoLab/MyplcPackageInstallationTips


Ignore:
Timestamp:
09/21/11 17:13:04 (12 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GpoLab/MyplcPackageInstallationTips

    v9 v10  
    8585If 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):
    8686{{{
     87sudo cp /etc/yum.conf /tmp/yum.conf.orig
    8788sudo wget -O /etc/yum.conf http://<myplc_fqdn>/yum/f12/yum.conf
     89
     90sudo cp /etc/yum.myplc.d/stock.repo /tmp/stock.repo.orig
    8891sudo wget -O /etc/yum.myplc.d/stock.repo http://<myplc_fqdn>/yum/f12/yum.myplc.d/stock.repo
    8992}}}