lcrash(8) Lunar Crash Recovery lcrash(8) NAME lcrash - Lunar Crash Recovery manual OVERVIEW This manual page was written to give some pointers on how to recover from a "lunar update" crash, or an otherwise broken set of lunar tools. DO NOT PANIC These are the suggested steps after your system has been able to success- fully boot back into a Lunar Linux bash command prompt but you are not able to do a "lunar update" because of a crash/abort/power failure/whatever oc- curing in the middle of a "lunar update" and it did not finish installing the lunar commands and Moonbase. All of these instructions should be run as "root". 1. Update lunar coretools: Using a web browser or wget, download a copy of http://www.lunar-linux.org/lunar/lunar/lunar-XX.tar.bz2 where XX is the latest version. If you use wget please do these steps: cd /var/spool/lunar wget http://www.lunar-linux.org/lunar/lunar/lunar-XX.tar.bz2 If you use a web browser then go to the location mentioned above and down- load lunar.tar.bz2 and save it to the /var/spool/lunar directory. 2. Manually unpack Lunar: Now unpack the tar.bz2 file with these commands: cd / tar xf /var/spool/lunar/lunar-XX.tar.bz2 cd lunar-XX ; make install Now your system should be able to run a lunar update. This process will update the base scripts and the package collection (Moonbase). LIFESAVERS Below are some useful addresses Website: http://www.lunar-linux.org/ Maillist: http://lists.lunar-linux.org/mailman/listinfo/lunar IRC: irc.libera.chat #lunar NOTES This is a work in progress. Expect frequent updates. SEE ALSO lunar(8), moonbase(5), lin(8), lvu(1), lget(8), lrm(8) DISCLAIMER The information and examples given here are for illustrative purposes. Use at your own risk. Every attempt has been made to insure that the content of this document was accurate when written. If you find inaccuracies, please send me clarifications. COPYRIGHT This document is Copyrighted Terry Chan 2002-2003. It may be reproduced and distributed in whole or in part, in any medium physical or electronic, as long as this copyright notice is retained on all copies. AUTHOR Terry Chan Lunar Linux October 2014 lcrash(8)