Reply
Thread Tools
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#1
For a few months now I have noticed 'My Location' status message has not been displaying for my IM account.

Despite having a A-GPS fix the status message remains blank at any of the levels "Street, Distract and City".

Is this just me having this issue?
What's the best way to diagnose why this has stopped working?
__________________

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 User Says Thank You to sixwheeledbeast For This Useful Post:
Posts: 2,290 | Thanked: 4,133 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:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#3
Ok so it seems a certificate has expired (24 October 2013).
I was sure I hadn't been suffering this issue for that long but it seems the sensible cause.

There is a valid certificate with the same name, freemangordon has suggested removing the invalid certificate to see if that fixes it.
I have been trying to remove it with cmcli but having no luck.

Code:
cmcli -c common-ca -r <cert>
perl /usr/bin/c_rehash /etc/certs/common-ca
Any help to work this out would be great.
Attached Images
 
__________________

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 2 Users Say Thank You to sixwheeledbeast For This Useful Post:
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#4
There are quite a few expired or otherwise invalid certificates. How do you know this one is the culprit? I see e.g. login.skype.com that expired on 14 March 2014 which seems to tie up better with the time frame. But I admit I do not understand how certs work so I may as well shut up.
 
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#5
Originally Posted by pichlo View Post
There are quite a few expired or otherwise invalid certificates. How do you know this one is the culprit? I see e.g. login.skype.com that expired on 14 March 2014 which seems to tie up better with the time frame. But I admit I do not understand how certs work so I may as well shut up.
I suspect this particular certificate as it is mentioned in the debug information above.
__________________

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 User Says Thank You to sixwheeledbeast For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#6
Just to follow up this thread.
The CSSU team have fixed this.
http://talk.maemo.org/showpost.php?p...&postcount=413
__________________

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


Before posting or starting a thread please try this.
 
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#7
Originally Posted by sixwheeledbeast View Post
The CSSU team have fixed this.
Not for me, they did not
 
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#8
Originally Posted by pichlo View Post
Not for me, they did not
Why are you still having issues?
The fix has worked here with no problems.
__________________

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 User Says Thank You to sixwheeledbeast For This Useful Post:
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#9
Originally Posted by sixwheeledbeast View Post
Why are you still having issues?
If I knew, don't you think I would have fixed it already?

Possibly a missing package or some such. I am a minimalist and a big fan of as light an installation as possible, and it is quite possible I removed one too many. Sadly no one can tell me what packages are involved.
 
Posts: 445 | Thanked: 367 times | Joined on Nov 2010 @ Italy
#10
i have this issue on cssu stable. to fix, i have to wait the cssu upgrade? or can i install the package with fix from cssu dev?

btw, how the whole thing work? Does telepathy start gps, get lat/long values, ask Nokia's geocoder for the place name and post it in the status message?

what part is done by nokiamaps-navigation-provider ?

it will be possible to use another geocoder, let's say, http://geocoder.opencagedata.com and show the position in openstreetmap instead of nokia maps, even in the location widget?
__________________
Flickr photos taken with N900 https://www.flickr.com/cameras/nokia/n900/
"Closed source software tells you what you can do. With open source, you decide what software can do for you" Richard Stallman
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 23:00.