[Bug 1930121] Re: package ubuntu-advantage-tools 27.0.2~18.04.1 - ModuleNotFoundError: No module named 'uaclient'

2021-11-08 Thread Fagner
Hello Grant Orndorff,

This is happening when I try to upgrade with apt upgrade
I already reported in another post but was doubled and I posted here, I 
reported on this:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1927905

I tried to run command: env PYTHONPATH=/usr/lib/python3/dist-packages apt 
upgrade
Traceback (most recent call last):
  File "", line 2, in 
  File "/usr/lib/python3/dist-packages/uaclient/entitlements/__init__.py", line 
1, in 
from typing import Dict, List, Type, cast  # noqa: F401
ImportError: cannot import name 'Type'
dpkg: error processing ubuntu-advantage-tools (--configure):
 sub-process script post-installation installed returned error output status 1
Errors were found during the processing of:
 ubuntu-advantage-tools
E: Sub-process/usr/bin/dpkg returned an error code (1)


I tried to update again but the error persisted as:

Enable UA Infra: ESM to receive additional future security updates.

See https://ubuntu.com/esm or run: sudo ua status

0 updated packages, 0 new packages installed, 0 to be removed and 0 not updated.
1 packages not fully installed or removed.
After this operation, additional 0B of disk space will be used.
Do you want to continue? [Y / n] y
Configuring ubuntu-advantage-tools (27.3 ~ 16.04.2) ...
TraceBack (most recent call last):
  File "", line 2, in 
ImportError: No module named 'uaclient'
dpkg: error processing ubuntu-advantage-tools (--configure) package:
 sub-process script post-installation installed returned error output status 1
Errors were found during the processing of:
 ubuntu-advantage-tools
E: Sub-process/usr/bin/dpkg returned an error code (1)

So I run the commands that resulted in the following exits:
which python3
/usr/local/bin/python3

python3 -c "import uaclient"
nothing

env PYTHONPATH=/usr/lib/python3/dist-packages python3 -c "import uaclient"
nothing

ua version
27.3 ~ 16.04.2

apt policy ubuntu-advantage-tools
ubuntu-advantage-tools:
  Installed: 27.3 ~ 16.04.2
  Candidate: 27.3 ~ 16.04.2
  Version table:
 *** 27.3 ~ 16.04.2 500
500 http://ppa.launchpad.net/ua-client/stable/ubuntu xenial/main amd64 
Packages
100 /var/lib/dpkg/status
 27.3 ~ 16.04.1 500
500 http://br.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages

Well I hope this problem can be solved, I'm looking forward to it.

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

Title:
  package ubuntu-advantage-tools 27.0.2~18.04.1 - ModuleNotFoundError:
  No module named 'uaclient'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1930121/+subscriptions


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

[Bug 1930121] Re: package ubuntu-advantage-tools 27.0.2~18.04.1 - ModuleNotFoundError: No module named 'uaclient'

2021-10-24 Thread Fagner
Hello, I set PYTHONPATH=/usr/lib/python3/dist-packages but still
continues to generate the same error.

I have installed Python2.7 Python3 and Python3.5

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

Title:
  package ubuntu-advantage-tools 27.0.2~18.04.1 - ModuleNotFoundError:
  No module named 'uaclient'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1930121/+subscriptions


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

[Bug 1930121] Re: package ubuntu-advantage-tools 27.0.2~18.04.1 - ModuleNotFoundError: No module named 'uaclient'

2021-10-24 Thread Fagner
Hello, I set PYTHONPATH=/usr/lib/python3/dist-packages but still
continues to generate the same error.

I have installed Python.7 Python and Python3.5

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

Title:
  package ubuntu-advantage-tools 27.0.2~18.04.1 - ModuleNotFoundError:
  No module named 'uaclient'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1930121/+subscriptions


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

[Bug 1927905] Re: package ubuntu-advantage-tools 27.0~16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2021-05-17 Thread Fagner
Hey how is everything.

I also had the same problem when updating my system.

Returned the error:

Configuring ubuntu-advantage-tools (27.0 ~ 16.04.1) ...
Traceback (most recent call last):
ImportError: No module named 'uaclient'
dpkg: error processing Ubuntu-Advantage-Tools (--configure) package:
  sub-process script post-installation installed returned error output status 1
Errors were found during processing:
  ubuntu-advantage-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)

I tried a
sudo apt autoremove

Then after removing unnecessary packages he returned the error:

Configuring ubuntu-advantage-tools (27.0 ~ 16.04.1) ...
Traceback (most recent call last):
  File "", line 2, in 
ImportError: No module named 'uaclient'
dpkg: error processing ubuntu-advantage-tools (--configure) package:
 sub-process script post-installation installed returned error output status 1
Errors were found during processing:
 Ubuntu-advantage-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)

Then I updated with:
sudo apt update
In which it has updated the system and asked to list packages to be updated 
with:
apt List --upgradable

I checked and updated with:
sudo apt upgrade
and returned me again the same error

I tried then, thinking that it was a ua client key utter, I added to the 
repository to try to solve the problem with:
sudo add-apt-repository ppa:ua-client/stable

Then I updated the packages again but the same mistake again was
returned

I then tried the command to try to clean, with:
sudo apt --purge remove && sudo apt autoclean
And again the same error was returned

I then tried the command: sudo apt -f install
And yet the same error was returned

I tried the command: sudo apt upgrade && sudo apt dist-upgrade
and also the same error was also returned

I then tried the command: sudo dpkg --configure -
Also the same error returned

I then tried to remove advantage-tools to reinstall later, but also returned 
the error a bit different but it's the same for purge. So I execute:
sudo apt remove --purge ubuntu-advantage-tools

And it was returned:

The following package has been installed automatically and is no longer 
required:
  distro-info
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
  ubuntu-advantage-tools* ubuntu-minimal*
0 updated packages, 0 new packages installed, 2 to be removed 
and 1 not updated.
1 packages not fully installed or removed.
After this operation, 3,016 KB of disk space will be released.
Do you want to continue? [Y / n] y
(Reading database ... 336633 Currently installed files and directories.)
Remove ubuntu-minimal (1,361.6) ...
Remove ubuntu-advantage-tools (27.0 ~ 16.04.1) ...
Traceback (most recent call last):
  File "", line 2, in 
ImportError: No module named 'uaclient'
dpkg: error processing the ubuntu-advantage-tools package (--purge):
 sub-process script pre-removal installed returned error output status 1
Errors were found during processing:
 ubuntu-advantage-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)

After that, I could no longer solve. In my system I can not update
anything else. If you can help.

NOTE: The results are in Portuguese but I put in English here to
facilitate.

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

Title:
  package ubuntu-advantage-tools 27.0~16.04.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1927905/+subscriptions

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

[Bug 1812527] Re: [bionic][regression] gnome-shell crashes with SIGSEGV in meta_window_actor_is_destroyed(self=NULL) called from _switchWorkspaceDone() [windowManager.js:1787]

2019-03-10 Thread Fagner Araujo
I faced this problem first when I was using skype and zoom. Both in shared 
screen mode.
Using Android Emulator, my Ubuntu are crashing too.

Just only when I change the Workspace.

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

Title:
  [bionic][regression] gnome-shell crashes with SIGSEGV in
  meta_window_actor_is_destroyed(self=NULL) called from
  _switchWorkspaceDone() [windowManager.js:1787]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1812527/+subscriptions

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

[Bug 1624877] [NEW] corte

2016-09-18 Thread Fagner Oliveira
Public bug reported:

depois que atualizei para o amdgpu meu motor grafico aumentou
consideravelmente mas tambem surgiu cortes na imagem

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 4.4.0-38.57~14.04.1-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sun Sep 18 11:40:01 2016
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus: amdgpu-pro, 16.30.3-315407, 4.4.0-38-generic, x86_64: installed
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8210] [1002:9834] 
(prog-if 00 [VGA controller])
   Subsystem: CLEVO/KAPOK Computer Device [1558:4512]
InstallationDate: Installed on 2016-09-08 (10 days ago)
InstallationMedia: It
MachineType: PHILCO 14M2
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic 
root=UUID=20daf5a6-c9d3-43ed-be93-24387f7076b7 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/10/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.03.05RPHA2
dmi.board.asset.tag: Tag 12345
dmi.board.name: 14M2
dmi.board.vendor: Notebook
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.03.05RPHA2:bd03/10/2014:svnPHILCO:pn14M2:pvrNotApplicable:rvnNotebook:rn14M2:rvrNotApplicable:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: 14M2
dmi.product.version: Not Applicable
dmi.sys.vendor: PHILCO
version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Sun Sep 18 11:37:05 2016
xserver.configfile: None
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2.2~trusty3
xserver.video_driver: amdgpu

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


** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu

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

Title:
  corte

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1624877/+subscriptions

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