daily pastebin goal
64%
SHARE
TWEET

Untitled

a guest Dec 28th, 2015 50 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@monitorintg:~# sudo do-release-upgrade -d
  2. /usr/lib/python2.6/dist-packages/DistUpgrade/utils.py:191: DeprecationWarning: Attribute 'Find' of the 'apt_pkg.Configuration' object is deprecated, use 'find' instead.
  3.   if apt_pkg.Config.Find("Acquire::http::Proxy") != '':
  4. Checking for a new ubuntu release
  5. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:183: DeprecationWarning: apt_pkg.ParseTagFile() is deprecated. Please see apt_pkg.TagFile() for the replacement.
  6.   index_tag = apt_pkg.ParseTagFile(self.metarelease_information)
  7. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:184: DeprecationWarning: Attribute 'Step' of the 'apt_pkg.TagFile' object is deprecated, use 'step' instead.
  8.   step_result = index_tag.Step()
  9. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:186: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
  10.   if index_tag.Section.has_key("Dist"):
  11. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:187: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
  12.   name = index_tag.Section["Dist"]
  13. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:189: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
  14.   rawdate = index_tag.Section["Date"]
  15. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:191: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
  16.   supported = int(index_tag.Section["Supported"])
  17. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:192: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
  18.   version = index_tag.Section["Version"]
  19. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:195: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
  20.   if index_tag.Section.has_key("ReleaseNotes"):
  21. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:196: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
  22.   dist.releaseNotesURI = index_tag.Section["ReleaseNotes"]
  23. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:200: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
  24.   if index_tag.Section.has_key("ReleaseNotesHtml"):
  25. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:205: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
  26.   if index_tag.Section.has_key("UpgradeTool"):
  27. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:206: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
  28.   dist.upgradeTool =  index_tag.Section["UpgradeTool"]
  29. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:207: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
  30.   if index_tag.Section.has_key("UpgradeToolSignature"):
  31. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:208: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
  32.   dist.upgradeToolSig =  index_tag.Section["UpgradeToolSignature"]
  33. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:212: DeprecationWarning: Attribute 'Step' of the 'apt_pkg.TagFile' object is deprecated, use 'step' instead.
  34.   step_result = index_tag.Step()
  35. /usr/lib/python2.6/dist-packages/UpdateManager/Core/MetaRelease.py:201: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
  36.   dist.releaseNotesHtmlUri = index_tag.Section["ReleaseNotesHtml"]
  37. No new release found
  38.  
  39.  
  40. root@monitorintg:~# lsb_release -a
  41. No LSB modules are available.
  42. Distributor ID: Ubuntu
  43. Description:    Ubuntu 10.10
  44. Release:        10.10
  45. Codename:       maverick
RAW Paste Data
Top