pydoc complains it cant get into my gnome-keyring
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
urlgrabber (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
$ pydoc -k cheezburger
No handlers could be found for logger "OpenGL.Tk"
WARNING: gnome-keyring:: couldn't connect to: /run/user/
I can't only think of one good and not-scary reason why pydoc needs my authentication credentials when it should be searching text files on the local harddrive -- if I had an network filesystem on autofs somewhere in Python's sys.path -- but I do not.
I expect pydoc's '-k' would search the .__doc__ for modules in the following directories:
$ python -c 'import sys; print repr(sys.path)' |sed 's/, /,\n /g'
['',
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: python 2.7.3-0ubuntu7
ProcVersionSign
Uname: Linux 3.5.0-17-generic i686
NonfreeKernelMo
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
Date: Sat Nov 10 20:18:08 2012
MarkForUpload: True
SourcePackage: python-defaults
UpgradeStatus: Upgraded to quantal on 2012-10-19 (22 days ago)
attaching a systrace. Nothing pops out as obvious. The reading bytes from /dev/urandom might be for some encryption purpose related to whyever pydoc needs to get into my Gnome-keyring, but again, I can't think of a not-scary reason why something that should be reading and parsing text files needs to authorize with some third-party with my identity.
strace pydoc -k cheezburger 2>/tmp/strace.log
I'll try removing some python packages, like PyAMF and ubuntu-sso, to see if it makes a difference.