View Single Post
Old 05-07-2022, 11:07 PM   #37
cr@ss
Junior Member
cr@ss began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2022
Device: none
Error attempting to install kindle-crp-3.N-r18910.tar.xz

When trying to install kindle-crp-3.N-r18910.tar.xz on my Kindle PW1 using MRPI, the install fails and this is the MPRI log.

Code:
MD5 Hash       135ceb36303ce695d8652051d3caf342
Metadata       7
Metastring     PackageName=CowardsRescuePack
Metastring     PackageVersion=3.N-r18910
Metastring     PackageAuthor=dsmid, NiLuJe
Metastring     PackageMaintainer=NiLuJe
Metastring     PackagedWith=KindleTool v1.6.5.256-geff2b3d built by portage@localhost on Gentoo
Metastring     PackagedBy=niluje@tyrande
Metastring     PackagedOn=2022-04-30 @ 18:00:48 UTC
x libotautils5
x cowardsdebrick.conf
x run.ffs
x libotautils5.sig
x cowardsdebrick.conf.sig
x run.ffs.sig
x update-filelist.dat.sig
x update-filelist.dat
--
Running 'run.ffs' for 'crp 3.N I' (Update_crp_3.N_install.bin) @ Tue, 31 Jul 2012 16:23:22 -0742

system: I crp:install::Removing deprecated content
system: I crp:install::Copying cowardsdebrick job to main partition

Hu oh... Got return code 1 . . . :(
The output on the kindle screen disappears quickly, but I believe it says: "Unable to make old cowardsdebrick job mutable"

Looking at the run.ffs script, it looks like its failing at line 33
Code:
[ -f "/etc/upstart/cowardsdebrick.conf" ] && make_mutable "/etc/upstart/cowardsdebrick.conf" || otautils_die "Unable to make old cowardsdebrick job mutable"
Since, I haven't installed CRP yet, it looks like this code should fail because "/etc/upstart/cowardsdebrick.conf" doesn't exist and thus the other side of the || will run. (iow "true && false || exit 1" will run "exit 1".

So did this version ever work?
cr@ss is offline   Reply With Quote