Remove Obsolete Files

From MiOS
(Difference between revisions)
Jump to: navigation, search
(New page: Category:User Instructions Category:How To '''HOWTO remove obsolete LUUP files from your Vera.''')
 
Line 2: Line 2:
 
[[Category:How To]]
 
[[Category:How To]]
 
'''HOWTO  remove obsolete LUUP files from your Vera.'''
 
'''HOWTO  remove obsolete LUUP files from your Vera.'''
 +
 +
==Prerequisits==
 +
* Vera 1 or 2 hardware
 +
* Root password, to be found at the bottom of your Vera (also your initial WIFI security key)
 +
 +
==Intro==
 +
Heres a short manual on how to
 +
This walkthrough can be used to CAREFULLY (this cannot be stressed enough) remove certain obsolete files.
 +
Remove ONLY files of which you are CERTAIN are obsolete
 +
 +
==Instructions==
 +
You can not remove files in the '''cmh-ludl''' directory from the root directory. You will get an error message stating "Permission denied".<br />
 +
 +
1. Instead type;<br />
 +
''chdir /etc/cmh-ludl''<br />
 +
hit <enter><br />
 +
It should now say '''root@MiOS_xxxxx:/etc/cmh-ludl'''#<br />
 +
 +
2. To display a list of all the files in this folder, type;<br />
 +
''ls''
 +
 +
3. hit <Enter>, that is LS in lowercase, linux is case sensitive<br />
 +
Make sure you write down the EXACT names of the files you want to remove<br />
 +
(For example: D_Weather.xml.lzo) XML files are sometimes renamed to xxxxx.xml.lzo for the internal workings of LUUP<br />
 +
Now for removing the unwanted files.(For instance UPnP files can look something like "D_FUP_uuid faxxx-xxx-xxx-xxx-xxx.xml")<br />
 +
 +
4.To do this type: <br />
 +
''rm -i *FUP*''<br />
 +
hit <Enter>
 +
 +
5. Linux will need confirmation if you want to do this, type<br />
 +
''Y''<br />
 +
and hit <Enter><br />
 +
 +
6. To confirm every file you want to '''''keep''''', type<br />
 +
''N''<br />
 +
and hit <Enter><br />
 +
 +
7. After all unwanted files have been deleted. type<br />
 +
''ls''
 +
 +
8.Hit <Enter> and see if all unwanted files have been removed.<br />
 +
 +
9. If they have, type<br />
 +
''exit''<br />
 +
and hit <Enter>.<br />
 +
 +
The PuTTY program will now close.
 +
 +
==References==
 +
please find more info here [http://forum.micasaverde.com/index.php?topic=5154.msg35073#msg35073]<br />
 +
Help on logging in to your Vera using SSH can be found here: [http://wiki.micasaverde.com/index.php/Logon_Vera_SSH]

Revision as of 18:44, 19 May 2011

HOWTO remove obsolete LUUP files from your Vera.

Contents

Prerequisits

  • Vera 1 or 2 hardware
  • Root password, to be found at the bottom of your Vera (also your initial WIFI security key)

Intro

Heres a short manual on how to This walkthrough can be used to CAREFULLY (this cannot be stressed enough) remove certain obsolete files. Remove ONLY files of which you are CERTAIN are obsolete

Instructions

You can not remove files in the cmh-ludl directory from the root directory. You will get an error message stating "Permission denied".

1. Instead type;
chdir /etc/cmh-ludl
hit <enter>
It should now say root@MiOS_xxxxx:/etc/cmh-ludl#

2. To display a list of all the files in this folder, type;
ls

3. hit <Enter>, that is LS in lowercase, linux is case sensitive
Make sure you write down the EXACT names of the files you want to remove
(For example: D_Weather.xml.lzo) XML files are sometimes renamed to xxxxx.xml.lzo for the internal workings of LUUP
Now for removing the unwanted files.(For instance UPnP files can look something like "D_FUP_uuid faxxx-xxx-xxx-xxx-xxx.xml")

4.To do this type:
rm -i *FUP*
hit <Enter>

5. Linux will need confirmation if you want to do this, type
Y
and hit <Enter>

6. To confirm every file you want to keep, type
N
and hit <Enter>

7. After all unwanted files have been deleted. type
ls

8.Hit <Enter> and see if all unwanted files have been removed.

9. If they have, type
exit
and hit <Enter>.

The PuTTY program will now close.

References

please find more info here [1]
Help on logging in to your Vera using SSH can be found here: [2]

Personal tools