Changes between Version 4 and Version 5 of FlowVisor/UpgradingTo0.8.17


Ignore:
Timestamp:
12/27/12 20:15:31 (11 years ago)
Author:
Josh Smift
Comment:

A maze of twisty little permissions and typos, all alike

Legend:

Unmodified
Added
Removed
Modified
  • FlowVisor/UpgradingTo0.8.17

    v4 v5  
    187187
    188188{{{
    189 fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig /tmp/config.json && cp /tmp/config.json config.json
     189fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig /etc/flowvisor/config.json
    190190}}}
    191191
     
    232232
    233233{{{
    234 sed -i -e 's/"run_topology_server": true/"run_topology_server": false/' config.json
    235 sed -i -e 's/"stats_desc_hack": true/"stats_desc_hack": false/' config.json
    236 sed -i -e 's/"checkpointing": true/"checkpointing": false/' config.json
     234sudo -u flowvisor sed -i -e 's/"run_topology_server": true/"run_topology_server": false/' /etc/flowvisor/config.json
     235sudo -u flowvisor sed -i -e 's/"stats_desc_hack": true/"stats_desc_hack": false/' /etc/flowvisor/config.json
     236sudo -u flowvisor sed -i -e 's/"checkpointing": true/"checkpointing": false/' /etc/flowvisor/config.json
    237237}}}
    238238