Changes between Version 6 and Version 7 of TangoGeniMonitoring/GmocConfiguration


Ignore:
Timestamp:
03/06/13 10:06:18 (11 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TangoGeniMonitoring/GmocConfiguration

    v6 v7  
    5555 1. Download the `tango-monitor-gmoc_1.2.12-1_all.deb` package file from [http://software.geni.net/local-sw/], and copy it onto your reporting host, e.g. into `~/tango-monitor-gmoc_1.2.12-1_all.deb`.
    5656
    57  2. Use dpkg to install the local package.  This may fail due to dependencies and say it is leaving the package "unconfigured".  Therefore, invoke apt-get to fix any missing dependencies:
     57 2. Use dpkg to install the local package:
    5858{{{
    5959sudo dpkg -i ~/tango-monitor-gmoc_1.2.12-1_all.deb
     60}}}
     61 Caveats: a couple of things may go wrong here:
     62   * Especially if you are installing tango-monitor software for the first time, dpkg may fail due to dependencies and say it is leaving the package "unconfigured".  If this happens, invoke apt-get to fix any missing dependencies:
     63{{{
    6064sudo apt-get -f install
    6165}}}
    62  ''WARNING: If you are upgrading this package as a dependency of tango-monitor-foam, please note that a file moved from tango-monitor-foam-0.4 to tango-monitor-gmoc.  Therefore, you must upgrade tango-monitor-foam at the same time you install tango-monitor-gmoc.  This invocation should work:''
     66   * If you are installing tango-monitor-gmoc for the first time ''as part of an upgrade of tango-monitor-foam'', please note that a file moved from tango-monitor-foam-0.4 to tango-monitor-gmoc.  Therefore, the `dpkg` invocation above will fail.  To work around this, you must upgrade tango-monitor-foam at the same time you install tango-monitor-gmoc:
    6367{{{
    6468sudo dpkg -i ~/tango-monitor-gmoc_1.2.12-1_all.deb ~/tango-monitor-foam_0.5.0-1_all.deb
    6569}}}
    66  ''If you are installing tango-monitor software for the first time, this will not affect you.''
    6770
    6871==== If you are installing on CentOS ====