Remove Obsolete Files
(New page: Category:User Instructions Category:How To '''HOWTO remove obsolete LUUP files from your Vera.''') |
m |
||
(3 intermediate revisions by one user not shown) | |||
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.''' | ||
+ | |||
+ | ==Prerequisites== | ||
+ | * Vera 1 or 2 hardware | ||
+ | * "SSH Access to your Vera [http://wiki.micasaverde.com/index.php/Logon_Vera_SSH] | ||
+ | |||
+ | ==Introduction== | ||
+ | Heres a short manual on how to remove unwanted Luup files from your Vera<br /> | ||
+ | Please use this how to CAREFULLY (this cannot be stressed enough) remove certain obsolete files.<br /> | ||
+ | Remove ONLY files of which you are CERTAIN are obsolete.<br /> | ||
+ | |||
+ | ==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'' | ||
+ | hit <enter><br /> | ||
+ | It should now say | ||
+ | 'root@MiOS_xxxxx:/etc/cmh-ludl'# | ||
+ | |||
+ | 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*'' | ||
+ | hit <Enter> | ||
+ | |||
+ | 5. Linux will need confirmation if you want to do this, type<br /> | ||
+ | ''Y'' | ||
+ | and hit <Enter><br /> | ||
+ | |||
+ | 6. To confirm every file you want to '''''keep''''', type<br /> | ||
+ | ''N'' | ||
+ | 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'' | ||
+ | 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] |
Latest revision as of 18:57, 20 May 2011
HOWTO remove obsolete LUUP files from your Vera.
Contents |
[edit] Prerequisites
- Vera 1 or 2 hardware
- "SSH Access to your Vera [1]
[edit] Introduction
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.
[edit] 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.
[edit] References
please find more info here [2]
Help on logging in to your Vera using SSH can be found here: [3]