Gemini 4 Images |
Jogi29
Betatester
  

Registration Date: 21.07.2006
Posts: 12,849
Which box: DM900; ONE UltraHD External Storage: SSD Which accessories: Marantz NR1607 Which Image: OE 2.6; OE 2.5 Welcher Bildschirm: Samsung UE55JU6480 Origin: Ländle
 |
|
in den Gemini-Widgets die Einstellungen vorgenommen?
Ihr braucht auch nicht nach einem Symlink schauen, das gibt es nicht mehr, die Picons werden so gefunden.
__________________ Viele Grüße
Jürgen
"Kaum macht man es richtig, .... schon geht es!"
"Machen ist wie wollen, nur krasser!"
|
|
21.09.2018 18:16 |
|
|
Carbonide
Dreamer

Registration Date: 20.06.2004
Posts: 1,130
Which box: DM920 External Storage: NAS Which Image: OE 2.5 Welcher Bildschirm: Philips Origin: Planet 9
 |
|
Ich habe jetzt erst bemerkt, dass die Box nicht komplett ausgeschaltet ist, sondern dass sie (und sogar enigma2) läuft (nur jegliche Videoausgabe ist aus)!!
Hier mal ein Ausschnitt von journalctl -fu enigma2:
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
|
-- Logs begin at Thu 1970-01-01 01:00:00 CET. --
Sep 21 18:19:33 dm920 enigma2[265]: [timer.py] next activation: 1537546872 (in 99000 ms)
Sep 21 18:19:33 dm920 enigma2[265]: It's now Fri 21 Sep 2018 18:19:32 CEST
Sep 21 18:19:33 dm920 enigma2[265]: [timer.py] next activation: 1537546873 (in 99999 ms)
Sep 21 18:19:34 dm920 enigma2[265]: It's now Fri 21 Sep 2018 18:19:34 CEST
Sep 21 18:19:34 dm920 enigma2[265]: [timer.py] next activation: 1537546874 (in 99998 ms)
Sep 21 18:19:55 dm920 enigma2[265]: nr_read 416 nr_write 1
Sep 21 18:19:55 dm920 enigma2[265]: sum 417 prev_sum 417
Sep 21 18:19:55 dm920 enigma2[265]: hdd IDLE!
Sep 21 18:19:55 dm920 enigma2[265]: [IDLE] 359.999935865 600 False
Sep 21 18:19:55 dm920 enigma2[265]: [EPGC] cleanupOutdated
Sep 21 18:20:55 dm920 enigma2[265]: nr_read 416 nr_write 1
Sep 21 18:20:55 dm920 enigma2[265]: sum 417 prev_sum 417
Sep 21 18:20:55 dm920 enigma2[265]: hdd IDLE!
Sep 21 18:20:55 dm920 enigma2[265]: [IDLE] 420.000532866 600 False
Sep 21 18:20:55 dm920 enigma2[265]: [EPGC] cleanupOutdated
Sep 21 18:21:04 dm920 enigma2[265]: Unhandled Error
Sep 21 18:21:04 dm920 enigma2[265]: Traceback (most recent call last):
Sep 21 18:21:04 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/python/log.py", line 73, in callWithContext
Sep 21 18:21:04 dm920 enigma2[265]: return context.call({ILogContext: newCtx}, func, *args, **kw)
Sep 21 18:21:04 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext
Sep 21 18:21:04 dm920 enigma2[265]: return self.currentContext().callWithContext(ctx, func, *args, **kw)
Sep 21 18:21:04 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext
Sep 21 18:21:04 dm920 enigma2[265]: return func(*args,**kw)
Sep 21 18:21:04 dm920 enigma2[265]: File "/usr/lib/enigma2/python/e2reactor.py", line 55, in _read
Sep 21 18:21:04 dm920 enigma2[265]: why = w.doRead()
Sep 21 18:21:04 dm920 enigma2[265]: --- <exception caught here> ---
Sep 21 18:21:04 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/internet/udp.py", line 248, in doRead
Sep 21 18:21:04 dm920 enigma2[265]: self.protocol.datagramReceived(data, addr)
Sep 21 18:21:04 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/coherence/upnp/core/msearch.py", line 47, in datagramReceived
Sep 21 18:21:04 dm920 enigma2[265]: headers['server'],
Sep 21 18:21:04 dm920 enigma2[265]: exceptions.KeyError: 'server'
Sep 21 18:21:09 dm920 enigma2[265]: Unhandled Error
Sep 21 18:21:09 dm920 enigma2[265]: Traceback (most recent call last):
Sep 21 18:21:09 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/python/log.py", line 73, in callWithContext
Sep 21 18:21:09 dm920 enigma2[265]: return context.call({ILogContext: newCtx}, func, *args, **kw)
Sep 21 18:21:09 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext
Sep 21 18:21:09 dm920 enigma2[265]: return self.currentContext().callWithContext(ctx, func, *args, **kw)
Sep 21 18:21:09 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext
Sep 21 18:21:09 dm920 enigma2[265]: return func(*args,**kw)
Sep 21 18:21:09 dm920 enigma2[265]: File "/usr/lib/enigma2/python/e2reactor.py", line 55, in _read
Sep 21 18:21:09 dm920 enigma2[265]: why = w.doRead()
Sep 21 18:21:09 dm920 enigma2[265]: --- <exception caught here> ---
Sep 21 18:21:09 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/internet/udp.py", line 248, in doRead
Sep 21 18:21:09 dm920 enigma2[265]: self.protocol.datagramReceived(data, addr)
Sep 21 18:21:09 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/coherence/upnp/core/msearch.py", line 47, in datagramReceived
Sep 21 18:21:09 dm920 enigma2[265]: headers['server'],
Sep 21 18:21:09 dm920 enigma2[265]: exceptions.KeyError: 'server'
Sep 21 18:21:12 dm920 enigma2[265]: It's now Fri 21 Sep 2018 18:21:11 CEST
Sep 21 18:21:12 dm920 enigma2[265]: [timer.py] next activation: 1537546971 (in 99000 ms)
Sep 21 18:21:12 dm920 enigma2[265]: It's now Fri 21 Sep 2018 18:21:12 CEST
Sep 21 18:21:12 dm920 enigma2[265]: [timer.py] next activation: 1537546972 (in 99001 ms)
Sep 21 18:21:14 dm920 enigma2[265]: It's now Fri 21 Sep 2018 18:21:13 CEST
Sep 21 18:21:14 dm920 enigma2[265]: [timer.py] next activation: 1537546973 (in 99000 ms)
Sep 21 18:21:55 dm920 enigma2[265]: nr_read 416 nr_write 1
Sep 21 18:21:55 dm920 enigma2[265]: sum 417 prev_sum 417
Sep 21 18:21:55 dm920 enigma2[265]: hdd IDLE!
Sep 21 18:21:55 dm920 enigma2[265]: [IDLE] 480.000221014 600 False
Sep 21 18:21:55 dm920 enigma2[265]: [EPGC] cleanupOutdated
Sep 21 18:22:51 dm920 enigma2[265]: It's now Fri 21 Sep 2018 18:22:51 CEST
Sep 21 18:22:51 dm920 enigma2[265]: [timer.py] next activation: 1537547071 (in 99999 ms)
Sep 21 18:22:52 dm920 enigma2[265]: It's now Fri 21 Sep 2018 18:22:51 CEST
Sep 21 18:22:52 dm920 enigma2[265]: [timer.py] next activation: 1537547071 (in 99000 ms)
Sep 21 18:22:53 dm920 enigma2[265]: It's now Fri 21 Sep 2018 18:22:52 CEST
Sep 21 18:22:53 dm920 enigma2[265]: [timer.py] next activation: 1537547072 (in 99000 ms)
Sep 21 18:22:55 dm920 enigma2[265]: nr_read 416 nr_write 1
Sep 21 18:22:55 dm920 enigma2[265]: sum 417 prev_sum 417
Sep 21 18:22:55 dm920 enigma2[265]: hdd IDLE!
Sep 21 18:22:55 dm920 enigma2[265]: [IDLE] 540.000148058 600 False
Sep 21 18:22:55 dm920 enigma2[265]: [EPGC] cleanupOutdated
Sep 21 18:23:02 dm920 enigma2[265]: Unhandled Error
Sep 21 18:23:02 dm920 enigma2[265]: Traceback (most recent call last):
Sep 21 18:23:02 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/python/log.py", line 73, in callWithContext
Sep 21 18:23:02 dm920 enigma2[265]: return context.call({ILogContext: newCtx}, func, *args, **kw)
Sep 21 18:23:02 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext
Sep 21 18:23:02 dm920 enigma2[265]: return self.currentContext().callWithContext(ctx, func, *args, **kw)
Sep 21 18:23:02 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext
Sep 21 18:23:02 dm920 enigma2[265]: return func(*args,**kw)
Sep 21 18:23:02 dm920 enigma2[265]: File "/usr/lib/enigma2/python/e2reactor.py", line 55, in _read
Sep 21 18:23:02 dm920 enigma2[265]: why = w.doRead()
Sep 21 18:23:02 dm920 enigma2[265]: --- <exception caught here> ---
Sep 21 18:23:02 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/internet/udp.py", line 248, in doRead
Sep 21 18:23:02 dm920 enigma2[265]: self.protocol.datagramReceived(data, addr)
Sep 21 18:23:02 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/coherence/upnp/core/msearch.py", line 47, in datagramReceived
Sep 21 18:23:02 dm920 enigma2[265]: headers['server'],
Sep 21 18:23:02 dm920 enigma2[265]: exceptions.KeyError: 'server'
Sep 21 18:23:04 dm920 enigma2[265]: Unhandled Error
Sep 21 18:23:04 dm920 enigma2[265]: Traceback (most recent call last):
Sep 21 18:23:04 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/python/log.py", line 73, in callWithContext
Sep 21 18:23:04 dm920 enigma2[265]: return context.call({ILogContext: newCtx}, func, *args, **kw)
Sep 21 18:23:04 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext
Sep 21 18:23:04 dm920 enigma2[265]: return self.currentContext().callWithContext(ctx, func, *args, **kw)
Sep 21 18:23:04 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext
Sep 21 18:23:04 dm920 enigma2[265]: return func(*args,**kw)
Sep 21 18:23:04 dm920 enigma2[265]: File "/usr/lib/enigma2/python/e2reactor.py", line 55, in _read
Sep 21 18:23:04 dm920 enigma2[265]: why = w.doRead()
Sep 21 18:23:04 dm920 enigma2[265]: --- <exception caught here> ---
Sep 21 18:23:04 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/twisted/internet/udp.py", line 248, in doRead
Sep 21 18:23:04 dm920 enigma2[265]: self.protocol.datagramReceived(data, addr)
Sep 21 18:23:04 dm920 enigma2[265]: File "/usr/lib/python2.7/site-packages/coherence/upnp/core/msearch.py", line 47, in datagramReceived
Sep 21 18:23:04 dm920 enigma2[265]: headers['server'],
Sep 21 18:23:04 dm920 enigma2[265]: exceptions.KeyError: 'server'
Sep 21 18:23:55 dm920 enigma2[265]: nr_read 416 nr_write 1
Sep 21 18:23:55 dm920 enigma2[265]: sum 417 prev_sum 417
Sep 21 18:23:55 dm920 enigma2[265]: hdd IDLE!
Sep 21 18:23:55 dm920 enigma2[265]: [IDLE] 600.000324011 600 False
Sep 21 18:23:55 dm920 enigma2[265]: [ePopen] command: ('hdparm', 'hdparm', '-y', '/dev/sda')
Sep 21 18:23:55 dm920 enigma2[265]: [EPGC] cleanupOutdated
Sep 21 18:23:55 dm920 enigma2[265]: child has terminated
Sep 21 18:23:55 dm920 enigma2[265]: pipes closed
Sep 21 18:23:55 dm920 enigma2[265]: poll: unhandled POLLERR/HUP/NVAL for fd 209(16)
Sep 21 18:24:31 dm920 enigma2[265]: It's now Fri 21 Sep 2018 18:24:31 CEST
Sep 21 18:24:31 dm920 enigma2[265]: [timer.py] next activation: 1537547171 (in 99999 ms)
Sep 21 18:24:31 dm920 enigma2[265]: It's now Fri 21 Sep 2018 18:24:31 CEST
Sep 21 18:24:31 dm920 enigma2[265]: [timer.py] next activation: 1537547171 (in 99997 ms)
Sep 21 18:24:31 dm920 enigma2[265]: It's now Fri 21 Sep 2018 18:24:31 CEST
Sep 21 18:24:32 dm920 enigma2[265]: [timer.py] next activation: 1537547171 (in 99000 ms)
|
|
This post has been edited 2 time(s), it was last edited by Carbonide: 21.09.2018 18:25.
|
|
21.09.2018 18:22 |
|
|
r80 unregistered
 |
|
Also ich finde es gut so wie es ist
|
|
21.09.2018 18:34 |
|
|
zombi
Betatester
  
Registration Date: 04.01.2004
Posts: 32,091
Which box: ONE UltraHD External Storage: SSD Which Image: OE 2.6 Welcher Bildschirm: Philips 4K 65Zoll Android TV
 |
|
Wir auch
|
|
21.09.2018 18:35 |
|
|
Carbonide
Dreamer

Registration Date: 20.06.2004
Posts: 1,130
Which box: DM920 External Storage: NAS Which Image: OE 2.5 Welcher Bildschirm: Philips Origin: Planet 9
 |
|
Ok, ich habe herausgefunden was los ist: die Box schaltet sich automatisch nach dem Start in den Stand-by!!!
Ich habe dies erkannt als ich das USB Kabel zum Bootlog erstellen anschliessen wollte und aus der Nähe bemerkte dass die Uhrzeit ganz schwach im Display zu erkennen war.
Einfach Power-Taste gedrückt und alles läuft wie es soll!
Nur geschieht dies jetzt bei jedem Neustart. Ich kann mich erinnern, dass es ein Startup-to-Standby Plugin gibt, aber das habe ich nie installiert und ich habe sowieso die Box neugeflasht und keinerlei Settings übernommen!?
Hat jemand eine Idee was hier los ist?
|
|
21.09.2018 18:47 |
|
|
Carbonide
Dreamer

Registration Date: 20.06.2004
Posts: 1,130
Which box: DM920 External Storage: NAS Which Image: OE 2.5 Welcher Bildschirm: Philips Origin: Planet 9
 |
|
An den CEC Einstellungen an meinem TV habe ich in letzter Zeit nichts verändert (und eigentlich aktiviere es auch nie).
Die Box geht übrigens nicht nur bei einem Kalt-Neustart in den Stand-by, sondern auch bei einem einfachen Neustart der GUI.
|
|
21.09.2018 19:04 |
|
|
marco777
Dreambox Team
    

Registration Date: 16.12.2008
Posts: 18,716
Which box: DM525; DM900; DM7080HD External Storage: NAS; NFS Which accessories: Fritzbox7490| Synology DS916+ (8GB) | SPAUN SMS17089 NF&SMK 17129|Teufel Cinebar52 THX|Netatmo|Harmony Elite|5 Wellensittiche Which Image: OE 2.5 Welcher Bildschirm: Panasonic TX-55AXW634 UHD Origin: Welterbe Oberes Mittelrheintal
 |
|
|
21.09.2018 20:46 |
|
|
zombi
Betatester
  
Registration Date: 04.01.2004
Posts: 32,091
Which box: ONE UltraHD External Storage: SSD Which Image: OE 2.6 Welcher Bildschirm: Philips 4K 65Zoll Android TV
 |
|
|
21.09.2018 20:49 |
|
|
Carbonide
Dreamer

Registration Date: 20.06.2004
Posts: 1,130
Which box: DM920 External Storage: NAS Which Image: OE 2.5 Welcher Bildschirm: Philips Origin: Planet 9
 |
|
quote: |
Originally posted by LukaNoah
Dann schalte mal testweise das CEC an der dream aus. |
Danke, damit ist das Problem behoben.
|
|
21.09.2018 21:20 |
|
|
marco777
Dreambox Team
    

Registration Date: 16.12.2008
Posts: 18,716
Which box: DM525; DM900; DM7080HD External Storage: NAS; NFS Which accessories: Fritzbox7490| Synology DS916+ (8GB) | SPAUN SMS17089 NF&SMK 17129|Teufel Cinebar52 THX|Netatmo|Harmony Elite|5 Wellensittiche Which Image: OE 2.5 Welcher Bildschirm: Panasonic TX-55AXW634 UHD Origin: Welterbe Oberes Mittelrheintal
 |
|
|
21.09.2018 21:24 |
|
|
Meister Propper
Stammuser
 
Registration Date: 12.01.2011
Posts: 386
Which box: DM900 External Storage: keine Which accessories: DM 900/520/525/ Goliath Which Image: OE 2.5 Welcher Bildschirm: LG OLED65C8LLA OLED
 |
|
ja geht auch aber nur mit widget
|
|
21.09.2018 21:26 |
|
|
Jogi29
Betatester
  

Registration Date: 21.07.2006
Posts: 12,849
Which box: DM900; ONE UltraHD External Storage: SSD Which accessories: Marantz NR1607 Which Image: OE 2.6; OE 2.5 Welcher Bildschirm: Samsung UE55JU6480 Origin: Ländle
 |
|
wo hast du deine Picons hin kopiert?
__________________ Viele Grüße
Jürgen
"Kaum macht man es richtig, .... schon geht es!"
"Machen ist wie wollen, nur krasser!"
|
|
21.09.2018 21:30 |
|
|
Meister Propper
Stammuser
 
Registration Date: 12.01.2011
Posts: 386
Which box: DM900 External Storage: keine Which accessories: DM 900/520/525/ Goliath Which Image: OE 2.5 Welcher Bildschirm: LG OLED65C8LLA OLED
 |
|
ich habe sie nur über gp4 über addons geladen und sendeliste / menü / kanallisten anzeige einstellungen picon pfad aud usr/share/enigma2/picon genommen was ja vorher klappte bei gp3
|
|
21.09.2018 21:32 |
|
|
cepheus
Dreambox Admin
    

Registration Date: 09.10.2004
Posts: 14,254
Which box: siehe Signatur External Storage: USB-Stick; HDD; NFS Which Image: siehe Signatur Origin: Baden-Württemberg
 |
|
Ohne widget muss du manuel link setzen. Enigma2 kennt kein Xpicon ordner oder wie die sonst heißen. Er kenn nur "picon"
Alle link das unter GP3 gab, sind nicht mehr vorhanden in die geladene packet unter GP4.
__________________
E2 Box: DM8000 ~ DM7080 ~ DM7020HD~ DM920 ~ DM900 ~ DM820 ~ DM800SEv2 ~ DM800se ~ DM800 ~ DM52x ~ DM500HDv2 ~ DM500HD ~ DM7025+ ~ DM7025
E1 Box: DM7020 ~ DM7000 ~ DM 5620 ~ DM600 ~ DM500+ ~ DM500 ~ TRIAX 272-S
Image: OE2.5 Unst./GP4 ~ OE2.5 Unst./GP3.3 ~ OE2.2 Unst./GP3.3 ~ OE2.0 Exp./GP3.2 ~ iCVS/GP3 ~ Gemini 4.70
Sonstiges: DM Tastatur ~ Box: DM100 ~ Router: Fritz!Box 7490 ~ Wlan Stick: Dream Multimedia ~ Server: ALIX.3D3 ~ BananaPI
Satelliten: WaveFrontier T90
23,5°E | 19,2°E | 16.0°E | 13,0°E | 10,0°E | 9,0°E | 7,0°E | 4,9°E | 3.0°E | 1.9°E | 0,8°W | 4,0°W | 5,0°W | 8,0°W | 12,5°W | 15,0°W | 22,0°W | 24,5°W | 30.0°W
|
|
21.09.2018 21:35 |
|
|
zombi
Betatester
  
Registration Date: 04.01.2004
Posts: 32,091
Which box: ONE UltraHD External Storage: SSD Which Image: OE 2.6 Welcher Bildschirm: Philips 4K 65Zoll Android TV
 |
|
Ihr müsst umdenken ,gp3 hatte vieles schon drin und war kompakt ,gp4 bietet das GP in einzelnen Plugins an und somit musst du in gp4 auch das nötige Plugin dazu installieren um die neue piconverwaltung nutzen zu können.
|
|
21.09.2018 21:37 |
|
|
|
|
 |
|