View Single Post
Posts: 2,292 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#2
Seems syslog has some answers...

Code:
grep -n 'location' syslog20140810.txt 
1044:Aug 10 20:55:38 Brio sms-manager[799]: GLIB DEBUG default - Objectpath=/com/nokia/location/proxy
1152:Aug 10 20:55:53 Brio hildon-status-menu[1225]: GLIB DEBUG default - load_plugin_idle. Try to load plugin_id: location.desktop
1153:Aug 10 20:55:53 Brio hildon-status-menu[1225]: GLIB DEBUG default - Plugin '/usr/lib/hildon-desktop/liblocation.so' opened D-Bus connection ':1.66'.
1154:Aug 10 20:55:53 Brio hildon-status-menu[1225]: GLIB DEBUG default - load_plugin_idle Loaded plugin: /usr/share/applications/hildon-status-menu/location.desktop
1270:Aug 10 20:56:02 Brio location-proxy[1312]: GLIB WARNING ** default - Failed to register WapPush handler: Application ID is already registered. , continuing anyway
1309:Aug 10 20:56:05 Brio location-proxy[1312]: certman_main.cpp(174): ERROR Invalid certificate '/C=ES/L=C/ Muntaner 244 Barcelona/CN=Autoridad de Certificacion Firmaprofesional CIF A62634068/emailAddress=ca@firmaprofesional.com'
1317:Aug 10 20:56:07 Brio location-proxy[1312]: GLIB DEBUG default - Common certificates loaded
1318:Aug 10 20:56:07 Brio location-proxy[1312]: certman_main.cpp(877): ERROR 'certman.location-proxy' does not exists
1319:Aug 10 20:56:07 Brio location-proxy[1312]: GLIB DEBUG default - Test certificates loaded
1320:Aug 10 20:56:07 Brio location-proxy[1312]: GLIB DEBUG default - Socket registration ok
1321:Aug 10 20:56:07 Brio location-proxy[1312]: GLIB DEBUG default - LAS configured for supl-server
1322:Aug 10 20:56:07 Brio location-proxy[1312]: GLIB DEBUG default - LAS privacy registration ok
1360:Aug 10 20:56:18 Brio [1225]: GLIB DEBUG liblocation - location_gpsd_control_start_internal:1254 application method set to 0x2
1363:Aug 10 20:56:18 Brio location-daemon[1589]: GLIB DEBUG default - :1.55 now having 1 connections
1364:Aug 10 20:56:18 Brio location-daemon[1589]: GLIB DEBUG default - Starting a new LAS session with method = 0x2, interval = 0x4b0, reason = 0
1365:Aug 10 20:56:18 Brio location-daemon[1589]: GLIB DEBUG default - Speeding up first ACWP session using default interval
1366:Aug 10 20:56:18 Brio location-daemon[1589]: GLIB DEBUG default - Tracking ongoing, status: 1, npe_id: 1
1367:Aug 10 20:56:18 Brio [1225]: GLIB DEBUG default - location-sb: fix status changed: 0->1
1369:Aug 10 20:56:27 Brio location-proxy[1312]: GLIB DEBUG default - Socket to supl.nokia.com opened, fd=12, verify_res=0
1370:Aug 10 20:56:27 Brio location-proxy[1312]: GLIB DEBUG default - Socket fd=12 closed on request
1371:Aug 10 20:56:27 Brio [1225]: GLIB DEBUG default - location-sb: fix status changed: 1->2
1372:Aug 10 20:56:27 Brio location-daemon[1589]: GLIB DEBUG default - Modifying LAS session method = 0x2, interval = 0x4b0, old_meth = 0x2, old_ival = 0x0, reason = 2
1373:Aug 10 20:56:27 Brio location-daemon[1589]: GLIB DEBUG default - Tracking succesfully stopped, status: 5
1374:Aug 10 20:56:27 Brio location-daemon[1589]: GLIB DEBUG default - Starting a new LAS session with method = 0x2, interval = 0x4b0, reason = 2
1375:Aug 10 20:56:27 Brio location-daemon[1589]: GLIB DEBUG default - Tracking ongoing, status: 1, npe_id: 2
1376:Aug 10 20:56:27 Brio [1225]: GLIB DEBUG default - location-sb: fix status changed: 2->1
1377:Aug 10 20:56:27 Brio [1225]: GLIB DEBUG default - location-sb: fix status changed: 1->2
1388:Aug 10 20:56:49 Brio nm-nav-provider[1594]: GLIB WARNING ** default - signal "location_to_address_reply" (from "LocationToAddressReply") exported but not found in object class "NMProvider"
1389:Aug 10 20:56:49 Brio nm-nav-provider[1594]: GLIB WARNING ** default - signal "location_to_address_error" (from "LocationToAddressError") exported but not found in object class "NMProvider"
1390:Aug 10 20:56:49 Brio nm-nav-provider[1594]: GLIB WARNING ** default - signal "address_to_locations_reply" (from "AddressToLocationsReply") exported but not found in object class "NMProvider"
1391:Aug 10 20:56:49 Brio nm-nav-provider[1594]: GLIB WARNING ** default - signal "address_to_location_error" (from "AddressToLocationError") exported but not found in object class "NMProvider"
1431:Aug 10 20:57:50 Brio [1225]: GLIB WARNING ** rtcom-presence-ui - null pointer passed to the navigation_provider_location_to_address callback
I suppose these are the important lines

Code:
grep -n 'certman' syslog20140810.txt 
1309:Aug 10 20:56:05 Brio location-proxy[1312]: certman_main.cpp(174): ERROR Invalid certificate '/C=ES/L=C/ Muntaner 244 Barcelona/CN=Autoridad de Certificacion Firmaprofesional CIF A62634068/emailAddress=ca@firmaprofesional.com'
1318:Aug 10 20:56:07 Brio location-proxy[1312]: certman_main.cpp(877): ERROR 'certman.location-proxy' does not exists
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 4 Users Say Thank You to sixwheeledbeast For This Useful Post: