View Single Post
eight's Avatar
Posts: 106 | Thanked: 81 times | Joined on Dec 2011 @ /
#2551
Hello Estel, thanks a lot for making your ED image available and all the work you did. Same goes out to qole and the other ED contributors.

I fail at extracting the lzma archive directly on the n900 through lzma. I think it's not a problem related to your image, but I thought I'd post it here.

When trying to extract the archive the following error shows up: lzma: SetDecoderProperties() error.
Code:
Nokia-N900:/home/user/MyDocs/1Files/OS+img# lzma -d ed-squeeze-final.ext3.lzma
lzma: SetDecoderProperties() error

Nokia-N900:/home/user/MyDocs/1Files/OS+img# unlzma ed-squeeze-final.ext3.lzma
unlzma: SetDecoderProperties() error

Nokia-N900:/home/user/MyDocs/1Files/OS+img# tar xf ed-squeeze-final.ext3.lzma
lzma: SetDecoderProperties() error
tar: Child returned status 1
tar: Beende mit Fehlerstatus aufgrund vorheriger Fehler

Nokia-N900:/home/user/MyDocs/1Files/OS+img# tar xzf ed-squeeze-final.ext3.lzma
gzip: invalid magic
tar: Child returned status 1
tar: Beende mit Fehlerstatus aufgrund vorheriger Fehler
Nokia-N900:/home/user/MyDocs/1Files/OS+img#
The command "xzf" forces tar to use gzip, but it should work with "xf". Lzma seems to be broken or wrong configured on my n900.
Though it works with p7zip to extract the archive after renaming to .7z.

Code:
Nokia-N900:/home/user/MyDocs/1Files/OS+img# p7zip -d ed-squeeze-final.ext3.lzma
/usr/bin/p7zip: ed-squeeze-final.ext3.lzma: unknown suffix -- ignored
Nokia-N900:/home/user/MyDocs/1Files/OS+img# mv ed-squeeze-final.ext3.lzma ed-squeeze-final.ext3.7z
Nokia-N900:/home/user/MyDocs/1Files/OS+img# p7zip -d ed-squeeze-final.ext3.7z

7-Zip (A) 9.04 beta  Copyright (c) 1999-2009 Igor Pavlov  2009-05-30
p7zip Version 9.04 (locale=de_DE,Utf16=on,HugeFiles=on,1 CPU)

Processing archive: ed-squeeze-final.ext3.7z

Extracting  ed-squeeze-final.ext3
I'm running CSSU kernel-power49 and have testing and devel repositorys activated.

Code:
Nokia-N900:/home/user/MyDocs/1Files/OS+img# lzma -V
LZMA command line tool 4.32.0beta3
LZMA SDK 4.43

Last edited by eight; 2012-01-28 at 00:00.
 

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