View Single Post
Old 08-08-2014, 04:12 PM   #1411
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
I see LuaSocket pulling the right zsync control file, and that's the only device-dependent part, so, that, at least, works (which we knew already, since you do see the 'new version available' prompt ).

tar might be falling on its ass on Kobos, that's the next step.

Easy enough to check with a shell: as the same user than KOReader uses (root? not familiar with Kobos), and from the koreader directory (again, not familiar with Kobos ;p), run:

Code:
./tar cvf ota/koreader.installed.tar -C .. -T ota/package.index --no-recursion
echo $?
And report back .

Last edited by NiLuJe; 08-08-2014 at 04:18 PM.
NiLuJe is offline   Reply With Quote