Rikitik / project-valerie

Automatically exported from code.google.com/p/project-valerie
0 stars 0 forks source link

Enigma2 crash at the end of configuration wizard #498

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please remember to attach a log!
Bugs without a log will be closed and set to invalid!

What steps will reproduce the problem?
1.install PV
2.complete configure wizard
3.enigma2 crash

What is the expected output? What do you see instead?
I expect the main menu of PV, i see the green screen

What version of the product are you using?
Revision?
project-valerie_rev1221_mipsel_oe16.ipk 

Please provide any additional information below.
I use an enigma2 based image for azbox premium HD+, spaze quantum 2.2.

Original issue reported on code.google.com by sandro.m...@gmail.com on 13 Mar 2012 at 8:28

Attachments:

GoogleCodeExporter commented 9 years ago
Hmmm - from the Log this looks similar to issue #471, but needs to confirmed...

AttributeError: 'NoneType' object has no attribute 'append'

Original comment by erik.for...@gmail.com on 13 Mar 2012 at 8:40

GoogleCodeExporter commented 9 years ago
thanks for fast reply.
my azbox is connected to internet in WLAN.
from logs seems that it can't connect:

getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)

am I right?

Original comment by sandro.m...@gmail.com on 14 Mar 2012 at 8:00

GoogleCodeExporter commented 9 years ago
when PV try to parse sync.xml log says:

[PVMC] I  SyncConfig::getInstance Creating new instance
[PVMC] I  
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck 
/hdd/valerie/sync.xml
parsing /hdd/valerie/sync.xml
[PVMC] I  
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck 
/hdd/valerie/sync.xml - Missing -> Check valerie.conf
[PVMC] I  
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck 
/tmp/valerie/
[PVMC] I  
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.Config    - OK
[PVMC] I  
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck 
/tmp/valerie/cache
[PVMC] I  
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.Config    - 
Created
[PVMC] I  
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck 
/hdd/valerie/
[PVMC] I  
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.Config    - 
Created
[PVMC] I  
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck 
sync.xml and valerie.conf - Missing -> Downloading
main thread is non-idle! display spinner!
[PVMC] I  
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.Config    - 
Created
[PVMC] I  
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck 
/hdd/valerie/sync.xml
parsing /hdd/valerie/sync.xml
[PVMC] I  
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.Config    - OK

so i think that the box is connected to internet..
anyone can help me?

Original comment by sandro.m...@gmail.com on 14 Mar 2012 at 8:04

GoogleCodeExporter commented 9 years ago
Hi Sandro,

this entry comes from the feature automatically submitting the crashlog. My 
best guess is that this is not configured on your box, but I never used that 
one and saw these lines in nearly every crashlog. So "no" - this is not related 
to your issue and happens AFTER E2 crashes => the actual problem happens before 
that entries...

Cheers, Erik

Original comment by erik.for...@gmail.com on 14 Mar 2012 at 8:05

GoogleCodeExporter commented 9 years ago
thank you so much Erik.
I hope u will find the problem (and the solution :D)

thank you again

Original comment by sandro.m...@gmail.com on 14 Mar 2012 at 8:34

GoogleCodeExporter commented 9 years ago
i have found this:

root@azboxhd:/tmp/valerie/log# cat valerie_20120313_2041.log
20:41:37.0236893 W  PVMC_MainMenu::onExec Using DreamScene failed
root@azboxhd:/tmp/valerie/log#

Original comment by sandro.m...@gmail.com on 14 Mar 2012 at 1:16

GoogleCodeExporter commented 9 years ago
Hi Sandro,

the line in your log is only a warning. Unfortunately the debug level is not 
set to "high" per default and thus not all information is provided in your log.

Maybe you can provide a full log from your telnet console?

To do so, end enigma2 and restart enigma2 with additional redirection of the 
output to a text file, for example

enigma2 > /tmp/valerie.log 2>&1

Once enigma2 completely started up press <ctrl>-<c> to stop the logging and 
attach the valerie.log to this issue. Of course you have to restart enigma2 
again, but now without the output redirection...

I learned that it differs from box to box how exactly E2 should be stopped and 
restarted, so I can not provide more details on these topics, but I guess you 
now better than me... :-)

HTH & Cheers, Erik

Original comment by erik.for...@gmail.com on 14 Mar 2012 at 5:56

GoogleCodeExporter commented 9 years ago
Hi Erik,
I have runned enigma2 with ERR redirection in logfile.
I have found a row that says /hdd/valerie/tables.db is missing.

after a "touch /hdd/valerie/tables.db", PV starts without errors :D

Original comment by sandro.m...@gmail.com on 17 Mar 2012 at 2:01

GoogleCodeExporter commented 9 years ago
hi.

thanks for the information. there was an error with a new feature we 
implemented some commits ago.

no it should work.

thx and greets

Original comment by DonDavici@gmail.com on 17 Mar 2012 at 3:45

GoogleCodeExporter commented 9 years ago
Hi Don,

what do you think: could this also solve issue #471? There we have also that 
'append' attribute problem in the E2 crashlog:

AttributeError: 'NoneType' object has no attribute 'append'

TIA & Cheers, Erik

Original comment by erik.for...@gmail.com on 17 Mar 2012 at 10:38