.... a settings backup before updating would have made life a lot easier.
Re: OpenPLi 7.3 Release available. #241
Re: OpenPLi 7.3 Release available. #242
Re: OpenPLi 7.3 Release available. #243
Re: OpenPLi 7.3 Release available. #244
Posted 8 August 2020 - 16:49
The plugins TVSpielfilm and Merlin Program Guide do not show any transmissions. Just black...
Hence its a problem with two different plugins, I suspect something in 7.3
What can I test? Normal EPG seems ok
Thx
Mutant HD51 OpenPli 9.0 Wohnzimmer
Edision Osmini OpenPli 9.0 Schlafzimmer
Bier lecker 20.0 Kühlschrank
Re: OpenPLi 7.3 Release available. #245
Re: OpenPLi 7.3 Release available. #246
Posted 12 August 2020 - 17:04
Crash somewhere low level:
Backtrace: /usr/bin/enigma2(_Z17handleFatalSignaliP9siginfo_tPv) [0xA1964] /lib/libc.so.6(__default_rt_sa_restorer) [0xB6CB33D0] /lib/libc.so.6(gsignal) [0xB6CB21CC] /lib/libc.so.6(abort) [0xB6CB3530] /usr/lib/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv) [0xB6333DF4] /usr/lib/libstdc++.so.6(n/a) [0xB6331BF4] -------FATAL SIGNAL
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.
Re: OpenPLi 7.3 Release available. #247
Re: OpenPLi 7.3 Release available. #248
Posted 15 August 2020 - 08:02
On openpli or other image it is possible to play two oscam version at the same time. it can be done in the start script file. it probably possible to play oscam and cccam.
#!/bin/sh
case "$1" in
start)
ulimit -s 1024
/usr/bin/oscam1 --wait 0 --config-dir /etc/tuxbox/config/oscam1 --daemon --pidfile /tmp/oscam1.pid --restart 2 --utf8
/usr/local/etc/oscammips --config-dir /usr/local/etc --daemon --pidfile /tmp/oscam2.pid --restart 2
;;
stop)
kill `cat /tmp/oscam1.pid` 2> /dev/null
killall -9 oscam1
kill `cat /tmp/oscam2.pid` 2> /dev/null
killall -9 oscammips
;;
restart|reload)
$0 stop
sleep 1
$0 start
;;
version)
echo "1.20"
;;
info)
echo "OSCAM HIDEEN"
;;
*)
echo "Usage: $0 start|stop|restart"
exit 1
;;
esac
exit 0
Re: OpenPLi 7.3 Release available. #249
Posted 15 August 2020 - 11:05
It crashes if I access any settings belonging to the GUI, System GUI etc...
Than means the python-mmap package is not installed. Which is very weird, as it is an Enigma dependency.
You can re-install it manually on the commandline using
opkg install python-mmap
or via software management, package management.
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.
Re: OpenPLi 7.3 Release available. #250
Re: OpenPLi 7.3 Release available. #251
Posted 16 August 2020 - 19:19
No. And no, we haven't received such a request from Amiko.
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.
Re: OpenPLi 7.3 Release available. #252
Posted 18 August 2020 - 11:10
Hello Everyone
i have updated openpli 7.2 installed on Vu+ Duo2 to 7.3 by re-flashing the image
once the Duo2 is rebooted , it's stuck on openpli logo with spinning wheel and nothing changes for around 20 minutes
how long should i wait?
also what should be the next step?
thanks in advance.
Currently in use: VU+ Duo2 , Zgemma H9.2H
Re: OpenPLi 7.3 Release available. #253
Posted 18 August 2020 - 11:14
A mount defined that no longer exists?
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.
Re: OpenPLi 7.3 Release available. #254
Re: OpenPLi 7.3 Release available. #255
Posted 18 August 2020 - 11:27
Can you access the box via telnet? It should have an IP at that time.
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.
Re: OpenPLi 7.3 Release available. #256
Re: OpenPLi 7.3 Release available. #257
Posted 18 August 2020 - 11:41
Ok.
Can you telnet into the box, and issue the command
init 4
this should stop Enigma. You should see the spinner stopping, and you can double check with the "ps" command if enigma2 really isn't running anymore.
Then restart in debug mode:
ENIGMA_DEBUG_LVL=4 enigma2
It should tell you when the spinner is displayed again (mainloop is busy, displaying spinner), then copy the last 40 or so lines from the console and post them here...
You can about debug model with Ctrl-C.
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.
Re: OpenPLi 7.3 Release available. #258
Posted 18 August 2020 - 11:46
I have tryed another time to connect my Duo2 by Wifi and no way, even i seek a new network.
All is ok in ethernet.
I have to notice that i have never connected my Duo2 in wifi, but i wanted to try it because i’m gonna have to change the position of my box and i didn't want to use CPL if it was possible.
Vu+ Duo 4K SE / OpenATV 7.4 / Double Tuner TNT
Vu+ Duo2 / OpenPLi 9.0 / Double Tuner TNT
Re: OpenPLi 7.3 Release available. #259
Posted 18 August 2020 - 11:48
here is the full log
root@vuduo2:~# init 4 root@vuduo2:~# ENIGMA_DEBUG_LVL=4 enigma2 PYTHONPATH: /usr/lib/enigma2/python DVB_API_VERSION 5 DVB_API_VERSION_MINOR 10 ENIGMA_DEBUG_LVL=4 [Avahi] avahi_timeout_new [Avahi] avahi_watch_new(3 0x1) [Avahi] avahi_timeout_update [Avahi] avahi_timeout_new [Avahi] avahi_timeout_free [Avahi] avahi_timeout_new [Avahi] avahi_timeout_free [Avahi] avahi_timeout_new [Avahi] avahi_timeout_free [Avahi] avahi_timeout_new [Avahi] avahi_timeout_free [Avahi] avahi_timeout_new [Avahi] avahi_timeout_free [Avahi] avahi_timeout_new [Avahi] avahi_timeout_free [Avahi] client state: 2 [Avahi] avahi_timeout_new [Avahi] avahi_timeout_free [eInit] + (1) Background File Eraser [eInit] + (5) Tuxtxt [eInit] + (8) graphics acceleration manager [eInit] + (9) GFBDC [fb] /dev/fb0: 21600k video mem [fb] double buffering available! [gFBDC] resolution: 720x576x32 stride=7680, 12960kB available for acceleration surfaces. [eInit] + (9) gLCD [eFbLCD] /dev/fb1: No such file or directory [eFbLCD] framebuffer /dev/fb1 not available [eDboxLCD] xres=140, yres=32, bpp=8 lcd_type=3 [eLCD] (140x32x8) buffer 0x83a958 4480 bytes, stride 140 [gLCDDC] resolution: 140x32x8 stride=140 [eInit] + (9) Font Render Class [Font] Initializing lib. [Font] Loading fonts. [Font] Intializing font cache, using max. 4MB. [eInit] + (10) gRC [gRC] thread created successfully [eInit] + (15) eWindowStyleManager [eInit] + (20) DVB-CI UI [eInit] + (20) UHF Modulator [eRFmod] couldnt open /dev/rfmod0: No such file or directory [eInit] + (20) RC Input layer [eInit] + (20) misc options [eInit] + (20) AVSwitch Driver [eAVSwitch] failed to open /dev/dbox/fp0 to monitor vcr scart slow blanking changed: No such file or directory [eInit] + (21) input device driver [eInputDeviceInit] adding device /dev/input/event0 [eRCInputEventDriver] devicename=dreambox advanced remote control (native) [eRCInputEventDriver] devicename=dreambox advanced remote control (native) [eRCDeviceInputDev] device "dreambox advanced remote control (native)" is a remotecontrol [eInputDeviceInit] Found 1 input devices. [eInit] + (22) Hdmi CEC driver [eHdmiCEC] detected physical address change: 1000 --> 1100 [eHdmiCEC] send message 84 11 00 03 [eInit] + (30) eActionMap [eInit] + (35) CI Slots [CI] scanning for common interfaces.. [CI] Slot: 0 setSource: A [CI] Slot: 1 setSource: A [CI] eDVBCIInterfaces setInputSource(0, A) [CI] eDVBCIInterfaces setInputSource(1, B) [CI] eDVBCIInterfaces setInputSource(2, C) [CI] eDVBCIInterfaces setInputSource(3, D) [CI] eDVBCIInterfaces setInputSource(4, E) [CI] eDVBCIInterfaces setInputSource(5, F) [CI] eDVBCIInterfaces setInputSource(6, G) [CI] eDVBCIInterfaces setInputSource(7, H) [CI] done, found 2 common interface slots [CI] Streaming CI routing interface not advertised, assuming DVR method [CI] Streaming CI finish interface not advertised, assuming "tuner" method [eInit] + (35) CA handler [eInit] + (40) eServiceCenter [eServiceCenter] settings instance. [eInit] + (41) eServiceFactoryDVD [eInit] + (41) eServiceFactoryWebTS [eInit] + (41) eServiceFactoryTS [eInit] + (41) eServiceFactoryHDMI [eInit] + (41) eServiceFactoryM2TS [eInit] + (41) eServiceFactoryFS [eInit] + (41) eServiceFactoryDVB [eInit] + (41) Encoders [eInit] + (41) Stream server [Avahi] AvahiServiceEntry (null) (_e2stream._tcp) 8001 [Avahi] avahi_timeout_new [Avahi] avahi_timeout_free [Avahi] avahi_timeout_new [Avahi] avahi_timeout_free [Avahi] avahi_timeout_new [Avahi] avahi_timeout_free [Avahi] Will Register vuduo2 (_e2stream._tcp) on vuduo2:8001 [Avahi] avahi_timeout_new [Avahi] avahi_timeout_free [Avahi] avahi_timeout_new [Avahi] avahi_timeout_free [Avahi] Registered vuduo2 (_e2stream._tcp) on vuduo2:8001 [eInit] reached rl 70 [eDVBDB] ---- opening lame channel db [eDVBDB] reading services (version 4) [eDVBDB] loaded 0 channels/transponders and 0 services eDVBSatelliteEquipmentControl::clear() [eDVBResourceManager] scanning for frontends.. [eDVBFrontend0] opening frontend [eDVBFrontend0] opening frontend [eDVBFrontend0] frontend 0 has DVB API 50a [eDVBFrontend0] setVoltage FE_ENABLE_HIGH_LNB_VOLTAGE 0 FE_SET_VOLTAGE 2 [eDVBFrontend0] close frontend [eDVBFrontend0] setVoltage FE_ENABLE_HIGH_LNB_VOLTAGE 0 FE_SET_VOLTAGE 2 [eDVBFrontend1] opening frontend [eDVBFrontend1] opening frontend [eDVBFrontend1] frontend 1 has DVB API 50a [eDVBFrontend1] setVoltage FE_ENABLE_HIGH_LNB_VOLTAGE 0 FE_SET_VOLTAGE 2 [eDVBFrontend1] close frontend [eDVBFrontend1] setVoltage FE_ENABLE_HIGH_LNB_VOLTAGE 0 FE_SET_VOLTAGE 2 [eDVBFrontend2] opening frontend [eDVBFrontend2] opening frontend [eDVBFrontend2] frontend 2 has DVB API 50a [eDVBFrontend2] setVoltage FE_ENABLE_HIGH_LNB_VOLTAGE 0 FE_SET_VOLTAGE 2 [eDVBFrontend2] close frontend [eDVBFrontend2] setVoltage FE_ENABLE_HIGH_LNB_VOLTAGE 0 FE_SET_VOLTAGE 2 [eDVBAdapterLinux] get demux 0 [eDVBAdapterLinux] get demux 1 [eDVBAdapterLinux] get demux 2 [eDVBAdapterLinux] get demux 3 [eDVBAdapterLinux] get demux 4 [eDVBAdapterLinux] get demux 5 [eDVBAdapterLinux] get demux 6 [eDVBAdapterLinux] get demux 7 [eDVBAdapterLinux] get demux 8 [eDVBResourceManager] found 1 adapter, 3 frontends(3 sim) and 9 demux [eDVBLocalTimeHandler] RTC not ready... wait for transponder time [eEPGCache] Initialized EPGCache (wait for setCacheFile call now) [MAIN] Loading spinners... [MAIN] found 7 spinner! [MAIN] executing main [setIoPrio] best-effort level 3 ok [HardwareInfo] Scanning hardware info Detected: vuduo2 (1500A0) [CamControl] No softcam link? /etc/init.d/softcam [eDVBFrontend] Failed to open /dev/dbox/fp0 [Misc_Options] 12Vdetect cannot open /proc/stb/misc/12V_output: No such file or directory [Multiboot] Bootslots found: {} [Harddisk] enumerating block devices... [Harddisk] new device sda -> /dev/sda -> /dev/sda [Console] command: ('hdparm', 'hdparm', '-S0', '/dev/sda') [eConsoleAppContainer] Starting hdparm [Harddisk] new device sdb -> /dev/sdb -> /dev/sdb unable to load config ([Errno 2] No such file or directory: '/etc/enigma2/settings'), assuming defaults... [Keyboard] Adding keymap 'Dreambox Keyboard English' ('eng.kmap'). [Keyboard] Adding keymap 'Default (US)' ('default.kmap'). [Keyboard] Adding keymap 'Dreambox Keyboard Deutsch' ('dream-de.kmap'). [Keyboard] Adding keymap 'azerty keyboard' ('azerty.kmap'). [Keyboard] Adding keymap 'German keyboard' ('de.kmap'). Activating language English [Keyboard] Activating keymap: 'Default (US)'. [Console] command: loadkmap < /usr/share/keymaps/default.kmap [eConsoleAppContainer] Starting /bin/sh [gRC] main thread is non-idle! display spinner! Traceback (most recent call last): File "/usr/lib/enigma2/python/mytest.py", line 24, in <module> Tools.Geolocation.InitGeolocation() File "/usr/lib/enigma2/python/Tools/Geolocation.py", line 50, in InitGeolocation File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen File "/usr/lib/python2.7/urllib2.py", line 429, in open File "/usr/lib/python2.7/urllib2.py", line 447, in _open File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain File "/usr/lib/python2.7/urllib2.py", line 1228, in http_open File "/usr/lib/python2.7/urllib2.py", line 1201, in do_open File "/usr/lib/python2.7/httplib.py", line 1121, in getresponse File "/usr/lib/python2.7/httplib.py", line 438, in begin File "/usr/lib/python2.7/httplib.py", line 394, in _read_status File "/usr/lib/python2.7/socket.py", line 480, in readline socket.timeout: timed out [eDVBDB] ---- saving lame channel db [eDVBDB] saved 0 channels and 0 services! [eDVBResourceManager] release cached channel (timer timeout) [Avahi] avahi_timeout_new [Avahi] avahi_timeout_free [Avahi] avahi_watch_free [Avahi] avahi_timeout_free [eInit] - (41) eServiceFactoryDVD [eInit] - (41) eServiceFactoryWebTS [eInit] - (41) eServiceFactoryTS [eInit] - (41) eServiceFactoryHDMI [eInit] - (41) eServiceFactoryM2TS [eInit] - (41) eServiceFactoryFS [eInit] - (41) eServiceFactoryDVB [eInit] - (41) Encoders [eInit] - (41) Stream server [eInit] - (40) eServiceCenter [eServiceCenter] clear instance [eInit] - (35) CI Slots [eInit] - (35) CA handler [eInit] - (30) eActionMap [eInit] - (22) Hdmi CEC driver [eInit] - (21) input device driver [eInit] - (20) DVB-CI UI [eInit] - (20) UHF Modulator [eInit] - (20) RC Input layer [eInit] - (20) misc options [eInit] - (20) AVSwitch Driver [eInit] - (15) eWindowStyleManager [eInit] - (10) gRC [gRC] waiting for gRC thread shutdown [gRC] thread has finished [eInit] - (9) GFBDC [eInit] - (9) gLCD [eInit] - (9) Font Render Class [eInit] - (8) graphics acceleration manager [eInit] - (5) Tuxtxt [eInit] - (1) Background File Eraser [eInit] reached rl -1
note : spinner cannot be seen any more , yet it's still stuck on openpli logo
Currently in use: VU+ Duo2 , Zgemma H9.2H
Re: OpenPLi 7.3 Release available. #260
Also tagged with one or more of these keywords: release
De OpenPLi Release 8.2 is inmiddels beschikbaar in de downloadsectie.Started by Frenske, 23 May 2022 OpenPLi, Release, 8.2 |
|
|||
info: openpli for Amiko viper 4k v20Started by ness1, 24 Jan 2021 openpli, release, amiko, viper and 1 more... |
|
|||
Upgrade VU+ Uno 4k SE 6.1rc --> 6.1 releaseStarted by kemozcwu, 16 Jan 2018 upgrade, VU+ Uno 4k SE, STABLE and 1 more... |
|
|||
Release
Open-PLI 1 oder 2Started by no-test, 11 Dec 2010 Release |
|
|||
Release
PLi®'s OpenPLi v1.0 Enigma1&2 OpenEmbedded images onlineStarted by hemertje, 24 Sep 2010 Release |
|
12 user(s) are reading this topic
0 members, 12 guests, 0 anonymous users