View Single Post
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1195
Originally Posted by mashah View Post
i get following

$ ls -l MyDocs/debian*
-rw-r--r-- 1 user root 122085376 May 11 10:41 MyDocs/debian-m5-v3d.img.ext2
-rw-r--r-- 1 user root 302154903 Apr 25 07:27 MyDocs/debian-m5-v3d.img.ext2.lzma
~ $


$ rm MyDocs/debian*
rm: remove 'MyDocs/debian-m5-v3d.img.ext2'?
The compressed file seems to have downloaded fine, judging from the file size. But the decompression was incomplete. So just do
Code:
lzma -d MyDocs/debian-m5-v3d.img.ext2.lzma
(This didn't work for you before because "MyDocs/" was missing.)
Perhaps do a reboot first and then make sure nothing else is running during the decompression, which can take quite some time.
Unless your hardware has a problem, there should be no relation to other crashes of apps that you experience.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log

Last edited by rebhana; 2010-05-11 at 22:11.
 

The Following User Says Thank You to rebhana For This Useful Post: