Ticket #111: sugar-jhbuild-run.log

File sugar-jhbuild-run.log, 2.7 KB (added by shenki, 15 years ago)

log of sugar-jhbuild run console messages

Line 
1Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
2unrecognised device identifier!
3(EE) config/hal: NewInputDeviceRequest failed
4unrecognised device identifier!
5(EE) config/hal: NewInputDeviceRequest failed
6unrecognised device identifier!
7(EE) config/hal: NewInputDeviceRequest failed
8unrecognised device identifier!
9(EE) config/hal: NewInputDeviceRequest failed
10unrecognised device identifier!
11(EE) config/hal: NewInputDeviceRequest failed
12Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
13unrecognised device identifier!
14(EE) config/hal: NewInputDeviceRequest failed
15unrecognised device identifier!
16(EE) config/hal: NewInputDeviceRequest failed
17unrecognised device identifier!
18(EE) config/hal: NewInputDeviceRequest failed
19unrecognised device identifier!
20(EE) config/hal: NewInputDeviceRequest failed
21unrecognised device identifier!
22(EE) config/hal: NewInputDeviceRequest failed
231229077073.6970229 STARTUP: Starting the shell
24---------------------------------------------------------------------------
25GError                                    Traceback (most recent call last)
26
27/home/shenki/src/sugar-jhbuild/install/bin/sugar-session in <module>()
28    163         print 'Ctrl+C pressed, exiting...'
29    164
30--> 165 main()
31        global main = <function main at 0x19c8578>
32    166
33    167
34
35/home/shenki/src/sugar-jhbuild/install/bin/sugar-session in main()
36    125     logger.start('shell')
37    126
38--> 127     intro.check_profile()
39        global intro.check_profile = <function check_profile at 0x19bf578>
40    128
41    129     client = gconf.client_get_default()
42
43/home/shenki/src/sugar-jhbuild/install/lib/python2.5/site-packages/jarabe/intro/__init__.pyc in check_profile()
44     14     path = os.path.join(env.get_profile_path(), 'config')
45     15     if os.path.exists(path):
46---> 16         profile.convert_profile()
47     17
48     18     if not profile.is_valid():
49
50/home/shenki/src/sugar-jhbuild/install/lib/python2.5/site-packages/sugar/profile.pyc in convert_profile(self=<sugar.profile.Profile object at 0x19ca050>)
51    133             # decode nickname from ascii-safe chars to unicode
52    134             nick = name.decode("utf-8")
53--> 135             client.set_string("/desktop/sugar/user/nick", nick)
54    136         if cp.has_option('Buddy', 'Color'):
55    137             color = cp.get('Buddy', 'Color')
56
57GError: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details -  1: Could not send message to gconf daemon: Method "GetIOR" with signature "" on interface "org.gnome.GConf" doesn't exist
58)