Remove Obsolete Files

From MiOS
Revision as of 18:46, 19 May 2011 by Henk (Talk | contribs)

Jump to: navigation, search

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 remove unwanted LUUP files from your Vera
Please use this how 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