Quote:
Originally Posted by twobob
err. I get an error like this when I manage to break cvm. would having a read through the wifi upstarts help do you think? see where the variables are referenced (they are referenced for sure to derive type of device for example from the BoardID)
Perhaps the wifi startup script just needs a read through. to my utterly inexperienced eye that looks like a "failure to launch".
In fact breaking the pop-keyboard by poor programming illegal values will result in very similar errors. and cause Lipc to terminate further programmatic access to the keyboard.
Of course the value lookup could be binary embedded elsewhere but it cant hurt to just have a check. Those are my thoughts. maybe you can fudge it.
|
Could you elaborate on this 'wifi upstarts'? The only related thing that I could think of is the log file and the first half of it is available at
pastebin.com/csuRZDPp
The line of log that seem to be getting the macAddress variable is as follows and ended with the 'not provided by any .service' error.
Code:
121025:185621 cvm[3696]: I lipc:gsp:prop=macAddress, source=com.lab126.wifid:Get string property
Thank you.