Jump to content


Photo

OpenPLI2.1 in infinite loop of booting of DM800HD after 1/8 package update


  • Please log in to reply
6 replies to this topic

#1 kutsik

  • Member
  • 8 posts

0
Neutral

Posted 1 August 2012 - 08:44

Hi all,

I upgraded OpenPLI 2.1 packages to the latest level last night and the DM800HD is in infinite loop of booting -

1) Dream Multimedia booting ... on OLED screen for few seconds (wheels spinning)
2) OLED screen empty, wheels off and goto #1

I am able to telnet to the box and everything seems to be fine except it won't pass the login screen of OpenPLI

Any help appreciated!

Re: OpenPLI2.1 in infinite loop of booting of DM800HD after 1/8 package update #2 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 1 August 2012 - 08:48

what do the crashlogs say?

Re: OpenPLI2.1 in infinite loop of booting of DM800HD after 1/8 package update #3 kutsik

  • Member
  • 8 posts

0
Neutral

Posted 1 August 2012 - 09:02

what do the crashlogs say?


the crash log should be in /media/hdd right? /media is empty

Re: OpenPLI2.1 in infinite loop of booting of DM800HD after 1/8 package update #4 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 1 August 2012 - 09:09

ok, then try this instead:

init 4
enigma2

and copy the crash log from the console

Edited by pieterg, 1 August 2012 - 09:09.


Re: OpenPLI2.1 in infinite loop of booting of DM800HD after 1/8 package update #5 kutsik

  • Member
  • 8 posts

0
Neutral

Posted 1 August 2012 - 09:12


root@dream:/media# init 4

root@dream:/media# enigma2

PYTHONPATH: /usr/lib/enigma2/python

+ (1) Background File Eraser

+ (5) Tuxtxt

+ (8) graphics acceleration manager

+ (9) GFBDC

16384k video mem

- double buffering available!

13144kB available for acceleration surfaces.

resolution: 720 x 576 x 32 (stride: 2880)

+ (9) gLCDDC

lcd buffer 0x6eadd8 8448 bytes, stride 132

+ (9) Font Render Class

[FONT] initializing lib...

[FONT] loading fonts...

[FONT] Intializing font cache, using max. 4MB...

+ (10) gRC

RC thread created successfully

+ (15) eWindowStyleManager

+ (20) DVB-CI UI

+ (20) UHF Modulator

couldnt open /dev/rfmod0!!!!

+ (20) RC Input layer

+ (20) misc options

+ (20) AVSwitch Driver

couldnt open /dev/dbox/fp0 to monitor vcr scart slow blanking changed!

+ (21) input device driver

Input device "dreambox front panel" is a remotecontrol

Input device "dreambox remote control (native)" is a remotecontrol

Input device "dreambox advanced remote control (native)" is a remotecontrol

Input device "dreambox ir keyboard" is a keyboard

Input device "dreambox ir mouse" is a mouse

Found 5 input devices!

+ (22) Hdmi CEC driver

+ (30) eActionMap

+ (35) CI Slots

scanning for common interfaces..

cannot open /proc/stb/tsmux/input0

cannot open /proc/stb/tsmux/input1

done, found 0 common interface slots

+ (35) CA handler

+ (36) Stream server

+ (40) eServiceCenter

settings instance.

+ (41) eServiceFactoryDVD

+ (41) eServiceFactoryM2TS

+ (41) eServiceFactoryMP3

+ (41) eServiceFactoryFS

+ (41) eServiceFactoryDVB

reached rl 70

---- opening lame channel db

reading services (version 4)

loaded 4473 services

scanning for frontends..

opening frontend 0

detected satellite frontend

close frontend 0

found 1 adapter, 1 frontends(1 sim) and 4 demux, boxtype 1

RTC not ready... wait for transponder time

[EPGC] Initialized EPGCache (wait for setCacheFile call now)

Loading spinners...

found 4 spinner!

executing main

setIoPrio best-effort level 3 ok

main thread is non-idle! display spinner!

couldn't open fp

[Harddisk] enumerating block devices...

Reading satellites.xml

Traceback (most recent call last):

  File "/usr/lib/enigma2/python/mytest.py", line 18, in <module>

    from Screens import InfoBar

  File "/usr/lib/enigma2/python/Screens/InfoBar.py", line 4, in <module>

  File "/usr/lib/enigma2/python/Screens/MovieSelection.py", line 16, in <module>

  File "/usr/lib/enigma2/python/Components/UsageConfig.py", line 6, in <module>

  File "/usr/lib/enigma2/python/Components/NimManager.py", line 1529, in <module>

  File "/usr/lib/enigma2/python/Components/NimManager.py", line 806, in __init__

  File "/usr/lib/enigma2/python/Components/NimManager.py", line 1092, in InitNimManager

  File "<string>", line 45, in parse

  File "<string>", line 32, in parse

SyntaxError: not well-formed (invalid token): line 114, column 36

---- saving lame channel db

saved 280 channels and 4473 services!

release cached channel (timer timeout)

- (41) eServiceFactoryDVD

- (41) eServiceFactoryM2TS

- (41) eServiceFactoryMP3

- (41) eServiceFactoryFS

- (41) eServiceFactoryDVB

- (40) eServiceCenter

clear instance

- (36) Stream server

- (35) CI Slots

- (35) CA handler

- (30) eActionMap

- (22) Hdmi CEC driver

- (21) input device driver

- (20) DVB-CI UI

- (20) UHF Modulator

- (20) RC Input layer

- (20) misc options

- (20) AVSwitch Driver

- (15) eWindowStyleManager

- (10) gRC

waiting for gRC thread shutdown

gRC thread has finished

- (9) GFBDC

- (9) gLCDDC

- (9) Font Render Class

- (8) graphics acceleration manager

- (5) Tuxtxt

- (1) Background File Eraser

reached rl -1



Re: OpenPLI2.1 in infinite loop of booting of DM800HD after 1/8 package update #6 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 1 August 2012 - 09:19

your /usr/share/enigma2/unicable.xml file seems corrupt.
It contains invalid xml.
Probably something went wrong during the update (flash full, or update aborted).

Try re-installing e2:

init 4
opkg update
opkg install enigma2 -force-reinstall
init 3

Re: OpenPLI2.1 in infinite loop of booting of DM800HD after 1/8 package update #7 kutsik

  • Member
  • 8 posts

0
Neutral

Posted 1 August 2012 - 09:30

Excellent! Everything works just fine! Thanks a lot Pieterg for prompt reply!


3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users