[Bug 2042744] Re: su -s /bin/sh -c "keystone-manage db_sync" keystone

2024-03-06 Thread Alexandr
i FIX this with some thread.py edit:

vi /usr/lib/python3/dist-packages/eventlet/green/thread.py
(or your path to thread.py from exception traceback)
find this code:

def get_ident(gr=None):
if gr is None:
return id(greenlet.getcurrent())
else:
return id(gr)

and make try-except contruction for get id like this:

def get_ident(gr=None):
try:
if gr is None:
return id(greenlet.getcurrent())
else:
return id(gr)
except:
return id(gr)

retry:
su -s /bin/bash keystone -c "keystone-manage db_sync"

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

Title:
  su -s /bin/sh -c "keystone-manage db_sync" keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/2042744/+subscriptions


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

[Bug 1637081] Re: Xorg high load

2022-04-19 Thread Kanogin Alexandr
This problem is irrelevant, because the target system has been updated to more 
recent software versions.
Please close this bug report.

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

Title:
  Xorg high load

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


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

Re: [Bug 1898437] Re: cannot upgrade to ubuntu 20.04.1 LTS

2020-10-06 Thread Alexandr
*** This bug is a duplicate of bug 1889250 ***
https://bugs.launchpad.net/bugs/1889250

Hi,
I removed node and nodejs and disable all items in "Software & Updates =>
Other Software"
and this helped to update for 20.04.1
Thanks.

вт, 6 окт. 2020 г. в 01:00, Brian Murray <1898...@bugs.launchpad.net>:

> *** This bug is a duplicate of bug 1889250 ***
> https://bugs.launchpad.net/bugs/1889250
>
> Reviewing the files from your upgrade attempt you have installed nodejs
> from a location other than the offical Ubuntu archive. This version of
> nodejs is greater than the one in the official archive and is keeping
> some python packages installed which then prevents the upgrade from
> being calculated. Please remove nodejs along with any other packages
> from that archive and disable the archive. After that you can try
> upgrading again and if it still fails open a new bug report. Thanks and
> good luck!
>
> ** Changed in: ubuntu-release-upgrader (Ubuntu)
>Status: Incomplete => Invalid
>
> ** Tags added: nodesource-nodejs
>
> ** This bug has been marked a duplicate of bug 1889250
>Unable to calculate the upgrade to 20.04 due to nodejs from nodesource
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1898437
>
> Title:
>   cannot upgrade to ubuntu 20.04.1 LTS
>
> Status in ubuntu-release-upgrader package in Ubuntu:
>   Invalid
>
> Bug description:
>   cannot upgrade to ubuntu 20.04.1 LTS says
>   This was probably due to the fact that:
> * Unofficial software packages are not supported by Ubuntu
>   Please use the 'ppa-purge' command from the ppa-purge package
>   to uninstall software from Launchpad PPA
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: ubuntu-release-upgrader-core 1:18.04.38
>   ProcVersionSignature: Ubuntu 4.15.0-118.119-generic 4.15.18
>   Uname: Linux 4.15.0-118-generic x86_64
>   ApportVersion: 2.20.9-0ubuntu7.17
>   Architecture: amd64
>   CrashDB: ubuntu
>   CurrentDesktop: ubuntu:GNOME
>   Date: Sun Oct  4 14:18:22 2020
>   InstallationDate: Installed on 2017-08-09 (1151 days ago)
>   InstallationMedia: Ubuntu-GNOME 16.04.3 LTS "Xenial Xerus" - Release
> amd64 (20170801)
>   PackageArchitecture: all
>   SourcePackage: ubuntu-release-upgrader
>   UpgradeStatus: Upgraded to bionic on 2020-10-04 (0 days ago)
>   VarLogDistupgradeTermlog:
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1898437/+subscriptions
>

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

Title:
  cannot upgrade to ubuntu 20.04.1 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1898437/+subscriptions

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

[Bug 1898437] [NEW] cannot upgrade to ubuntu 20.04.1 LTS

2020-10-04 Thread Alexandr
Public bug reported:

cannot upgrade to ubuntu 20.04.1 LTS says
This was probably due to the fact that:
  * Unofficial software packages are not supported by Ubuntu
Please use the 'ppa-purge' command from the ppa-purge package
to uninstall software from Launchpad PPA

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.38
ProcVersionSignature: Ubuntu 4.15.0-118.119-generic 4.15.18
Uname: Linux 4.15.0-118-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.17
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Sun Oct  4 14:18:22 2020
InstallationDate: Installed on 2017-08-09 (1151 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-10-04 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic dist-upgrade third-party-packages

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

Title:
  cannot upgrade to ubuntu 20.04.1 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1898437/+subscriptions

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

[Bug 1720262] Re: gnome-screenshot Actions don't work in Wayland

2020-06-17 Thread Alexandr Granin
Ubuntu 20.04, I enabled two missing actions to have them in the context
menu of the app in dock.

- "Current window" captures only one of my displays irrespective the display 
I'm clicking the dock on. It captures not the current primary display even.
- "Selected area" doesn't do anything from dock.

When I run the app gui, all the options work as expected, except that
"area" option sometimes refuses to save a screen and falls back to the
main window (instead of saving file window). I guess some delay is
happening there which prevents the window to work properly.

I'd like this bug to be fixed somehow. It worked very nicely in Unity in
16.04.

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

Title:
  gnome-screenshot Actions don't work in Wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1720262/+subscriptions

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

[Bug 1877022] [NEW] package cups 2.1.3-4ubuntu0.11 failed to install/upgrade: проблемы зависимостей — оставляем не настроенным

2020-05-05 Thread Alexandr Kolokhmatov
Public bug reported:

Starting OS

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: cups 2.1.3-4ubuntu0.11
ProcVersionSignature: Ubuntu 4.15.0-96.97~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-96-generic i686
ApportVersion: 2.20.1-0ubuntu2.23
Architecture: i386
CupsErrorLog:
 
Date: Wed May  6 09:38:29 2020
ErrorMessage: проблемы зависимостей — оставляем не настроенным
InstallationDate: Installed on 2020-04-08 (27 days ago)
InstallationMedia: Ubuntu 16.04.6 LTS "Xenial Xerus" - Release i386 (20190227.1)
Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
MachineType: Acer Aspire 5733
Papersize: a4
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.15.0-96-generic 
root=UUID=1ff33d2b-2fa2-48fb-9595-379ac5517a90 ro quiet splash vt.handoff=7
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-96-generic 
root=UUID=1ff33d2b-2fa2-48fb-9595-379ac5517a90 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.6
 apt  1.2.32
SourcePackage: cups
Title: package cups 2.1.3-4ubuntu0.11 failed to install/upgrade: проблемы 
зависимостей — оставляем не настроенным
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/07/2011
dmi.bios.vendor: Acer
dmi.bios.version: V1.07
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Aspire 5733
dmi.board.vendor: Acer
dmi.board.version: V1.07
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.07
dmi.modalias: 
dmi:bvnAcer:bvrV1.07:bd11/07/2011:svnAcer:pnAspire5733:pvrV1.07:rvnAcer:rnAspire5733:rvrV1.07:cvnAcer:ct10:cvrV1.07:
dmi.product.family: Intel_Mobile
dmi.product.name: Aspire 5733
dmi.product.version: V1.07
dmi.sys.vendor: Acer

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


** Tags: apport-package i386 xenial

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

Title:
  package cups 2.1.3-4ubuntu0.11 failed to install/upgrade: проблемы
  зависимостей — оставляем не настроенным

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

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

[Bug 1841039] Re: Multiple keys have same keycode on HP ProBook 450 G6

2020-03-19 Thread Alexandr Drobyshevskiy
I have HP 450 G6 as well.
Installing the latest firmware as described unfortunately did NOT fix the issue.

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

Title:
  Multiple keys have same keycode on HP ProBook 450 G6

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

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

[Bug 1841039] Re: Multiple keys have same keycode on HP ProBook 450 G6

2020-01-20 Thread Alexandr
Distro release: Ubuntu 18.04.03 LTS
Device: HP ProBook 440 G6

The same problem with F3/F4 brightness button.

#sudo acpi_listen
button/f20 F20 0080  K - F3 pressed in real (wrong)
button/f20 F20 0080  K - F4 pressed in real (wrong)
button/f20 F20 0080  K - F8 pressed in real (correct)

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

Title:
  Multiple keys have same keycode on HP ProBook 450 G6

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

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

[Bug 1852108] [NEW] package apt-config-auto-update (not installed) failed to install/upgrade: попытка перезаписать «/etc/apt/apt.conf.d/10periodic», который уже имеется в пакете update-notifier-common

2019-11-11 Thread Alexandr Murashov
Public bug reported:

I can`t install any application from Ubuntu Application Manager, and
this is first error in Sinaptyc

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: apt-config-auto-update (not installed)
ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
Uname: Linux 5.3.0-19-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
Date: Mon Nov 11 20:41:23 2019
ErrorMessage: попытка перезаписать «/etc/apt/apt.conf.d/10periodic», который 
уже имеется в пакете update-notifier-common 3.192.26
InstallationDate: Installed on 2019-11-06 (5 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
Python3Details: /usr/bin/python3.7, Python 3.7.5rc1, python3-minimal, 3.7.5-1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4
SourcePackage: apt-config-auto-update
Title: package apt-config-auto-update (not installed) failed to 
install/upgrade: попытка перезаписать «/etc/apt/apt.conf.d/10periodic», который 
уже имеется в пакете update-notifier-common 3.192.26
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: apt-config-auto-update (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package eoan

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

Title:
  package apt-config-auto-update (not installed) failed to
  install/upgrade: попытка перезаписать
  «/etc/apt/apt.conf.d/10periodic», который уже имеется в пакете update-
  notifier-common 3.192.26

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-config-auto-update/+bug/1852108/+subscriptions

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

[Bug 1766495] Re: "your libfreerdp does not support h264"

2019-08-26 Thread Alexandr O
remmina 1.3.5 from the remmina-next works perfect with the GFX AVC
modes.

sudo add-apt-repository ppa:remmina-ppa-team/remmina-next
sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo apt 
autoclean

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

Title:
  "your libfreerdp does not support h264"

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

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

[Bug 1828110] [NEW] spl-dkms 0.6.5.6-0ubuntu4: spl kernel module failed to build

2019-05-07 Thread Alexandr A. Telyatnikov
Public bug reported:

Failed to build after system update
4.15.0-48-generic #51~16.04.1-Ubuntu SMP Fri Apr 5 12:01:12 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: spl-dkms 0.6.5.6-0ubuntu4
ProcVersionSignature: Ubuntu 4.15.0-48.51~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-48-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
DKMSBuildLog:
 DKMS make.log for spl-0.6.5.6 for kernel 4.15.0-48-generic (x86_64)
 Sat May  4 15:48:15 EEST 2019
 make: *** No targets specified and no makefile found.  Stop.
DKMSKernelVersion: 4.15.0-48-generic
Date: Sat May  4 15:48:21 2019
InstallationDate: Installed on 2017-08-14 (631 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
PackageVersion: 0.6.5.6-0ubuntu4
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.5
 apt  1.2.31
SourcePackage: spl-linux
Title: spl-dkms 0.6.5.6-0ubuntu4: spl kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: spl-linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  spl-dkms 0.6.5.6-0ubuntu4: spl kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spl-linux/+bug/1828110/+subscriptions

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

[Bug 1799679] Re: Nvidia driver causes Xorg to use 100% CPU and huge lag when dragging glxgears or glxheads

2019-02-21 Thread Alexandr Oleynikov
I don't think it affects just glxgears, I experience it with pretty much
any app that utilizes opengl, like Chromium or any Electron-based app
like Slack or Discord.

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

Title:
  Nvidia driver causes Xorg to use 100% CPU and huge lag when dragging
  glxgears or glxheads

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1799679/+subscriptions

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

[Bug 1815694] Re: GLib-CRITICAL and does not start

2019-02-15 Thread Alexandr
1) I installed this package:
sudo apt install adwaita-icon-theme-full

2) I tried:
/snap/bin/inkscape

Inkscape started and works!!!
version 1.0alpha (ee17174538, 2019-02-13)

Thank you!

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

Title:
  GLib-CRITICAL and  does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1815694/+subscriptions

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

[Bug 1815694] Re: GLib-CRITICAL and dosent run

2019-02-12 Thread Alexandr
** Description changed:

  1) I try:
  /snap/bin/inkscape
  
  2) but terminal showed me:
  **
  Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: 
assertion failed (error == NULL): Icon 'image-missing' not present in theme 
Mint-Y (gtk-icon-theme-error-quark, 0)
  
  Emergency save activated!
  
  (inkscape:6503): GLib-CRITICAL **: 02:12:42.305: g_path_get_dirname: 
assertion 'file_name != NULL' failed
  Emergency save completed. Inkscape will close now.
  If you can reproduce this crash, please file a bug at www.inkscape.org
  with a detailed description of the steps leading to the crash, so we can fix 
it.
  Gtk-Message: 02:12:42.314: GtkDialog mapped without a transient parent. This 
is discouraged.
  
+ 3) Application does not start
  
- 3) I use: Linux Mint 19, Cinnamon, 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 
29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
+ 4) I use: Linux Mint 19, Cinnamon, 4.15.0-45-generic #48-Ubuntu SMP Tue
+ Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

** Summary changed:

- GLib-CRITICAL and  dosent run
+ GLib-CRITICAL and  does not start

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

Title:
  GLib-CRITICAL and  does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1815694/+subscriptions

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

[Bug 1815694] [NEW] GLib-CRITICAL and does not start

2019-02-12 Thread Alexandr
Public bug reported:

1) I try:
/snap/bin/inkscape

2) but terminal showed me:
**
Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: 
assertion failed (error == NULL): Icon 'image-missing' not present in theme 
Mint-Y (gtk-icon-theme-error-quark, 0)

Emergency save activated!

(inkscape:6503): GLib-CRITICAL **: 02:12:42.305: g_path_get_dirname: assertion 
'file_name != NULL' failed
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can fix it.
Gtk-Message: 02:12:42.314: GtkDialog mapped without a transient parent. This is 
discouraged.

3) Application does not start

4) I use: Linux Mint 19, Cinnamon, 4.15.0-45-generic #48-Ubuntu SMP Tue
Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

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


** Tags: glib-critical

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

Title:
  GLib-CRITICAL and  does not start

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

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

[Bug 1812266] Re: Keyboard layout indicator does not indicate current layout (18.04 Bionic beaver)

2019-02-04 Thread Petruhin Alexandr
i'm checked 3.30.2-0ubuntu1.18.10.1 gnome-shell and can confirm that
problem is fixed.

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

Title:
  Keyboard layout indicator does not indicate current layout (18.04
  Bionic beaver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1812266/+subscriptions

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

[Bug 1812266] Re: Keyboard layout indicator does not indicate current layout (18.04 Bionic beaver)

2019-01-21 Thread Petruhin Alexandr
this bug came from this bugfix:

https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1765304

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

Title:
  Keyboard layout indicator does not indicate current layout (18.04
  Bionic beaver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1812266/+subscriptions

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

[Bug 1812266] Re: Keyboard layout indicator does not indicate current layout (18.04 Bionic beaver)

2019-01-20 Thread Petruhin Alexandr
Moreover problem appear not only in 18.04 but also in 18.10 version.

Rolling back gnome-shell and gnome-shell-common packages fix this
problem, so i added gnome-shell to affected packages.

according to this launchpad - https://launchpad.net/ubuntu/+source/gnome-shell
for Ubuntu 18.04:
- gnome-shell and gnome-shell-common version 3.28.3-0ubuntu0.18.04.4 is 
affected by this problem
- gnome-shell and gnome-shell-common version 3.28.1-0ubuntu2 is doesn't 
affected by this problem

for Ubunut 18.10
- gnome-shell and gnome-shell-common version 3.30.1-2ubuntu1.18.10.2 is 
affected by this problem
- gnome-shell and gnome-shell-common version 3.30.1-2ubuntu1 is doesn't 
affected by this problem

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

Title:
  Keyboard layout indicator does not indicate current layout (18.04
  Bionic beaver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1812266/+subscriptions

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

[Bug 1812266] Re: Keyboard layout indicator does not indicate current layout (18.04 Bionic beaver)

2019-01-20 Thread Petruhin Alexandr
** Also affects: gnome-shell (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Keyboard layout indicator does not indicate current layout (18.04
  Bionic beaver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1812266/+subscriptions

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

[Bug 1782716] Re: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout

2018-11-08 Thread Alexandr Kara
Reproduced on Fedora (with kernel 4.18.16-300.fc29.x86_64).

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

Title:
  [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout

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

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

[Bug 1787641] [NEW] package keyboard-configuration 1.108ubuntu15.4 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 10

2018-08-17 Thread Alexandr
Public bug reported:

error when booting the operating system

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: keyboard-configuration 1.108ubuntu15.4
ProcVersionSignature: Ubuntu 4.4.0-133.159-generic 4.4.134
Uname: Linux 4.4.0-133-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Fri Aug 17 22:49:58 2018
ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 10
InstallationDate: Installed on 2018-08-17 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.27
SourcePackage: console-setup
Title: package keyboard-configuration 1.108ubuntu15.4 failed to 
install/upgrade: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 10
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: console-setup (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package keyboard-configuration 1.108ubuntu15.4 failed to
  install/upgrade: подпроцесс установлен сценарий post-installation
  возвратил код ошибки 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1787641/+subscriptions

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

[Bug 867923] Re: gedit refuses to save file when backup cannot be created.

2018-06-12 Thread Alexandr Oleynikov
The back is back in 3.28.1 on Ubuntu 18.04. Regression?

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

Title:
  gedit refuses to save file when backup cannot be created.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/867923/+subscriptions

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

[Bug 1764025] Re: Network manager doesn't work with option: dns=dnsmasq

2018-04-15 Thread Alexandr
Sorry, but it seems like caches settings, even after Network-manager has been 
restarted.
After system reboot it was fine with that option, so I copied my file 
configuration back to /etc/NetworkManager/dnsmasq.d, was also fine, but 
settings from that file did not take effect.
After reboot it stops to resolve any DNS address as per description.
here is my conf file:

#addn-hosts=/home/alex/docker/test/system-config/hosts
server=/my-super-domain.com.au/172.18.0.1

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

Title:
  Network manager doesn't work with option: dns=dnsmasq

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1764025/+subscriptions

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

[Bug 1764025] [NEW] Network manager doesn't work with option: dns=dnsmasq

2018-04-14 Thread Alexandr
Public bug reported:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu Bionic Beaver (development branch)
Release:18.04
Codename:   bionic

$ uname -a
Linux alex-VirtualBox2 4.15.0-13-generic #14-Ubuntu SMP Sat Mar 17 13:44:27 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux


$ apt-cache policy network-manager
network-manager:
  Installed: 1.10.6-2ubuntu1
  Candidate: 1.10.6-2ubuntu1
  Version table:
 *** 1.10.6-2ubuntu1 500
500 http://au.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status

$ apt-cache policy dnsmasq
dnsmasq:
  Installed: (none)
  Candidate: 2.79-1
  Version table:
 2.79-1 500
500 http://au.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://au.archive.ubuntu.com/ubuntu bionic/universe i386 Packages


Once I set:
[main]
plugins=ifupdown,keyfile
dns=dnsmasq # <- this line was added
...

DNS resolving stops to work.

$ ping google.com.au
ping: google.com.au: Temporary failure in name resolution

$ nslookup google.com.au
Server: 127.0.0.53
Address:127.0.0.53#53

** server can't find google.com.au: SERVFAIL


it's only one setting I changed. /etc/NetworkManager/dnsmasq.d folder is empty.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Network manager doesn't work with option: dns=dnsmasq

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1764025/+subscriptions

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

[Bug 1743098] [NEW] terminal window doesn't update well during "git clone" command execution

2018-01-13 Thread Zaharov Alexandr
Public bug reported:

When I launch "git clone", progress bar doesn't update well - for example, if I 
push any buttons on keyboard during "git clone" execution, the whole progress 
line doesn't change(so, if the previous progress line was longer, I can see the 
rest of text left from it). 
If I push buttons at around 5-10 times, it leads to new progress line appearing 
on the next line, and it leads to having multiple progress lines till the end 
of "git clone" execution.

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


** Tags: clone git progress

** Attachment added: "git.jpg"
   https://bugs.launchpad.net/bugs/1743098/+attachment/5036245/+files/git.jpg

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

Title:
  terminal window doesn't update well during "git clone" command
  execution

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

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

[Bug 1687742] [NEW] package linux-image-4.4.0-77-generic 4.4.0-77.98 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2017-05-02 Thread Alexandr
Public bug reported:

Resolved as possible by the instruction from ubuntu-bugs.narkive.com
from Steve Beattie:

sudo dpkg -P casper-memdisk
sudo apt-get install -f # here 4.4.0 kernel was generated multiple times
sudo update-grub

This is the third time I'm trying to upgrade inbox 14.04 to 16.04 on my
Dell Inspiron and only one I've successfully rebooted.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-77-generic 4.4.0-77.98
ProcVersionSignature: Ubuntu 4.4.0-77.98-generic 4.4.59
Uname: Linux 4.4.0-77-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ignat  2290 F pulseaudio
 /dev/snd/controlC0:  ignat  2290 F pulseaudio
Date: Tue May  2 22:49:58 2017
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
HibernationDevice: RESUME=UUID=feaee4ca-16e7-434e-8539-8a1cdadfab79
InstallationDate: Installed on 2017-04-21 (11 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
MachineType: Dell Inc. Inspiron 3558
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-77-generic 
root=UUID=fabdcb72-bbec-4f90-ade9-9821baba8e4b ro quiet splash radeon.modeset=0 
nouveau.modeset=0 video.use_native_backlight=1 radeon.modeset=0 
nouveau.modeset=0 video.use_native_backlight=1 radeon.modeset=0 
nouveau.modeset=0 video.use_native_backlight=1 vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc N/A
SourcePackage: initramfs-tools
Title: package linux-image-4.4.0-77-generic 4.4.0-77.98 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
UpgradeStatus: Upgraded to xenial on 2017-05-02 (0 days ago)
dmi.bios.date: 05/31/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A10
dmi.board.name: 0G1TDD
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd05/31/2016:svnDellInc.:pnInspiron3558:pvr:rvnDellInc.:rn0G1TDD:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Inspiron 3558
dmi.sys.vendor: Dell Inc.

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package linux-image-4.4.0-77-generic 4.4.0-77.98 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

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

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


[Bug 1637081] Re: Xorg high load

2017-01-07 Thread Kanogin Alexandr
apport information

** Description changed:

  Xorg after day work can begin to consume 100% of CPU time.
  At this time, other applications are not seen to be consumed more than 5% of 
the load.
  After close other application, system performance is not restored.
  This problem independent from the video card and used driver.
  Reproduced on the GeForce 9500 GT (driver nouveau, and integrated with the 
i5-3330), and GeForce 6800 drivers 304.131.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg-core 2:1.18.4-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.4.0-46.67-generic 4.4.24
  Uname: Linux 4.4.0-46-generic x86_64
  .tmp.unity_support_test.1:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Oct 27 08:39:36 2016
  DistUpgraded: 2016-08-31 14:46:55,650 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-44-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-45-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-46-generic, x86_64: installed
  ExecutablePath: /usr/lib/xorg/Xorg
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation G96 [GeForce 9500 GT] [10de:0640] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: ZOTAC International (MCO) Ltd. G96 [GeForce 9500 GT] [19da:6046]
  InstallationDate: Installed on 2011-10-04 (1849 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427)
  JournalErrors: -- No entries --
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-46-generic root=/dev/md23 ro 
ipv6.disable=1 quiet splash nomodeset nomdmonddf nomdmonisw nomdmonddf 
nomdmonisw memmap=640k@0 vt.handoff=7
  Renderer: Software
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to xenial on 2016-08-31 (56 days ago)
  dmi.bios.date: 07/02/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1408
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H61-M LE R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev x.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1408:bd07/02/2014:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H61-MLER2.0:rvrRevx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Tue Oct 25 21:51:22 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-0ubuntu0.1
  --- 
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
u'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.96  Sun Nov  8 22:33:28 
PST 2015
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-08-31 14:46:55,650 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-44-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-45-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-46-generic, x86_64: installed
   nvidia-340, 340.96, 4.4.0-46-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation G96 [GeForce 9500 GT] [10de:0640] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: ZOTAC International (MCO) Ltd. G96 [GeForce 9500 GT] [19da:6046]
  InstallationDate: Installed on 2011-10-04 (1851 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty 

[Bug 1637081] Re: Xorg high load

2017-01-07 Thread Kanogin Alexandr
Problem reproduced on the GeForce GT 630 with driver
367.57-0ubuntu0.16.04.1.

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

Title:
  Xorg high load

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

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


[Bug 1645031] [NEW] don't downloaded

2016-11-26 Thread Alexandr
Public bug reported:

errors

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.2 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CasperVersion: 1.376
Date: Sat Nov 26 21:44:12 2016
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
ProcEnviron:
 LANGUAGE=ru_RU.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubiquity-2.21.63.2 ubuntu xenial

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

Title:
  don't downloaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1645031/+subscriptions

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


[Bug 1637081] Re: Xorg high load

2016-10-30 Thread Kanogin Alexandr
I use DE - Mate 1.12.0.
I ran command 'pkill -HUP marco' Xorg and the load of the process has fallen to 
its lowest level.
The process Marco consumes a standard load before and after reload marco 
process.

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

Title:
  Xorg high load

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

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


[Bug 1637081] XorgLog.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1637081/+attachment/4768838/+files/XorgLog.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] xdpyinfo.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1637081/+attachment/4768843/+files/xdpyinfo.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] ProcModules.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1637081/+attachment/4768835/+files/ProcModules.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] UnitySupportTest.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "UnitySupportTest.txt"
   
https://bugs.launchpad.net/bugs/1637081/+attachment/4768837/+files/UnitySupportTest.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] NvidiaBugReportLog.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "NvidiaBugReportLog.txt"
   
https://bugs.launchpad.net/bugs/1637081/+attachment/4768832/+files/NvidiaBugReportLog.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] Lspci.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1637081/+attachment/4768830/+files/Lspci.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] nvidia-settings.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "nvidia-settings.txt"
   
https://bugs.launchpad.net/bugs/1637081/+attachment/4768842/+files/nvidia-settings.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] DpkgLog.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1637081/+attachment/4768829/+files/DpkgLog.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] CurrentDmesg.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1637081/+attachment/4768828/+files/CurrentDmesg.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] nvidia-bug-report.log.gz

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "nvidia-bug-report.log.gz"
   
https://bugs.launchpad.net/bugs/1637081/+attachment/4768841/+files/nvidia-bug-report.log.gz

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

Title:
  Xorg high load

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

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


[Bug 1637081] Lsusb.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1637081/+attachment/4768831/+files/Lsusb.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] BootLog.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "BootLog.txt"
   
https://bugs.launchpad.net/bugs/1637081/+attachment/4768827/+files/BootLog.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] XorgLogOld.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1637081/+attachment/4768839/+files/XorgLogOld.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] Xrandr.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1637081/+attachment/4768840/+files/Xrandr.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] ProcInterrupts.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1637081/+attachment/4768834/+files/ProcInterrupts.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] UdevDb.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1637081/+attachment/4768836/+files/UdevDb.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] Re: Xorg high load

2016-10-28 Thread Kanogin Alexandr
apport information

** Tags added: apport-collected

** Description changed:

  Xorg after day work can begin to consume 100% of CPU time.
  At this time, other applications are not seen to be consumed more than 5% of 
the load.
  After close other application, system performance is not restored.
  This problem independent from the video card and used driver.
  Reproduced on the GeForce 9500 GT (driver nouveau, and integrated with the 
i5-3330), and GeForce 6800 drivers 304.131.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg-core 2:1.18.4-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.4.0-46.67-generic 4.4.24
  Uname: Linux 4.4.0-46-generic x86_64
  .tmp.unity_support_test.1:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Oct 27 08:39:36 2016
  DistUpgraded: 2016-08-31 14:46:55,650 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-44-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-45-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-46-generic, x86_64: installed
  ExecutablePath: /usr/lib/xorg/Xorg
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation G96 [GeForce 9500 GT] [10de:0640] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: ZOTAC International (MCO) Ltd. G96 [GeForce 9500 GT] [19da:6046]
  InstallationDate: Installed on 2011-10-04 (1849 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427)
  JournalErrors: -- No entries --
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-46-generic root=/dev/md23 ro 
ipv6.disable=1 quiet splash nomodeset nomdmonddf nomdmonisw nomdmonddf 
nomdmonisw memmap=640k@0 vt.handoff=7
  Renderer: Software
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to xenial on 2016-08-31 (56 days ago)
  dmi.bios.date: 07/02/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1408
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H61-M LE R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev x.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1408:bd07/02/2014:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H61-MLER2.0:rvrRevx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Tue Oct 25 21:51:22 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-0ubuntu0.1
+ --- 
+ .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
u'/proc/driver/nvidia/gpus/:01:00.0'
+ .proc.driver.nvidia.registry: Binary: ""
+ .proc.driver.nvidia.version:
+  NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.96  Sun Nov  8 22:33:28 
PST 2015
+  GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2)
+ .tmp.unity_support_test.0:
+  
+ ApportVersion: 2.20.1-0ubuntu2.1
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: None
+ DistUpgraded: 2016-08-31 14:46:55,650 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
+ DistroCodename: xenial
+ DistroRelease: Ubuntu 16.04
+ DistroVariant: ubuntu
+ DkmsStatus:
+  bbswitch, 0.8, 4.4.0-44-generic, x86_64: installed
+  bbswitch, 0.8, 4.4.0-45-generic, x86_64: installed
+  bbswitch, 0.8, 4.4.0-46-generic, x86_64: installed
+  nvidia-340, 340.96, 4.4.0-46-generic, x86_64: installed
+ ExtraDebuggingInterest: Yes, if not too technical
+ GraphicsCard:
+  NVIDIA Corporation G96 [GeForce 9500 GT] [10de:0640] (rev a1) (prog-if 00 
[VGA controller])
+Subsystem: ZOTAC International (MCO) Ltd. G96 [GeForce 9500 GT] [19da:6046]
+ InstallationDate: Installed on 2011-10-04 (1851 days ago)
+ 

[Bug 1637081] ProcCpuinfo.txt

2016-10-28 Thread Kanogin Alexandr
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1637081/+attachment/4768833/+files/ProcCpuinfo.txt

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

Title:
  Xorg high load

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

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


[Bug 1637081] [NEW] Xorg high load

2016-10-27 Thread Kanogin Alexandr
Public bug reported:

Xorg after day work can begin to consume 100% of CPU time.
At this time, other applications are not seen to be consumed more than 5% of 
the load.
After close other application, system performance is not restored.
This problem independent from the video card and used driver.
Reproduced on the GeForce 9500 GT (driver nouveau, and integrated with the 
i5-3330), and GeForce 6800 drivers 304.131.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xserver-xorg-core 2:1.18.4-0ubuntu0.1
ProcVersionSignature: Ubuntu 4.4.0-46.67-generic 4.4.24
Uname: Linux 4.4.0-46-generic x86_64
.tmp.unity_support_test.1:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Thu Oct 27 08:39:36 2016
DistUpgraded: 2016-08-31 14:46:55,650 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.4.0-44-generic, x86_64: installed
 bbswitch, 0.8, 4.4.0-45-generic, x86_64: installed
 bbswitch, 0.8, 4.4.0-46-generic, x86_64: installed
ExecutablePath: /usr/lib/xorg/Xorg
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation G96 [GeForce 9500 GT] [10de:0640] (rev a1) (prog-if 00 [VGA 
controller])
   Subsystem: ZOTAC International (MCO) Ltd. G96 [GeForce 9500 GT] [19da:6046]
InstallationDate: Installed on 2011-10-04 (1849 days ago)
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427)
JournalErrors: -- No entries --
MachineType: System manufacturer System Product Name
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-46-generic root=/dev/md23 ro 
ipv6.disable=1 quiet splash nomodeset nomdmonddf nomdmonisw nomdmonddf 
nomdmonisw memmap=640k@0 vt.handoff=7
Renderer: Software
SourcePackage: xorg-server
UpgradeStatus: Upgraded to xenial on 2016-08-31 (56 days ago)
dmi.bios.date: 07/02/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1408
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H61-M LE R2.0
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev x.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1408:bd07/02/2014:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H61-MLER2.0:rvrRevx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Tue Oct 25 21:51:22 2016
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-0ubuntu0.1

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


** Tags: amd64 apport-bug ubuntu xenial

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

Title:
  Xorg high load

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

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


[Bug 1629469] Re: wifi wi-fi wireless connection drops down randomly

2016-10-25 Thread Dragutsan Alexandr
This issue persists in the kernel version 4.8.3 too.

Please advice me the next steps:

Should I create a new bug report:
 if yes, how can i correctly define problematical process/module, one PID of 
which should be defined to apport-cli?
- kworker/4u+
- /usr/bin/ibus-daemon --daemonize --xin
2 above have a few CPU activity while flowing messages to kern.log.

Should i report directly-online this bug or i can save a local report-
file with further transfer to a bug-tracking system?

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] Re: wifi wi-fi wireless connection drops down randomly

2016-10-25 Thread Dragutsan Alexandr
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

** Tags added: kernel-bug-exists-upstream

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] Re: wifi wi-fi wireless connection drops down randomly

2016-10-24 Thread Dragutsan Alexandr
This issue is being observed sinse kernel version 3.16.

Sorry for longtime reply. Already trying 4.8.3 kernel... If bug
persists, it should be confirmed in a day or a few.

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] Re: wifi wi-fi wireless connection drops down randomly

2016-10-23 Thread Dragutsan Alexandr
** Description changed:

  wifi wi-fi wireless connection drops down flowing to kern.log:
  
  Sep 26 19:27:13 freelsd-luck kernel: [28423.068865] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
  Sep 26 19:27:13 freelsd-luck kernel: [28423.182073] ath: phy0: Chip reset 
failed
  Sep 26 19:27:13 freelsd-luck kernel: [28423.182085] ath: phy0: Unable to 
reset channel, reset status -22
  Sep 26 19:27:13 freelsd-luck kernel: [28423.258006] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
  Sep 26 19:27:13 freelsd-luck kernel: [28423.371691] ath: phy0: Chip reset 
failed
  Sep 26 19:27:13 freelsd-luck kernel: [28423.371702] ath: phy0: Unable to 
reset channel, reset status -22
  Sep 26 19:27:14 freelsd-luck kernel: [28423.447861] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
  Sep 26 19:27:14 freelsd-luck kernel: [28423.560914] ath: phy0: Chip reset 
failed
  Sep 26 19:27:14 freelsd-luck kernel: [28423.560926] ath: phy0: Unable to 
reset channel, reset status -22
  Sep 26 19:27:14 freelsd-luck kernel: [28423.636926] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
  
- Would be easier to have a opportunity to reset connection through logging out 
from DE.
+ Would be easier to have an opportunity to reset connection through logging 
out from DE.
  I do appreciate any clarifications!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ibus 1.5.11-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Sep 30 23:27:14 2016
  ExecutablePath: /usr/bin/ibus-daemon
  InstallationDate: Installed on 2016-08-30 (31 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
-  LANGUAGE=ru
-  PATH=(custom, user)
-  XDG_RUNTIME_DIR=
-  LANG=ru_RU.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=ru
+  PATH=(custom, user)
+  XDG_RUNTIME_DIR=
+  LANG=ru_RU.UTF-8
+  SHELL=/bin/bash
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)
- --- 
+ ---
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  freelsd1642 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  freelsd1642 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=690647ab-07af-4795-8237-2647a0bb5377
  InstallationDate: Installed on 2016-08-30 (31 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: ASUSTeK Computer INC. 1001PXD
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic 
root=UUID=21db0152-8822-4685-97c7-0884a064aa48 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
-  linux-restricted-modules-4.4.0-38-generic N/A
-  linux-backports-modules-4.4.0-38-generic  N/A
-  linux-firmware1.157.3
+  linux-restricted-modules-4.4.0-38-generic N/A
+  linux-backports-modules-4.4.0-38-generic  N/A
+  linux-firmware1.157.3
  Tags:  xenial
  Uname: Linux 4.4.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/01/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0403
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1001PXD
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0403:bd12/01/2010:svnASUSTeKComputerINC.:pn1001PXD:pvrx.x:rvnASUSTeKComputerINC.:rn1001PXD:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1001PXD
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.
- --- 
+ ---
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  freelsd6083 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  freelsd6083 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=690647ab-07af-4795-8237-2647a0bb5377
  InstallationDate: Installed on 2016-08-30 (31 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: ASUSTeK Computer INC. 1001PXD
  Package: linux (not 

[Bug 1633870] [NEW] package fpc-source-3.0.0 (not installed) failed to install/upgrade: попытка перезаписать «/usr/share/fpcsrc/3.0.0/rtl/android/jvm/java_sys_android.inc», который уже имеется в пакет

2016-10-16 Thread Alexandr Vishnyakov
Public bug reported:

ubuntu 16.04
fpc-source-3.0.0

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: fpc-source-3.0.0 (not installed)
ProcVersionSignature: Ubuntu 4.4.0-42.62-generic 4.4.21
Uname: Linux 4.4.0-42-generic i686
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: i386
Date: Sun Oct 16 19:57:05 2016
ErrorMessage: попытка перезаписать 
«/usr/share/fpcsrc/3.0.0/rtl/android/jvm/java_sys_android.inc», который уже 
имеется в пакете fpc-src 3.0.0
InstallationDate: Installed on 2016-10-05 (10 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release i386 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: fpc
Title: package fpc-source-3.0.0 (not installed) failed to install/upgrade: 
попытка перезаписать 
«/usr/share/fpcsrc/3.0.0/rtl/android/jvm/java_sys_android.inc», который уже 
имеется в пакете fpc-src 3.0.0
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 xenial

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

Title:
  package fpc-source-3.0.0 (not installed) failed to install/upgrade:
  попытка перезаписать
  «/usr/share/fpcsrc/3.0.0/rtl/android/jvm/java_sys_android.inc»,
  который уже имеется в пакете fpc-src 3.0.0

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

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

[Bug 1629469] Re: wifi wi-fi wireless connection drops down randomly

2016-10-01 Thread Dragutsan Alexandr
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] ProcInterrupts.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752278/+files/ProcInterrupts.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] ProcCpuinfo.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752276/+files/ProcCpuinfo.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] JournalErrors.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752273/+files/JournalErrors.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] Re: wifi wi-fi wireless connection drops down randomly

2016-10-01 Thread Dragutsan Alexandr
how this report was created:
sudo apport-cli --save ~/dma_failed_log  -c ~/dma_failed_log.crash --file-bug 
-P 1660

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] WifiSyslog.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752283/+files/WifiSyslog.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] CRDA.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1629469/+attachment/4752270/+files/CRDA.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] IwConfig.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752272/+files/IwConfig.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] CurrentDmesg.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752271/+files/CurrentDmesg.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] Re: wifi wi-fi wireless connection drops down randomly

2016-10-01 Thread Dragutsan Alexandr
have no idea what to do, help me please:
:~$ apport-collect 1629469
/usr/share/apport/apport-gtk:16: PyGIWarning: Wnck was imported without 
specifying a version first. Use gi.require_version('Wnck', '3.0') before import 
to ensure that the right version gets loaded.
  from gi.repository import GLib, Wnck, GdkX11, Gdk
dpkg-query: no packages found matching linux

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] Lsusb.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1629469/+attachment/4752275/+files/Lsusb.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] UdevDb.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1629469/+attachment/4752282/+files/UdevDb.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] ProcEnviron.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752277/+files/ProcEnviron.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] RfKill.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1629469/+attachment/4752281/+files/RfKill.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] ProcModules.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752279/+files/ProcModules.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] Re: wifi wi-fi wireless connection drops down randomly

2016-10-01 Thread Dragutsan Alexandr
apport information

** Description changed:

  wifi wi-fi wireless connection drops down flowing to kern.log:
  
  Sep 26 19:27:13 freelsd-luck kernel: [28423.068865] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
  Sep 26 19:27:13 freelsd-luck kernel: [28423.182073] ath: phy0: Chip reset 
failed
  Sep 26 19:27:13 freelsd-luck kernel: [28423.182085] ath: phy0: Unable to 
reset channel, reset status -22
  Sep 26 19:27:13 freelsd-luck kernel: [28423.258006] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
  Sep 26 19:27:13 freelsd-luck kernel: [28423.371691] ath: phy0: Chip reset 
failed
  Sep 26 19:27:13 freelsd-luck kernel: [28423.371702] ath: phy0: Unable to 
reset channel, reset status -22
  Sep 26 19:27:14 freelsd-luck kernel: [28423.447861] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
  Sep 26 19:27:14 freelsd-luck kernel: [28423.560914] ath: phy0: Chip reset 
failed
  Sep 26 19:27:14 freelsd-luck kernel: [28423.560926] ath: phy0: Unable to 
reset channel, reset status -22
  Sep 26 19:27:14 freelsd-luck kernel: [28423.636926] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
  
  Would be easier to have a opportunity to reset connection through logging out 
from DE.
  I do appreciate any clarifications!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ibus 1.5.11-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Sep 30 23:27:14 2016
  ExecutablePath: /usr/bin/ibus-daemon
  InstallationDate: Installed on 2016-08-30 (31 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=ru
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  freelsd1642 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=690647ab-07af-4795-8237-2647a0bb5377
  InstallationDate: Installed on 2016-08-30 (31 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: ASUSTeK Computer INC. 1001PXD
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic 
root=UUID=21db0152-8822-4685-97c7-0884a064aa48 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-38-generic N/A
   linux-backports-modules-4.4.0-38-generic  N/A
   linux-firmware1.157.3
  Tags:  xenial
  Uname: Linux 4.4.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/01/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0403
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1001PXD
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0403:bd12/01/2010:svnASUSTeKComputerINC.:pn1001PXD:pvrx.x:rvnASUSTeKComputerINC.:rn1001PXD:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1001PXD
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  freelsd6083 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=690647ab-07af-4795-8237-2647a0bb5377
+ InstallationDate: Installed on 2016-08-30 (31 days ago)
+ InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
+ MachineType: ASUSTeK Computer INC. 1001PXD
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic 
root=UUID=21db0152-8822-4685-97c7-0884a064aa48 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
+ RelatedPackageVersions:
+  linux-restricted-modules-4.4.0-38-generic N/A
+  linux-backports-modules-4.4.0-38-generic  N/A
+  linux-firmware1.157.3
+ Tags:  xenial
+ Uname: Linux 4.4.0-38-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh 

[Bug 1629469] Lspci.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1629469/+attachment/4752274/+files/Lspci.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] PulseList.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752280/+files/PulseList.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] ProcModules.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752255/+files/ProcModules.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] RfKill.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1629469/+attachment/4752256/+files/RfKill.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] UdevDb.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1629469/+attachment/4752257/+files/UdevDb.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] WifiSyslog.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752258/+files/WifiSyslog.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] ProcInterrupts.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752254/+files/ProcInterrupts.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] Re: wifi wi-fi wireless connection drops down randomly

2016-10-01 Thread Dragutsan Alexandr
apport information

** Tags added: apport-collected

** Description changed:

  wifi wi-fi wireless connection drops down flowing to kern.log:
  
  Sep 26 19:27:13 freelsd-luck kernel: [28423.068865] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
  Sep 26 19:27:13 freelsd-luck kernel: [28423.182073] ath: phy0: Chip reset 
failed
  Sep 26 19:27:13 freelsd-luck kernel: [28423.182085] ath: phy0: Unable to 
reset channel, reset status -22
  Sep 26 19:27:13 freelsd-luck kernel: [28423.258006] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
  Sep 26 19:27:13 freelsd-luck kernel: [28423.371691] ath: phy0: Chip reset 
failed
  Sep 26 19:27:13 freelsd-luck kernel: [28423.371702] ath: phy0: Unable to 
reset channel, reset status -22
  Sep 26 19:27:14 freelsd-luck kernel: [28423.447861] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
  Sep 26 19:27:14 freelsd-luck kernel: [28423.560914] ath: phy0: Chip reset 
failed
  Sep 26 19:27:14 freelsd-luck kernel: [28423.560926] ath: phy0: Unable to 
reset channel, reset status -22
  Sep 26 19:27:14 freelsd-luck kernel: [28423.636926] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
  
  Would be easier to have a opportunity to reset connection through logging out 
from DE.
  I do appreciate any clarifications!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ibus 1.5.11-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Sep 30 23:27:14 2016
  ExecutablePath: /usr/bin/ibus-daemon
  InstallationDate: Installed on 2016-08-30 (31 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcEnviron:
   LANGUAGE=ru
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  freelsd1642 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=690647ab-07af-4795-8237-2647a0bb5377
+ InstallationDate: Installed on 2016-08-30 (31 days ago)
+ InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
+ MachineType: ASUSTeK Computer INC. 1001PXD
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic 
root=UUID=21db0152-8822-4685-97c7-0884a064aa48 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
+ RelatedPackageVersions:
+  linux-restricted-modules-4.4.0-38-generic N/A
+  linux-backports-modules-4.4.0-38-generic  N/A
+  linux-firmware1.157.3
+ Tags:  xenial
+ Uname: Linux 4.4.0-38-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 12/01/2010
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 0403
+ dmi.board.asset.tag: To Be Filled By O.E.M.
+ dmi.board.name: 1001PXD
+ dmi.board.vendor: ASUSTeK Computer INC.
+ dmi.board.version: x.xx
+ dmi.chassis.asset.tag: 0x
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: ASUSTeK Computer INC.
+ dmi.chassis.version: x.x
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0403:bd12/01/2010:svnASUSTeKComputerINC.:pn1001PXD:pvrx.x:rvnASUSTeKComputerINC.:rn1001PXD:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
+ dmi.product.name: 1001PXD
+ dmi.product.version: x.x
+ dmi.sys.vendor: ASUSTeK Computer INC.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752245/+files/AlsaInfo.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] ProcEnviron.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752253/+files/ProcEnviron.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] JournalErrors.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752249/+files/JournalErrors.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] Lspci.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1629469/+attachment/4752250/+files/Lspci.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] ProcCpuinfo.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752252/+files/ProcCpuinfo.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] Lsusb.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1629469/+attachment/4752251/+files/Lsusb.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] IwConfig.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752248/+files/IwConfig.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] CurrentDmesg.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1629469/+attachment/4752247/+files/CurrentDmesg.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] CRDA.txt

2016-10-01 Thread Dragutsan Alexandr
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1629469/+attachment/4752246/+files/CRDA.txt

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1629469] [NEW] wifi wi-fi wireless connection drops down randomly

2016-09-30 Thread Dragutsan Alexandr
Public bug reported:

wifi wi-fi wireless connection drops down flowing to kern.log:

Sep 26 19:27:13 freelsd-luck kernel: [28423.068865] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
Sep 26 19:27:13 freelsd-luck kernel: [28423.182073] ath: phy0: Chip reset failed
Sep 26 19:27:13 freelsd-luck kernel: [28423.182085] ath: phy0: Unable to reset 
channel, reset status -22
Sep 26 19:27:13 freelsd-luck kernel: [28423.258006] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
Sep 26 19:27:13 freelsd-luck kernel: [28423.371691] ath: phy0: Chip reset failed
Sep 26 19:27:13 freelsd-luck kernel: [28423.371702] ath: phy0: Unable to reset 
channel, reset status -22
Sep 26 19:27:14 freelsd-luck kernel: [28423.447861] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x
Sep 26 19:27:14 freelsd-luck kernel: [28423.560914] ath: phy0: Chip reset failed
Sep 26 19:27:14 freelsd-luck kernel: [28423.560926] ath: phy0: Unable to reset 
channel, reset status -22
Sep 26 19:27:14 freelsd-luck kernel: [28423.636926] ath: phy0: DMA failed to 
stop in 10 ms AR_CR=0x AR_DIAG_SW=0x DMADBG_7=0x

Would be easier to have a opportunity to reset connection through logging out 
from DE.
I do appreciate any clarifications!

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ibus 1.5.11-1ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Sep 30 23:27:14 2016
ExecutablePath: /usr/bin/ibus-daemon
InstallationDate: Installed on 2016-08-30 (31 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
ProcEnviron:
 LANGUAGE=ru
 PATH=(custom, user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: ibus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  wifi wi-fi wireless connection drops down randomly

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

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


[Bug 1626602] Re: package mysql-common 5.7.15-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-09-23 Thread Alexandr
*** This bug is a duplicate of bug 1608197 ***
https://bugs.launchpad.net/bugs/1608197

I found decision of this bug on
http://forum.ubuntu.ru/index.php?topic=276720.0

Instruction:
sudo apt-get purge mysql* -V
sudo rm -rv /var/lib/mysql
sudo rm -rv /var/log/mysql*
sudo rm -rv /etc/mysql*

and reinstall mysql:
sudo apt-get install mysql-server

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

Title:
  package mysql-common 5.7.15-0ubuntu0.16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1626602/+subscriptions

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


[Bug 1626602] Re: package mysql-common 5.7.15-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-09-23 Thread Alexandr
*** This bug is a duplicate of bug 1608197 ***
https://bugs.launchpad.net/bugs/1608197

** This bug has been marked a duplicate of bug 1608197
   package mysql-server-5.7 5.7.13-0ubuntu0.16.04.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package mysql-common 5.7.15-0ubuntu0.16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1626602/+subscriptions

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


[Bug 1626602] Re: package mysql-common 5.7.15-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-09-23 Thread Alexandr
** This bug is no longer a duplicate of bug 1579708
   mysql maintainer scripts fail if files in /etc/mysql have been deleted 
locally

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

Title:
  package mysql-common 5.7.15-0ubuntu0.16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1626602/+subscriptions

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


[Bug 1626602] [NEW] package mysql-common 5.7.15-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-09-22 Thread Alexandr
Public bug reported:

Whenever during updating any packages i have this bug

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mysql-common 5.7.15-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
Uname: Linux 4.4.0-36-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Thu Sep 22 19:43:07 2016
Dependencies:
 
DpkgTerminalLog:
 Setting up mysql-common (5.7.15-0ubuntu0.16.04.1) ...
 update-alternatives: error: alternative path /etc/mysql/my.cnf.fallback 
doesn't exist
 dpkg: error processing package mysql-common (--configure):
  subprocess installed post-installation script returned error exit status 2
DuplicateSignature:
 package:mysql-common:5.7.15-0ubuntu0.16.04.1
 Setting up mysql-common (5.7.15-0ubuntu0.16.04.1) ...
 update-alternatives: error: alternative path /etc/mysql/my.cnf.fallback 
doesn't exist
 dpkg: error processing package mysql-common (--configure):
  subprocess installed post-installation script returned error exit status 2
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationDate: Installed on 2014-10-02 (720 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.my.cnf: Error: [Errno 2] Нет такого файла или каталога: 
'/etc/mysql/my.cnf'
MySQLConf.etc.mysql.mysql.cnf: Error: [Errno 2] Нет такого файла или каталога: 
'/etc/mysql/mysql.cnf'
PackageArchitecture: all
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic 
root=UUID=58544d1b-0481-434f-96b9-8e1220917efa ro quiet splash
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: mysql-5.7
Title: package mysql-common 5.7.15-0ubuntu0.16.04.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
UpgradeStatus: Upgraded to xenial on 2016-04-30 (144 days ago)
modified.conffile..etc.mysql.conf.d.mysql.cnf: [deleted]
modified.conffile..etc.mysql.conf.d.mysqldump.cnf: [deleted]
modified.conffile..etc.mysql.debian-start: [deleted]
modified.conffile..etc.mysql.my.cnf.fallback: [deleted]
modified.conffile..etc.mysql.mysql.cnf: [deleted]
modified.conffile..etc.mysql.mysql.conf.d.mysqld.cnf: [deleted]
modified.conffile..etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf: [deleted]

** Affects: mysql-5.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package mysql-common 5.7.15-0ubuntu0.16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1626602/+subscriptions

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

[Bug 1573906] Re: Touchpad features not working

2016-09-18 Thread Alexandr
My elantech touchpad are not configurable even through dconf-editor.
Such settings as tap-to-click and natural-scroll are enabled, but
doesn't work. Touchpad section on gnome-control-center are missing too.
Fn+f9 (Disable touchpad) shortcut are not functional.

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

Title:
  Touchpad features not working

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

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


[Bug 1576930] Re: Excessive consumption RAM of mysqld daemon in Kubuntu 16.04

2016-06-25 Thread Alexandr
The problem is observed on the mysql-5.7

** Changed in: mysql-5.7 (Ubuntu)
   Status: Triaged => Confirmed

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

Title:
  Excessive consumption RAM of mysqld daemon in Kubuntu 16.04

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

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


[Bug 1576588] Re: google-authenticator with openvpn fails on 16.04

2016-05-11 Thread Alexandr
Only one workaround. Use tty if you have no problem with crashing
graphical interface.

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

Title:
  google-authenticator with openvpn fails on 16.04

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

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


[Bug 1580449] [NEW] Wrong file size

2016-05-10 Thread Alexandr
Public bug reported:

Nautilus show that 244 401 574 bytes is 244,4 MB. But 1 MB is 1024 bytes, not 
1000.
ls -lah | grep Final.avi 
-rw-rw-r--  1 mogost mogost 234M май 11 02:17 Final.avi

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

** Attachment added: "nautilus.png"
   
https://bugs.launchpad.net/bugs/1580449/+attachment/4660412/+files/nautilus.png

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

Title:
  Wrong file size

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

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

[Bug 1576588] Re: google-authenticator with openvpn fails on 16.04

2016-04-30 Thread Alexandr
All has been said. I can confirm the problem.

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

Title:
  google-authenticator with openvpn fails on 16.04

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

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


[Bug 1576588] Re: google-authenticator with openvpn fails on 16.04

2016-04-30 Thread Alexandr
There is no problem if you connect from tty1.

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

Title:
  google-authenticator with openvpn fails on 16.04

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

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


[Bug 1573722] Re: Ubuntu 16.04 grub2 installation problem

2016-04-30 Thread Alexandr
Laptop: Latitude E7450
load in UEFI mode (try ubuntu) -> Install ubuntu -> Erase all data and install 
ubuntu, everything was installed without errors, after reboot I see again UEFI 
boot menu from flash drive (eject flash) - > no bootable devices found...

so sad, roll back to Ubuntu 14.04...

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

Title:
  Ubuntu 16.04 grub2 installation problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1573722/+subscriptions

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


[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2016-04-28 Thread Alexandr
same shit in Firefox and LibreOffice.

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

Title:
  Hotkeys not functional in non-latin keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

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


[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2016-04-28 Thread Alexandr
One another bug is that russian layout with Caps Lock activated behaves
as english layout with Caps Lock, and vice versa. Tested PyCharm and
Intellij IDEA, other applications works well.

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

Title:
  Hotkeys not functional in non-latin keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

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


  1   2   3   4   >