Changes between Version 9 and Version 10 of FlowVisor/UpgradingTo0.8.17


Ignore:
Timestamp:
01/08/13 11:34:04 (11 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FlowVisor/UpgradingTo0.8.17

    v9 v10  
    144144}}}
    145145
    146 If your /etc/flowvisor directory, and its contents, are '''not''' owned by the 'flowvisor' user, change it:
    147 
    148 {{{
    149 sudo chown flowvisor:flowvisor -Rh /etc/flowvisor
    150 }}}
     146If your /etc/flowvisor directory, and its contents, are '''not''' owned by the 'flowvisor' user, change it, and also some other places where !FlowVisor stores files, and check for any other stray files owned by the old UID:
     147
     148{{{
     149sudo chown flowvisor:flowvisor -Rh /etc/flowvisor /var/log/flowvisor
     150sudo find / -user OLDUID -print
     151}}}
     152
     153where "OLDUID" is the old UID you found before. If that finds anything, chown them too, in the same way.
    151154
    152155Generate a new FV database (just hit return when prompted for a password, this will be overwritten by the next step; and ignore the "keytool error" error, it's just telling you that you already have a key pair):
     
    231234}}}
    232235
    233 where "OLDUID" is the old UID you found before.
     236where "OLDUID" is the old UID you found before. If that finds anything, chown them too, in the same way.
    234237
    235238Generate a new FV database (just hit return when prompted for a password, this will be overwritten by the next step; and ignore the "keytool error" error, it's just telling you that you already have a key pair):