desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #63983
[Bug 912366] Re: [Oneiric] jockey.backend.BackendCrashError and no drivers
If it helps, almost all of my repositories are local. (this is my apt-
mirror machine for my network) So this may be related to Bug #913927.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to jockey in Ubuntu.
https://bugs.launchpad.net/bugs/912366
Title:
[Oneiric] jockey.backend.BackendCrashError and no drivers
Status in “jockey” package in Ubuntu:
New
Bug description:
I was trying to check for drivers and the jockey-gtk would never give
me any options, so I tried the text version. The basic error seems
to be that it doesn't think it was able to update the repositories.
from my basic at the look at the python it looks like it's not giving
a return back from updating the repositories and then throws the
BackendCrashError. all my repositories seem to be updating properly,
am I missing something? info below. when I was searching for related
bugs I couldn't find anything that seemed the same or really similar.
ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: jockey-common 0.9.4-0ubuntu10
PackageArchitecture: all
Date: 2012-01-05 09:47:17
ExecutablePath: /usr/bin/jockey-text
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110817)
InterpreterPath: /usr/bin/python2.7
.var.log.jockey.log:
2012-01-05 09:47:17,316 DEBUG: Updating repository indexes...
2012-01-05 09:47:47,998 DEBUG: ... fail!
2012-01-05 09:47:57,957 DEBUG: Updating repository indexes...
2012-01-05 09:48:19,662 DEBUG: ... fail!
2012-01-05 09:48:20,120 DEBUG: updating <jockey.detection.LocalKernelModulesDriverDB instance at 0x39cb680>
2012-01-05 09:48:24,920 DEBUG: reading modalias file /lib/modules/3.0.0-14-generic/modules.alias
2012-01-05 09:48:25,176 DEBUG: reading modalias file /usr/share/jockey/modaliases/b43
2012-01-05 09:48:25,177 DEBUG: reading modalias file /usr/share/jockey/modaliases/disable-upstream-nvidia
2012-01-05 09:48:25,288 WARNING: _detect_handlers(): No package repositories available, skipping check
2012-01-05 09:48:25,303 DEBUG: Shutting down
2012-01-05 10:03:57,629 DEBUG: Updating repository indexes...
Commandline output:
USER@MACHINE:/etc/apt$ jockey-text --list
Traceback (most recent call last):
File "/usr/bin/jockey-text", line 128, in <module>
sys.exit(u.run())
File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 418, in run
self.list()
File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 473, in list
for h_id in self.backend().available(self.argv_options.mode):
File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 127, in backend
self._check_repositories()
File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 862, in _check_repositories
convert_dbus_exceptions(self._dbus_iface.update_repository_indexes)
File "/usr/lib/python2.7/dist-packages/jockey/backend.py", line 109, in convert_dbus_exceptions
raise BackendCrashError
jockey.backend.BackendCrashError
USER@MACHINE:/etc/apt$ jockey-text
Additional Drivers
Downloading and updating package indexes...
0.0
0.0217391304348
0.0217391304348
<SNIP>
0.99358974359
0.996794871795
Downloading package indexes failed, please check your network status. Most drivers will not be available.
Additional Drivers
Searching for available drivers...
USER@MACHINE:/etc/apt$ sudo apt-get update
Ign file: oneiric InRelease
Ign file: oneiric-updates InRelease
<SNIP>
Hit http://archive.getdeb.net oneiric-getdeb/apps Sources
Reading package lists... Done
USER@MACHINE:/etc/apt$ jockey-text --list
Traceback (most recent call last):
File "/usr/bin/jockey-text", line 128, in <module>
sys.exit(u.run())
File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 418, in run
self.list()
File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 473, in list
for h_id in self.backend().available(self.argv_options.mode):
File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 127, in backend
self._check_repositories()
File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 862, in _check_repositories
convert_dbus_exceptions(self._dbus_iface.update_repository_indexes)
File "/usr/lib/python2.7/dist-packages/jockey/backend.py", line 109, in convert_dbus_exceptions
raise BackendCrashError
jockey.backend.BackendCrashError
USER@MACHINE:/etc/apt$
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/912366/+subscriptions
References