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
Posted 7 December 2019 - 16:13
What attached error?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 7 December 2019 - 16:22
I've seen this yesterday during testing. How did you do the update, it looks like the update wasn't complete.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 7 December 2019 - 16:32
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?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 7 December 2019 - 16:36
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
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 7 December 2019 - 16:42
That doesn't do it, you need a commandline, with either telnet or ssh.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 7 December 2019 - 21:26
Cool, thanks for the feedback.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 9 December 2019 - 16:28
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 rebootthis 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?
ET9200 openpli 6.2 ET4000 openpli 4 Solo2 openpli 7.2
Posted 9 December 2019 - 16:32
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...
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 9 December 2019 - 17:14
Sorry about that typo, my brain is already passed the point of being able to cope...
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 26 February 2020 - 22:21
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).
Posted 26 February 2020 - 22:27
Did you install plugins manually, or are you talking about plugins from the feed?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Streamproxy transcoding problem on Vuplus Duo2 OpenPli 7.3Started by sherere, 24 Sep 2020 streamproxy, vuplus, transcode and 2 more... |
|
|||
Yet another problem, OscamStarted by Raybobo, 2 Feb 2019 problem, Oscam |
|
|||
tuner loop
Vu+ Solo2 tuner loop problem OpenPli 4Started by DimitarCC, 1 Nov 2016 tuner loop, openpli4, problem |
|
|||
onkyo tx-nr636 connectionStarted by maciejj48, 1 Oct 2016 problem |
|
|||
CT ET9000 Fernbedienung von ET8/10k / HotkeyStarted by Mäx2.5, 3 Jan 2016 Problem |
|
0 members, 1 guests, 0 anonymous users