Greetings Slitazlings.
After an apparently normal update Sept 4, Tazpanel fails all new upgrades. On boot, it identifies new available upgrades as usual, but when I click the button, a mostly empty page says "Message Corrupt".
I don't know WHICH message is corrupt.
Can anyone help me fix this so I can stay up-to-date?
I'm running a persistent Live-USB stick installation of Rolling 32-bit, today on a 14-yr-old Toshiba C650 laptop that it usually runs fine on.
But I get the same result no matter what machine I boot it in.

Upgrades Fail
(7 posts) (2 voices)-
Posted 5 days ago #
-
Hi Slizzard,
sad to read this :/
I don't see any changes on repo could be explain this issue.Could you please put packages upgrades list ? thanks
Iso of rolling i see it's Sep 7, i go trying to reproduce issue.
Posted 5 days ago # -
I reproduce it with old iso i have, jan 26th.
I'm doing
tazpkg up -r
, and tazpanel display "Message Corrupt" when refresh tazpanel :/Posted 5 days ago # -
I found package issue.
I check if tazpanel is root cause (cp -a /var/www/tazpanel /var/www/tazpanel-old), it's not him.
I block slitaz-base-files, <= right it's this package impacted.Step i do :
- save slitaz-base-files (343)
- unblock slitaz-base-files
- upgrade it (344) => issue on tazpanel
- copy slitaz-base-files to /, tazpzanel come backEdit it's seem related to commit that fix typo, but in case seem broken :(
Posted 5 days ago # -
I fix issue on slitaz-base-files, update available tomorrow.
For upgrade slitaz-base-files without Tazpanel you need do
tazpkg up -r
in terminal "Applications > System tools > SakuraOr quick fix it's to edit /usr/lib/slitaz/httphelper.sh and add miss '\' at line 37
-e "s|\"|%22|g; s|`|%60|g"
-e "s|\"|%22|g; s|\`|%60|g"
Package fixed available here
https://cook.slitaz.org/cooker.cgi?download=slitaz-base-files-345.tazpkgPosted 5 days ago # -
shann;
Wow! That was fast! Problem solved.
Thanks very much for your prompt attention.
Slitaz is a great little system with great support team.
You gave me several choices of ways to fix - which I found very interesting - and they showed me enough to do slightly different approach but I think is basically same solution.
I chose since I am more comfortable with command line than with editing config files.Once I used "sudo tazpkg get-install slitaz-base-files --forced" everything worked again.
Thanks again!
Posted 2 days ago # -
Hi Slizzard,
No problem, you're welcome :)
sudo tazpkg get-install slitaz-base-files --forced
Yes this command could be use to upgrade/reinstall slitaz-base-files onlyPosted 2 days ago #
Reply
You must log in to post.