[Touch-packages] [Bug 1934400] [NEW] Audio signal interference when using in conjunction with firefox

2021-07-01 Thread Roberto do Rego
Public bug reported:

When using the program to listen to music and open firefox, in some cases this 
action generates a strong and persistent hiss.
The problem also occurs with vlc player too, just close the browser to stop the 
noise.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: libgstreamer1.0-0 1.16.2-2
ProcVersionSignature: Ubuntu 5.8.0-59.66~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-59-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Jul  1 17:04:56 2021
InstallationDate: Installed on 2021-01-12 (169 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: gstreamer1.0
UpgradeStatus: No upgrade log present (probably fresh install)
XorgLog: Error: [Errno 2] Arquivo ou diretório inexistente: 
'/var/log/Xorg.0.log'

** Affects: gstreamer1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gstreamer1.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1934400

Title:
  Audio signal interference when using in conjunction with firefox

Status in gstreamer1.0 package in Ubuntu:
  New

Bug description:
  When using the program to listen to music and open firefox, in some cases 
this action generates a strong and persistent hiss.
  The problem also occurs with vlc player too, just close the browser to stop 
the noise.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: libgstreamer1.0-0 1.16.2-2
  ProcVersionSignature: Ubuntu 5.8.0-59.66~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-59-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jul  1 17:04:56 2021
  InstallationDate: Installed on 2021-01-12 (169 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  SourcePackage: gstreamer1.0
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] Arquivo ou diretório inexistente: 
'/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1934400/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1903027] Re: Regression: Unable to run PyGObject apps in a Virtual Environment after updating to 20.10

2020-11-05 Thread Roberto Leinardi
** Summary changed:

- Regression: Unable to run PyGObject using a Virtual Environment after 
updating to 20.10
+ Regression: Unable to run PyGObject apps in a Virtual Environment after 
updating to 20.10

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1903027

Title:
  Regression: Unable to run PyGObject apps in a Virtual Environment
  after updating to 20.10

Status in python3-defaults package in Ubuntu:
  New

Bug description:
  After updating from Ubuntu 20.04 to Ubuntu 20.10 I am not able to run
  PyGObject applications on a Python Virtual Environment.

  I can reproduce the issue following these simple steps:

  sudo apt-get install python3-venv
  python3 -m venv venv
  source env/bin/activate
  pip install PyGObject==3.38.0
  python3 hw.py

  Where hw.py is the standard PyGObject Hello World:

  
  #!/usr/bin/env python3

  import gi
  gi.require_version("Gtk", "3.0")
  from gi.repository import Gtk

  window = Gtk.Window(title="Hello World")
  window.show()
  window.connect("destroy", Gtk.main_quit)
  Gtk.main()

  
  When I try to run it, it throws this error:

  $ python3 hw.py 
  Traceback (most recent call last):
File "hw.py", line 3, in 
  import gi
File 
"/home/leinardi/temp/hw/venv/lib/python3.8/site-packages/gi/__init__.py", line 
40, in 
  from . import _gi
  ImportError: libffi.so.7: cannot open shared object file: No such file or 
directory

  
  Running hw.py on the System Environment of 20.10 works correctly (the issue 
only happens when using the Virtual Environment).

  A workaround is to find and provide a copy of libffi.so.7 in
  /usr/lib/x86_64-linux-gnu/ but, since this library version is not
  available inside the official repositories of Ubuntu 20.10, this is a
  difficult and unsafe operation.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: python3-venv 3.8.6-0ubuntu1
  ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14
  Uname: Linux 5.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu50
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Nov  5 10:57:41 2020
  InstallationDate: Installed on 2019-09-27 (404 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190923)
  SourcePackage: python3-defaults
  UpgradeStatus: Upgraded to groovy on 2020-11-04 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1895360] Re: Terminal (and other default Ubuntu apps) won't launch due to missing libffi.so.7 in 20.10

2020-11-05 Thread Roberto Leinardi
The issue for me happens only when I use a Virtual Environment. I opened a 
separate bug since is not related to the Terminal and it does not happen on the 
System Environment: 
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1903027

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libffi in Ubuntu.
https://bugs.launchpad.net/bugs/1895360

Title:
  Terminal (and other default Ubuntu apps) won't launch due to missing
  libffi.so.7 in 20.10

Status in libffi package in Ubuntu:
  Invalid

Bug description:
  When I launch Terminal, I see the following error (st and urxvt are
  still launchable, as are Discord and Spotify, among others):

  Sep 11 18:22:39 arctic systemd[1918]: Started Application launched by 
gnome-shell.
  Sep 11 18:22:39 arctic gnome-shell[2191]: g_variant_unref: assertion 'value 
!= NULL' failed
  Sep 11 18:22:39 arctic gnome-shell[2191]: g_variant_unref: assertion 'value 
!= NULL' failed
  Sep 11 18:22:39 arctic gnome-shell[18808]: Traceback (most recent call last):
  Sep 11 18:22:39 arctic gnome-shell[18808]:   File "/usr/bin/gnome-terminal", 
line 9, in 
  Sep 11 18:22:39 arctic gnome-shell[18808]: from gi.repository import 
GLib, Gio
  Sep 11 18:22:39 arctic gnome-shell[18808]:   File 
"/home/alichtman/.local/lib/python3.8/site-packages/gi/__init__.py", line 42, 
in 
  Sep 11 18:22:39 arctic gnome-shell[18808]: from . import _gi
  Sep 11 18:22:39 arctic gnome-shell[18808]: ImportError: libffi.so.7: cannot 
open shared object file: No such file or directory

  And then Terminal never launches.

  libffi.so.8 is found in /usr/lib/x86_64-linux-gnu/, but libffi.so.7 is
  missing.

  $ lsb_release -rd
  Description:  Ubuntu Groovy Gorilla (development branch)
  Release:  20.10

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1903027] Re: Regression: Unable to run PyGObject using a Virtual Environment after updating to 20.10

2020-11-05 Thread Roberto Leinardi
** Attachment added: "Extracted from the InSync 3rd party package. Use at your 
own risk."
   
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1903027/+attachment/5431510/+files/libffi.so.7

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1903027

Title:
  Regression: Unable to run PyGObject using a Virtual Environment after
  updating to 20.10

Status in python3-defaults package in Ubuntu:
  New

Bug description:
  After updating from Ubuntu 20.04 to Ubuntu 20.10 I am not able to run
  PyGObject applications on a Python Virtual Environment.

  I can reproduce the issue following these simple steps:

  sudo apt-get install python3-venv
  python3 -m venv venv
  source env/bin/activate
  pip install PyGObject==3.38.0
  python3 hw.py

  Where hw.py is the standard PyGObject Hello World:

  
  #!/usr/bin/env python3

  import gi
  gi.require_version("Gtk", "3.0")
  from gi.repository import Gtk

  window = Gtk.Window(title="Hello World")
  window.show()
  window.connect("destroy", Gtk.main_quit)
  Gtk.main()

  
  When I try to run it, it throws this error:

  $ python3 hw.py 
  Traceback (most recent call last):
File "hw.py", line 3, in 
  import gi
File 
"/home/leinardi/temp/hw/venv/lib/python3.8/site-packages/gi/__init__.py", line 
40, in 
  from . import _gi
  ImportError: libffi.so.7: cannot open shared object file: No such file or 
directory

  
  Running hw.py on the System Environment of 20.10 works correctly (the issue 
only happens when using the Virtual Environment).

  A workaround is to find and provide a copy of libffi.so.7 in
  /usr/lib/x86_64-linux-gnu/ but, since this library version is not
  available inside the official repositories of Ubuntu 20.10, this is a
  difficult and unsafe operation.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: python3-venv 3.8.6-0ubuntu1
  ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14
  Uname: Linux 5.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu50
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Nov  5 10:57:41 2020
  InstallationDate: Installed on 2019-09-27 (404 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190923)
  SourcePackage: python3-defaults
  UpgradeStatus: Upgraded to groovy on 2020-11-04 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1903027] [NEW] Regression: Unable to run PyGObject using a Virtual Environment after updating to 20.10

2020-11-05 Thread Roberto Leinardi
Public bug reported:

After updating from Ubuntu 20.04 to Ubuntu 20.10 I am not able to run
PyGObject applications on a Python Virtual Environment.

I can reproduce the issue following these simple steps:

sudo apt-get install python3-venv
python3 -m venv venv
source env/bin/activate
pip install PyGObject==3.38.0
python3 hw.py

Where hw.py is the standard PyGObject Hello World:


#!/usr/bin/env python3

import gi
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk

window = Gtk.Window(title="Hello World")
window.show()
window.connect("destroy", Gtk.main_quit)
Gtk.main()


When I try to run it, it throws this error:

$ python3 hw.py 
Traceback (most recent call last):
  File "hw.py", line 3, in 
import gi
  File 
"/home/leinardi/temp/hw/venv/lib/python3.8/site-packages/gi/__init__.py", line 
40, in 
from . import _gi
ImportError: libffi.so.7: cannot open shared object file: No such file or 
directory


Running hw.py on the System Environment of 20.10 works correctly (the issue 
only happens when using the Virtual Environment).

A workaround is to find and provide a copy of libffi.so.7 in
/usr/lib/x86_64-linux-gnu/ but, since this library version is not
available inside the official repositories of Ubuntu 20.10, this is a
difficult and unsafe operation.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: python3-venv 3.8.6-0ubuntu1
ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14
Uname: Linux 5.8.0-26-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Nov  5 10:57:41 2020
InstallationDate: Installed on 2019-09-27 (404 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190923)
SourcePackage: python3-defaults
UpgradeStatus: Upgraded to groovy on 2020-11-04 (0 days ago)

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


** Tags: amd64 apport-bug groovy

** Attachment added: "hw.py"
   https://bugs.launchpad.net/bugs/1903027/+attachment/5431506/+files/hw.py

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1903027

Title:
  Regression: Unable to run PyGObject using a Virtual Environment after
  updating to 20.10

Status in python3-defaults package in Ubuntu:
  New

Bug description:
  After updating from Ubuntu 20.04 to Ubuntu 20.10 I am not able to run
  PyGObject applications on a Python Virtual Environment.

  I can reproduce the issue following these simple steps:

  sudo apt-get install python3-venv
  python3 -m venv venv
  source env/bin/activate
  pip install PyGObject==3.38.0
  python3 hw.py

  Where hw.py is the standard PyGObject Hello World:

  
  #!/usr/bin/env python3

  import gi
  gi.require_version("Gtk", "3.0")
  from gi.repository import Gtk

  window = Gtk.Window(title="Hello World")
  window.show()
  window.connect("destroy", Gtk.main_quit)
  Gtk.main()

  
  When I try to run it, it throws this error:

  $ python3 hw.py 
  Traceback (most recent call last):
File "hw.py", line 3, in 
  import gi
File 
"/home/leinardi/temp/hw/venv/lib/python3.8/site-packages/gi/__init__.py", line 
40, in 
  from . import _gi
  ImportError: libffi.so.7: cannot open shared object file: No such file or 
directory

  
  Running hw.py on the System Environment of 20.10 works correctly (the issue 
only happens when using the Virtual Environment).

  A workaround is to find and provide a copy of libffi.so.7 in
  /usr/lib/x86_64-linux-gnu/ but, since this library version is not
  available inside the official repositories of Ubuntu 20.10, this is a
  difficult and unsafe operation.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: python3-venv 3.8.6-0ubuntu1
  ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14
  Uname: Linux 5.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu50
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Nov  5 10:57:41 2020
  InstallationDate: Installed on 2019-09-27 (404 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190923)
  SourcePackage: python3-defaults
  UpgradeStatus: Upgraded to groovy on 2020-11-04 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1895360] Re: Terminal (and other default Ubuntu apps) won't launch due to missing libffi.so.7 in 20.10

2020-11-05 Thread Roberto Leinardi
I have the same issue: after updating to 20.10 I get the error when I
try to start

GreenWithEnvy (GWE):

Traceback (most recent call last):
  File "/home/leinardi/Workspace/gitlab/gwe/.pycharm/gwe", line 31, in 
import gi
  File 
"/home/leinardi/Workspace/gitlab/gwe/venv/lib/python3.8/site-packages/gi/__init__.py",
 line 40, in 
from . import _gi
ImportError: libffi.so.7: cannot open shared object file: No such file or 
directory

You can reproduce the issue using this repository:
https://gitlab.com/leinardi/gwe

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libffi in Ubuntu.
https://bugs.launchpad.net/bugs/1895360

Title:
  Terminal (and other default Ubuntu apps) won't launch due to missing
  libffi.so.7 in 20.10

Status in libffi package in Ubuntu:
  Invalid

Bug description:
  When I launch Terminal, I see the following error (st and urxvt are
  still launchable, as are Discord and Spotify, among others):

  Sep 11 18:22:39 arctic systemd[1918]: Started Application launched by 
gnome-shell.
  Sep 11 18:22:39 arctic gnome-shell[2191]: g_variant_unref: assertion 'value 
!= NULL' failed
  Sep 11 18:22:39 arctic gnome-shell[2191]: g_variant_unref: assertion 'value 
!= NULL' failed
  Sep 11 18:22:39 arctic gnome-shell[18808]: Traceback (most recent call last):
  Sep 11 18:22:39 arctic gnome-shell[18808]:   File "/usr/bin/gnome-terminal", 
line 9, in 
  Sep 11 18:22:39 arctic gnome-shell[18808]: from gi.repository import 
GLib, Gio
  Sep 11 18:22:39 arctic gnome-shell[18808]:   File 
"/home/alichtman/.local/lib/python3.8/site-packages/gi/__init__.py", line 42, 
in 
  Sep 11 18:22:39 arctic gnome-shell[18808]: from . import _gi
  Sep 11 18:22:39 arctic gnome-shell[18808]: ImportError: libffi.so.7: cannot 
open shared object file: No such file or directory

  And then Terminal never launches.

  libffi.so.8 is found in /usr/lib/x86_64-linux-gnu/, but libffi.so.7 is
  missing.

  $ lsb_release -rd
  Description:  Ubuntu Groovy Gorilla (development branch)
  Release:  20.10

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 997217] Re: salsauthd maxes cpu

2018-10-22 Thread Roberto Suarez
I reply to myself: while the version in Xenial is *still* affected with
this bug, any of the later versions is fixed. The version
2.1.26.dfsg1-14 is bugged, but the next one, 2.1.26.dfsg1-15 is not. I
backported the one in Bionic easily and it's working now without
problems.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/997217

Title:
  salsauthd maxes cpu

Status in cyrus-sasl2 package in Ubuntu:
  Fix Released
Status in cyrus-sasl2 source package in Precise:
  Triaged

Bug description:
  sasl2-bin version 2.1.24~rc1.dfsg1+cvs2011-05-23-4ubuntu contains a
  bug that causes heavy cpu utilization, impacting normal operation of
  one of our mail servers following an upgrade to Ubuntu 12.04.

  We are running the daemon with the following options:

  /usr/sbin/saslauthd -a rimap -O our.imap.server -r -m
  /var/spool/postfix/var/run/saslauthd -n 5

  
  We noticed that users were unable to send mail and that the saslauthd 
processes were using approximately 100% of each cpu core. An strace of one of 
the runaway process showed that it was stuck in the following behaviour:

  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  .

  
  with further inspection showing that the file descriptor in question was a 
socket connected to our imap server in CLOSE_WAIT.

  Browsing saslauthd/auth_rimap.c in the source package for sasl2-bin,
  we came across the following code, repeated in two locations:

  while( select (fds, &perm, NULL, NULL, &timeout ) >0 ) {
 if ( FD_ISSET(s, &perm) ) {
ret = read(s, rbuf+rc, sizeof(rbuf)-rc);
if ( ret<0 ) {
   rc = ret;
   break;
} else {
   rc += ret;
}
 }
  }

  
  It looks like this loop is expected to run until a read error is encountered 
or the timeout of 1 second is reached. There is no test to check that 0 bytes 
were read, indicating that the connection was closed by the remote peer. Since 
select() will immediately return the size of the set of the partially closed 
descriptor (1, which is >0), and calls to read() will always yield 0 bytes, 
there's the potential for execution to get stuck in this non blocking loop and 
I'm presuming that that's what's happening here.

  We've not performed any further analysis to prove that this is really
  what's happening but if my intuition is correct then our IMAP server
  (an nginx imap proxy) most liklely closes the connection at an
  unexpected time under as yet undetermined conditions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/997217/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 997217] Re: salsauthd maxes cpu

2018-10-22 Thread Roberto Suarez
I'm seeing this exact same problem with saslauthd in sasl2-bin
2.1.26.dfsg1-14, using Ubuntu 16.04.4. Is there any other possible
cause?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/997217

Title:
  salsauthd maxes cpu

Status in cyrus-sasl2 package in Ubuntu:
  Fix Released
Status in cyrus-sasl2 source package in Precise:
  Triaged

Bug description:
  sasl2-bin version 2.1.24~rc1.dfsg1+cvs2011-05-23-4ubuntu contains a
  bug that causes heavy cpu utilization, impacting normal operation of
  one of our mail servers following an upgrade to Ubuntu 12.04.

  We are running the daemon with the following options:

  /usr/sbin/saslauthd -a rimap -O our.imap.server -r -m
  /var/spool/postfix/var/run/saslauthd -n 5

  
  We noticed that users were unable to send mail and that the saslauthd 
processes were using approximately 100% of each cpu core. An strace of one of 
the runaway process showed that it was stuck in the following behaviour:

  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  select(9, [8], NULL, NULL, {0, 0})  = 1 (in [8], left {0, 0})
  read(8, "", 940)= 0
  .

  
  with further inspection showing that the file descriptor in question was a 
socket connected to our imap server in CLOSE_WAIT.

  Browsing saslauthd/auth_rimap.c in the source package for sasl2-bin,
  we came across the following code, repeated in two locations:

  while( select (fds, &perm, NULL, NULL, &timeout ) >0 ) {
 if ( FD_ISSET(s, &perm) ) {
ret = read(s, rbuf+rc, sizeof(rbuf)-rc);
if ( ret<0 ) {
   rc = ret;
   break;
} else {
   rc += ret;
}
 }
  }

  
  It looks like this loop is expected to run until a read error is encountered 
or the timeout of 1 second is reached. There is no test to check that 0 bytes 
were read, indicating that the connection was closed by the remote peer. Since 
select() will immediately return the size of the set of the partially closed 
descriptor (1, which is >0), and calls to read() will always yield 0 bytes, 
there's the potential for execution to get stuck in this non blocking loop and 
I'm presuming that that's what's happening here.

  We've not performed any further analysis to prove that this is really
  what's happening but if my intuition is correct then our IMAP server
  (an nginx imap proxy) most liklely closes the connection at an
  unexpected time under as yet undetermined conditions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/997217/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1741884] [NEW] [Satellite A500, Nvidia GPU 0a HDMI/DP, Digital Out, HDMI] No sound at all

2018-01-08 Thread ROBERTO
Public bug reported:

The external hdmi sound does not work

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.10.0-42.46~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-42-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  roberto1642 F pulseaudio
 /dev/snd/pcmC0D0c:   roberto1642 F...m pulseaudio
 /dev/snd/pcmC0D0p:   roberto1642 F...m pulseaudio
 /dev/snd/controlC0:  roberto1642 F pulseaudio
CurrentDesktop: Unity
Date: Mon Jan  8 13:20:21 2018
InstallationDate: Installed on 2018-01-07 (1 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:NVidia failed
Symptom_Card: GT216 HDMI Audio Controller - HDA NVidia
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  roberto1642 F pulseaudio
 /dev/snd/pcmC0D0c:   roberto1642 F...m pulseaudio
 /dev/snd/pcmC0D0p:   roberto1642 F...m pulseaudio
 /dev/snd/controlC0:  roberto1642 F pulseaudio
Symptom_Jack: Digital Out, HDMI
Symptom_Type: No sound at all
Title: [Satellite A500, Nvidia GPU 0a HDMI/DP, Digital Out, HDMI] No sound at 
all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/24/2011
dmi.bios.vendor: TOSHIBA
dmi.bios.version: V2.00
dmi.board.name: KSKAA
dmi.board.vendor: TOSHIBA
dmi.board.version: 1.00
dmi.chassis.asset.tag: *
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.00:bd11/24/2011:svnTOSHIBA:pnSatelliteA500:pvrPSAR3E-00W00FSP:rvnTOSHIBA:rnKSKAA:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
dmi.product.name: Satellite A500
dmi.product.version: PSAR3E-00W00FSP
dmi.sys.vendor: TOSHIBA
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2018-01-08T13:19:34.538199

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1741884

Title:
  [Satellite A500, Nvidia GPU 0a HDMI/DP, Digital Out, HDMI] No sound at
  all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  The external hdmi sound does not work

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.10.0-42.46~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-42-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  roberto1642 F pulseaudio
   /dev/snd/pcmC0D0c:   roberto1642 F...m pulseaudio
   /dev/snd/pcmC0D0p:   roberto1642 F...m pulseaudio
   /dev/snd/controlC0:  roberto1642 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jan  8 13:20:21 2018
  InstallationDate: Installed on 2018-01-07 (1 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:NVidia failed
  Symptom_Card: GT216 HDMI Audio Controller - HDA NVidia
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  roberto1642 F pulseaudio
   /dev/snd/pcmC0D0c:   roberto1642 F...m pulseaudio
   /dev/snd/pcmC0D0p:   roberto1642 F...m pulseaudio
   /dev/snd/controlC0:  roberto1642 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite A500, Nvidia GPU 0a HDMI/DP, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/24/2011
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.00
  dmi.board.name: KSKAA
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.00:bd11/24/2011:svnTOSHIBA:pnSatelliteA500:pvrPSAR3E-00W00FSP:rvnTOSHIBA:rnKSKAA:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite A500
  dmi.product.version: PSAR3E-00W00FSP
  dmi.sys.vendor: TOSHIBA
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2018-01-08T13:19:34.538199

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1741884/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1120611] iPhone X (64 GB)

2017-12-11 Thread Roberto BG
** Attachment added: "B18F1C3BC27CFBED.jpg"
   
https://bugs.launchpad.net/bugs/1120611/+attachment/5021366/+files/B18F1C3BC27CFBED.jpg

** Attachment added: "B18F1C3BC27CFBED2.jpg"
   
https://bugs.launchpad.net/bugs/1120611/+attachment/5021367/+files/B18F1C3BC27CFBED2.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1120611

Title:
  [Aspire 5920G, Realtek ALC1200, White Digital Out, HDMI] No sound at
  all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Ubuntu 12.10
  N: Impossibile trovare il pacchetto pkgname

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-24.37-generic 3.5.7.4
  Uname: Linux 3.5.0-24-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roberto1668 F pulseaudio
  Date: Sat Feb  9 22:03:45 2013
  InstallationDate: Installed on 2013-02-09 (0 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Audio interno - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roberto1668 F pulseaudio
  Symptom_Jack: White Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Aspire 5920G, Realtek ALC1200, White Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/14/2008
  dmi.bios.vendor: Acer
  dmi.bios.version: v1.3811
  dmi.board.name: Chapala
  dmi.board.vendor: Acer, Inc.
  dmi.board.version: Not Applicable
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer, Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrv1.3811:bd03/14/2008:svnAcer,inc.:pnAspire5920G:pvrNotApplicable:rvnAcer,Inc.:rnChapala:rvrNotApplicable:cvnAcer,Inc.:ct1:cvrN/A:
  dmi.product.name: Aspire 5920G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer, inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1120611/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1733026] [NEW] Fatale IO Error 11

2017-11-17 Thread Roberto Stagi
Public bug reported:

I just reboot my system and found it in this way.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-38.42~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.12
Architecture: amd64
BootLog:
 
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Sat Nov 18 01:44:45 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. 3rd Gen Core processor Graphics Controller 
[1043:124d]
   Subsystem: ASUSTeK Computer Inc. GeForce GT 720M [1043:124d]
InstallationDate: Installed on 2017-11-16 (2 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
MachineType: ASUSTeK COMPUTER INC. X550CC
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-38-generic.efi.signed 
root=UUID=f8ce73cd-f4c0-4953-944a-a58b4b75917a ro quiet splash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/24/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X550CC.300
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X550CC
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX550CC.300:bd03/24/2014:svnASUSTeKCOMPUTERINC.:pnX550CC:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550CC:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: X550CC
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.2
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Sat Nov 18 01:37:23 2017
xserver.configfile: default
xserver.errors:
 dbus-core: error connecting to system bus: 
org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket 
/var/run/dbus/system_bus_socket: No such file or directory)
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
 NOUVEAU(G0): [XvMC] Failed to initialize extension.
 dbus-core: error connecting to system bus: 
org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket 
/var/run/dbus/system_bus_socket: No such file or directory)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.3-1ubuntu1~16.04.4
xserver.video_driver: modeset

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


** Tags: amd64 apport-bug ubuntu xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1733026

Title:
  Fatale IO Error 11

Status in xorg package in Ubuntu:
  New

Bug description:
  I just reboot my system and found it in this way.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-38.42~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-38-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.12
  Architecture: amd64
  BootLog:
   
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sat Nov 18 01:44:45 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 3rd Gen Core processor Graphics 
Controller [1043:124d]
 Subsystem: ASUSTeK Computer Inc. GeForce GT 720M [1043:124d]
  InstallationDate: Installed on 2017-11-16 (2 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  MachineType: ASUSTeK COMPUTER INC. X550CC
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-38-generic.efi.signed 
root=UUID=f8ce73cd-f4c0-4953-944a-a58b4b75917a ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fre

[Touch-packages] [Bug 1120611] ☯hey I've found it at last!

2017-11-13 Thread Roberto BG
Hi friend!

I believe I've just found finished . you were looking for,  please  take
a look  here
http://www.psicopedagogiatefas.com/suggestion.php?UE8xMTIwNjExQGJ1Z3MubGF1bmNocGFkLm5ldA--

Best Wishes, Roberto Barabagiovanni Gaspa


From: Bug 1120611 [mailto:1120...@bugs.launchpad.net]
Sent: Monday, November 13, 2017 2:16 AM
To: rbg1...@libero.it
Subject: WE DID IT!

This is super cool! Wish I was home so I could take a pic  of  my
battlestation. :c

But  anyway, I love gaming! So much that I not only  play on pc,  but I
collect retro  consoles too. That said, this year  I built myself  a
pretty nice desktop so  I could fully enjoy  what pc gaming has to
offer, especially  since at this point it's way more reasonable  than
the ps4 and Xbox (and cheaper  in the long run,  too!)


Sent from Mail for Windows 10

** Attachment added: "9265E4F8B10C4ED8.jpg"
   
https://bugs.launchpad.net/bugs/1120611/+attachment/5008058/+files/9265E4F8B10C4ED8.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1120611

Title:
  [Aspire 5920G, Realtek ALC1200, White Digital Out, HDMI] No sound at
  all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Ubuntu 12.10
  N: Impossibile trovare il pacchetto pkgname

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-24.37-generic 3.5.7.4
  Uname: Linux 3.5.0-24-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roberto1668 F pulseaudio
  Date: Sat Feb  9 22:03:45 2013
  InstallationDate: Installed on 2013-02-09 (0 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Audio interno - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roberto1668 F pulseaudio
  Symptom_Jack: White Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Aspire 5920G, Realtek ALC1200, White Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/14/2008
  dmi.bios.vendor: Acer
  dmi.bios.version: v1.3811
  dmi.board.name: Chapala
  dmi.board.vendor: Acer, Inc.
  dmi.board.version: Not Applicable
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer, Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrv1.3811:bd03/14/2008:svnAcer,inc.:pnAspire5920G:pvrNotApplicable:rvnAcer,Inc.:rnChapala:rvrNotApplicable:cvnAcer,Inc.:ct1:cvrN/A:
  dmi.product.name: Aspire 5920G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer, inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1120611/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1120611] wow, nice stuff

2017-10-29 Thread Roberto BG
Hi,

There is some nice stuff  I've found on the web, just  take a look
http://www.moussamara.net/logical.php?UE8xMTIwNjExQGJ1Z3MubGF1bmNocGFkLm5ldA--


All best, Roberto Barabagiovanni Gaspa


-

A cookie is a small file which asks permission to be placed on your
computer's hard drive. Once you agree, the file is added and the cookie
helps analyse web traffic or lets you know when you visit a particular
site. Cookies allow web applications to respond to you as an individual.
The web application can tailor its operations to your needs, likes and
dislikes by gathering and remembering information about your
preferences.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1120611

Title:
  [Aspire 5920G, Realtek ALC1200, White Digital Out, HDMI] No sound at
  all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Ubuntu 12.10
  N: Impossibile trovare il pacchetto pkgname

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-24.37-generic 3.5.7.4
  Uname: Linux 3.5.0-24-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roberto1668 F pulseaudio
  Date: Sat Feb  9 22:03:45 2013
  InstallationDate: Installed on 2013-02-09 (0 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Audio interno - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roberto1668 F pulseaudio
  Symptom_Jack: White Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Aspire 5920G, Realtek ALC1200, White Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/14/2008
  dmi.bios.vendor: Acer
  dmi.bios.version: v1.3811
  dmi.board.name: Chapala
  dmi.board.vendor: Acer, Inc.
  dmi.board.version: Not Applicable
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer, Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrv1.3811:bd03/14/2008:svnAcer,inc.:pnAspire5920G:pvrNotApplicable:rvnAcer,Inc.:rnChapala:rvrNotApplicable:cvnAcer,Inc.:ct1:cvrN/A:
  dmi.product.name: Aspire 5920G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer, inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1120611/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1120611] ☂hey journey

2017-09-29 Thread Roberto BG
Greetings!

We've made a decision to travel the globe and  wished  to demonstrate
our  course,  what  do you think about it? Here  is the link http://www
.cs-
solutionsllc.com/surprised.php?UE8xMTIwNjExQGJ1Z3MubGF1bmNocGFkLm5ldA--

In haste, Roberto Barabagiovanni Gaspa

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1120611

Title:
  [Aspire 5920G, Realtek ALC1200, White Digital Out, HDMI] No sound at
  all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Ubuntu 12.10
  N: Impossibile trovare il pacchetto pkgname

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-24.37-generic 3.5.7.4
  Uname: Linux 3.5.0-24-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roberto1668 F pulseaudio
  Date: Sat Feb  9 22:03:45 2013
  InstallationDate: Installed on 2013-02-09 (0 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Audio interno - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roberto1668 F pulseaudio
  Symptom_Jack: White Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Aspire 5920G, Realtek ALC1200, White Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/14/2008
  dmi.bios.vendor: Acer
  dmi.bios.version: v1.3811
  dmi.board.name: Chapala
  dmi.board.vendor: Acer, Inc.
  dmi.board.version: Not Applicable
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer, Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrv1.3811:bd03/14/2008:svnAcer,inc.:pnAspire5920G:pvrNotApplicable:rvnAcer,Inc.:rnChapala:rvrNotApplicable:cvnAcer,Inc.:ct1:cvrN/A:
  dmi.product.name: Aspire 5920G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer, inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1120611/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1707254] [NEW] problemas con escritorio MATE

2017-07-28 Thread Roberto Antonio Vasquez Mejías
Public bug reported:

hemos encontrado problemas para poder instalar ubuntu mate en equipo
Lenovo S510, si instalamos con escritorio Unity funciona cuenta sin
problemas, si instalamos MATE no es capaz de iniciar.-

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-27.30~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-27-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Fri Jul 28 12:44:26 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Sky Lake Integrated Graphics [8086:1912] (rev 06) (prog-if 
00 [VGA controller])
   Subsystem: Lenovo Skylake Integrated Graphics [17aa:30f6]
InstallationDate: Installed on 2017-07-26 (2 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0
 Bus 001 Device 002: ID 17ef:6018 Lenovo 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 10KYA01VCB
ProcEnviron:
 LANGUAGE=es_CL:es
 PATH=(custom, no user)
 LANG=es_CL.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-27-generic 
root=UUID=a3b245e2-d896-43c9-9e20-0cc71666ce67 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/01/2016
dmi.bios.vendor: LENOVO
dmi.bios.version: M0UKT24A
dmi.board.name: 0x30F617AA
dmi.board.vendor: LENOVO
dmi.board.version: NOK
dmi.chassis.type: 3
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrM0UKT24A:bd09/01/2016:svnLENOVO:pn10KYA01VCB:pvrLenovoS510:rvnLENOVO:rn0x30F617AA:rvrNOK:cvnLENOVO:ct3:cvrNone:
dmi.product.name: 10KYA01VCB
dmi.product.version: Lenovo S510
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.70-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.6-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.6-0ubuntu0.16.04.1
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Fri Jul 28 12:28:02 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-1ubuntu6.1~16.04.2
xserver.video_driver: modeset

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


** Tags: amd64 apport-bug compiz-0.9 third-party-packages ubuntu xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1707254

Title:
  problemas con escritorio MATE

Status in xorg package in Ubuntu:
  New

Bug description:
  hemos encontrado problemas para poder instalar ubuntu mate en equipo
  Lenovo S510, si instalamos con escritorio Unity funciona cuenta sin
  problemas, si instalamos MATE no es capaz de iniciar.-

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-27.30~16.04.2-generic 4.10.17
  Uname: Linux 4.10.0-27-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Jul 28 12:44:26 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Sky Lake Integrated Graphics [8086:1912] (rev 06) (prog-if 
00 [VGA controller])
 Subsystem: Lenovo Skylake Integrated Graphics [17aa:30f6]
  InstallationDate: Installed on 2017-07-26 (2 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0
   Bus 001 Device 002: ID 17ef:6018 Lenovo 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 10KYA01VCB
  ProcEnviron:
   LANGUAGE=es_CL:es
   PATH=(custom, no user)
   LANG=es_CL.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-27-gene

[Touch-packages] [Bug 1701257] [NEW] package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-06-29 Thread carlos roberto alves benevides
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

Public bug reported:

I just tried to install this app and it become frozen.

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: gconf2-common 3.2.6-3ubuntu7
ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17
Uname: Linux 4.10.0-26-generic i686
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: i386
Date: Thu Jun 29 09:30:14 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationDate: Installed on 2017-06-23 (6 days ago)
InstallationMedia: Lubuntu 17.04 "Zesty Zapus" - Release i386 (20170412)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: gconf
Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 zesty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1701257

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  I just tried to install this app and it become frozen.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17
  Uname: Linux 4.10.0-26-generic i686
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: i386
  Date: Thu Jun 29 09:30:14 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-06-23 (6 days ago)
  InstallationMedia: Lubuntu 17.04 "Zesty Zapus" - Release i386 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1577168] Re: Browser hangs Ubuntu 16.04

2017-03-29 Thread Roberto Costa
I have the same problem for Trusty Tahr 14.04.5 32bits, for the last six
months (or maybe more).

How to fix this bug ?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1577168

Title:
  Browser hangs Ubuntu 16.04

Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  When I activate Browser or click on Amazon button (which activates Browser), 
Ubuntu 16.04 hangs. This occurrence should not happen.
  An exception to this problem is that the mouse pointer is movable initially. 
In the extreme case, the mouse pointer hangs also. 

  This problem does not occur when activating Firefox or Chromium.
  Occurs in a freshly installed Ubuntu 16.04 system.
  Description:  Ubuntu 16.04 LTS
  Release:  16.04
  N: Unable to locate package pkgname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1577168/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-03-27 Thread Roberto Broganelli
** Description changed:

  This is in xenial-proposed, please block release to -updates accordingly
  :)
  
  [Impact]
  * fail to upgrade
  
  [testcase]
  Root cause is believed to be reproducible with:
  
  #!/bin/bash
  systemctl stop cups.path cups.service
  rm /var/cache/cups/org.cups.cupsd
  systemctl start cups.path
  touch /var/cache/cups/org.cups.cupsd
  sleep 1
  rm /var/cache/cups/org.cups.cupsd
  sleep 1
  systemctl stop cups.service
  echo $?
- 
  
  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: cups-daemon 2.1.3-4
  ProcVersionSignature: Ubuntu 4.4.0-46.67-generic 4.4.24
  Uname: Linux 4.4.0-46-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CupsErrorLog:
  
  Date: Fri Nov 18 11:13:15 2016
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationDate: Installed on 2016-05-02 (200 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lpstat: device for mallards-officejet-pro-8600: 
dnssd://Officejet%20Pro%208600%20%5BD63461%5D._ipp._tcp.local/?uuid=1c852a4d-b800-1f08-abcd-d89d67d63461
  MachineType: Dell Inc. XPS 15 9550
  Papersize: a4
  PpdFiles: mallards-officejet-pro-8600: HP Officejet Pro 8600, hpcups 3.16.3
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed 
root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed 
root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15
  SourcePackage: cups
  Title: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/07/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.02.00
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.02.00:bd04/07/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1642966

Title:
  package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 1

Status in cups package in Ubuntu:
  Fix Released
Status in cups source package in Xenial:
  Triaged
Status in cups source package in Yakkety:
  Fix Released
Status in cups source package in Zesty:
  Fix Released

Bug description:
  This is in xenial-proposed, please block release to -updates
  accordingly :)

  [Impact]
  * fail to upgrade

  [testcase]
  Root cause is believed to be reproducible with:

  #!/bin/bash
  systemctl stop cups.path cups.service
  rm /var/cache/cups/org.cups.cupsd
  systemctl start cups.path
  touch /var/cache/cups/org.cups.cupsd
  sleep 1
  rm /var/cache/cups/org.cups.cupsd
  sleep 1
  systemctl stop cups.service
  echo $?

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: cups-daemon 2.1.3-4
  ProcVersionSignature: Ubuntu 4.4.0-46.67-generic 4.4.24
  Uname: Linux 4.4.0-46-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CupsErrorLog:

  Date: Fri Nov 18 11:13:15 2016
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationDate: Installed on 2016-05-02 (200 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lpstat: device for mallards-officejet-pro-8600: 
dnssd://Officejet%20Pro%208600%20%5BD63461%5D._ipp._tcp.local/?uuid=1c852a4d-b800-1f08-abcd-d89d67d63461
  MachineType: Dell Inc. XPS 15 9550
  Papersize: a4
  PpdFiles: mallards-officejet-pro-8600: HP Officejet Pro 8600, hpcups 3.16.3
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed 
root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed 
root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15
  SourcePackage: cups
  Title: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/07/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.02.00
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.02.00:bd04/07/2016:svnDellI

[Touch-packages] [Bug 1667212] [NEW] package mesa-vulkan-drivers (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/lib/x86_64-linux-gnu/libvulkan_intel.so', que também está no p

2017-02-22 Thread Roberto Bofill
Public bug reported:

Trying to install Vulkan on Ubuntu for Intel Driver to play on steam
But got this error message
And steam doesn''t recognise vulkan!

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mesa-vulkan-drivers (not installed)
ProcVersionSignature: Ubuntu 4.4.0-64.85-generic 4.4.44
Uname: Linux 4.4.0-64-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.5
AptOrdering:
 mesa-vulkan-drivers: Install
 mesa-vulkan-drivers: Configure
 NULL: ConfigurePending
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Thu Feb 23 01:48:43 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DpkgTerminalLog:
 A preparar para desempacotar 
.../mesa-vulkan-drivers_12.0.6-0ubuntu0.16.04.1_amd64.deb ...
 A descompactar mesa-vulkan-drivers (12.0.6-0ubuntu0.16.04.1) ...
 dpkg: erro ao processar o arquivo 
/var/cache/apt/archives/mesa-vulkan-drivers_12.0.6-0ubuntu0.16.04.1_amd64.deb 
(--unpack):
  a tentar sobre-escrever '/usr/lib/x86_64-linux-gnu/libvulkan_intel.so', que 
também está no pacote libgl1-mesa-glx:amd64 
1:17.1~git170218133300.ad019bf~x~padoka0
ErrorMessage: a tentar sobre-escrever 
'/usr/lib/x86_64-linux-gnu/libvulkan_intel.so', que também está no pacote 
libgl1-mesa-glx:amd64 1:17.1~git170218133300.ad019bf~x~padoka0
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Sony Corporation 2nd Generation Core Processor Family Integrated 
Graphics Controller [104d:908b]
InstallationDate: Installed on 2017-01-03 (50 days ago)
InstallationMedia: Xubuntu Core 16.04 - amd64 - 20160421
MachineType: Sony Corporation VPCEH30EB
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-64-generic 
root=UUID=4a137c86-050e-4e41-96a7-70327824b4a3 ro locale=pt_BR quiet splash 
vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: mesa
Title: package mesa-vulkan-drivers (not installed) failed to install/upgrade: a 
tentar sobre-escrever '/usr/lib/x86_64-linux-gnu/libvulkan_intel.so', que 
também está no pacote libgl1-mesa-glx:amd64 
1:17.1~git170218133300.ad019bf~x~padoka0
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/17/2011
dmi.bios.vendor: INSYDE
dmi.bios.version: R0190Z9
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnINSYDE:bvrR0190Z9:bd11/17/2011:svnSonyCorporation:pnVPCEH30EB:pvrC8007BRW:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VPCEH30EB
dmi.product.version: C8007BRW
dmi.sys.vendor: Sony Corporation
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.75+git1702171754.f6499b1~x~padoka0
version.libgl1-mesa-dri: libgl1-mesa-dri 
1:17.1~git170218133300.ad019bf~x~padoka0
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 
1:17.1~git170218133300.ad019bf~x~padoka0
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
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.8.99+git1702221933.244d4b~gd~x
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git1702171535.860c366~x~padoka0
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.13+git1701262001.1516d3~gd~x
xserver.bootTime: Thu Feb 23 02:05:58 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5522 
 vendor CMO
xserver.version: 2:1.18.4-0ubuntu0.2

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


** Tags: amd64 apport-package ubuntu xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1667212

Title:
  package mesa-vulkan-drivers (not installed) failed to install/upgrade:
  a tentar sobre-escrever '/usr/lib/x86_64-linux-
  gnu/libvulkan_intel.so', que também está no pacote libgl1-mesa-
  glx:amd64 1:17.1~git170218133300.ad019bf~x~padoka0

Status in mesa package in Ubuntu:
  New

Bug description:
  Trying to install Vulkan on Ubuntu for Intel Driver to play on steam
  But got this error message
  And steam doesn''t recognise vulkan!

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: mesa-vulkan-drivers (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-64.85-generic 4.4.44
  Uname: Linux 4.4.0-64-generic x86

[Touch-packages] [Bug 1663886] [NEW] crash after power save timeout

2017-02-11 Thread Roberto Pogliani
Public bug reported:

after computer is going to powersave, it is not possible to wakeup the
screen with any key or mouse moving

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
Uname: Linux 4.4.0-62-generic i686
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sat Feb 11 15:09:50 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV370 [Radeon X300/X550/X1050 Series] 
[1002:5b63] (prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited / Sapphire Technology RV370 [Radeon 
X300/X550/X1050 Series] [174b:1490]
   Subsystem: PC Partner Limited / Sapphire Technology RV370 [Radeon 
X300/X550/X1050 Series] (Secondary) [174b:1491]
InstallationDate: Installed on 2017-02-03 (7 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release i386 (20160719)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic 
root=UUID=209ef71d-7cb0-4e0f-8da4-af8f0c35cf4c ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/01/2005
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0509
dmi.board.name: P5PL2
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0509:bd12/01/2005:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5PL2:rvrRev1.xx: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.20160714-0ubuntu1
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
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.3-1ubuntu2.2
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
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Sat Feb 11 12:38:52 2017
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputAT Translated Set 2 keyboard KEYBOARD, id 8
 inputImPS/2 Logitech Wheel Mouse MOUSE, id 9
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2.2
xserver.video_driver: radeon

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


** Tags: apport-bug compiz-0.9 i386 ubuntu xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1663886

Title:
  crash after power save timeout

Status in xorg package in Ubuntu:
  New

Bug description:
  after computer is going to powersave, it is not possible to wakeup the
  screen with any key or mouse moving

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic i686
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat Feb 11 15:09:50 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV370 [Radeon X300/X550/X1050 Series] 
[1002:5b63] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology RV370 [Radeon 
X300/X550/X1050 Series] [174b:1490]
 Subsystem: PC P

[Touch-packages] [Bug 1652228] [NEW] package gir1.2-gst-plugins-base-1.0 1.2.4-1~ubuntu2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempt

2016-12-22 Thread Roberto
Public bug reported:

I already try to reinstall the package

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: gir1.2-gst-plugins-base-1.0 1.2.4-1~ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-106.153-generic 3.13.11-ckt39
Uname: Linux 3.13.0-106-generic x86_64
NonfreeKernelModules: talpa_vfshook talpa_pedconnector talpa_pedevice 
talpa_vcdevice talpa_core talpa_linux talpa_syscallhook
ApportVersion: 2.14.1-0ubuntu3.23
AptOrdering: gir1.2-gst-plugins-base-1.0: Configure
Architecture: amd64
Date: Thu Dec 22 07:53:26 2016
DpkgTerminalLog:
 dpkg: error processing package gir1.2-gst-plugins-base-1.0 (--configure):
  package is in a very bad inconsistent state; you should
  reinstall it before attempting configuration
DuplicateSignature: package:gir1.2-gst-plugins-base-1.0:1.2.4-1~ubuntu2:package 
is in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2014-07-29 (878 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.17
SourcePackage: gst-plugins-base1.0
Title: package gir1.2-gst-plugins-base-1.0 1.2.4-1~ubuntu2 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gst-plugins-base1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gst-plugins-base1.0 in
Ubuntu.
https://bugs.launchpad.net/bugs/1652228

Title:
  package gir1.2-gst-plugins-base-1.0 1.2.4-1~ubuntu2 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in gst-plugins-base1.0 package in Ubuntu:
  New

Bug description:
  I already try to reinstall the package

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: gir1.2-gst-plugins-base-1.0 1.2.4-1~ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-106.153-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-106-generic x86_64
  NonfreeKernelModules: talpa_vfshook talpa_pedconnector talpa_pedevice 
talpa_vcdevice talpa_core talpa_linux talpa_syscallhook
  ApportVersion: 2.14.1-0ubuntu3.23
  AptOrdering: gir1.2-gst-plugins-base-1.0: Configure
  Architecture: amd64
  Date: Thu Dec 22 07:53:26 2016
  DpkgTerminalLog:
   dpkg: error processing package gir1.2-gst-plugins-base-1.0 (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
  DuplicateSignature: 
package:gir1.2-gst-plugins-base-1.0:1.2.4-1~ubuntu2:package is in a very bad 
inconsistent state; you should  reinstall it before attempting configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2014-07-29 (878 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.17
  SourcePackage: gst-plugins-base1.0
  Title: package gir1.2-gst-plugins-base-1.0 1.2.4-1~ubuntu2 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-base1.0/+bug/1652228/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1629009] Re: Does not work inside a snap due to hardcoded paths

2016-11-24 Thread Roberto Mier Escandón 
** Branch linked: lp:~phablet-team/telephony-service/fix-hardcoded-paths

** Changed in: telephony-service (Ubuntu)
   Status: New => In Progress

** Changed in: telephony-service (Ubuntu)
 Assignee: (unassigned) => Roberto Mier Escandón  (rmescandon)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to address-book-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1629009

Title:
  Does not work inside a snap due to hardcoded paths

Status in Ubuntu File Manager App:
  Fix Released
Status in address-book-app package in Ubuntu:
  In Progress
Status in address-book-service package in Ubuntu:
  In Progress
Status in dialer-app package in Ubuntu:
  In Progress
Status in history-service package in Ubuntu:
  New
Status in indicator-bluetooth package in Ubuntu:
  In Progress
Status in indicator-display package in Ubuntu:
  New
Status in indicator-keyboard package in Ubuntu:
  In Progress
Status in indicator-location package in Ubuntu:
  In Progress
Status in indicator-messages package in Ubuntu:
  In Progress
Status in indicator-network package in Ubuntu:
  In Progress
Status in indicator-power package in Ubuntu:
  In Progress
Status in indicator-session package in Ubuntu:
  In Progress
Status in indicator-sound package in Ubuntu:
  In Progress
Status in indicator-transfer package in Ubuntu:
  In Progress
Status in mediascanner2 package in Ubuntu:
  In Progress
Status in messaging-app package in Ubuntu:
  In Progress
Status in pay-service package in Ubuntu:
  New
Status in policykit-unity8 package in Ubuntu:
  Fix Released
Status in sync-monitor package in Ubuntu:
  New
Status in telephony-service package in Ubuntu:
  In Progress
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-terminal-app package in Ubuntu:
  Fix Released
Status in ubuntu-touch-session package in Ubuntu:
  In Progress
Status in unity-scope-scopes package in Ubuntu:
  Won't Fix
Status in unity-scopes-api package in Ubuntu:
  Fix Released
Status in unity-scopes-shell package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Some apps can't find their main qml file.  Error messages like:

  "file:///build/messaging-app-gcXPE6/messaging-
  app-0.1+16.04.20160831/src/qml/messaging-app.qml: File not found"

  (in my case, the file was in /snap/unity8-session/x24/usr/share
  /messaging-app/messaging-app.qml)

  Seems due to code like the following in config.h.in.  Probably needs
  to consider the value of $SNAP or just be a little more forgiving.

  inline bool isRunningInstalled() {
  static bool installed = (QCoreApplication::applicationDirPath() ==
   
QDir(("@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@")).canonicalPath());
  return installed;
  }

  inline QString messagingAppDirectory() {
  if (isRunningInstalled()) {
  return QString("@CMAKE_INSTALL_PREFIX@/@MESSAGING_APP_DIR@/");
  } else {
  return QString("@CMAKE_SOURCE_DIR@/src/qml/");
  }
  }

  inline QString ubuntuPhonePluginPath() {
  if (isRunningInstalled()) {
  return QString::null;
  } else {
  return QString("@CMAKE_SOURCE_DIR@/");
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1629009/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1575078] Re: [XPS 15 9550, Realtek ALC3266] Headphone jack stops working after a while

2016-10-10 Thread roberto visintainer
I'm working on a DELL XPS 9550 15"
with
4.4.0-38-generic #57-Ubuntu SMP

For me 
rm -r ~/.config/pulse/
pulseaudio -k && sudo alsa force-reload

plus re-select the headphones output from the pulse GUI with no reboot

solves the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1575078

Title:
  [XPS 15 9550, Realtek ALC3266] Headphone jack stops working after a
  while

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  I'm experiencing a strange behavior with a headphone jack on my
  laptop.

  I have an external audio speaker connected to it. When I disconnect the 
speaker and reconnect it again it stops working.
  Even more, laptop audio stops working too. And after the reboot, I don't even 
see any of the audio devices.

  I've googled a lot and tried different fixes from forums with no luck.
  After a while, I've accidentally discovered that putting the laptop to
  the sleep mode and rebooting system after brings audio back to live.
  Even more, if speakers were attached during this sleep-reboot
  procedure, they are starting to work as well.

  However, after the next reboot speakers are not working again. And if
  I will plug them out and in - problem with completely missing audio
  returns.

  P.S. I'm using laptop-mode-tools package on my laptop. Recovery after
  hibernation made me believe that it's somehow related. But after
  uninstalling this package nothing really changed.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   kop3224 F...m pulseaudio
   /dev/snd/controlC0:  kop3224 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Apr 26 12:17:03 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-04-22 (3 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Встроенное аудио - HDA Intel PCH
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: Sound works for a while, then breaks
  Title: [XPS 15 9550, Realtek ALC3266, Black Headphone Out, Left] fails after 
a while
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/07/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.02.00
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.02.00:bd04/07/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1575078/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1622248] [NEW] XPS 13 Ubuntu 16.04 No sound via internal speakers

2016-09-10 Thread Roberto Tjin
Public bug reported:

Internal speakers stopped working. I upgraded from Ubuntu 14.04 to
Ubuntu 16.04 but to no avail. If  I connect via Thunderbolt to an
Thunderbolt display, the speakers of the display do work.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "alsa-info.txt.Nzflnyu1Xu"
   
https://bugs.launchpad.net/bugs/1622248/+attachment/4738430/+files/alsa-info.txt.Nzflnyu1Xu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1622248

Title:
  XPS 13 Ubuntu 16.04 No sound via internal speakers

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Internal speakers stopped working. I upgraded from Ubuntu 14.04 to
  Ubuntu 16.04 but to no avail. If  I connect via Thunderbolt to an
  Thunderbolt display, the speakers of the display do work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1622248/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1556414] [NEW] crash install driver epson xp-225

2016-03-12 Thread roberto
Public bug reported:

When I was installing XP Epson printer dirver increase the error

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lsb in Ubuntu.
https://bugs.launchpad.net/bugs/1556414

Title:
  crash install driver epson xp-225

Status in lsb package in Ubuntu:
  New

Bug description:
  When I was installing XP Epson printer dirver increase the error

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1474435] Re: [dialler] "Smart dialing" is not supported

2016-01-25 Thread Roberto Alsina
Bartosz incomplete how?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dialer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1474435

Title:
  [dialler] "Smart dialing" is not supported

Status in Ubuntu UX:
  Triaged
Status in dialer-app package in Ubuntu:
  Incomplete

Bug description:
  In Android, Windows phone, and older platforms (meaning, everywhere
  but iOS and apparently Jolla) you can  use the T9 letters in the
  dialer app to type the beginning of names and get suggested phone
  numbers.

  For example, if "Mom" is a contact, then typing 66 will suggest
  contacts that start with / contain "mo", even if the number doesn't
  include 66.

  I swear that Mom being 666 in this context is purely a coincidence, my
  mom is a perfectly lovely person :-)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1524885] [NEW] Camera after video recording not usable from Contacts app

2015-12-10 Thread Roberto Mier Escandón 
Public bug reported:

Steps to reproduce:
- open camera app
- record a video (or simply press on button to switch to video recording mode)
- leave camera app in background
- open contacts app
- create a new contact
- press on the + to fill the picture section
- select camera as source of the picture

Expected:
- I can take a picture (picture button enabled, record video button disabled)

Result:
- Instead, the record video button is enabled and i cannot switch to photo mode 
because its button is disabled.

** Affects: camera-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to camera-app in Ubuntu.
https://bugs.launchpad.net/bugs/1524885

Title:
  Camera after video recording not usable from Contacts app

Status in camera-app package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  - open camera app
  - record a video (or simply press on button to switch to video recording mode)
  - leave camera app in background
  - open contacts app
  - create a new contact
  - press on the + to fill the picture section
  - select camera as source of the picture

  Expected:
  - I can take a picture (picture button enabled, record video button disabled)

  Result:
  - Instead, the record video button is enabled and i cannot switch to photo 
mode because its button is disabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1524885/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1264493] Re: No Paste option in web page entries

2015-08-14 Thread Roberto Resoli
Vera serious bug. Simple usecase: Copy a link and paste it in facebook
webapp. Currently impossible on Ubuntu touch. Copying text from a
browser page is worst, because of broken copy widget (impossible to
select a single word, for istance).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1264493

Title:
  No Paste option in web page entries

Status in Canonical System Image:
  New
Status in Oxide:
  Fix Released
Status in webbrowser-app:
  Invalid
Status in webbrowser-app package in Ubuntu:
  Triaged
Status in webbrowser-app package in Ubuntu RTM:
  Triaged

Bug description:
  It's not possible to copy/paste passwords between two silo'd webapps.

  Open twitter webapp
  Open separate web browser which goes to password remembering site (such as 
lastpass)
  Copy password by longpress
  Switch to twitter webapp
  Try to paste into password field, discover no "Paste" option, only "Copy".

  I would expect to be able to copy/paste between browser windows

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: webbrowser-app 0.22+14.04.20131107-0ubuntu1
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: armhf
  Date: Fri Dec 27 11:01:32 2013
  InstallationDate: Installed on 2013-12-20 (7 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131220)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1264493/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1469421] Re: toda vez que eu desligo o hd externo gradiente 1t da erro no aplicativo e depois esso rinterno no sistema é um erro do lounch?

2015-07-17 Thread Roberto Freire
Use Ubuntu 12.4
I have a 1tetrabite external hd that when I stop the hd and the retreat of a 
general system error. In the case that must be done to avoid this?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to hud in Ubuntu.
https://bugs.launchpad.net/bugs/1469421

Title:
  toda vez que eu desligo o hd externo gradiente 1t da erro no
  aplicativo e depois esso rinterno no sistema é um erro do lounch?

Status in hud package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 12.04 LTS
  Não pretendo atualizar a versão do Ubuntu...

  Não aparece um relatório de erro só pede para que eu envie o erro e
  quando eu tento enviar aparece erro interno do sistema

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1474435] [NEW] "Smart dialing" is not supported

2015-07-14 Thread Roberto Alsina
Public bug reported:

In Android, Windows phone, and older platforms (meaning, everywhere but
iOS and apparently Jolla) you can  use the T9 letters in the dialer app
to type the beginning of names and get suggested phone numbers.

For example, if "Mom" is a contact, then typing 66 will suggest contacts
that start with / contain "mo", even if the number doesn't include 66.

I swear that Mom being 666 in this context is purely a coincidence, my
mom is a perfectly lovely person :-)

** Affects: dialer-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dialer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1474435

Title:
  "Smart dialing" is not supported

Status in dialer-app package in Ubuntu:
  New

Bug description:
  In Android, Windows phone, and older platforms (meaning, everywhere
  but iOS and apparently Jolla) you can  use the T9 letters in the
  dialer app to type the beginning of names and get suggested phone
  numbers.

  For example, if "Mom" is a contact, then typing 66 will suggest
  contacts that start with / contain "mo", even if the number doesn't
  include 66.

  I swear that Mom being 666 in this context is purely a coincidence, my
  mom is a perfectly lovely person :-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dialer-app/+bug/1474435/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1469421] [NEW] toda vez que eu desligo o hd externo gradiente 1t da erro no aplicativo e depois esso rinterno no sistema é um erro do lounch?

2015-06-27 Thread Roberto Freire
Public bug reported:

Ubuntu 12.04 LTS
Não pretendo atualizar a versão do Ubuntu...

Não aparece um relatório de erro só pede para que eu envie o erro e
quando eu tento enviar aparece erro interno do sistema

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to hud in Ubuntu.
https://bugs.launchpad.net/bugs/1469421

Title:
  toda vez que eu desligo o hd externo gradiente 1t da erro no
  aplicativo e depois esso rinterno no sistema é um erro do lounch?

Status in hud package in Ubuntu:
  New

Bug description:
  Ubuntu 12.04 LTS
  Não pretendo atualizar a versão do Ubuntu...

  Não aparece um relatório de erro só pede para que eu envie o erro e
  quando eu tento enviar aparece erro interno do sistema

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1447816] Re: Unity desktop broken after last update

2015-05-07 Thread Roberto González Correa
It seems to be related to proprietary Nvidia drivers: I 'solved' the
issue by removing Nvidia 304, and going back to the default nouveau
driver.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1447816

Title:
  Unity desktop broken after last update

Status in unity package in Ubuntu:
  New

Bug description:
  Few days ago, I updated my system from Ubuntu Updater. When the
  process finished, Unity desktop freezed, although the mouse pointer
  was still responsive. I did a system reboot, but once when my session
  was open:

  1. Unity launcher was freezed, with no icons (white squares were placed 
instead of them).
  2. Global menu was freezed.
  3. No icons in the right-upper corner of the screen (wifi indicator, keyboard 
language button, bluetooth icon, etc, wheren't displayed).
  4. Mouse pointer was responsive, it didn't freeze.
  5. When the icons of the top bar finally appeared, they reacted very slowly 
to the mouse clicks.

  I tried to solve this issue with sudo apt-get install --reinstall
  ubuntu-desktop, but it didn't work.

  Using:

  Ubuntu 14.04, 64 bits.
  NVIDIA GeForce 6200, with official NVIDIA driver (installed with 'additional 
drivers' tool).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.4+14.04.20150316-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.agp.gpu:
   Fast Writes:  Supported
   SBA:  Supported
   AGP Rates:8x 4x 
   Registers:0xff000e1b:0x1f000302
  .proc.driver.nvidia.agp.host.bridge:
   Host Bridge:  PCI device 1106:0204
   Fast Writes:  Not Supported
   SBA:  Supported
   AGP Rates:8x 4x 
   Registers:0x1f000a0b:0x0b02
  .proc.driver.nvidia.agp.status:
   Status:   Enabled
   Driver:   AGPGART
   AGP Rate: 8x
   Fast Writes:  Disabled
   SBA:  Enabled
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu Apr 23 17:38:24 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation NV44A [GeForce 6200] [10de:0221] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. Device [3842:a403]
  InstallationDate: Installed on 2014-11-22 (152 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=0bbaee34-88b2-46e9-9fd2-9d7efa698bdc ro quiet splash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/18/2005
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: K8M800-M2
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd09/18/2005:svn:pn:pvr:rvn:rnK8M800-M2:rvr:cvn:ct3:cvr:
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Thu Apr 23 17:37:57 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputHID 04f3:0103KEYBOARD, id 8
   inputHID 04f3:0103KEYBOARD, id 9
   inputUSB Optical MouseMOUSE, id 10
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.7

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe 

[Touch-packages] [Bug 1447816] [NEW] Unity desktop broken after last update

2015-04-23 Thread Roberto González Correa
Public bug reported:

Few days ago, I updated my system from Ubuntu Updater. When the process
finished, Unity desktop freezed, although the mouse pointer was still
responsive. I did a system reboot, but once when my session was open:

1. Unity launcher was freezed, with no icons (white squares were placed instead 
of them).
2. Global menu was freezed.
3. No icons in the right-upper corner of the screen (wifi indicator, keyboard 
language button, bluetooth icon, etc, wheren't displayed).
4. Mouse pointer was responsive, it didn't freeze.
5. When the icons of the top bar finally appeared, they reacted very slowly to 
the mouse clicks.

I tried to solve this issue with sudo apt-get install --reinstall
ubuntu-desktop, but it didn't work.

Using:

Ubuntu 14.04, 64 bits.
NVIDIA GeForce 6200, with official NVIDIA driver (installed with 'additional 
drivers' tool).

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.4+14.04.20150316-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
Uname: Linux 3.13.0-48-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.agp.gpu:
 Fast Writes:Supported
 SBA:Supported
 AGP Rates:  8x 4x 
 Registers:  0xff000e1b:0x1f000302
.proc.driver.nvidia.agp.host.bridge:
 Host Bridge:PCI device 1106:0204
 Fast Writes:Not Supported
 SBA:Supported
 AGP Rates:  8x 4x 
 Registers:  0x1f000a0b:0x0b02
.proc.driver.nvidia.agp.status:
 Status: Enabled
 Driver: AGPGART
 AGP Rate:   8x
 Fast Writes:Disabled
 SBA:Enabled
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
 GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Thu Apr 23 17:38:24 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 NVIDIA Corporation NV44A [GeForce 6200] [10de:0221] (rev a1) (prog-if 00 [VGA 
controller])
   Subsystem: eVga.com. Corp. Device [3842:a403]
InstallationDate: Installed on 2014-11-22 (152 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=0bbaee34-88b2-46e9-9fd2-9d7efa698bdc ro quiet splash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/18/2005
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: K8M800-M2
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd09/18/2005:svn:pn:pvr:rvn:rnK8M800-M2:rvr:cvn:ct3:cvr:
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1~ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Thu Apr 23 17:37:57 2015
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputHID 04f3:0103KEYBOARD, id 8
 inputHID 04f3:0103KEYBOARD, id 9
 inputUSB Optical MouseMOUSE, id 10
xserver.errors: open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.1-0ubuntu2.7

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


** Tags: amd64 apport-bug third-party-packages trusty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1447816

Title:
  Unity desktop broken after last update

Status in unity package in Ubuntu:
  New

Bug description:
  Few days ago, I updated my system from Ubuntu Updater. When the
  process finished, Unity desktop freezed, although the mouse pointer
  was still responsive. I did a system reboot, but once when my session
  was open:

  1. Unity launcher was freezed, with no icons (white squares were placed 
instead of them).
  2. Global menu was freezed.
  3. No icons in the right-upper corner of the screen (wifi indicator, keyboard 
langua

[Touch-packages] [Bug 1411560] Re: Graphics performance degrades with time in 14.04

2015-03-31 Thread Roberto Sosa Cano
Hi Christopher,

It seems a lot more stable now. It is already 3 weeks without restarting
the machine and I haven't had any issue. I would say the enablement
stack has fixed the issue. Please let me know if you want me to perform
any additional check or attach more information.

Thanks,
Roberto

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1411560

Title:
  Graphics performance degrades with time in 14.04

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After several days using the system the graphics performance degrades.
  I cannot find any information in syslog or dmesg. It takes an awful
  amount of time to open a new window, and during that time the mouse is
  trapped into one of the monitors (cannot move to the other one). Also
  I've noticed that the Unity notification bar freezes and I cannot
  access any of the icons there, and the clock is just frozen.

  HDD, memory and CPU load seem normal. The only solution I've found is
  to reboot.

  Thanks in advance.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Jan 16 10:08:23 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-37-generic, x86_64: installed
   nvidia-331, 331.113, 3.13.0-37-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GF106GL [Quadro 2000] [10de:0dd8] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:084a]
  InstallationDate: Installed on 2014-10-15 (93 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Precision WorkStation T5500
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/20/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0CRH6C
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd04/20/2011:svnDellInc.:pnPrecisionWorkStationT5500:pvr:rvnDellInc.:rn0CRH6C:rvrA01:cvnDellInc.:ct7:cvr:
  dmi.product.name: Precision WorkStation T5500
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Fri Jan  9 11:10:54 2015
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.6

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1411560] Re: Graphics performance degrades with time in 14.04

2015-03-11 Thread Roberto Sosa Cano
Hi Christopher,

Sorry for the late response. I've followed the instructions there.  I
will wait another couple of weeks to see if the behaviour reappears.

Kind regards,
Roberto

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1411560

Title:
  Graphics performance degrades with time in 14.04

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After several days using the system the graphics performance degrades.
  I cannot find any information in syslog or dmesg. It takes an awful
  amount of time to open a new window, and during that time the mouse is
  trapped into one of the monitors (cannot move to the other one). Also
  I've noticed that the Unity notification bar freezes and I cannot
  access any of the icons there, and the clock is just frozen.

  HDD, memory and CPU load seem normal. The only solution I've found is
  to reboot.

  Thanks in advance.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Jan 16 10:08:23 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-37-generic, x86_64: installed
   nvidia-331, 331.113, 3.13.0-37-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GF106GL [Quadro 2000] [10de:0dd8] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:084a]
  InstallationDate: Installed on 2014-10-15 (93 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Precision WorkStation T5500
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/20/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0CRH6C
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd04/20/2011:svnDellInc.:pnPrecisionWorkStationT5500:pvr:rvnDellInc.:rn0CRH6C:rvrA01:cvnDellInc.:ct7:cvr:
  dmi.product.name: Precision WorkStation T5500
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Fri Jan  9 11:10:54 2015
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.6

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1411560] Re: Graphics performance degrades with time in 14.04

2015-03-05 Thread Roberto Sosa Cano
Hi Christopher,

I'm afraid not. This desktop is my main workstation with loads of SDKs
and tools installed. It is a work PC so I cannot switch to a live image
for more than few minutes. The problem is that this takes like 1 or 2
weeks to appear again. Any other suggestion?

Thanks,
Roberto

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1411560

Title:
  Graphics performance degrades with time in 14.04

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After several days using the system the graphics performance degrades.
  I cannot find any information in syslog or dmesg. It takes an awful
  amount of time to open a new window, and during that time the mouse is
  trapped into one of the monitors (cannot move to the other one). Also
  I've noticed that the Unity notification bar freezes and I cannot
  access any of the icons there, and the clock is just frozen.

  HDD, memory and CPU load seem normal. The only solution I've found is
  to reboot.

  Thanks in advance.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Jan 16 10:08:23 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-37-generic, x86_64: installed
   nvidia-331, 331.113, 3.13.0-37-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GF106GL [Quadro 2000] [10de:0dd8] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:084a]
  InstallationDate: Installed on 2014-10-15 (93 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Precision WorkStation T5500
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/20/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0CRH6C
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd04/20/2011:svnDellInc.:pnPrecisionWorkStationT5500:pvr:rvnDellInc.:rn0CRH6C:rvrA01:cvnDellInc.:ct7:cvr:
  dmi.product.name: Precision WorkStation T5500
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Fri Jan  9 11:10:54 2015
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.6

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1411560] Re: Graphics performance degrades with time in 14.04

2015-03-04 Thread Roberto Sosa Cano
Hi Christopher,

This is the output:

A16
05/28/2013

Also this morning when trying to access the computer the login screen
had the login box with no text input available. I had to reboot the
machine completely.

Thanks again for the support.

Roberto

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1411560

Title:
  Graphics performance degrades with time in 14.04

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After several days using the system the graphics performance degrades.
  I cannot find any information in syslog or dmesg. It takes an awful
  amount of time to open a new window, and during that time the mouse is
  trapped into one of the monitors (cannot move to the other one). Also
  I've noticed that the Unity notification bar freezes and I cannot
  access any of the icons there, and the clock is just frozen.

  HDD, memory and CPU load seem normal. The only solution I've found is
  to reboot.

  Thanks in advance.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Jan 16 10:08:23 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-37-generic, x86_64: installed
   nvidia-331, 331.113, 3.13.0-37-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GF106GL [Quadro 2000] [10de:0dd8] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:084a]
  InstallationDate: Installed on 2014-10-15 (93 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Precision WorkStation T5500
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/20/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0CRH6C
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd04/20/2011:svnDellInc.:pnPrecisionWorkStationT5500:pvr:rvnDellInc.:rn0CRH6C:rvrA01:cvnDellInc.:ct7:cvr:
  dmi.product.name: Precision WorkStation T5500
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Fri Jan  9 11:10:54 2015
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.6

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1411560] Re: Graphics performance degrades with time in 14.04

2015-03-04 Thread Roberto Sosa Cano
By the way, sorry for double posting, but just notice that the notifier
area is frozen and irresponsive.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1411560

Title:
  Graphics performance degrades with time in 14.04

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After several days using the system the graphics performance degrades.
  I cannot find any information in syslog or dmesg. It takes an awful
  amount of time to open a new window, and during that time the mouse is
  trapped into one of the monitors (cannot move to the other one). Also
  I've noticed that the Unity notification bar freezes and I cannot
  access any of the icons there, and the clock is just frozen.

  HDD, memory and CPU load seem normal. The only solution I've found is
  to reboot.

  Thanks in advance.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Jan 16 10:08:23 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-37-generic, x86_64: installed
   nvidia-331, 331.113, 3.13.0-37-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GF106GL [Quadro 2000] [10de:0dd8] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:084a]
  InstallationDate: Installed on 2014-10-15 (93 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Precision WorkStation T5500
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/20/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0CRH6C
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd04/20/2011:svnDellInc.:pnPrecisionWorkStationT5500:pvr:rvnDellInc.:rn0CRH6C:rvrA01:cvnDellInc.:ct7:cvr:
  dmi.product.name: Precision WorkStation T5500
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Fri Jan  9 11:10:54 2015
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.6

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1411560] Re: Graphics performance degrades with time in 14.04

2015-03-04 Thread Roberto Sosa Cano
Hi Christopher,

It is happening again right now. I've tried to close Google Chrome in
case it was causing the issue, but it seems like something is broken.
Everytime I click on a window, or some graphic change happens at Unity
level the system becomes irresponsive for a few seconds. For bigger
things like closing or starting a program seems like it takes even more
time. Seems like allocation and disposal of resources is taking suddenly
more time than it should.

Kind regards,
Roberto

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1411560

Title:
  Graphics performance degrades with time in 14.04

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After several days using the system the graphics performance degrades.
  I cannot find any information in syslog or dmesg. It takes an awful
  amount of time to open a new window, and during that time the mouse is
  trapped into one of the monitors (cannot move to the other one). Also
  I've noticed that the Unity notification bar freezes and I cannot
  access any of the icons there, and the clock is just frozen.

  HDD, memory and CPU load seem normal. The only solution I've found is
  to reboot.

  Thanks in advance.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Jan 16 10:08:23 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-37-generic, x86_64: installed
   nvidia-331, 331.113, 3.13.0-37-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GF106GL [Quadro 2000] [10de:0dd8] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:084a]
  InstallationDate: Installed on 2014-10-15 (93 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Precision WorkStation T5500
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/20/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0CRH6C
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd04/20/2011:svnDellInc.:pnPrecisionWorkStationT5500:pvr:rvnDellInc.:rn0CRH6C:rvrA01:cvnDellInc.:ct7:cvr:
  dmi.product.name: Precision WorkStation T5500
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Fri Jan  9 11:10:54 2015
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.6

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1411560] Re: Graphics performance degrades with time in 14.04

2015-02-27 Thread Roberto Sosa Cano
Hi Christopher,

I've updated the BIOS as requested. As this problem was happening from
time time (so not really predictable albeit reproducible) I'll wait a
couple of weeks to see if it happens again. If not I will update the
status here.

Thanks you very much for the support,
Roberto

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1411560

Title:
  Graphics performance degrades with time in 14.04

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After several days using the system the graphics performance degrades.
  I cannot find any information in syslog or dmesg. It takes an awful
  amount of time to open a new window, and during that time the mouse is
  trapped into one of the monitors (cannot move to the other one). Also
  I've noticed that the Unity notification bar freezes and I cannot
  access any of the icons there, and the clock is just frozen.

  HDD, memory and CPU load seem normal. The only solution I've found is
  to reboot.

  Thanks in advance.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Jan 16 10:08:23 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-37-generic, x86_64: installed
   nvidia-331, 331.113, 3.13.0-37-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GF106GL [Quadro 2000] [10de:0dd8] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:084a]
  InstallationDate: Installed on 2014-10-15 (93 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Precision WorkStation T5500
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/20/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0CRH6C
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd04/20/2011:svnDellInc.:pnPrecisionWorkStationT5500:pvr:rvnDellInc.:rn0CRH6C:rvrA01:cvnDellInc.:ct7:cvr:
  dmi.product.name: Precision WorkStation T5500
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Fri Jan  9 11:10:54 2015
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.6

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1321854] Re: useradd doesn't add the default shell to /etc/passwd entry

2015-02-02 Thread Roberto Suarez
Could this be a sign of useradd ignoring everything in
/etc/default/useradd? I've stumbled upon a problem when changing the
default HOME base directory. Example:

# useradd -D
GROUP=100
HOME=/tmp
INACTIVE=-1
EXPIRE=
SHELL=/bin/sh
SKEL=/etc/skel
CREATE_MAIL_SPOOL=no
# useradd -m testuser14
# grep testuser14 /etc/passwd
testuser14:x:5012:5012::/home/testuser14:

I think useradd is not only ignoring the SHELL variable (though I didn't
change it in this example), but also the rest of variables that appear
in /etc/default/useradd.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to shadow in Ubuntu.
https://bugs.launchpad.net/bugs/1321854

Title:
  useradd doesn't add the default shell to /etc/passwd entry

Status in shadow package in Ubuntu:
  Triaged
Status in shadow source package in Trusty:
  Triaged

Bug description:
  useradd is not honoring the default shell listed in
  /etc/defaults/useradd when creating new users.

  useradd -D showing the defaults. SHELL=/bin/bash

  # useradd -D
  GROUP=100
  HOME=/home
  INACTIVE=-1
  EXPIRE=
  SHELL=/bin/bash
  SKEL=/etc/skel
  CREATE_MAIL_SPOOL=no

  Using useradd to create user test1. The /etc/passwd entry has a blank
  shell field:

  # useradd test1
  # grep test1 /etc/passwd
  test1:x:2080:2080::/home/test1:

  Using useradd -s does populate the shell field:
  # useradd -s /bin/bash test2
  #grep test2 /etc/passwd
  test2:x:2081:2081::/home/test2:/bin/bash

  Why useradd instead of adduser: puppet uses useradd to do user
  creation.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: passwd 1:4.1.5.1-1ubuntu9
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  Date: Wed May 21 17:51:57 2014
  Ec2AMI: ami-42dc302a
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: us-east-1d
  Ec2InstanceType: m3.large
  Ec2Kernel: aki-919dcaf8
  Ec2Ramdisk: unavailable
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: shadow
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.default.useradd: 2014-05-21T17:36:05.208686

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1411560] [NEW] Graphics performance degrades with time in 14.04

2015-01-16 Thread Roberto Sosa Cano
Public bug reported:

After several days using the system the graphics performance degrades. I
cannot find any information in syslog or dmesg. It takes an awful amount
of time to open a new window, and during that time the mouse is trapped
into one of the monitors (cannot move to the other one). Also I've
noticed that the Unity notification bar freezes and I cannot access any
of the icons there, and the clock is just frozen.

HDD, memory and CPU load seem normal. The only solution I've found is to
reboot.

Thanks in advance.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
 GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Jan 16 10:08:23 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.7, 3.13.0-37-generic, x86_64: installed
 nvidia-331, 331.113, 3.13.0-37-generic, x86_64: installed
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 NVIDIA Corporation GF106GL [Quadro 2000] [10de:0dd8] (rev a1) (prog-if 00 [VGA 
controller])
   Subsystem: NVIDIA Corporation Device [10de:084a]
InstallationDate: Installed on 2014-10-15 (93 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: Dell Inc. Precision WorkStation T5500
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/20/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 0CRH6C
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 7
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd04/20/2011:svnDellInc.:pnPrecisionWorkStationT5500:pvr:rvnDellInc.:rn0CRH6C:rvrA01:cvnDellInc.:ct7:cvr:
dmi.product.name: Precision WorkStation T5500
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1~ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Fri Jan  9 11:10:54 2015
xserver.configfile: default
xserver.errors: open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.1-0ubuntu2.6

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


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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1411560

Title:
  Graphics performance degrades with time in 14.04

Status in xorg package in Ubuntu:
  New

Bug description:
  After several days using the system the graphics performance degrades.
  I cannot find any information in syslog or dmesg. It takes an awful
  amount of time to open a new window, and during that time the mouse is
  trapped into one of the monitors (cannot move to the other one). Also
  I've noticed that the Unity notification bar freezes and I cannot
  access any of the icons there, and the clock is just frozen.

  HDD, memory and CPU load seem normal. The only solution I've found is
  to reboot.

  Thanks in advance.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  

[Touch-packages] [Bug 1313446] Re: window disappears on toggle shade

2014-10-07 Thread Roberto
Hello,

I totally agree with previous comments regarding the windows shading. I will be 
really happy once this annoying problem is solved.
Thanks
Roberto

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1313446

Title:
  window disappears on toggle shade

Status in Unity:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  I used Unity Tweak Tool to enable Toggle Shade using middle click.
  When I click to top of the window, it rolls up and disappears. A
  "ghost" outline of the window appears and the only way to get the
  window back is by using Alt-tab. Sometimes, when reselecting the
  window using Alt-tab, Ubuntu freezes (crashes) and an internal error
  is generated. It seems to be related to Compiz but I'm not sure. An
  error report was generated and sent.

  Description:  Ubuntu 14.04 LTS (64-bit)
  Release:  14.04
  unity-tweak-tool 0.0.6ubuntu1

  I expected the window would "roll up" and I'd be left with the
  window's top bar like with previous versions of Ubuntu.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1365875] mail notification displayed even when phone locked

2014-09-10 Thread Roberto Alsina
Or maybe I just did it faster :-)

On Wed, Sep 10, 2014 at 10:18 PM, Sergio Schvezov <
sergio.schve...@canonical.com> wrote:

> On miércoles 10 de septiembre de 2014 22h'04:36 ART, Roberto Alsina wrote:
>
>> ** Changed in: ubuntu-push
>>Status: Fix Committed => Fix Released
>>
>>
> If you are manually changing this it means the train is doing something
> wrong (the bugs seem to be linked to the branches) or the debian/changelog
> has been provided without an (LP:##) entry. I suggest taking a look to
> avoid this manual process.
>

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1365875

Title:
  mail notification displayed even when phone locked

Status in Ubuntu Push Notifications:
  Fix Released
Status in “account-polld” package in Ubuntu:
  New
Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  Opinion

Bug description:
  I had just woken up the phone (screen was displaying the welcome
  greeter) but had not yet unlocked the device (I have set a pin code)
  when a mail notification appeared on screen that divulged the sender.

  This is a privacy issue.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365875] Re: mail notification displayed even when phone locked

2014-09-10 Thread Roberto Alsina
** Changed in: ubuntu-push
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1365875

Title:
  mail notification displayed even when phone locked

Status in Ubuntu Push Notifications:
  Fix Released
Status in “account-polld” package in Ubuntu:
  New
Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  Opinion

Bug description:
  I had just woken up the phone (screen was displaying the welcome
  greeter) but had not yet unlocked the device (I have set a pin code)
  when a mail notification appeared on screen that divulged the sender.

  This is a privacy issue.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365875] Re: mail notification displayed even when phone locked

2014-09-09 Thread Roberto Alsina
A branch is being landed now so that when the screen is locked, popups
are not displayed (all other notifications still work).

Further refinements really need design input.

** Changed in: ubuntu-push
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1365875

Title:
  mail notification displayed even when phone locked

Status in Ubuntu Push Notifications:
  Fix Committed
Status in “account-polld” package in Ubuntu:
  New
Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  Opinion

Bug description:
  I had just woken up the phone (screen was displaying the welcome
  greeter) but had not yet unlocked the device (I have set a pin code)
  when a mail notification appeared on screen that divulged the sender.

  This is a privacy issue.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365875] Re: mail notification displayed even when phone locked

2014-09-09 Thread Roberto Alsina
** Changed in: ubuntu-push
   Status: New => In Progress

** Changed in: ubuntu-push
 Assignee: (unassigned) => Roberto Alsina (ralsina)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1365875

Title:
  mail notification displayed even when phone locked

Status in Ubuntu Push Notifications:
  In Progress
Status in “account-polld” package in Ubuntu:
  New
Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  Opinion

Bug description:
  I had just woken up the phone (screen was displaying the welcome
  greeter) but had not yet unlocked the device (I have set a pin code)
  when a mail notification appeared on screen that divulged the sender.

  This is a privacy issue.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365875] Re: mail notification displayed even when phone locked

2014-09-08 Thread Roberto Alsina
As a stopgap measure we can not display notifications if the screen is
locked, and make noise/vibrate instead. (suggested by lucio)

** Changed in: ubuntu-push
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1365875

Title:
  mail notification displayed even when phone locked

Status in Ubuntu Push Notifications:
  New
Status in “account-polld” package in Ubuntu:
  New
Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  Opinion

Bug description:
  I had just woken up the phone (screen was displaying the welcome
  greeter) but had not yet unlocked the device (I have set a pin code)
  when a mail notification appeared on screen that divulged the sender.

  This is a privacy issue.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1362866] Re: My app doesn't install in RTM with "corrupt info database" error

2014-08-28 Thread Roberto Alsina
Recreating the emulator with the same image made it work. So, probably
just "one of those things" I guess :-(

** Changed in: click (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click in Ubuntu.
https://bugs.launchpad.net/bugs/1362866

Title:
  My app doesn't install in RTM with "corrupt info database" error

Status in “click” package in Ubuntu:
  Invalid

Bug description:
  I have an app to test push notifications, called hello, available in
  the store.

  It's working well in utopic-proposed (Image #212) but it fails to
  install in rtm-proposed (Image #12) in both cases i386 emulator.

  When I try yo install the store's downloaded package I get this error:

  dpkg: error: corrupt info database format file 
'/opt/click.ubuntu.com/com.ubuntu.developer.ralsina.hello/0.4/.click/info/format'
  Traceback (most recent call last):
File "/usr/bin/click", line 86, in 
  sys.exit(main())
File "/usr/bin/click", line 82, in main
  return mod.run(args)
File "/usr/lib/python3/dist-packages/click/commands/install.py", line 57, 
in run
  package_path, user=options.user, all_users=options.all_users)
File "/usr/lib/python3/dist-packages/click/install.py", line 384, in install
  path, user=user, all_users=all_users)
File "/usr/lib/python3/dist-packages/click/install.py", line 344, in _unpack
  env=env, **kwargs)
File "/usr/lib/python3.4/subprocess.py", line 561, in check_call
  raise CalledProcessError(retcode, cmd)
  subprocess.CalledProcessError: Command '['dpkg', '--force-not-root', 
'--force-bad-path', '--force-architecture', '--instdir', 
'/opt/click.ubuntu.com/com.ubuntu.developer.ralsina.hello/0.4', '--admindir', 
'/opt/click.ubuntu.com/com.ubuntu.developer.ralsina.hello/0.4/.click', 
'--path-exclude', '*/.click/*', '--log', '/opt/click.ubuntu.com/.click/log', 
'--no-triggers', '--install', 
'com.ubuntu.developer.ralsina.hello_0.4_all.click']' returned non-zero exit 
status 2

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1362866] [NEW] My app doesn't install in RTM with "corrupt info database" error

2014-08-28 Thread Roberto Alsina
Public bug reported:

I have an app to test push notifications, called hello, available in the
store.

It's working well in utopic-proposed (Image #212) but it fails to
install in rtm-proposed (Image #12) in both cases i386 emulator.

When I try yo install the store's downloaded package I get this error:

dpkg: error: corrupt info database format file 
'/opt/click.ubuntu.com/com.ubuntu.developer.ralsina.hello/0.4/.click/info/format'
Traceback (most recent call last):
  File "/usr/bin/click", line 86, in 
sys.exit(main())
  File "/usr/bin/click", line 82, in main
return mod.run(args)
  File "/usr/lib/python3/dist-packages/click/commands/install.py", line 57, in 
run
package_path, user=options.user, all_users=options.all_users)
  File "/usr/lib/python3/dist-packages/click/install.py", line 384, in install
path, user=user, all_users=all_users)
  File "/usr/lib/python3/dist-packages/click/install.py", line 344, in _unpack
env=env, **kwargs)
  File "/usr/lib/python3.4/subprocess.py", line 561, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['dpkg', '--force-not-root', 
'--force-bad-path', '--force-architecture', '--instdir', 
'/opt/click.ubuntu.com/com.ubuntu.developer.ralsina.hello/0.4', '--admindir', 
'/opt/click.ubuntu.com/com.ubuntu.developer.ralsina.hello/0.4/.click', 
'--path-exclude', '*/.click/*', '--log', '/opt/click.ubuntu.com/.click/log', 
'--no-triggers', '--install', 
'com.ubuntu.developer.ralsina.hello_0.4_all.click']' returned non-zero exit 
status 2

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click in Ubuntu.
https://bugs.launchpad.net/bugs/1362866

Title:
  My app doesn't install in RTM with "corrupt info database" error

Status in “click” package in Ubuntu:
  New

Bug description:
  I have an app to test push notifications, called hello, available in
  the store.

  It's working well in utopic-proposed (Image #212) but it fails to
  install in rtm-proposed (Image #12) in both cases i386 emulator.

  When I try yo install the store's downloaded package I get this error:

  dpkg: error: corrupt info database format file 
'/opt/click.ubuntu.com/com.ubuntu.developer.ralsina.hello/0.4/.click/info/format'
  Traceback (most recent call last):
File "/usr/bin/click", line 86, in 
  sys.exit(main())
File "/usr/bin/click", line 82, in main
  return mod.run(args)
File "/usr/lib/python3/dist-packages/click/commands/install.py", line 57, 
in run
  package_path, user=options.user, all_users=options.all_users)
File "/usr/lib/python3/dist-packages/click/install.py", line 384, in install
  path, user=user, all_users=all_users)
File "/usr/lib/python3/dist-packages/click/install.py", line 344, in _unpack
  env=env, **kwargs)
File "/usr/lib/python3.4/subprocess.py", line 561, in check_call
  raise CalledProcessError(retcode, cmd)
  subprocess.CalledProcessError: Command '['dpkg', '--force-not-root', 
'--force-bad-path', '--force-architecture', '--instdir', 
'/opt/click.ubuntu.com/com.ubuntu.developer.ralsina.hello/0.4', '--admindir', 
'/opt/click.ubuntu.com/com.ubuntu.developer.ralsina.hello/0.4/.click', 
'--path-exclude', '*/.click/*', '--log', '/opt/click.ubuntu.com/.click/log', 
'--no-triggers', '--install', 
'com.ubuntu.developer.ralsina.hello_0.4_all.click']' returned non-zero exit 
status 2

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1360366] [NEW] Qt.labs.settings using ~/.config/qt-project.org which is blocked by apparmor

2014-08-22 Thread Roberto Alsina
Public bug reported:

I was using Qt.labs.settings in a QML app, and when trying to store
settings in a click app running on ubuntu touch, I get this:

Aug 22 16:49:17 ubuntu-phablet kernel: [  144.375949] type=1400
audit(1408726157.559:149): apparmor="DENIED" operation="mkdir"
profile="com.ubuntu.developer.ralsina.hello_hello_0.4"
name="/home/phablet/.config/qt-project.org/" pid=2846 comm="qmlscene"
requested_mask="c" denied_mask="c" fsuid=32011 ouid=32011

jdstrand suggested this was caused by not setting applicationName in my
QML, but it is set, see http://bazaar.launchpad.net/~ralsina/ubuntu-
push-qml/nicer-example/view/head:/example/main.qml for the code.

So, looks like a bug in settings?

** Affects: qtdeclarative-opensource-src (Ubuntu)
 Importance: Critical
 Status: New


** Tags: application-confinement rtm14

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtdeclarative-opensource-
src in Ubuntu.
https://bugs.launchpad.net/bugs/1360366

Title:
  Qt.labs.settings using ~/.config/qt-project.org which is blocked by
  apparmor

Status in “qtdeclarative-opensource-src” package in Ubuntu:
  New

Bug description:
  I was using Qt.labs.settings in a QML app, and when trying to store
  settings in a click app running on ubuntu touch, I get this:

  Aug 22 16:49:17 ubuntu-phablet kernel: [  144.375949] type=1400
  audit(1408726157.559:149): apparmor="DENIED" operation="mkdir"
  profile="com.ubuntu.developer.ralsina.hello_hello_0.4"
  name="/home/phablet/.config/qt-project.org/" pid=2846 comm="qmlscene"
  requested_mask="c" denied_mask="c" fsuid=32011 ouid=32011

  jdstrand suggested this was caused by not setting applicationName in
  my QML, but it is set, see http://bazaar.launchpad.net/~ralsina
  /ubuntu-push-qml/nicer-example/view/head:/example/main.qml for the
  code.

  So, looks like a bug in settings?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1360366/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1359720] [NEW] mailto: URLs in contact are shown wrong in app preview

2014-08-21 Thread Roberto Alsina
Public bug reported:

According to what I saw while submitting an app the "Contact" field must
be a URL and it can be a http https or mailto URL.

However, using mailto:roberto.als...@canonical.com as my contact URL
makes that appear literally in the app preview before installing it (app
is called hello).

Either the store needs to reject mailto URLs or the preview needs to
show them correctly.

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1359720

Title:
  mailto: URLs in contact are shown wrong in app preview

Status in “unity-scope-click” package in Ubuntu:
  New

Bug description:
  According to what I saw while submitting an app the "Contact" field
  must be a URL and it can be a http https or mailto URL.

  However, using mailto:roberto.als...@canonical.com as my contact URL
  makes that appear literally in the app preview before installing it
  (app is called hello).

  Either the store needs to reject mailto URLs or the preview needs to
  show them correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1359720/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp