[Bug 1902138] Re: Update manager failed by python

2020-11-06 Thread shameerariff
*** This bug is a duplicate of bug 1415128 ***
https://bugs.launchpad.net/bugs/1415128

** This bug has been marked a duplicate of bug 1415128
   Update-manager not launching

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

Title:
  Update manager failed by python

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1902138/+subscriptions

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

[Bug 1902138] [NEW] Update manager failed by python

2020-10-29 Thread shameerariff
Public bug reported:

Whenever the update-manager starts,the following error occurs if
software-properties-gtk is opened that also lead to the error which was
listed next to update-manager


$ sudo update-manager 
Checking for a new Ubuntu release
authenticate 'groovy.tar.gz' against 'groovy.tar.gz.gpg' 
extracting 'groovy.tar.gz'
Traceback (most recent call last):
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeQuirks.py", line 
197, in _get_from_and_to_version
di.version('%s' % self.controller.fromDist).split()[0]
AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/tmp/ubuntu-release-upgrader-9omt7t12/groovy", line 8, in 
sys.exit(main())
  File "/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeMain.py", 
line 238, in main
if app.run():
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeController.py", 
line 2089, in run
return self.fullUpgrade()
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeController.py", 
line 1926, in fullUpgrade
if not self.doPostInitialUpdate():
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeController.py", 
line 924, in doPostInitialUpdate
self.quirks.run("PostInitialUpdate")
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeQuirks.py", line 
99, in run
func()
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeQuirks.py", line 
118, in groovyPostInitialUpdate
self._get_from_and_to_version()
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeQuirks.py", line 
203, in _get_from_and_to_version
(r.version for r in di.get_all("object")
AttributeError: 'UbuntuDistroInfo' object has no attribute 'get_all'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/problem_report.py", line 477, in 
add_to_existing
self.write(f)
  File "/usr/lib/python3/dist-packages/problem_report.py", line 430, in write
block = f.read(1048576)
  File "/usr/lib/python3.8/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid 
start byte

Original exception was:
Traceback (most recent call last):
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeQuirks.py", line 
197, in _get_from_and_to_version
di.version('%s' % self.controller.fromDist).split()[0]
AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/tmp/ubuntu-release-upgrader-9omt7t12/groovy", line 8, in 
sys.exit(main())
  File "/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeMain.py", 
line 238, in main
if app.run():
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeController.py", 
line 2089, in run
return self.fullUpgrade()
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeController.py", 
line 1926, in fullUpgrade
if not self.doPostInitialUpdate():
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeController.py", 
line 924, in doPostInitialUpdate
self.quirks.run("PostInitialUpdate")
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeQuirks.py", line 
99, in run
func()
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeQuirks.py", line 
118, in groovyPostInitialUpdate
self._get_from_and_to_version()
  File 
"/tmp/ubuntu-release-upgrader-9omt7t12/DistUpgrade/DistUpgradeQuirks.py", line 
203, in _get_from_and_to_version
(r.version for r in di.get_all("object")
AttributeError: 'UbuntuDistroInfo' object has no attribute 'get_all'


$ software-properties-gtk 
ERROR:dbus.proxies:Introspect error on :1.198:/: dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message 
bus without replying
Traceback (most recent call last):
  File "/usr/bin/software-properties-gtk", line 100, in 
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, 
file=file)
  File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 211, in __init__
self.backend.Reload();
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 72, in __call__
return self._proxy_method(*args, **keywords)
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 141, in __call__
return self._connection.call_blocking(self._named_service,
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 652, in 
call_blocking
reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The 
name :1.198 was not provided by 

[Bug 1471460] Re: package python3 3.4.3-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4

2015-07-04 Thread shameerariff
Errors were encountered while processing:
 python3
 gnome-menus
 gir1.2-ibus-1.0:i386
 python3-gi
 ibus
 python3-dbus
 bluez
 gnome-bluetooth
 indicator-bluetooth
 unity-control-center
 gnome-shell
 gnome-panel
 gnome-session-flashback
 gnome-terminal
 gdm
 python3-apt
 python3-xkit
 ubuntu-drivers-common
 update-notifier-common
 lsb-release
 python3-distupgrade
 python3-update-manager
 ubuntu-release-upgrader-core
 update-manager-core
 alacarte
 python3-problem-report
 python3-apport
 apport
 apport-gtk
 firefox
 python3-six
 python3-pkg-resources
 python3-chardet
 python3-debian
 gdebi-core
 gdebi
 gedit
 python3-cairo
 python3-gi-cairo
 gedit-plugins
 python3-defer
 python3-aptdaemon
 python3-aptdaemon.pkcompat
 gnome-packagekit-session
 gnome-packagekit
 gnome-user-share
 gnome-core
 python3-brlapi
 python3-louis
 python3-pyatspi
 python3-xdg
Processing was halted because there were too many errors.
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB
localepurge: Disk space freed in /usr/share/doc/kde/HTML: 0 KiB

Total disk space freed by localepurge: 0 KiB

E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  package python3 3.4.3-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1471460/+subscriptions

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


[Bug 1471460] [NEW] package python3 3.4.3-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4

2015-07-04 Thread shameerariff
Public bug reported:

dpkg: too many errors, stopping
Errors were encountered while processing:
 python3
 update-notifier-common
 python3-lxml
 python3-brlapi
 python3-mako
 python3-crypto
 python3-xdg
 python3-update-manager
 system-config-printer-gnome
 python3-six
 gdebi-core
 apport-gtk
 python3-aptdaemon.gtk3widgets
 python3-gi-cairo
 python3-pkg-resources
 ubuntu-release-upgrader-core
 python3-gi
 python3-bs4
 lsb-release
 python3-apport
 indicator-applet
 software-center-aptdaemon-plugins
 gnome-terminal
 python3-markupsafe
 python3-defer
 python3-problem-report
 ubuntu-drivers-common
 gnome-core
 python3-uno
 ibus
 software-properties-gtk
 python3-oauthlib
 python3-chardet
 python3-aptdaemon
 update-notifier
 python3-html5lib
 aptdaemon
 rhythmbox
 firefox
 python3-httplib2
 unattended-upgrades
 gedit
 python3-requests
 apport
 python3-cupshelpers
 update-manager
 python3-software-properties
 python3-urllib3
 python3-cairo
 python-commandnotfound
 gnome-menus

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: python3 3.4.3-1
ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
Uname: Linux 3.19.0-20-generic i686
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: i386
Date: Sat Jul  4 22:11:57 2015
DuplicateSignature: package:python3:3.4.3-1:subprocess installed 
post-installation script returned error exit status 4
ErrorMessage: subprocess installed post-installation script returned error exit 
status 4
InstallationDate: Installed on 2011-10-07 (1365 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.1
SourcePackage: python3-defaults
Title: package python3 3.4.3-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 4
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python3-defaults (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 need-duplicate-check vivid

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

Title:
  package python3 3.4.3-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1471460/+subscriptions

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