Public bug reported:

When trying to start jockey-gtk out of the menu, the program crashed
after showing a statusbar and the message "Paket-Indizes herunterladen"
(german). jockey tries to get package-archives using apt, but i've no
internet-connection here.

There should be an error message ("No Internet Connection") instead of a
program crash.

Terminal Output:

li...@vbox-ubuntu-natty:~$ jockey-gtk >> Desktop/jockey
Traceback (most recent call last):
  File "/usr/bin/jockey-gtk", line 420, in <module>
    sys.exit(u.run())
  File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 448, in run
    self.ui_show_main()
  File "/usr/bin/jockey-gtk", line 101, in ui_show_main
    self.update_tree_model()
  File "/usr/bin/jockey-gtk", line 277, in update_tree_model
    for h_id in self.get_displayed_handlers():
  File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 793, in 
get_displayed_handlers
    return self.backend().available(self.argv_options.mode)
  File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 115, in backend
    self._check_repositories()
  File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 826, in 
_check_repositories
    self._repository_progress_handler})
  File "/usr/lib/python2.6/dist-packages/jockey/backend.py", line 98, in 
convert_dbus_exceptions
    return fn(*args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/jockey/backend.py", line 90, in 
dbus_sync_call_signal_wrapper
    raise _h_exception_exc
dbus.exceptions.DBusException: 
org.freedesktop.DBus.Python.apt.cache.FetchFailedException: Traceback (most 
recent call last):
  File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/python2.6/dist-packages/jockey/backend.py", line 600, in 
update_repository_indexes
    hasattr(self, '_locations') and self.repository_update_progress or None)
  File "/usr/lib/python2.6/dist-packages/jockey/oslib.py", line 343, in 
update_repository_indexes
    c.update(progress_cb and MyProgress(progress_cb) or None)
  File "/usr/lib/python2.6/dist-packages/apt/deprecation.py", line 98, in 
deprecated_function
    return func(*args, **kwds)
  File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 364, in update
    raise FetchFailedException(e)
FetchFailedException: W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/Release.gpg  Something wicked 
happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with 
hostname)
[...]

jockey-gtk:
  Installiert: 0.6-0ubuntu3
  Kandidat:    0.6-0ubuntu3
  Versionstabelle:
 *** 0.6-0ubuntu3 0
        100 /var/lib/dpkg/status

I'm using Ubuntu Natty Alpha.

** Affects: jockey
     Importance: Undecided
         Status: New

** Affects: jockey (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: jockey
   Importance: Undecided
       Status: New

** Description changed:

  When trying to start jockey-gtk out of the menu, the program crashed
  after showing a statusbar and the message "Paket-Indizes herunterladen"
  (german). jockey tries to get package-archives using apt, but i've no
  internet-connection here.
  
  There should be an error message ("No Internet Connection") instead of a
  program crash.
  
  Terminal Output:
  
  li...@vbox-ubuntu-natty:~$ jockey-gtk >> Desktop/jockey
  Traceback (most recent call last):
-   File "/usr/bin/jockey-gtk", line 420, in <module>
-     sys.exit(u.run())
-   File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 448, in run
-     self.ui_show_main()
-   File "/usr/bin/jockey-gtk", line 101, in ui_show_main
-     self.update_tree_model()
-   File "/usr/bin/jockey-gtk", line 277, in update_tree_model
-     for h_id in self.get_displayed_handlers():
-   File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 793, in 
get_displayed_handlers
-     return self.backend().available(self.argv_options.mode)
-   File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 115, in backend
-     self._check_repositories()
-   File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 826, in 
_check_repositories
-     self._repository_progress_handler})
-   File "/usr/lib/python2.6/dist-packages/jockey/backend.py", line 98, in 
convert_dbus_exceptions
-     return fn(*args, **kwargs)
-   File "/usr/lib/python2.6/dist-packages/jockey/backend.py", line 90, in 
dbus_sync_call_signal_wrapper
-     raise _h_exception_exc
+   File "/usr/bin/jockey-gtk", line 420, in <module>
+     sys.exit(u.run())
+   File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 448, in run
+     self.ui_show_main()
+   File "/usr/bin/jockey-gtk", line 101, in ui_show_main
+     self.update_tree_model()
+   File "/usr/bin/jockey-gtk", line 277, in update_tree_model
+     for h_id in self.get_displayed_handlers():
+   File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 793, in 
get_displayed_handlers
+     return self.backend().available(self.argv_options.mode)
+   File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 115, in backend
+     self._check_repositories()
+   File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 826, in 
_check_repositories
+     self._repository_progress_handler})
+   File "/usr/lib/python2.6/dist-packages/jockey/backend.py", line 98, in 
convert_dbus_exceptions
+     return fn(*args, **kwargs)
+   File "/usr/lib/python2.6/dist-packages/jockey/backend.py", line 90, in 
dbus_sync_call_signal_wrapper
+     raise _h_exception_exc
  dbus.exceptions.DBusException: 
org.freedesktop.DBus.Python.apt.cache.FetchFailedException: Traceback (most 
recent call last):
-   File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in 
_message_cb
-     retval = candidate_method(self, *args, **keywords)
-   File "/usr/lib/python2.6/dist-packages/jockey/backend.py", line 600, in 
update_repository_indexes
-     hasattr(self, '_locations') and self.repository_update_progress or None)
-   File "/usr/lib/python2.6/dist-packages/jockey/oslib.py", line 343, in 
update_repository_indexes
-     c.update(progress_cb and MyProgress(progress_cb) or None)
-   File "/usr/lib/python2.6/dist-packages/apt/deprecation.py", line 98, in 
deprecated_function
-     return func(*args, **kwds)
-   File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 364, in update
-     raise FetchFailedException(e)
+   File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in 
_message_cb
+     retval = candidate_method(self, *args, **keywords)
+   File "/usr/lib/python2.6/dist-packages/jockey/backend.py", line 600, in 
update_repository_indexes
+     hasattr(self, '_locations') and self.repository_update_progress or None)
+   File "/usr/lib/python2.6/dist-packages/jockey/oslib.py", line 343, in 
update_repository_indexes
+     c.update(progress_cb and MyProgress(progress_cb) or None)
+   File "/usr/lib/python2.6/dist-packages/apt/deprecation.py", line 98, in 
deprecated_function
+     return func(*args, **kwds)
+   File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 364, in update
+     raise FetchFailedException(e)
  FetchFailedException: W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/Release.gpg  Something wicked 
happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with 
hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/main/i18n/Translation-de.bz2  
Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/main/i18n/Translation-en.bz2  
Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/multiverse/i18n/Translation-de.bz2 
 Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/multiverse/i18n/Translation-en.bz2 
 Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/restricted/i18n/Translation-de.bz2 
 Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/restricted/i18n/Translation-en.bz2 
 Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/universe/i18n/Translation-de.bz2  
Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/universe/i18n/Translation-en.bz2  
Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/Release.gpg  Something 
wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated 
with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/main/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/main/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/universe/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/universe/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-backports/Release.gpg  Something 
wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated 
with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-backports/main/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-backports/main/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-backports/universe/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-backports/universe/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/Release.gpg  Something 
wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated 
with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/main/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/main/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/multiverse/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/multiverse/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/restricted/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/restricted/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/universe/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/universe/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.canonical.com/ubuntu/dists/natty/Release.gpg  Something wicked 
happened resolving 'archive.canonical.com:http' (-5 - No address associated 
with hostname)
- , W:Failed to fetch 
http://archive.canonical.com/ubuntu/dists/natty/partner/i18n/Translation-de.bz2 
 Something wicked happened resolving 'archive.canonical.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.canonical.com/ubuntu/dists/natty/partner/i18n/Translation-en.bz2 
 Something wicked happened resolving 'archive.canonical.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch http://extras.ubuntu.com/ubuntu/dists/natty/Release.gpg  
Something wicked happened resolving 'extras.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://extras.ubuntu.com/ubuntu/dists/natty/main/i18n/Translation-de.bz2  
Something wicked happened resolving 'extras.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://extras.ubuntu.com/ubuntu/dists/natty/main/i18n/Translation-en.bz2  
Something wicked happened resolving 'extras.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-proposed/Release.gpg  Something 
wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated 
with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-proposed/main/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-proposed/main/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-proposed/multiverse/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-proposed/multiverse/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-proposed/restricted/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-proposed/restricted/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-proposed/universe/i18n/Translation-de.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-proposed/universe/i18n/Translation-en.bz2
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.canonical.com/ubuntu/dists/natty/partner/source/Sources.gz  
Something wicked happened resolving 'archive.canonical.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.canonical.com/ubuntu/dists/natty/partner/binary-i386/Packages.gz 
 Something wicked happened resolving 'archive.canonical.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://extras.ubuntu.com/ubuntu/dists/natty/main/source/Sources.gz  Something 
wicked happened resolving 'extras.ubuntu.com:http' (-5 - No address associated 
with hostname)
- , W:Failed to fetch 
http://extras.ubuntu.com/ubuntu/dists/natty/main/binary-i386/Packages.gz  
Something wicked happened resolving 'extras.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/main/source/Sources.gz  Something 
wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated 
with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/restricted/source/Sources.gz  
Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/universe/source/Sources.gz  
Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/multiverse/source/Sources.gz  
Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/main/binary-i386/Packages.gz  
Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/restricted/binary-i386/Packages.gz 
 Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/universe/binary-i386/Packages.gz  
Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty/multiverse/binary-i386/Packages.gz 
 Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/main/source/Sources.gz  
Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/source/Sources.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/universe/source/Sources.gz 
 Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/source/Sources.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/main/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/restricted/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/universe/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-updates/multiverse/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-backports/main/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-backports/universe/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/main/source/Sources.gz  
Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address 
associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/restricted/source/Sources.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/universe/source/Sources.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/multiverse/source/Sources.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/main/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/restricted/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/universe/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-security/multiverse/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-proposed/restricted/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-proposed/main/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-proposed/multiverse/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/natty-proposed/universe/binary-i386/Packages.gz
  Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No 
address associated with hostname)
- , E:Some index files failed to download, they have been ignored, or old ones 
used instead.
+ [...]
+ 
+ jockey-gtk:
+   Installiert: 0.6-0ubuntu3
+   Kandidat:    0.6-0ubuntu3
+   Versionstabelle:
+  *** 0.6-0ubuntu3 0
+         100 /var/lib/dpkg/status
+ 
+ I'm using Ubuntu Natty Alpha.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689636

Title:
  jockey-gtk crashes if there is no connection to the internet

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to