←  [EN] Enduser support

Forums

»

VU+ Solo 2 problem after updating to 7.2

sarab_h's Photo sarab_h 7 Dec 2019

after updating from open pli 7.1 to 7.2 when i push any button from the remote i get the attached error and the box resets

 

Quote

WanWizard's Photo WanWizard 7 Dec 2019

What attached error?

Quote

sarab_h's Photo sarab_h 7 Dec 2019

the attached picture

Attached Files

Quote

WanWizard's Photo WanWizard 7 Dec 2019

I've seen this yesterday during testing. How did you do the update, it looks like the update wasn't complete.

Quote

sarab_h's Photo sarab_h 7 Dec 2019

I used the software update plugin and with the fist option "restart and update"

is there a way to fix it?


Edited by sarab_h, 7 December 2019 - 16:29.
Quote

WanWizard's Photo WanWizard 7 Dec 2019

It is probably related to the issues with the package feeds of 7.2-release we had earlier today.

 

Can you login and get a commandline?

Quote

WanWizard's Photo WanWizard 7 Dec 2019

If so, login, and copy and paste these commands (one line at the time):

init 4
opkg update
for f in `opkg list-installed`; do if [ "$f" != "-" -a "`echo $f | grep -c "^[0-9].*"`" -eq 0 ]; then opkg install $f --force-reinstall; fi; done
reboot

this will stop Enigma, refresh all installed packages, and restarts the box.

 

edit:

 

Issue has been identified as a missing package, required for the kernel update. This fixes it (and is a lot faster than the above):

opkg mtd-utils
opkg install kernel-image --force-reinstall
Quote

sarab_h's Photo sarab_h 7 Dec 2019

i can connect to the box with filezilla and openwebif

Quote

WanWizard's Photo WanWizard 7 Dec 2019

That doesn't do it, you need a commandline, with either telnet or ssh.

Quote

sarab_h's Photo sarab_h 7 Dec 2019

Thanks it worked
Quote

WanWizard's Photo WanWizard 7 Dec 2019

Cool, thanks for the feedback.

Quote

erkman's Photo erkman 9 Dec 2019

 

If so, login, and copy and paste these commands (one line at the time):

init 4
opkg update
for f in `opkg list-installed`; do if [ "$f" != "-" -a "`echo $f | grep -c "^[0-9].*"`" -eq 0 ]; then opkg install $f --force-reinstall; fi; done
reboot

this will stop Enigma, refresh all installed packages, and restarts the box.

 

edit:

 

Issue has been identified as a missing package, required for the kernel update. This fixes it (and is a lot faster than the above):

opkg mtd-utils
opkg install kernel-image --force-reinstall

opkg mtd-utils? there is missing something or?

Quote

WanWizard's Photo WanWizard 9 Dec 2019

No, that was a red herring. busybox will provide flash_erase if mtd-utils is not installed.

 

There is something seriously wrong with the entire build process. I just forced an enigma update and build a new image. New enigma package is build, the log says it's installed in the rootfs, but if I flash the image, it contains an old enigma.

 

At the moment we're very puzzled...

Quote

betacentauri's Photo betacentauri 9 Dec 2019

Yes, install is missing.
opkg install mtd-utils
Quote

erkman's Photo erkman 9 Dec 2019

thanks

Quote

erkman's Photo erkman 9 Dec 2019

Take the long way because unsure with  the lost install, but works for me too on my Solo2

Quote

WanWizard's Photo WanWizard 9 Dec 2019

Sorry about that typo, my brain is already passed the point of being able to cope... :(

Quote

erkman's Photo erkman 9 Dec 2019

hey its ok, it works. also all fine :)

Quote

Mila_s's Photo Mila_s 26 Feb 2020

On my VU+ Solo 4 k the fast way is not working. The longer way somehow is, but is very unstable, and most plugins not working.
Is there a way how to upgrade to 7.2, keeping all plugins, and updating the plugins then ?

 

If not - how long can I live with 7.1 ? (plugins cannot be updated).

Quote

WanWizard's Photo WanWizard 26 Feb 2020

Did you install plugins manually, or are you talking about plugins from the feed?

Quote