[OLPC-AU] Testing OLPC Australia XO-AU OS 12 beta 2
Peter Hewitt
prh at mulawa.net
Thu Feb 23 22:17:37 EST 2012
I previously reported that all my activities worked fine. Since that was the case I didn't think to check the log.
However today I noted that the log contained stuff at the end that has not been there before - I checked this in two activities.
I also checked that this does NOT appear on my standard XO 1.5 .94.
OSError Traceback (most recent call last)
/usr/lib/python2.7/site-packages/dbus/connection.pyo in msg_reply_handler(message=<dbus.lowlevel.MethodReturnMessage object>)
584 def msg_reply_handler(message):
585 if isinstance(message, MethodReturnMessage):
--> 586 reply_handler(*message.get_args_list(**get_args_opts))
587 elif isinstance(message, ErrorMessage):
588 error_handler(DBusException(name=message.get_error_name(),
/usr/lib/python2.7/site-packages/sugar/activity/activity.pyo in __save_cb(self=<PeterActivity object at 0x930c694 (SugarActivity at 0x924a160)>)
582 self._session.will_quit(self, True)
583 elif self._closing:
--> 584 self._complete_close()
585
586 def __save_error_cb(self, err):
/usr/lib/python2.7/site-packages/sugar/activity/activity.pyo in _complete_close(self=<PeterActivity object at 0x930c694 (SugarActivity at 0x924a160)>)
887 if os.path.exists(POWERD_INHIBIT_DIR):
888 path = os.path.join(POWERD_INHIBIT_DIR, str(os.getpid()))
--> 889 os.unlink(path)
890
891 def close(self, skip_save=False):
OSError: [Errno 2] No such file or directory: '/var/run/powerd-inhibit-suspend/1244'
Exited with status 0, pid 1244 data (None, <open file '<fdopen>', mode 'w' at 0x93ce0d0>, '/home/olpc/.sugar/default/logs/org.laptop.community.Spirolaterals-1.log', dbus.ByteArray('8716794d6d3f6e41822b21acefcc7c00c2dcf03d', variant_level=1))
More information about the OLPC-AU
mailing list