Advertisement
Guest User

Untitled

a guest
Sep 25th, 2014
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. lyn@antares:~/openvas-src$ sudo apt-get upgrade -f
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Calculating upgrade... Done
  6. The following packages were automatically installed and are no longer required:
  7. linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
  8. linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
  9. linux-image-generic
  10. Use 'apt-get autoremove' to remove them.
  11. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  12. 1 not fully installed or removed.
  13. After this operation, 0 B of additional disk space will be used.
  14. Do you want to continue? [Y/n] y
  15. Setting up nvidia-331 (331.89-0ubuntu1~xedgers14.04.2) ...
  16. INFO:Enable nvidia-331
  17. Traceback (most recent call last):
  18. File "/usr/bin/quirks-handler", line 65, in <module>
  19. operation_status = main(options)
  20. File "/usr/bin/quirks-handler", line 44, in main
  21. quirks = Quirks.quirkapplier.QuirkChecker(options.package_enable, path=quirks_path)
  22. File "/usr/lib/python3/dist-packages/Quirks/quirkapplier.py", line 38, in __init__
  23. self._system_info = self.get_system_info()
  24. File "/usr/lib/python3/dist-packages/Quirks/quirkapplier.py", line 64, in get_system_info
  25. return quirk_info.get_dmi_info()
  26. File "/usr/lib/python3/dist-packages/Quirks/quirkinfo.py", line 46, in get_dmi_info
  27. 'class', 'dmi', 'id', item)).read().strip()
  28. File "/usr/lib/python3.4/codecs.py", line 313, in decode
  29. (result, consumed) = self._buffer_decode(data, self.errors, final)
  30. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
  31. dpkg: error processing package nvidia-331 (--configure):
  32. subprocess installed post-installation script returned error exit status 1
  33. Errors were encountered while processing:
  34. nvidia-331
  35. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement