[Touch-packages] [Bug 1506015] Re: Network errors after changing between mobile data connection and wifi

2016-02-14 Thread Timo Jyrinki
This bug maybe be the same as bug #1533508 which would mean the Qt fixes
aren't helping here. But if there's a Qt aspect to the bug - for example
the network not being broken elsewhere but just store results not
working when switching between connections - it could be now fixed as Qt
better reports the connectivity.

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

Title:
  Network errors after changing between mobile data connection and wifi

Status in Canonical System Image:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu:
  New
Status in unity-scope-click package in Ubuntu:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu RTM:
  Fix Released

Bug description:
  Customer reported this behaviour to bq support department regarding
  Ubuntu Core apps, but I reproduced it when looking for any app in
  Ubuntu Store

  Product: bq Aquaris E4.5 & E5
  FW version: r25,r5
  HW version:  MP

  PRECONDITIONS:  I was able to repro this after changing several times
  between mobile data connection and wifi with the Ubuntu store open.

  STEPS TO REPRO:
  1. Go to Ubuntu Store
  2. Look for some Ubuntu core apps( terminal, File manager for example )

  Actual Result:
  Cannot find no app in Ubuntu store
  Expected Result:
  Every search should show an apps list as a result

  Additional info: syslog and video attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1506015/+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 1545600] Re: Need to track abigail updates

2016-02-14 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu)
   Status: New => Confirmed

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

Title:
  Need to track abigail updates

Status in unity-scopes-api package in Ubuntu:
  Confirmed

Bug description:
  There are some issues with abigail, such as getting false positives
  when running abidiff with base.xml and lib.so, but not when running
  with abidiff base.xml lib.xml.

  We need to track progress here and, once a new version lands, re-test
  the abi checker and see if we can make it go faster by extracting
  directly from the latest library instead of going via an intermediate
  dump file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1545600/+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 1470700] Re: QNetworkAccessManager hangs when in flight mode

2016-02-14 Thread Łukasz Zemczak
This bug was fixed in the package qtbase-opensource-src 5.4.1+dfsg-
2ubuntu11~vivid4 in https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/stable-phone-overlay

---

qtbase-opensource-src (5.4.1+dfsg-2ubuntu11~vivid4) vivid;
urgency=medium

  * Lorn Potter's networking fixes:
- debian/patches/Make-sure-to-report-correct-NetworkAccessibility.patch
- debian/patches/Make-sure-networkAccessibilityChanged-is-emitted.patch
- debian/patches/Fix-hang-in-qnam-when-disconnecting.patch
- debian/patches/Make-UnknownAccessibility-not-block-requests.patch
- debian/patches/qnam-ubuntu-fix6.patch (not yet upstreamed)
(LP: #1470700) (LP: #1506015) (LP: #1507769) (LP: #1528886) (LP: #1533508)
  * debian/patches/Add-an-option-to-skip-the-generic-bearer-engine.patch
- Backport to replace disable-generic-plugin-when-others-available.patch

 -- Timo Jyrinki   Mon, 14 Dec 2015 12:53:41
+


** Changed in: qtbase-opensource-src (Ubuntu RTM)
   Status: New => Fix Released

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

Title:
  QNetworkAccessManager hangs when in flight mode

Status in Canonical System Image:
  New
Status in qtbase-opensource-src package in Ubuntu:
  Fix Released
Status in thumbnailer package in Ubuntu:
  Triaged
Status in qtbase-opensource-src package in Ubuntu RTM:
  Fix Released

Bug description:
  Testing the fix:

  - Update rc-proposed (vivid) to citrain device-upgrade 32 
  - Optional: If you want to test using the 'generic' bearer plugin instead of 
the Network Manager bearer, either do not upgrade ubuntu-touch-session or move 
away the file /etc/profile.d/qt_networkmanager_bearer.sh
  - Reboot

  ---

  When my phone is in flight mode, HTTP requests made using
  QNetworkAccessManager seem to hang rather than erroring out
  immediately.

  From my tests, it looks like the HTTP request is blocked until the
  flight mode is disabled and a network connection is reestablished.
  This is contrary to the documentation, which states:

  """If the network is not accessible the network access manager will
  not process any new network requests, all such requests will fail with
  an error. Requests with URLs with the file:// scheme will still be
  processed."""

  http://doc.qt.io/qt-5/qnetworkaccessmanager.html#networkAccessible-
  prop

  By running strace on my test program, it doesn't even look like it
  attempts to open a TCP connection when blocked in flight mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1470700/+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 1506015] Re: Network errors after changing between mobile data connection and wifi

2016-02-14 Thread Łukasz Zemczak
This bug was fixed in the package qtbase-opensource-src 5.4.1+dfsg-
2ubuntu11~vivid4 in https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/stable-phone-overlay

---

qtbase-opensource-src (5.4.1+dfsg-2ubuntu11~vivid4) vivid;
urgency=medium

  * Lorn Potter's networking fixes:
- debian/patches/Make-sure-to-report-correct-NetworkAccessibility.patch
- debian/patches/Make-sure-networkAccessibilityChanged-is-emitted.patch
- debian/patches/Fix-hang-in-qnam-when-disconnecting.patch
- debian/patches/Make-UnknownAccessibility-not-block-requests.patch
- debian/patches/qnam-ubuntu-fix6.patch (not yet upstreamed)
(LP: #1470700) (LP: #1506015) (LP: #1507769) (LP: #1528886) (LP: #1533508)
  * debian/patches/Add-an-option-to-skip-the-generic-bearer-engine.patch
- Backport to replace disable-generic-plugin-when-others-available.patch

 -- Timo Jyrinki   Mon, 14 Dec 2015 12:53:41
+


** Changed in: qtbase-opensource-src (Ubuntu RTM)
   Status: New => Fix Released

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

Title:
  Network errors after changing between mobile data connection and wifi

Status in Canonical System Image:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu:
  New
Status in unity-scope-click package in Ubuntu:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu RTM:
  Fix Released

Bug description:
  Customer reported this behaviour to bq support department regarding
  Ubuntu Core apps, but I reproduced it when looking for any app in
  Ubuntu Store

  Product: bq Aquaris E4.5 & E5
  FW version: r25,r5
  HW version:  MP

  PRECONDITIONS:  I was able to repro this after changing several times
  between mobile data connection and wifi with the Ubuntu store open.

  STEPS TO REPRO:
  1. Go to Ubuntu Store
  2. Look for some Ubuntu core apps( terminal, File manager for example )

  Actual Result:
  Cannot find no app in Ubuntu store
  Expected Result:
  Every search should show an apps list as a result

  Additional info: syslog and video attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1506015/+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 1507769] Re: App store does not display images

2016-02-14 Thread Łukasz Zemczak
This bug was fixed in the package qtbase-opensource-src 5.4.1+dfsg-
2ubuntu11~vivid4 in https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/stable-phone-overlay

---

qtbase-opensource-src (5.4.1+dfsg-2ubuntu11~vivid4) vivid;
urgency=medium

  * Lorn Potter's networking fixes:
- debian/patches/Make-sure-to-report-correct-NetworkAccessibility.patch
- debian/patches/Make-sure-networkAccessibilityChanged-is-emitted.patch
- debian/patches/Fix-hang-in-qnam-when-disconnecting.patch
- debian/patches/Make-UnknownAccessibility-not-block-requests.patch
- debian/patches/qnam-ubuntu-fix6.patch (not yet upstreamed)
(LP: #1470700) (LP: #1506015) (LP: #1507769) (LP: #1528886) (LP: #1533508)
  * debian/patches/Add-an-option-to-skip-the-generic-bearer-engine.patch
- Backport to replace disable-generic-plugin-when-others-available.patch

 -- Timo Jyrinki   Mon, 14 Dec 2015 12:53:41
+


** Changed in: qtbase-opensource-src (Ubuntu RTM)
   Status: New => Fix Released

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

Title:
  App store does not display images

Status in Canonical System Image:
  Incomplete
Status in indicator-network package in Ubuntu:
  Invalid
Status in network-manager package in Ubuntu:
  Invalid
Status in qtbase-opensource-src package in Ubuntu:
  New
Status in thumbnailer package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu RTM:
  Fix Released

Bug description:
  On both mako and arale using latest rc-proposed
  No images are loaded in the app store view
  I noticed free showed less than 100MB available on the mako
  Closing a few apps and refreshing loaded the images, as did  a reboot on the 
arale.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1507769/+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 1528886] Re: Checking for updates never finishes

2016-02-14 Thread Łukasz Zemczak
This bug was fixed in the package qtbase-opensource-src 5.4.1+dfsg-
2ubuntu11~vivid4 in https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/stable-phone-overlay

---

qtbase-opensource-src (5.4.1+dfsg-2ubuntu11~vivid4) vivid;
urgency=medium

  * Lorn Potter's networking fixes:
- debian/patches/Make-sure-to-report-correct-NetworkAccessibility.patch
- debian/patches/Make-sure-networkAccessibilityChanged-is-emitted.patch
- debian/patches/Fix-hang-in-qnam-when-disconnecting.patch
- debian/patches/Make-UnknownAccessibility-not-block-requests.patch
- debian/patches/qnam-ubuntu-fix6.patch (not yet upstreamed)
(LP: #1470700) (LP: #1506015) (LP: #1507769) (LP: #1528886) (LP: #1533508)
  * debian/patches/Add-an-option-to-skip-the-generic-bearer-engine.patch
- Backport to replace disable-generic-plugin-when-others-available.patch

 -- Timo Jyrinki   Mon, 14 Dec 2015 12:53:41
+


** Changed in: qtbase-opensource-src (Ubuntu RTM)
   Status: New => Fix Released

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

Title:
  Checking for updates never finishes

Status in Canonical System Image:
  In Progress
Status in Today Scope:
  Invalid
Status in connectivity-api package in Ubuntu:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu RTM:
  Fix Released

Bug description:
  Tested on krillin with SIM and data enabled
  OTA 8.5 stable channel
  Also Arale on proposed 201

  Ensure phone has latest updates installed
  Check for update on Wifi and it reports software is up to date
  Turn off wifi and go to updates panel again
  Note that the indicator shows and active 3G data connection
  Checking for updates ... is shown and I see one of 3 results

  In all cases the log reports:

  2015-12-23 15:34:19,394 - WARNING - void
  UpdatePlugin::Network::checkForNewVersions(QHash&)

  2015-12-23 15:44:56,007 - WARNING - Reply is not valid.

  In some instances I see this but not all, this is logged when the phone locks 
and resumes
  2015-12-23 15:36:18,625 - WARNING - QObject::killTimer: Timers cannot be 
stopped from another thread
  2015-12-23 15:36:18,625 - WARNING - QObject::startTimer: Timers cannot be 
started from another thread

  One time I saw
  Connect to the Internet ...

  In anther case it displayed this after around 5 mins when I did not allow the 
phone to turn off:
  Software is up to date

  In all other cases Checking for updates never finished

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1528886/+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 1470700] Re: QNetworkAccessManager hangs when in flight mode

2016-02-14 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

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

Title:
  QNetworkAccessManager hangs when in flight mode

Status in Canonical System Image:
  New
Status in qtbase-opensource-src package in Ubuntu:
  Fix Released
Status in thumbnailer package in Ubuntu:
  Triaged
Status in qtbase-opensource-src package in Ubuntu RTM:
  Fix Released

Bug description:
  Testing the fix:

  - Update rc-proposed (vivid) to citrain device-upgrade 32 
  - Optional: If you want to test using the 'generic' bearer plugin instead of 
the Network Manager bearer, either do not upgrade ubuntu-touch-session or move 
away the file /etc/profile.d/qt_networkmanager_bearer.sh
  - Reboot

  ---

  When my phone is in flight mode, HTTP requests made using
  QNetworkAccessManager seem to hang rather than erroring out
  immediately.

  From my tests, it looks like the HTTP request is blocked until the
  flight mode is disabled and a network connection is reestablished.
  This is contrary to the documentation, which states:

  """If the network is not accessible the network access manager will
  not process any new network requests, all such requests will fail with
  an error. Requests with URLs with the file:// scheme will still be
  processed."""

  http://doc.qt.io/qt-5/qnetworkaccessmanager.html#networkAccessible-
  prop

  By running strace on my test program, it doesn't even look like it
  attempts to open a TCP connection when blocked in flight mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1470700/+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 1507769] Re: App store does not display images

2016-02-14 Thread Timo Jyrinki
** Changed in: canonical-devices-system-image
Milestone: backlog => ww08-2016

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

Title:
  App store does not display images

Status in Canonical System Image:
  Incomplete
Status in indicator-network package in Ubuntu:
  Invalid
Status in network-manager package in Ubuntu:
  Invalid
Status in qtbase-opensource-src package in Ubuntu:
  New
Status in thumbnailer package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu RTM:
  New

Bug description:
  On both mako and arale using latest rc-proposed
  No images are loaded in the app store view
  I noticed free showed less than 100MB available on the mako
  Closing a few apps and refreshing loaded the images, as did  a reboot on the 
arale.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1507769/+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 1545600] [NEW] Need to track abigail updates

2016-02-14 Thread Michi Henning
Public bug reported:

There are some issues with abigail, such as getting false positives when
running abidiff with base.xml and lib.so, but not when running with
abidiff base.xml lib.xml.

We need to track progress here and, once a new version lands, re-test
the abi checker and see if we can make it go faster by extracting
directly from the latest library instead of going via an intermediate
dump file.

** Affects: unity-scopes-api (Ubuntu)
 Importance: Medium
 Status: New

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

Title:
  Need to track abigail updates

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  There are some issues with abigail, such as getting false positives
  when running abidiff with base.xml and lib.so, but not when running
  with abidiff base.xml lib.xml.

  We need to track progress here and, once a new version lands, re-test
  the abi checker and see if we can make it go faster by extracting
  directly from the latest library instead of going via an intermediate
  dump file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1545600/+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 1327328] Re: Bad URL

2016-02-14 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1370008 ***
https://bugs.launchpad.net/bugs/1370008

** This bug has been marked a duplicate of bug 1370008
   URL Dispatcher Should Prompt on Bad URL

-- 
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/1327328

Title:
  Bad URL

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding webbrowser-app.  This problem was most recently seen with
  version 0.23+14.10.20140602-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/9a673cb06db61cb6dedc2f1ff6168617e16ca90f
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1327328/+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 1540811] Re: [GDK] patch - avoid integer overflow when allocating a large block of memory

2016-02-14 Thread Mathew Hodson
** Changed in: gtk+3.0 (Ubuntu Trusty)
   Importance: Undecided => Medium

** Changed in: gtk+3.0 (Ubuntu Wily)
   Importance: Undecided => Medium

** Changed in: gtk+3.0 (Ubuntu Xenial)
   Importance: Undecided => Medium

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

Title:
  [GDK] patch - avoid integer overflow when allocating a large block of
  memory

Status in GTK+:
  Fix Released
Status in gtk+2.0 package in Ubuntu:
  Fix Released
Status in gtk+3.0 package in Ubuntu:
  Fix Released
Status in gtk+2.0 source package in Precise:
  Confirmed
Status in gtk+3.0 source package in Precise:
  Confirmed
Status in gtk+2.0 source package in Trusty:
  Confirmed
Status in gtk+3.0 source package in Trusty:
  Fix Released
Status in gtk+2.0 source package in Wily:
  Confirmed
Status in gtk+3.0 source package in Wily:
  Fix Released
Status in gtk+2.0 source package in Xenial:
  Fix Released
Status in gtk+3.0 source package in Xenial:
  Fix Released
Status in gtk+2.0 package in Debian:
  Confirmed

Bug description:
  [Impact]

  Due to a logic error, an attempt to allocate a large block of memory
  fails in gdk_cairo_set_source_pixbuf, leading to a crash of the app
  that called it, for example, eom [1].

  This issue had been fixed [2] in GTK+3, but GTK+2 apps that use the
  mentioned function still crash when trying to allocate a lot of
  memory. An example of such app is eom (Eye of MATE), an image viewer,
  which crashes when trying to load a large image.

  I propose fixing it in current Ubuntu releases with the patch which fixes the 
crash.
  The debdiffs are in the attachments in the comments below.

  [Test Case]

  Steps to reproduce:

  1. Have a 64-bit installation of Ubuntu.
  2. Install eom if it isn't installed.
  3. Download the archive from the attachment of this post and unpack it. 
(Firefox doesn't allow me to upload image as is - tries to make thumbnail of it 
right in the file open dialog, then crashes.)
  4. Open the unpacked image (27000_27000_1437947845.png) in eom.
  5. eom crashes. The full backtrace is at [3].

  You'll also see an error message: "failed to allocate
  18446744072330584320 bytes". This huge number appears due to overflow
  during multiplication of two 32-bit signed integers. In the patch,
  this error is avoided by using a different memory allocation function.

  [Regression Potential]

  After several months of testing the patch in Debian Jessie, Debian
  Testing and Ubuntu 14.04, I haven't noticed any regressions.

  
  [1] https://github.com/mate-desktop/eom/issues/93
  [2] 
https://git.gnome.org/browse/gtk+/commit?id=894b1ae76a32720f4bb3d39cf460402e3ce331d6
  [3] https://github.com/mate-desktop/eom/issues/93#issuecomment-141035799

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1540811/+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 1534776] Re: Notification sounds cause multimedia to pause

2016-02-14 Thread Yuan-Chen Cheng
** Also affects: telegram-app
   Importance: Undecided
   Status: New

** Changed in: telegram-app
   Status: New => Triaged

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

Title:
  Notification sounds cause multimedia to pause

Status in Canonical System Image:
  In Progress
Status in Telegram app:
  Triaged
Status in media-hub package in Ubuntu:
  Triaged
Status in qtmultimedia-opensource-src package in Ubuntu:
  In Progress
Status in qtubuntu-media package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Won't Fix
Status in media-hub package in Ubuntu RTM:
  Triaged

Bug description:
  Screenshot audio is not using alert role causing music to stop

  What happened:
  1) Open the music-app and play some music
  2) Take a screenshot
  3) Notice when the audio plays that the music stops

  What was expected to happen:
  At step 3 for the music to 'duck' while the alert is being played and then 
continue afterwards

  It looks like the role is being attempted to be set here [0] but
  doesn't appear to be working

  $ system-image-cli -i
  current build number: 210
  device name: mako
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-01-14 12:05:49
  version version: 210
  version ubuntu: 20160114
  version device: 20160112
  version custom: mako-1.1

  0 - http://bazaar.launchpad.net/~unity-
  team/unity8/trunk/view/head:/qml/Components/NotificationAudio.qml

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1534776/+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 1542708] Re: amd Driver Graphical Problem.

2016-02-14 Thread FERNANDO LUIZ
Hello(2),

Ok, I managed to recover the system through synaptic.
I eliminated the package that was left of the "fglrx" and pulled out
completely the "snort".
My system usually updated without the lock that was being caused by "snort" and
the "fglrx" remnant.
The thing that strikes me at the moment is the difficulty in accessing the
graph so the "home" system. But through the "ls" command in the terminal (which
I am now able to open) I can see that the ubuntu indicates that "home" is
there. The gparted also indicates the existence of "home", also with due
proportion.
Thanks.

2016-02-13 15:47 GMT-02:00 Christopher M. Penalver <
christopher.m.penal...@gmail.com>:

> FERNANDO LUIZ, thank you for reporting this and helping make Ubuntu
> better.
>
> Could you please provide the full computer model as noted on the sticker
> of the computer itself (not from the Bug Description)?
>
> ** Changed in: xorg (Ubuntu)
>Importance: Undecided => Low
>
> ** Changed in: xorg (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1542708
>
> Title:
>   amd Driver Graphical Problem.
>
> Status in xorg package in Ubuntu:
>   Incomplete
>
> Bug description:
>   After using the software options fglrx am without access to several
>   features of my computer, among which I can mention access the folders,
>   the terminal, the control center etc, etc. I'm just with access only
>   to the Internet firefox ... The rest of the computer, when I try to
>   access, makes the system take me to the user login screen ... The
>   system simply closes when I click on any icon other than the the
>   browser, the icon of the exception xdiagnose that luck !!! If it was
>   badwindows would think it was virus, but I'm finding it strange that
>   all my problems have arisen after a simple exchange of drivers,
>   including the one provided by xorg (in my opinion very soft spot for
>   the harnessing of radeon hd 8330g ((APU A4 5000))) and the damned
>   saboteur software AMD #-(  who increasingly believe that militate
>   against linux-ubuntu community.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: xorg 1:7.7+1ubuntu8.1
>   ProcVersionSignature: Ubuntu 3.19.0-42.48~14.04.1-generic 3.19.8-ckt10
>   Uname: Linux 3.19.0-42-generic x86_64
>   .tmp.unity.support.test.1:
>
>   ApportVersion: 2.14.1-0ubuntu3.19
>   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: Sat Feb  6 17:47:35 2016
>   DistUpgraded: Fresh install
>   DistroCodename: trusty
>   DistroVariant: ubuntu
>   DkmsStatus: fglrx-core, 15.200, 3.19.0-49-generic, x86_64: installed
>   GraphicsCard:
>Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8330]
> [1002:9832] (prog-if 00 [VGA controller])
>  Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device
> [1297:2039]
>   InstallationDate: Installed on 2015-10-04 (125 days ago)
>   InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64
> (20150805)
>   MachineType: Semp Toshiba Informatica Ltda STI NA 1402
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-42-generic
> root=UUID=bcbbb26e-4cfa-470c-8984-bd93c847b5b3 ro quiet splash
>   Renderer: Software
>   SourcePackage: xorg
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 08/22/2013
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: 1.00.03
>   dmi.board.asset.tag: To be filled by O.E.M.
>   dmi.board.name: STI NA 1402
>   dmi.board.vendor: Semp Toshiba Informatica Ltda
>   dmi.board.version: To be filled by O.E.M.
>   dmi.chassis.asset.tag: To Be Filled By O.E.M.
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Semp Toshiba Informatica Ltda
>   dmi.chassis.version: To Be Filled By O.E.M.
>   dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvr1.00.03:bd08/22/2013:svnSempToshibaInformaticaLtda:pnSTINA1402:pvrTobefilledbyO.E.M.:rvnSempToshibaInformaticaLtda:rnSTINA1402:rvrTobefilledbyO.E.M.:cvnSempToshibaInformaticaLtda:ct10:cvrToBeFilledByO.E.M.:
>   dmi.product.name: STI NA 1402
>   dmi.product.version: To be filled by O.E.M.
>   dmi.sys.vendor: Semp Toshiba Informatica Ltda
>   version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
>   version.ia32-libs: ia32-libs N/A
>   version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri N/A
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx N/A
>   version.xserver-xorg-core: xserver-xorg-core N/A
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
>   

[Touch-packages] [Bug 1459799] Re: segfaulting often

2016-02-14 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Expired

-- 
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/1459799

Title:
  segfaulting often

Status in xorg package in Ubuntu:
  Expired

Bug description:
  I am getting segfaults, often

  May 27 19:17:41 casa kernel: [230291.611961] chromium-browse[25856]: segfault 
at 0 ip 7ff5f8c72f58 sp 7ffc6ed21ff0 error 4 in 
fglrx_dri.so[7ff5f76fc000+2338000]
  May 27 19:18:32 casa kernel: [230342.593157] chromium-browse[29174]: segfault 
at 0 ip 7f9e11cf4f58 sp 7ffc677e4e00 error 4 in 
fglrx_dri.so[7f9e1077e000+2338000]
  May 27 19:19:45 casa kernel: [230415.479260] chrome[22826]: segfault at 0 ip 
7f5dff1e5f58 sp 7ffc3b3fd380 error 4 in 
fglrx_dri.so[7f5dfdc6f000+2338000]
  May 27 19:54:16 casa kernel: [232485.938279] chrome[29275]: segfault at 0 ip 
7fc9d976bf58 sp 7fff279fafa0 error 4 in 
fglrx_dri.so[7fc9d81f5000+2338000]
  May 27 20:03:26 casa kernel: [233035.826317] chrome[30688]: segfault at 0 ip 
7f7447b98f58 sp 7ffdb8ae03f0 error 4 in 
fglrx_dri.so[7f7446622000+2338000]
  May 28 11:11:44 casa kernel: [287522.202833] chrome[19799]: segfault at 0 ip 
7f58472adf58 sp 7ffc9db94490 error 4 in 
fglrx_dri.so[7f5845d37000+2338000]

  happens when browsing the internet, nothing crazy going on that would
  be "pushing" the drivers performance

  I can't tell you the last time it worked, because I kept getting
  segfaults on older card, thought it was the card. bought new card and
  did fresh install, same issue(yes if X were working I could have saved
  a video card purchase)

  no way to take a screenshot, and even if I did, it would just be a black 
screen, because thats what happens. 
  segfault > black screen > no terminals at all
  no ctrl+alt+F2 terminals access, etc
  I have to magic sysreq the system down with REISUB and that causes data loss

  please fix this

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Thu May 28 15:18:39 2015
  InstallationDate: Installed on 2015-05-13 (15 days ago)
  InstallationMedia: Ubuntu-Server 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1459799/+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 1516252] Re: package ntp 1:4.2.6.p5+dfsg-3ubuntu6.2 failed to install/upgrade: il pacchetto si trova in uno stato di inconsistenza critico: è consigliato installarlo nuovamente

2016-02-14 Thread Launchpad Bug Tracker
[Expired for ntp (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ntp (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package ntp 1:4.2.6.p5+dfsg-3ubuntu6.2 failed to install/upgrade: il
  pacchetto si trova in uno stato di inconsistenza critico: è
  consigliato  installarlo nuovamente prima di tentare la
  configurazione.

Status in ntp package in Ubuntu:
  Expired

Bug description:
  Description:  Ubuntu 15.04
  Release:  15.04

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: ntp 1:4.2.6.p5+dfsg-3ubuntu6.2
  ProcVersionSignature: Ubuntu 3.19.0-33.38-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.7
  Architecture: amd64
  Date: Sat Nov 14 15:23:41 2015
  DuplicateSignature: package:ntp:1:4.2.6.p5+dfsg-3ubuntu6.2:il pacchetto si 
trova in uno stato di inconsistenza critico: è consigliato  installarlo 
nuovamente prima di tentare la configurazione.
  ErrorMessage: il pacchetto si trova in uno stato di inconsistenza critico: è 
consigliato  installarlo nuovamente prima di tentare la configurazione.
  InstallationDate: Installed on 2013-05-17 (910 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic 
root=UUID=1756400d-eafe-423d-9948-9cface4095af ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4.2
  SourcePackage: ntp
  Title: package ntp 1:4.2.6.p5+dfsg-3ubuntu6.2 failed to install/upgrade: il 
pacchetto si trova in uno stato di inconsistenza critico: è consigliato  
installarlo nuovamente prima di tentare la configurazione.
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1516252/+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 1545286] Re: [regression] ubuntu-pd instability

2016-02-14 Thread kevin gunn
so just doing some more testing, i was able to use the OSK with silo 37 + image 
140 (latest)
interesting thing is, OSK was working even with HDMI connected, the OSK 
eventually "disappeared"/stopped popping up after browser+rotation

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

Title:
  [regression] ubuntu-pd instability

Status in Canonical Pocket Desktop:
  Triaged
Status in Mir:
  Incomplete
Status in mir package in Ubuntu:
  Incomplete
Status in qtmir package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Not sure what change - I know I tested ubuntu-pd, specifically
  connecting/disconnecting hdmi and using OSK as part of the landing of
  mir0.19.2, maybe it was a bit of a race with the qtmir/unity8
  landings. Or possibly my image was older than i thought? seeing this
  on moako ubuntu-pd image 140

  stable phone overlay ppa says
  mir 0.19.2 published Feb 11
  qtmir Feb 9
  unity8 Feb 9
  u-s-c Feb 5

  At the moment I see
  1) the OSK won't popup on the n4-screen-as-trackpad
   2) whatever is focused app while connected to hdmi, if you hold the phone in 
portrait mode and unplug - the app will not fill the whole screen or resize 
properly
   as an example http://www.youtube.com/watch?v=9pehRcVwXnE
  and http://www.youtube.com/watch?v=5Z3MFseEBDc
   3) specifically i saw the dash become totally weird (wrong size assets and 
all jumbled) after #2 (only saw this once, haven't been able to repro)
  4) shell seemed to freeze then crash, i could interact with app...but lost 
launcher and app switcher (also only saw once, but got the file)

  one more note: i kind of wonder if this is related to rotation
  http://www.youtube.com/watch?v=0bLnGRdNxvw
  http://www.youtube.com/watch?v=vbvsLzbqofs

  logs attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1545286/+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 1536383] Re: Need to increase pointer (mouse cursor) speed/acceleration

2016-02-14 Thread Daniel van Vugt
** Summary changed:

- Need to increase pointer speed/acceleration
+ Need to increase pointer (mouse cursor) speed/acceleration

** Tags added: cursor

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

Title:
  Need to increase pointer (mouse cursor) speed/acceleration

Status in The Avila project:
  In Progress
Status in Canonical System Image:
  Fix Committed
Status in Canonical Pocket Desktop:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in unity-system-compositor package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  Either with user input, or just setting a better default, we need to
  increase pointer speed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1536383/+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 1539009] Re: Mouse cursor is unusably slow in Unity 8 with a 1000Hz mouse

2016-02-14 Thread Daniel van Vugt
** Tags added: cursor

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

Title:
  Mouse cursor is unusably slow in Unity 8 with a 1000Hz mouse

Status in Mir:
  Triaged
Status in QtMir:
  Incomplete
Status in mir package in Ubuntu:
  Triaged
Status in qtmir package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  Logging in to Unity8 on desktop (xenial) the mouse cursor moves
  glacially slow. I have to move the mouse across the whole desk to get
  anywhere. This is surprising given bug 1524145 shows the opposite is
  happening in the Mir demo servers.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity8 8.11+16.04.20160122-0ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  Date: Thu Jan 28 18:32:27 2016
  InstallationDate: Installed on 2015-12-03 (56 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151202)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1539009/+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 1447839] Re: Mouse cursor never changes when moving over widgets in app windows

2016-02-14 Thread Daniel van Vugt
Nope, Unity8 still lacks cursor-changing support (for arbitrary Mir
clients, not Qt).

Try Xmir or just try this simple test case:

1. mir_demo_client_cursors -- --desktop_file_hint=unity8
2. Leave your mouse cursor over the new window.

Expected: Cursor changes every second.
Observed: Cursor never changes when run under Unity8.


** Changed in: unity8 (Ubuntu)
   Status: Fix Released => Confirmed

** Also affects: qtmir
   Importance: Undecided
   Status: New

** Changed in: qtmir
   Status: New => Confirmed

** Also affects: qtmir (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: qtmir (Ubuntu)
   Status: New => Confirmed

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

Title:
  Mouse cursor never changes when moving over widgets in app windows

Status in Mir:
  Fix Released
Status in QtMir:
  Confirmed
Status in mir package in Ubuntu:
  Fix Released
Status in qtmir package in Ubuntu:
  Confirmed
Status in unity-system-compositor package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  currently on the unity8 desktop windowed mode, the mouse remains in
  it's "arrow" form not prompting the user when it's on the edge of a
  window where the window can be rescaled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1447839/+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 1517597] Re: [regression] mouse pointer support on emulator is broken

2016-02-14 Thread Daniel van Vugt
We should probably consider backporting this fix to 0.20.0

** Changed in: mir (Ubuntu)
   Status: Invalid => Triaged

** Changed in: mir/0.18
   Status: Opinion => Won't Fix

** Also affects: mir/0.19
   Importance: Undecided
   Status: New

** Also affects: mir/0.20
   Importance: Undecided
   Status: New

** Changed in: mir/0.19
   Status: New => Triaged

** Changed in: mir/0.20
   Status: New => Triaged

** Changed in: mir/0.19
   Importance: Undecided => Critical

** Changed in: mir/0.20
   Importance: Undecided => Critical

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

Title:
  [regression] mouse pointer support on emulator is broken

Status in Client Developer Experience:
  New
Status in Canonical System Image:
  Confirmed
Status in Mir:
  Fix Committed
Status in Mir 0.18 series:
  Won't Fix
Status in Mir 0.19 series:
  Triaged
Status in Mir 0.20 series:
  Triaged
Status in android package in Ubuntu:
  Confirmed
Status in mir package in Ubuntu:
  Triaged

Bug description:
  STEPS:
  1. Flash with sudo ubuntu-emulator create --channel ubuntu-touch/rc/ubuntu 
rc-test
  2. Wait for it to build
  3. Run with ubuntu-emulator run rc-test
  4. Starts up but the mouse never moves meaning you can't leave the first page 
of the welcome wizard

  EXPECTED:
  I expect the emulator cursor to follow the mouse cursor and be able to click 
on things

  ACTUAL:
  Emulator cursors stay in the top left preventing movement.

  As noted below F6 toggles the input mode.
  The pointer movement is quite slow and jerky.
  You also can no longer initiate an edge swipe even in trackball mode.

  This is a major regression from how the emulator used to perform.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-developer-experience/+bug/1517597/+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 1532607] Re: Phone not usable while a call comes in - followed by "restart"

2016-02-14 Thread Daniel van Vugt
** No longer affects: mir/0.20

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

Title:
  Phone not usable while a call comes in - followed by "restart"

Status in Canonical System Image:
  Fix Committed
Status in Mir:
  Fix Committed
Status in Mir 0.19 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released
Status in unity-system-compositor package in Ubuntu:
  Fix Released

Bug description:
  My system:

  current build number: 225
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-01-09 06:52:53
  version version: 225
  version ubuntu: 20160109
  version device: 20151216-378d4f3
  version custom: 2015--36-46-vivid

  What happened:
  Someone called me and I wanted to take the call on the phone (nothing 
attached to the phone). The screen was locked and I pressed the power button to 
unlock the screen. The phone did not react on any pushed buttons. The phone 
continued ringing but I was not able to do anything with the phone during this 
time.

  During the next minute the phone was blocked. After this period a
  "restart" followed.

  "Restart":
  The restart was not a real reset. The phone screen was black. Then approx. 1 
- 2 minutes after the call was gone, the screen went on again and the ubuntu 
logo with the dots appeared (same screen when you start the phone but without 
the "bq"-screen). 

  I did not need to enter the PIN code of the SIM card. The phone was
  again fully operational.

  This happened on January, 10th at approx. 13:30 h. I have attached the
  sys.log for your review and hopefully for tracing back the issue to
  the root cause.

  Matthias

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1532607/+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 1543594] Re: unity-system-compositor locked up in __libc_do_syscall()

2016-02-14 Thread Daniel van Vugt
** No longer affects: mir/0.20

** Branch linked: lp:~andreas-pokorny/mir/fix-1538632

** Changed in: mir
 Assignee: (unassigned) => Andreas Pokorny (andreas-pokorny)

** Changed in: mir/0.19
 Assignee: (unassigned) => Andreas Pokorny (andreas-pokorny)

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

Title:
  unity-system-compositor locked up in __libc_do_syscall()

Status in Mir:
  Fix Committed
Status in Mir 0.19 series:
  Fix Released
Status in Unity System Compositor:
  New
Status in mir package in Ubuntu:
  Fix Released
Status in unity-system-compositor package in Ubuntu:
  New

Bug description:
  This happened when I got an incoming call, couldn't wake the screen
  up, even though the phone worked fine otherwise.

  powerd-cli list took ~20s to return

  https://paste.ubuntu.com/15001777/ for u-s-c trace
  https://paste.ubuntu.com/15001805/ tamer powerd trace

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: unity-system-compositor 0.4.1+15.04.20160203-0ubuntu1 [origin: 
LP-PPA-ci-train-ppa-service-stable-phone-overlay]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.17.2-0ubuntu1.3touch1
  Architecture: armhf
  Date: Tue Feb  9 15:06:13 2016
  ExecutablePath: /usr/sbin/unity-system-compositor
  ExecutableTimestamp: 1454530118
  GraphicsCard:
   
  InstallationDate: Installed on 2016-02-06 (3 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20160206-020305)
  ProcCmdline: unity-system-compositor --disable-overlays=false 
--spinner=/usr/bin/unity-system-compositor-spinner --file /run/mir_socket 
--from-dm-fd 10 --to-dm-fd 13 --vt 1
  ProcCwd: /
  ProcEnviron:
   
  Signal: 6
  SourcePackage: unity-system-compositor
  StacktraceTop:
   __libc_do_syscall () at ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:46
   __lll_lock_wait (futex=futex@entry=0x6402fc, private=0) at lowlevellock.c:46
   __GI___pthread_mutex_lock (mutex=0x6402fc) at pthread_mutex_lock.c:80
   __gthread_mutex_lock (__mutex=0x6402fc) at 
/usr/include/arm-linux-gnueabihf/c++/4.9/bits/gthr-default.h:748
   lock (this=0x6402fc) at /usr/include/c++/4.9/mutex:135
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  version.libdrm: libdrm2 2.4.60-2
  version.lightdm: lightdm 1.14.4-0ubuntu1
  version.mesa: libegl1-mesa-dev N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1543594/+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 1517205] Re: [mali] egl_demo_client_flicker has graphics corruption on android

2016-02-14 Thread Daniel van Vugt
** Changed in: mir (Ubuntu)
   Status: Fix Committed => Triaged

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

Title:
  [mali] egl_demo_client_flicker has graphics corruption on android

Status in The Avila project:
  In Progress
Status in Canonical Pocket Desktop:
  In Progress
Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Triaged

Bug description:
  Investigation of lp: #1406725 yielded two different problems, this is
  the second problem that affected mir_demo_client_flicker most heavily.

  When running mir_demo_client_flicker against "mir_demo_server
  --disable-overlays true", you could see cache-line artifacts, as well
  as an occasional tile-render-gpu artifact displayed on screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1517205/+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 1517597] Re: [regression] mouse pointer support on emulator is broken

2016-02-14 Thread Daniel van Vugt
** Changed in: mir
Milestone: None => 0.21.0

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

Title:
  [regression] mouse pointer support on emulator is broken

Status in Client Developer Experience:
  New
Status in Canonical System Image:
  Confirmed
Status in Mir:
  Fix Committed
Status in Mir 0.18 series:
  Opinion
Status in android package in Ubuntu:
  Confirmed
Status in mir package in Ubuntu:
  Invalid

Bug description:
  STEPS:
  1. Flash with sudo ubuntu-emulator create --channel ubuntu-touch/rc/ubuntu 
rc-test
  2. Wait for it to build
  3. Run with ubuntu-emulator run rc-test
  4. Starts up but the mouse never moves meaning you can't leave the first page 
of the welcome wizard

  EXPECTED:
  I expect the emulator cursor to follow the mouse cursor and be able to click 
on things

  ACTUAL:
  Emulator cursors stay in the top left preventing movement.

  As noted below F6 toggles the input mode.
  The pointer movement is quite slow and jerky.
  You also can no longer initiate an edge swipe even in trackball mode.

  This is a major regression from how the emulator used to perform.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-developer-experience/+bug/1517597/+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 1528384] Re: unity-system-compositor crashed with std::runtime_error in mir::compositor::CompositingFunctor::wait_until_started() from usc::MirScreen::set_screen_power_mode (mir_

2016-02-14 Thread Daniel van Vugt
** Changed in: mir/0.19
Milestone: None => 0.19.2

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

Title:
  unity-system-compositor crashed with std::runtime_error in
  mir::compositor::CompositingFunctor::wait_until_started() from
  usc::MirScreen::set_screen_power_mode (mir_power_mode_on)

Status in Canonical System Image:
  Confirmed
Status in Mir:
  Fix Committed
Status in Mir 0.19 series:
  Fix Released
Status in Mir 0.20 series:
  New
Status in Unity System Compositor:
  In Progress
Status in mir package in Ubuntu:
  Confirmed
Status in unity-system-compositor package in Ubuntu:
  Confirmed

Bug description:
  Top crash over past week (ww02) on errors.u.c for rc-proposed
  channels.

  Started with u-s-c 0.2.0+15.04.20151216.1-0ubuntu1

  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity-system-compositor.  This problem was most recently
  seen with version 0.2.0+15.04.20151216.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/7bcfcf599b35b264c0be45d5290ad9ae3c50adcf
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1528384/+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 1532607] Re: Phone not usable while a call comes in - followed by "restart"

2016-02-14 Thread Daniel van Vugt
Uranicus:

You did a great job with your detailed bug report. There's nothing to
improve. Thanks.

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

Title:
  Phone not usable while a call comes in - followed by "restart"

Status in Canonical System Image:
  Fix Committed
Status in Mir:
  Fix Committed
Status in Mir 0.19 series:
  Fix Released
Status in Mir 0.20 series:
  Fix Committed
Status in mir package in Ubuntu:
  Fix Released
Status in unity-system-compositor package in Ubuntu:
  Fix Released

Bug description:
  My system:

  current build number: 225
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-01-09 06:52:53
  version version: 225
  version ubuntu: 20160109
  version device: 20151216-378d4f3
  version custom: 2015--36-46-vivid

  What happened:
  Someone called me and I wanted to take the call on the phone (nothing 
attached to the phone). The screen was locked and I pressed the power button to 
unlock the screen. The phone did not react on any pushed buttons. The phone 
continued ringing but I was not able to do anything with the phone during this 
time.

  During the next minute the phone was blocked. After this period a
  "restart" followed.

  "Restart":
  The restart was not a real reset. The phone screen was black. Then approx. 1 
- 2 minutes after the call was gone, the screen went on again and the ubuntu 
logo with the dots appeared (same screen when you start the phone but without 
the "bq"-screen). 

  I did not need to enter the PIN code of the SIM card. The phone was
  again fully operational.

  This happened on January, 10th at approx. 13:30 h. I have attached the
  sys.log for your review and hopefully for tracing back the issue to
  the root cause.

  Matthias

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1532607/+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 1544878] Re: Mir servers crash if I press the side mouse button (thumb)

2016-02-14 Thread Daniel van Vugt
I'm on the fence about the importance of this bug so will err on the
side of the worst case. It shouldn't be as easy as pressing one button
(which some people will regularly hit by accident) to kill the server.

** Changed in: mir
   Status: New => Confirmed

** Changed in: mir
   Importance: High => Critical

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

Title:
  Mir servers crash if I press the side mouse button (thumb)

Status in Mir:
  Confirmed
Status in mir package in Ubuntu:
  Confirmed

Bug description:
  Mir servers crash if I press the side mouse button (thumb).

  There are two of them on the side of my Intellimouse Explorer 3.0. The
  kernel calls them BTN_SIDE and BTN_EXTRA. And X calls them buttons 8
  and 9.

  When the crash happens I see in unity8.log:

  [1455268365.782990]  MirSurfaceAPI: Caught exception at client library 
boundary (in mir_surface_release): 
/build/mir-wMQ7xO/mir-0.19.2+16.04.20160210/src/client/rpc/stream_socket_transport.cpp(168):
 Throw in function virtual void 
mir::client::rpc::StreamSocketTransport::send_message(const 
std::vector&, const std::vector&)
  Dynamic exception type: 
boost::exception_detail::clone_impl
  std::exception::what: Failed to send message to server: Broken pipe
  32, "Broken pipe"
  *** Error in `unity8': free(): invalid size: 0x7fcb4c03fe90 ***

  Also happens with the Mir demo servers; they segfault but without a
  usable stack trace due to exception handling.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1544878/+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 1545286] Re: [regression] ubuntu-pd instability

2016-02-14 Thread Daniel van Vugt
** Also affects: mir
   Importance: Undecided
   Status: New

** Changed in: mir
   Status: New => Incomplete

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

Title:
  [regression] ubuntu-pd instability

Status in Canonical Pocket Desktop:
  Triaged
Status in Mir:
  Incomplete
Status in mir package in Ubuntu:
  Incomplete
Status in qtmir package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Not sure what change - I know I tested ubuntu-pd, specifically
  connecting/disconnecting hdmi and using OSK as part of the landing of
  mir0.19.2, maybe it was a bit of a race with the qtmir/unity8
  landings. Or possibly my image was older than i thought? seeing this
  on moako ubuntu-pd image 140

  stable phone overlay ppa says
  mir 0.19.2 published Feb 11
  qtmir Feb 9
  unity8 Feb 9
  u-s-c Feb 5

  At the moment I see
  1) the OSK won't popup on the n4-screen-as-trackpad
   2) whatever is focused app while connected to hdmi, if you hold the phone in 
portrait mode and unplug - the app will not fill the whole screen or resize 
properly
   as an example http://www.youtube.com/watch?v=9pehRcVwXnE
  and http://www.youtube.com/watch?v=5Z3MFseEBDc
   3) specifically i saw the dash become totally weird (wrong size assets and 
all jumbled) after #2 (only saw this once, haven't been able to repro)
  4) shell seemed to freeze then crash, i could interact with app...but lost 
launcher and app switcher (also only saw once, but got the file)

  one more note: i kind of wonder if this is related to rotation
  http://www.youtube.com/watch?v=0bLnGRdNxvw
  http://www.youtube.com/watch?v=vbvsLzbqofs

  logs attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1545286/+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 1545499] Re: overlap tittle bar

2016-02-14 Thread Michał Sawicz
*** This bug is a duplicate of bug 1535767 ***
https://bugs.launchpad.net/bugs/1535767

** This bug has been marked a duplicate of bug 1535767
   window title text overlaps indicators

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

Title:
  overlap tittle bar

Status in Ubuntu UX:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  When you connect a mouse in Bq 4.5 ubuntu ed the tittle bar is
  overlapping with the icons from the top bar. The expected result is
  the tittle shorted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1545499/+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 1545498] Re: buttons dissapeared from the bar

2016-02-14 Thread Michał Sawicz
The buttons are not there because just connecting a mouse does not
switch it to windowed mode on a phone. You can force it with:

$ gsettings set com.canonical.Unity8 usage-mode Windowed

We're working on some UI for that as well.

While minimize and maximize make no sense in the phone UI, a close
button could potentially be added (maybe visible on hover). We likely
need it in the right-edge switcher, similar to the windowed one, as
swiping apps away with a mouse is awkward.

That said, mouse connected to a phone is not our priority, as it's an
esoteric enough use case.

** Changed in: unity8 (Ubuntu)
   Status: New => Opinion

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Summary changed:

- buttons dissapeared from the bar
+ Staged mode is not mouse-friendly

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

Title:
  Staged mode is not mouse-friendly

Status in Ubuntu UX:
  New
Status in unity8 package in Ubuntu:
  Opinion

Bug description:
  When you connect a mouse to bq 4.5 ubuntu ed. In vertical mode the
  buttons for close, minimize and maximize aren't shown for maximized
  windows. Looks like it haven't space.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1545498/+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 1512012] Re: Kyocera Mita FS-1900 prints garbage

2016-02-14 Thread Joachim Durchholz
Not sure whether this is the right status after submitting all the relevant 
info, but "Incomplete" isn't right anymore.
Hopefully this thing will get a bit of love now...

** Changed in: cups (Ubuntu)
   Status: Incomplete => New

-- 
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/1512012

Title:
  Kyocera Mita FS-1900 prints garbage

Status in cups package in Ubuntu:
  New

Bug description:
  Using the PPD from
  http://www.kyoceradocumentsolutions.de/dlc/de/driver/all/linux_ppd_s_ksl_8
  .-downloadcenteritem-Single-
  
License.downloadcenteritem.html?langLabel=de_de=/content/sites/kme/de/de/index/serviceworld/downloadcenter
  (the German one, not sure if that could make a difference).

  Followed the instructions on
  https://wiki.ubuntu.com/DebuggingPrintingProblems.

  Steps in "USB Printer" gave the following results:

  2. lsmod | grep usb would give several modules (is usblp the right one? the 
page doesn't tell)
  3. tailing the syslog would show me USB activity during plug and unplug.
  6. lsusb output seems legit: Bus 001 Device 013: ID 0482:0004 Kyocera Corp.
  8. Device id seems legit, usb_printerid /dev/usb/lp0 says 
ID:FS-1900;MFG:Kyocera;CMD:PCLXL,PostScript 
Emulation,PCL5E,PJL;MDL:FS-1900;CLS:PRINTER;DES:Kyocera Mita FS-1900;CID:HP 
Laserjet 4050 Series;
  10. lpinfo -v has this to say about the printer: direct 
usb://Kyocera/FS-1900?serial=AAP2925070 (other non-network, direct printers 
listed are "direct hp" and "direct hpfax", could be a modem jack I never cared 
about, could be something emulated, no idea)

  Printing the test page gives me two sheets of paper, the first mostly
  empty except for three lines each starting(?) with a single full stop
  character, and a second with these lines (note the initial blank on
  most line starts, could actually be multiple blanks):

   ERROR
   rangecheck
   OFFENDING COMMAND:
   filter
   STACK:
  .
   563135
   --nostringval--
   --nostringval--
   5

  The printer seems to be emitting a line with a full stop every 20
  lines or so, the full stop in the message above is somehow connected
  to that.

  
  From the DebuggingPrintingProblems page, I tried both usb-unidir-default and 
usb-no-reattach-default, with no discernible difference.

  
  (Things were slightly complicated by the docking station being entirely 
unresponsibe on three of six USB ports. I don't know whether the ports of the 
drivers are at fault here, but I guess that's unrelated to CUPS.)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: cups 2.1.0-4ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CupsErrorLog:
   E [31/Oct/2015:21:36:32 +0100] [Job 29] Kann Daten nicht zum Drucker senden.
   E [31/Oct/2015:21:42:30 +0100] [Job 30] Kann Daten nicht zum Drucker senden.
  CurrentDesktop: XFCE
  Date: Sat Oct 31 21:45:05 2015
  InstallationDate: Installed on 2015-08-24 (68 days ago)
  InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422.1)
  Lpstat:
   device for Farblaser: 
dnssd://Xerox%20Phaser%206500DN%20(D6%3AA3%3AE5)._pdl-datastream._tcp.local/
   device for FS-1900: usb://Kyocera/FS-1900?serial=AAP2925070
  MachineType: Dell Inc. Precision M4600
  Papersize: a4
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', '/etc/cups/ppd/Farblaser.ppd', 
'/etc/cups/ppd/FS-1900.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/Farblaser.ppd: Permission denied
   grep: /etc/cups/ppd/FS-1900.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash
  SourcePackage: cups
  UdevLog: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/var/log/udev'
  UpgradeStatus: Upgraded to wily on 2015-10-28 (3 days ago)
  dmi.bios.date: 12/26/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 08V9YG
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/26/2013:svnDellInc.:pnPrecisionM4600:pvr01:rvnDellInc.:rn08V9YG:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M4600
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1512012/+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 1543351] Re: osk with puritine apps

2016-02-14 Thread Michał Sawicz
I'm worried there's more to it than that. IIUC today Qt apps talk to the
OSK directly on dbus, thanks to this being set on its env:

QT_IM_MODULE=maliitphablet

The input does not go through normal input systems at all, it goes
~directly from OSK to the input field. Even Qt apps would need to poke
out of it to comm with the OSK process. Non-Qt apps would need their own
maliit support implemented...

There may be other ways, we could make the OSK fall back to generating
real input events if there's no app on the other end (that might
actually be the most versatile approach), or we could have XMir proxy
the input...

Long-term we'd probably like for the input comm to go through Mir over
some standardized API so we can support 3rd party OSKs (unless we
actually say maliit is the "standardized API").

Lotsa questions, not many answers.

** Changed in: unity8 (Ubuntu)
   Status: New => Incomplete

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

Title:
  osk with puritine apps

Status in Canonical Pocket Desktop:
  New
Status in Ubuntu UX:
  New
Status in unity8 package in Ubuntu:
  Incomplete
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  we currently can't interact with puritine apps relying on the OSK

  to add this feature in where text-box selection on an xapp results in
  triggering the osk, in unity8 would be a very large/complicated
  effort. However, with a manual capability to trigger the OSK this
  could be achieved.

  For design team
  one idea was to add a show/hide button for the OSK.
  realizing this may be undesirable to add another indicator item - a follow-on 
idea might be to add an alpha button in the corner of the xmir-root window (the 
window that holds any xapp at the moment)
  this way the button presence would only be limited to the Xapp interaction.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1543351/+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 1538471] Re: scope-runner-dbus.py assert failure: *** Error in `/usr/bin/python3': free(): invalid next size (fast): 0x0000000001ca17b0 ***

2016-02-14 Thread william
The bug happened after work Gnome Color Chooser and Work Firefox
changing styles.

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

Title:
  scope-runner-dbus.py assert failure: *** Error in `/usr/bin/python3':
  free(): invalid next size (fast): 0x01ca17b0 ***

Status in libunity package in Ubuntu:
  Confirmed

Bug description:
  No idea what happened.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: unity-scopes-runner 7.1.4+15.10.20151002-0ubuntu2
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  AssertionMessage: *** Error in `/usr/bin/python3': free(): invalid next size 
(fast): 0x01ca17b0 ***
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Wed Jan 27 10:41:54 2016
  Dependencies:
   
  ExecutablePath: /usr/share/unity-scopes/scope-runner-dbus.py
  InstallationDate: Installed on 2015-04-30 (271 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  InterpreterPath: /usr/bin/python3.5
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/share/unity-scopes/scope-runner-dbus.py -s 
info/calculator.scope
  Signal: 6
  SourcePackage: libunity
  StacktraceTop:
   __libc_message (do_abort=do_abort@entry=1, fmt=fmt@entry=0x7fd789926128 "*** 
Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175
   malloc_printerr (ptr=, str=0x7fd7899261a0 "free(): invalid 
next size (fast)", action=1) at malloc.c:4965
   _int_free (av=, p=, have_lock=0) at 
malloc.c:3834
   __GI___libc_free (mem=) at malloc.c:2950
   ?? () from 
/usr/lib/python3/dist-packages/gi/_gi.cpython-35m-x86_64-linux-gnu.so
  SystemImageInfo: Error: command ['system-image-cli', '-i'] failed with exit 
code 2:
  Title: scope-runner-dbus.py assert failure: *** Error in `/usr/bin/python3': 
free(): invalid next size (fast): 0x01ca17b0 ***
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libunity/+bug/1538471/+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 1542716] Re: tuchpad never working after 14.04 installation

2016-02-14 Thread mauribera
..unfortunately it has non been resolved. I launched Ubuntu 16.04 form
the dvd and there was no response from the touchpad. Typical commands
xinput and cat /proc/bus/input/devices as well as synclient still show
info on the SynPS/2 touchpad

Do you suggest other tests?

thanks, maurizio

-- 
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/1542716

Title:
  tuchpad never working after 14.04 installation

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  the touchpad is recognized, e.g., xinput but does not respond at all. It 
worked under the original win7 installaion
  thanks for your help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  Uname: Linux 3.19.0-49-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  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: Sat Feb  6 21:36:22 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Fujitsu Limited. Device [10cf:1896]
  InstallationDate: Installed on 2016-01-30 (7 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: FUJITSU LIFEBOOK S935
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic.efi.signed 
root=UUID=b2e8253b-e0f4-4300-b611-ab33856023ba ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/02/2015
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.11
  dmi.board.name: FJNB284
  dmi.board.vendor: FUJITSU
  dmi.board.version: C3
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: LIFEBOOK S935
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.11:bd06/02/2015:svnFUJITSU:pnLIFEBOOKS935:pvr1060173:rvnFUJITSU:rnFJNB284:rvrC3:cvnFUJITSU:ct10:cvrLIFEBOOKS935:
  dmi.product.name: LIFEBOOK S935
  dmi.product.version: 1060173
  dmi.sys.vendor: FUJITSU
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Feb  6 15:28:02 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5138 
   vendor SHP
  xserver.version: 2:1.17.1-0ubuntu3~trusty1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1542716/+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 1318834] Re: Applications can no longer access your @gmail.com Online Account

2016-02-14 Thread TenLeftFingers
After seeing this question on AskUbuntu
http://askubuntu.com/questions/511370/applications-can-no-longer-access-
your-online-account I noticed a screenshot and comment about
(apparently) Chromium affecting locale settings. The most recent app I
installed is Chromium.

Can I ask if any of you still affected by this issue have installed
Chromium? (I'm no expert, but after weeks of it working it seems beyond
coincidence).

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

Title:
  Applications can no longer access your @gmail.com Online Account

Status in gnome-control-center-signon package in Ubuntu:
  Confirmed

Bug description:
  IN start UBUNTU

  Application can no longer access your dumetz1...@gmail.com Online
  Account. Choose online Accounts from the user menu to reinstale access
  to this account.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1318834/+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 1545411] Re: ubuntu store doesn't open in Ubuntu

2016-02-14 Thread Michael Zanetti
*** This bug is a duplicate of bug 1396611 ***
https://bugs.launchpad.net/bugs/1396611

** This bug has been marked a duplicate of bug 1396611
   Cannot install click packages on ISO installs of Ubuntu

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

Title:
  ubuntu store doesn't open in Ubuntu

Status in unity8 package in Ubuntu:
  New

Bug description:
  it is impossible to use the store as it does not open after the 'icon, this 
does not allow us to download apps and snaps, forcing us to use the terminal 
that even works
  Version:8.11+16.04.20160208-0ubuntu1
  ubuntu 16.04 
  Mir: 0.19.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1545411/+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 1545499] Re: overlap tittle bar

2016-02-14 Thread Michael Zanetti
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

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

Title:
  overlap tittle bar

Status in Ubuntu UX:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  When you connect a mouse in Bq 4.5 ubuntu ed the tittle bar is
  overlapping with the icons from the top bar. The expected result is
  the tittle shorted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1545499/+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 1318834] Re: Applications can no longer access your @gmail.com Online Account

2016-02-14 Thread TenLeftFingers
Update: After uninstalling Chromium and re-enabling access to the Google
account and Exchange services it is all working again and has survived
two or three reboots.

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

Title:
  Applications can no longer access your @gmail.com Online Account

Status in gnome-control-center-signon package in Ubuntu:
  Confirmed

Bug description:
  IN start UBUNTU

  Application can no longer access your dumetz1...@gmail.com Online
  Account. Choose online Accounts from the user menu to reinstale access
  to this account.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1318834/+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 1545286] Re: [regression] ubuntu-pd instability

2016-02-14 Thread Michał Sawicz
Has anyone else seen this? My adapter is broken, will pick one up
tomorrow first thing.

Until then...

Tracking down the display change:

> [1455372172.788740] mirserver: New display configuration:
> [1455372172.825853] mirserver:   0.1: LVDS 4.7" 61x102mm
> [1455372172.826036] mirserver:Current mode 768x1280 60.00Hz
> [1455372172.826189] mirserver:Preferred mode 768x1280 60.00Hz
> [1455372172.826341] mirserver:Logical position +0+0
> [1455372172.826464] mirserver:   0.2: unused DisplayPort

Mir is sane.

> qtmir.screens: QWindow ShellView(0x1c9f388) with geom QRect(0,0
768x1280) is backed by a Screen(0x1bccfc0) with geometry QRect(0,0
768x1280)

QtMir is sane.

> qtmir.surfaces: MirSurface[0x28cb3f8,"unity8-dash"]::resize old (768,660), 
> new (1920,1026)
> qtmir.surfaces: MirSurface[0x21bb450,"webbrowser-app"]::resize old (768,660), 
> new (1920,1026)
> qtmir.surfaces: MirSurface[0x264e350,"ubuntu-system-settings"]::resize old 
> (768,660), new (1920,1026)

This is not sane... Why would all the windows get resized like that -
it's as if the phone stage thought it stayed on the external screen of
1920x(1080 - $panelHeight), so it doesn't fit on the screen.

Could, in theory, be related to rotation, if caught at the wrong
moment... That last 3s video looks like shell crashed mid-rotation.

** Changed in: mir (Ubuntu)
   Status: New => Incomplete

** Changed in: qtmir (Ubuntu)
   Status: New => Incomplete

** Changed in: unity8 (Ubuntu)
   Status: New => Triaged

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Michael Zanetti (mzanetti)

** Changed in: canonical-pocket-desktop
 Assignee: (unassigned) => Michał Sawicz (saviq)

** Changed in: canonical-pocket-desktop
   Status: New => Triaged

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

Title:
  [regression] ubuntu-pd instability

Status in Canonical Pocket Desktop:
  Triaged
Status in mir package in Ubuntu:
  Incomplete
Status in qtmir package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Not sure what change - I know I tested ubuntu-pd, specifically
  connecting/disconnecting hdmi and using OSK as part of the landing of
  mir0.19.2, maybe it was a bit of a race with the qtmir/unity8
  landings. Or possibly my image was older than i thought? seeing this
  on moako ubuntu-pd image 140

  stable phone overlay ppa says
  mir 0.19.2 published Feb 11
  qtmir Feb 9
  unity8 Feb 9
  u-s-c Feb 5

  At the moment I see
  1) the OSK won't popup on the n4-screen-as-trackpad
   2) whatever is focused app while connected to hdmi, if you hold the phone in 
portrait mode and unplug - the app will not fill the whole screen or resize 
properly
   as an example http://www.youtube.com/watch?v=9pehRcVwXnE
  and http://www.youtube.com/watch?v=5Z3MFseEBDc
   3) specifically i saw the dash become totally weird (wrong size assets and 
all jumbled) after #2 (only saw this once, haven't been able to repro)
  4) shell seemed to freeze then crash, i could interact with app...but lost 
launcher and app switcher (also only saw once, but got the file)

  one more note: i kind of wonder if this is related to rotation
  http://www.youtube.com/watch?v=0bLnGRdNxvw
  http://www.youtube.com/watch?v=vbvsLzbqofs

  logs attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1545286/+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 1545523] [NEW] source package does not build

2016-02-14 Thread Michael Leibowitz
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 15.10
Release:15.10

source package version: network-manager_1.0.4-0ubuntu5.2.dsc

steps to reproduce:
apt-get build-dep network-manager
apt-get source network-manager
cd network-manager-1.0.4
dpkg-buildpackage

dpkg-buildpackage -j8 results in:
cd html && gtkdoc-mkhtml $mkhtml_options 
--path="/tmp/network-manager-1.0.4/docs/api" NetworkManager 
../network-manager-docs.xml
gtkdoc-fixxref --module=NetworkManager --module-dir=html 
--html-dir=/usr/share/gtk-doc/html
touch html-build.stamp
xsltproc --xinclude --nonet --path "../../introspection:../../introspection" 
../../tools/doc-generator.xsl ../../introspection/all.xml > spec.html
mkdir -p ./html/
cp spec.html ./html/
make[4]: Leaving directory '/tmp/network-manager-1.0.4/docs/api'
make[4]: Entering directory '/tmp/network-manager-1.0.4/docs'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/tmp/network-manager-1.0.4/docs'
make[3]: Leaving directory '/tmp/network-manager-1.0.4/docs'
Making all in man
make[3]: Entering directory '/tmp/network-manager-1.0.4/man'
make[3]: *** No rule to make target 'NetworkManager.8', needed by 'all-am'.  
Stop.
make[3]: Leaving directory '/tmp/network-manager-1.0.4/man'
Makefile:682: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/tmp/network-manager-1.0.4'
Makefile:577: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/tmp/network-manager-1.0.4'
dh_auto_build: make -j1 returned exit code 2
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

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

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

Title:
  source package does not build

Status in network-manager package in Ubuntu:
  New

Bug description:
  $ lsb_release -rd
  Description:Ubuntu 15.10
  Release:15.10

  source package version: network-manager_1.0.4-0ubuntu5.2.dsc

  steps to reproduce:
  apt-get build-dep network-manager
  apt-get source network-manager
  cd network-manager-1.0.4
  dpkg-buildpackage

  dpkg-buildpackage -j8 results in:
  cd html && gtkdoc-mkhtml $mkhtml_options 
--path="/tmp/network-manager-1.0.4/docs/api" NetworkManager 
../network-manager-docs.xml
  gtkdoc-fixxref --module=NetworkManager --module-dir=html 
--html-dir=/usr/share/gtk-doc/html
  touch html-build.stamp
  xsltproc --xinclude --nonet --path "../../introspection:../../introspection" 
../../tools/doc-generator.xsl ../../introspection/all.xml > spec.html
  mkdir -p ./html/
  cp spec.html ./html/
  make[4]: Leaving directory '/tmp/network-manager-1.0.4/docs/api'
  make[4]: Entering directory '/tmp/network-manager-1.0.4/docs'
  make[4]: Nothing to be done for 'all-am'.
  make[4]: Leaving directory '/tmp/network-manager-1.0.4/docs'
  make[3]: Leaving directory '/tmp/network-manager-1.0.4/docs'
  Making all in man
  make[3]: Entering directory '/tmp/network-manager-1.0.4/man'
  make[3]: *** No rule to make target 'NetworkManager.8', needed by 'all-am'.  
Stop.
  make[3]: Leaving directory '/tmp/network-manager-1.0.4/man'
  Makefile:682: recipe for target 'all-recursive' failed
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory '/tmp/network-manager-1.0.4'
  Makefile:577: recipe for target 'all' failed
  make[1]: *** [all] Error 2
  make[1]: Leaving directory '/tmp/network-manager-1.0.4'
  dh_auto_build: make -j1 returned exit code 2
  debian/rules:6: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1545523/+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 1424720] Re: Add emblem to PreviewHeader widget

2016-02-14 Thread Michi Henning
Michael, I'm a bit confused now. Does unity8 now support the emblem for
a preview header? The documentation change hasn't merged yet.

** Changed in: unity8 (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  Add emblem to PreviewHeader widget

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  Hi,

  PreviewHeader should probably support emblem since it's designed to be
  a card header but in the preview, afaik.

  
  Right now, from the code, I see:

  /*! This preview widget shows a header
   *  The title comes in widgetData["title"]
   *  The mascot comes in widgetData["mascot"]
   *  The subtitle comes in widgetData["subtitle"]
   *  The attributes comes in widgetData["attributes"]
   */

  Please, consider to add emblem.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity8 8.02+15.04.20150216.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Feb 23 17:21:14 2015
  InstallationDate: Installed on 2014-09-18 (157 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140917)
  SourcePackage: unity8
  SystemImageInfo:
   current build number: 0
   device name: 
   channel: daily
   last update: Unknown
  UpgradeStatus: Upgraded to vivid on 2015-01-23 (31 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1424720/+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 1545286] Re: [regression] ubuntu-pd instability

2016-02-14 Thread Michał Sawicz
The code to update shell size lives here:

https://bazaar.launchpad.net/~unity-
team/unity8/trunk/view/2181/src/ShellView.cpp

There is some mention of Qt not doing the right thing... wonder if we're
hitting that. Would need some debug logging when reproducing this.

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

Title:
  [regression] ubuntu-pd instability

Status in Canonical Pocket Desktop:
  Triaged
Status in mir package in Ubuntu:
  Incomplete
Status in qtmir package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Not sure what change - I know I tested ubuntu-pd, specifically
  connecting/disconnecting hdmi and using OSK as part of the landing of
  mir0.19.2, maybe it was a bit of a race with the qtmir/unity8
  landings. Or possibly my image was older than i thought? seeing this
  on moako ubuntu-pd image 140

  stable phone overlay ppa says
  mir 0.19.2 published Feb 11
  qtmir Feb 9
  unity8 Feb 9
  u-s-c Feb 5

  At the moment I see
  1) the OSK won't popup on the n4-screen-as-trackpad
   2) whatever is focused app while connected to hdmi, if you hold the phone in 
portrait mode and unplug - the app will not fill the whole screen or resize 
properly
   as an example http://www.youtube.com/watch?v=9pehRcVwXnE
  and http://www.youtube.com/watch?v=5Z3MFseEBDc
   3) specifically i saw the dash become totally weird (wrong size assets and 
all jumbled) after #2 (only saw this once, haven't been able to repro)
  4) shell seemed to freeze then crash, i could interact with app...but lost 
launcher and app switcher (also only saw once, but got the file)

  one more note: i kind of wonder if this is related to rotation
  http://www.youtube.com/watch?v=0bLnGRdNxvw
  http://www.youtube.com/watch?v=vbvsLzbqofs

  logs attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1545286/+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 1543745] xserver.devices.txt

2016-02-14 Thread Fabio
apport information

** Attachment added: "xserver.devices.txt"
   
https://bugs.launchpad.net/bugs/1543745/+attachment/4571768/+files/xserver.devices.txt

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
 

[Touch-packages] [Bug 1543745] LightdmDisplayLog.txt

2016-02-14 Thread Fabio
apport information

** Attachment added: "LightdmDisplayLog.txt"
   
https://bugs.launchpad.net/bugs/1543745/+attachment/4571753/+files/LightdmDisplayLog.txt

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days 

[Touch-packages] [Bug 1543745] LightdmGreeterLog.txt

2016-02-14 Thread Fabio
apport information

** Attachment added: "LightdmGreeterLog.txt"
   
https://bugs.launchpad.net/bugs/1543745/+attachment/4571754/+files/LightdmGreeterLog.txt

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days 

[Touch-packages] [Bug 1543745] xdpyinfo.txt

2016-02-14 Thread Fabio
apport information

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

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] XorgLogOld.txt

2016-02-14 Thread Fabio
apport information

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

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] UdevDb.txt

2016-02-14 Thread Fabio
apport information

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

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] Xrandr.txt

2016-02-14 Thread Fabio
apport information

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

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] XorgLog.txt

2016-02-14 Thread Fabio
apport information

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

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] make.log.txt

2016-02-14 Thread Fabio
apport information

** Attachment added: "make.log.txt"
   
https://bugs.launchpad.net/bugs/1543745/+attachment/4571766/+files/make.log.txt

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] Re: Xorg crash prevents login

2016-02-14 Thread Fabio
I can also log in to Unity purging all the nvidia drivers. Note that my
laptop uses nvidia optimus, which caused some headaches even in the
past, so it could be related to that. Let me know what else to test or
ask me any other information that could be useful.

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  ***
  Workaround:
  remove all the nvidia drivers. 
  You won't have graphics accelerated but at 
  least you can log in on Unity.

  sudo apt purge nvidia*

  ***

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  ---
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     

[Touch-packages] [Bug 1543745] Re: Xorg crash prevents login

2016-02-14 Thread Fabio
The problem happens even without acpi_osi= option. I'm now updating this
bug from an XFCE session, with which the problem doesn't happen. It
always happens when logging in on Unity. This behavior started to happen
only recently (about last week), after an update. Before that day it
worked even with nvidia drivers installed.

** Description changed:

  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.
  
  I'm attaching .xsession-errors hoping it can be useful.
  
- I'm reporting this from another partition with Trusty, because I did'n
- know how to report without any GUI. I'm willing to add details if anyone
- helps me on how to send them from the CLI.
+ ***
+ Workaround:
+ remove all the nvidia drivers. 
+ You won't have graphics accelerated but at 
+ least you can log in on Unity.
+ 
+ sudo apt purge nvidia*
+ 
+ ***
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
-  bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
-  bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
-  bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
-  psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
-  psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
+  bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
+  bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
+  bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
+  psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
+  psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
-Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
+  Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
+    Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp.
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get 

[Touch-packages] [Bug 1545510] [NEW] Ubuntu 14.04 LTS black screen at login screen

2016-02-14 Thread Thiago Canuto
Public bug reported:

Ubuntu 14.04 LTS black screen at login screen

a) I hoped that would normally enter the login screen, without
displaying the black screen.

b) When I boot Ubuntu, instead of appearing at the login screen, the
screen goes black and I can not see anything.

c) I turn on the notebook, select Ubuntu, Ubuntu enters but does not
show the login screen.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
Uname: Linux 3.19.0-49-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.19
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: Sun Feb 14 09:55:45 2016
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6520G] 
[1002:9647] (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:1d72]
 Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 
6630M/6650M/6750M/7670M/7690M] [1002:6741] (rev ff) (prog-if ff)
InstallationDate: Installed on 2016-02-12 (2 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
MachineType: ASUSTeK Computer Inc. N53Ta
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=514ec584-4a72-43dc-a56a-332d58a8d1f8 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/10/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: N53Ta.209
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: N53Ta
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.:bvrN53Ta.209:bd12/10/2011:svnASUSTeKComputerInc.:pnN53Ta:pvr1.0:rvnASUSTeKComputerInc.:rnN53Ta:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: N53Ta
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Sun Feb 14 09:44:01 2016
xserver.configfile: default
xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.1-0ubuntu3~trusty1
xserver.video_driver: radeon

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


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

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

Title:
  Ubuntu 14.04 LTS black screen at login screen

Status in xorg package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04 LTS black screen at login screen

  a) I hoped that would normally enter the login screen, without
  displaying the black screen.

  b) When I boot Ubuntu, instead of appearing at the login screen, the
  screen goes black and I can not see anything.

  c) I turn on the notebook, select Ubuntu, Ubuntu enters but does not
  show the login screen.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  Uname: Linux 3.19.0-49-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  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: Sun Feb 14 09:55:45 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6520G] 
[1002:9647] (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:1d72]
   Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 
6630M/6650M/6750M/7670M/7690M] [1002:6741] (rev ff) 

[Touch-packages] [Bug 1545490] Re: update manager error

2016-02-14 Thread Ubuntu Foundations Team Bug Bot
*** This bug is a duplicate of bug 346386 ***
https://bugs.launchpad.net/bugs/346386

Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your bug report it seems that you are
experiencing bug 346386.  This issue happens when you have tried to
update your package information when you are a network that didn't
return the right files.  This issue can be cleaned up by using the
following commands in a terminal:

1.) sudo rm /var/lib/apt/lists/*
2.) sudo apt-get update

Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please reopen the bug task if it was incorrect.]

** This bug has been marked a duplicate of bug 346386
   [MASTER] Update fails with invalid package files with "Encountered a section 
with no Package: header"

** Tags added: bot-comment

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

Title:
  update manager error

Status in libdrm package in Ubuntu:
  New

Bug description:
  'E:Encountered a section with no Package: header, E:Problem with
  MergeList /var/lib/apt/lists/archive.ubuntu
  .com_ubuntu_dists_precise_multiverse_binary-i386_Packages, E:Les
  listes de paquets ou le fichier « status » ne peuvent être analysés ou
  lus.'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1545490/+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 1543745] Re: Xorg crash prevents login

2016-02-14 Thread Christopher M. Penalver
Fabio, to advise, you don't have to apport-collect any further unless
specifically requested to do so.

To clarify, what update precisely was correlated to this issue
beginning?

** Description changed:

  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.
  
- I'm attaching .xsession-errors hoping it can be useful.
- 
- ***
- Workaround:
- remove all the nvidia drivers. 
- You won't have graphics accelerated but at 
- least you can log in on Unity.
- 
- sudo apt purge nvidia*
- 
- ***
+ WORKAROUND: sudo apt purge nvidia*
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
  
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
- ---
- ApportVersion: 2.19.4-0ubuntu2
- Architecture: amd64
- CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
- CompositorRunning: None
- CurrentDesktop: XFCE
- DistUpgraded: Fresh install
- DistroCodename: xenial
- DistroRelease: Ubuntu 16.04
- DistroVariant: ubuntu
- ExtraDebuggingInterest: Yes
- GraphicsCard:
-  Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
-    Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
- InstallationDate: Installed on 2015-03-21 (330 days ago)
- InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
- Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux 

[Touch-packages] [Bug 1530807] Re: Bluetooth cannot be activated on several devices

2016-02-14 Thread Charles Kerr
** Branch linked: lp:~charlesk/indicator-bluetooth/lp-1530807-watch-
bluez-owner-on-bus

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

Title:
  Bluetooth cannot be activated on several devices

Status in The Avila project:
  In Progress
Status in Canonical System Image:
  Confirmed
Status in Canonical Pocket Desktop:
  Confirmed
Status in indicator-bluetooth package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed

Bug description:
  Using RC proposed 04/01/2016 bluetooth cannot be enabled.

  Tested on a nexus 7.

  Expected behavior:
  Bluetooth slider is moved to on
  Bluetooth activates
  Available devices appear in the list

  Experienced behavior: 
  Bluetooth slider is moved to on
  Activity spinners appear 
  Bluetooth slider moves to off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1530807/+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 1542716] Re: tuchpad never working after 14.04 installation

2016-02-14 Thread Christopher M. Penalver
mauribera, in order to allow additional upstream developers to examine the 
issue, at your earliest convenience, could you please test the latest upstream 
kernel available from http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D ? 
Please keep in mind the following:
1) The one to test is at the very top line at the top of the page (not the 
daily folder).
2) The release names are irrelevant.
3) The folder time stamps aren't indicative of when the kernel actually was 
released upstream.
4) Install instructions are available at 
https://wiki.ubuntu.com/Kernel/MainlineBuilds .

If testing on your main install would be inconvenient, one may:
1) Install Ubuntu to a different partition and then test this there.
2) Backup, or clone the primary install.

If the latest kernel did not allow you to test to the issue (ex. you couldn't 
boot into the OS) please make a comment in your report about this, and continue 
to test the next most recent kernel version until you can test to the issue. 
Once you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this issue is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-X.Y-rcZ

Where X, and Y are the first two numbers of the kernel version, and Z is
the release candidate number if it exists.

If the mainline kernel does not fix the issue, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-X.Y-rcZ

Please note, an error to install the kernel does not fit the criteria of
kernel-bug-exists-upstream.

Once testing of the latest upstream kernel is complete, please mark this
report's Status as Confirmed. Please let us know your results.

Thank you for your understanding.

** Tags added: xenial

** Package changed: xorg (Ubuntu) => linux (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/1542716

Title:
  tuchpad never working after 14.04 installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  the touchpad is recognized, e.g., xinput but does not respond at all. It 
worked under the original win7 installaion
  thanks for your help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  Uname: Linux 3.19.0-49-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  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: Sat Feb  6 21:36:22 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Fujitsu Limited. Device [10cf:1896]
  InstallationDate: Installed on 2016-01-30 (7 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: FUJITSU LIFEBOOK S935
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic.efi.signed 
root=UUID=b2e8253b-e0f4-4300-b611-ab33856023ba ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/02/2015
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.11
  dmi.board.name: FJNB284
  dmi.board.vendor: FUJITSU
  dmi.board.version: C3
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: LIFEBOOK S935
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.11:bd06/02/2015:svnFUJITSU:pnLIFEBOOKS935:pvr1060173:rvnFUJITSU:rnFJNB284:rvrC3:cvnFUJITSU:ct10:cvrLIFEBOOKS935:
  dmi.product.name: LIFEBOOK S935
  dmi.product.version: 1060173
  dmi.sys.vendor: FUJITSU
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Feb  6 15:28:02 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  

Re: [Touch-packages] [Bug 1512980] Re: Please enable PPS in the Ubuntu build of ntpd

2016-02-14 Thread Mark Shuttleworth
Thanks Robie, excited to take it for a spin :)

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

Title:
  Please enable PPS in the Ubuntu build of ntpd

Status in ntp package in Ubuntu:
  Fix Committed

Bug description:
  NTPD includes a reference clock driver called "pps" which uses a
  modern kernel mechanism for pulse-per-second devices for very accurate
  timekeeping. PPS is particularly useful for anybody building a stratum
  0 GPS-disciplined time server. Please could we enable the PPS driver
  in Ubuntu's build of NTP?

  http://doc.ntp.org/4.2.6/drivers/driver22.html

  Thanks,
  Mark

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1512980/+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 1545490] [NEW] update manager error

2016-02-14 Thread Jo
Public bug reported:

'E:Encountered a section with no Package: header, E:Problem with
MergeList /var/lib/apt/lists/archive.ubuntu
.com_ubuntu_dists_precise_multiverse_binary-i386_Packages, E:Les listes
de paquets ou le fichier « status » ne peuvent être analysés ou lus.'

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

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

Title:
  update manager error

Status in libdrm package in Ubuntu:
  New

Bug description:
  'E:Encountered a section with no Package: header, E:Problem with
  MergeList /var/lib/apt/lists/archive.ubuntu
  .com_ubuntu_dists_precise_multiverse_binary-i386_Packages, E:Les
  listes de paquets ou le fichier « status » ne peuvent être analysés ou
  lus.'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1545490/+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 1543745] Re: Xorg crash prevents login

2016-02-14 Thread Fabio
apport information

** Tags added: apport-collected has-workaround reproducible

** Description changed:

  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.
  
  I'm attaching .xsession-errors hoping it can be useful.
  
  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if anyone
  helps me on how to send them from the CLI.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
+ --- 
+ ApportVersion: 2.19.4-0ubuntu2
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: None
+ CurrentDesktop: XFCE
+ DistUpgraded: Fresh install
+ DistroCodename: xenial
+ DistroRelease: Ubuntu 16.04
+ DistroVariant: ubuntu
+ ExtraDebuggingInterest: Yes
+ GraphicsCard:
+  Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
+Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
+ InstallationDate: Installed on 2015-03-21 (330 days ago)
+ InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: ASUSTeK COMPUTER INC. 

[Touch-packages] [Bug 1543745] DpkgLog.txt

2016-02-14 Thread Fabio
apport information

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

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] Dependencies.txt

2016-02-14 Thread Fabio
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1543745/+attachment/4571748/+files/Dependencies.txt

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] GconfCompiz.txt

2016-02-14 Thread Fabio
apport information

** Attachment added: "GconfCompiz.txt"
   
https://bugs.launchpad.net/bugs/1543745/+attachment/4571751/+files/GconfCompiz.txt

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] CurrentDmesg.txt

2016-02-14 Thread Fabio
apport information

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

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] DkmsStatus.txt

2016-02-14 Thread Fabio
apport information

** Attachment added: "DkmsStatus.txt"
   
https://bugs.launchpad.net/bugs/1543745/+attachment/4571749/+files/DkmsStatus.txt

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1545496] [NEW] package gfortran-4.8 4.8.4-2ubuntu1~14.04.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting conf

2016-02-14 Thread Phillip Abbott
Public bug reported:

Got the little red dot on the upper right-hand corner.  it said try apt-
get.  I tried apt-get.  It said there was a problem and would you like
to report it.  I reported it.  :-)

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: gfortran-4.8 4.8.4-2ubuntu1~14.04.1
ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
Uname: Linux 3.13.0-77-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Sun Feb 14 12:52:20 2016
DuplicateSignature: package:gfortran-4.8:4.8.4-2ubuntu1~14.04.1: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 2015-01-24 (386 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: gcc-4.8
Title: package gfortran-4.8 4.8.4-2ubuntu1~14.04.1 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: gcc-4.8 (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 gcc-4.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1545496

Title:
  package gfortran-4.8 4.8.4-2ubuntu1~14.04.1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in gcc-4.8 package in Ubuntu:
  New

Bug description:
  Got the little red dot on the upper right-hand corner.  it said try
  apt-get.  I tried apt-get.  It said there was a problem and would you
  like to report it.  I reported it.  :-)

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: gfortran-4.8 4.8.4-2ubuntu1~14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Sun Feb 14 12:52:20 2016
  DuplicateSignature: package:gfortran-4.8:4.8.4-2ubuntu1~14.04.1: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 2015-01-24 (386 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: gcc-4.8
  Title: package gfortran-4.8 4.8.4-2ubuntu1~14.04.1 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/gcc-4.8/+bug/1545496/+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 1545496] Re: package gfortran-4.8 4.8.4-2ubuntu1~14.04.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting config

2016-02-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package gfortran-4.8 4.8.4-2ubuntu1~14.04.1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in gcc-4.8 package in Ubuntu:
  New

Bug description:
  Got the little red dot on the upper right-hand corner.  it said try
  apt-get.  I tried apt-get.  It said there was a problem and would you
  like to report it.  I reported it.  :-)

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: gfortran-4.8 4.8.4-2ubuntu1~14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Sun Feb 14 12:52:20 2016
  DuplicateSignature: package:gfortran-4.8:4.8.4-2ubuntu1~14.04.1: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 2015-01-24 (386 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: gcc-4.8
  Title: package gfortran-4.8 4.8.4-2ubuntu1~14.04.1 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/gcc-4.8/+bug/1545496/+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 1545498] [NEW] buttons dissapeared from the bar

2016-02-14 Thread Josué
Public bug reported:

When you connect a mouse to bq 4.5 ubuntu ed. In vertical mode the
buttons for close, minimize and maximize aren't shown for maximized
windows. Looks like it haven't space.

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


** Tags: buttons

** Attachment added: "close minimize.png"
   
https://bugs.launchpad.net/bugs/1545498/+attachment/4571692/+files/close%20minimize.png

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

Title:
  buttons dissapeared from the bar

Status in unity8 package in Ubuntu:
  New

Bug description:
  When you connect a mouse to bq 4.5 ubuntu ed. In vertical mode the
  buttons for close, minimize and maximize aren't shown for maximized
  windows. Looks like it haven't space.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1545498/+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 1545499] [NEW] overlap tittle bar

2016-02-14 Thread Josué
Public bug reported:

When you connect a mouse in Bq 4.5 ubuntu ed the tittle bar is
overlapping with the icons from the top bar. The expected result is the
tittle shorted.

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


** Tags: olverlap tittle

** Attachment added: "overlaping.png"
   
https://bugs.launchpad.net/bugs/1545499/+attachment/4571693/+files/overlaping.png

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

Title:
  overlap tittle bar

Status in unity8 package in Ubuntu:
  New

Bug description:
  When you connect a mouse in Bq 4.5 ubuntu ed the tittle bar is
  overlapping with the icons from the top bar. The expected result is
  the tittle shorted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1545499/+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 1543746] Re: Cannot log in on unity with nvidia drivers

2016-02-14 Thread Fabio
*** This bug is a duplicate of bug 1543745 ***
https://bugs.launchpad.net/bugs/1543745

** Summary changed:

- Xorg crash prevents login
+ Cannot log in on unity with nvidia drivers

-- 
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/1543746

Title:
  Cannot log in on unity with nvidia drivers

Status in xorg package in Ubuntu:
  New

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  when using lightdm to access to Unity.

  If I try to login lightdm disappears as if it was loading Unity, but
  after a few seconds the login prompt appears again.

  ### Workaround ###

  Current workaround has been to purge all nvidia drivers, as nvidia-352
  was installed.

  
  The same driver (nvidia-352) works correctly in trusty, and until recently it 
used to work even on xenial.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1543746/+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 1543745] ProcCpuinfo.txt

2016-02-14 Thread Fabio
apport information

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

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] LightdmGreeterLogOld.txt

2016-02-14 Thread Fabio
apport information

** Attachment added: "LightdmGreeterLogOld.txt"
   
https://bugs.launchpad.net/bugs/1543745/+attachment/4571755/+files/LightdmGreeterLogOld.txt

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 

[Touch-packages] [Bug 1543745] JournalErrors.txt

2016-02-14 Thread Fabio
apport information

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

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] ProcInterrupts.txt

2016-02-14 Thread Fabio
apport information

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

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] ProcEnviron.txt

2016-02-14 Thread Fabio
apport information

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

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] Lspci.txt

2016-02-14 Thread Fabio
apport information

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

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  InstallationMedia: 

[Touch-packages] [Bug 1543745] LightdmLog.txt

2016-02-14 Thread Fabio
apport information

** Attachment added: "LightdmLog.txt"
   
https://bugs.launchpad.net/bugs/1543745/+attachment/4571756/+files/LightdmLog.txt

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543745] ProcModules.txt

2016-02-14 Thread Fabio
apport information

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

-- 
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/1543745

Title:
  Xorg crash prevents login

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update, it's no more possible to log in to Ubuntu 16.04
  trough lightdm with Unity.

  I'm attaching .xsession-errors hoping it can be useful.

  I'm reporting this from another partition with Trusty, because I did'n
  know how to report without any GUI. I'm willing to add details if
  anyone helps me on how to send them from the CLI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  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: Tue Feb  9 20:11:26 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.3.0-5-generic, x86_64: installed
   bbswitch, 0.8, 4.3.0-7-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-2-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-18-generic, x86_64: installed
   psmouse-focaltech, 0.1, 3.19.0-20-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (325 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150321)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-7-generic.efi.signed 
root=UUID=3eab3ace-7b67-4e6a-aea7-d31b73cc4819 ro quiet splash acpi_osi=
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  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.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160127-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1
  xserver.bootTime: Tue Feb  9 19:54:16 2016
  xserver.configfile: default
  xserver.errors: systemd-logind: failed to get session: PID 926 does not 
belong to any known session
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1117 
   vendor LGD
  xserver.version: 2:1.17.3-2ubuntu2
  --- 
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
  InstallationDate: Installed on 2015-03-21 (330 days ago)
  

[Touch-packages] [Bug 1543446] Re: Name of desktop files should contain version number

2016-02-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity-scopes-api (Ubuntu)
   Status: New => Confirmed

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

Title:
  Name of desktop files should contain version number

Status in unity-scopes-api package in Ubuntu:
  Confirmed

Bug description:
  .desktop files generated for scopes are named after the short app ID,
  that is the application ID minus the version number. This is
  inconsistent with how other click applications work (.desktop files
  generated for click apps contain the version number in their name) and
  causes problems like bug 1542388.

  Please make the naming of .desktop files consistent for apps and
  scopes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1543446/+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 1432949] Re: r300 Mesa driver not loading with KMS enabled

2016-02-14 Thread ernsteiswuerfel
Bug persists on Ubuntu MATE 16.04 daily live, Powerbook 5,6.

-- 
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/1432949

Title:
  r300 Mesa driver not loading with KMS enabled

Status in Mesa:
  Unknown
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  I cannot get 3D acceleration to work. I was expecting to see the gears
  via the command 'glxgears' I have KMS enable on my iBook G4 by using
  the following parameter

  Linux radeon.modeset=1 video=offb:off video=1024x768-32
  video=radeonfb:off radeon.agpmode=-1

  Here are my Mesa and Xorg output

  rican-linux@ibookG4-UbuntuMATE:~$ cat /var/log/Xorg.0.log |grep -e radeon -e 
dri2 -e drm -e KMS
  [32.774] Kernel command line: 
root=UUID=fadadc01-6fd5-49fa-85f3-9e52d0fe6155 ro quiet splash video=offb:off 
video=1024x768-32 video=radeonfb:off radeon.modeset=1 video=offb:off 
video=1024x768-32 video=radeonfb:off radeon.agpmode=-1
  [33.203] (II) xfree86: Adding drm device (/dev/dri/card0)
  [35.011] (II) LoadModule: "radeon"
  [35.012] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
  [35.337] (II) Module radeon: vendor="X.Org Foundation"
  [35.604] (II) [KMS] Kernel modesetting enabled.
  [35.697] (II) Loading sub module "dri2"
  [35.697] (II) LoadModule: "dri2"
  [35.697] (II) Module "dri2" already built-in
  [35.870] (II) RADEON(0): KMS Color Tiling: enabled
  [35.870] (II) RADEON(0): KMS Color Tiling 2D: disabled
  [35.870] (II) RADEON(0): KMS Pageflipping: enabled
  rican-linux@ibookG4-UbuntuMATE:~$ LIBGL_DEBUG=verbose glxinfo |grep render
  libGL: screen 0 does not appear to be DRI3 capable
  libGL: pci id for fd 4: 1002:4e56, driver r300
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/tls/r300_dri.so
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/r300_dri.so
  libGL error: No matching fbConfigs or visuals found
  libGL error: failed to load driver: r300
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/tls/swrast_dri.so
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/swrast_dri.so
  libGL error: No matching fbConfigs or visuals found
  libGL error: failed to load driver: swrast
  Error: couldn't find RGB GLX visual or fbconfig
  rican-linux@ibookG4-UbuntuMATE:~$ dpkg -l libgl1-mesa-dri
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   Version  Architecture Description
  +++-==---=
  ii  libgl1-mesa-dr 10.5.0~rc1-0 powerpc  free implementation of the OpenGL
  rican-linux@ibookG4-UbuntuMATE:~$ 

  rican-linux@ibookG4-UbuntuMATE:~$ lsb_release -rd
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04

  rican-linux@ibookG4-UbuntuMATE:~$ apt-cache policy libgl1-mesa-dri
  libgl1-mesa-dri:
Installed: 10.5.0~rc1-0ubuntu1
Candidate: 10.5.0-0ubuntu1
Version table:
   10.5.0-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main powerpc Packages
   *** 10.5.0~rc1-0ubuntu1 0
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libgl1-mesa-dri 10.5.0~rc1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-13.14-powerpc-smp 3.18.5
  Uname: Linux 3.18.0-13-powerpc-smp ppc
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Tue Mar 17 00:58:43 2015
  InstallationDate: Installed on 2015-03-17 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Alpha powerpc (20150225)
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1432949/+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 1544957] Re: Scrolling is not smooth

2016-02-14 Thread Martin
http://paste.ubuntu.com/15054475/

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

Title:
  Scrolling is not smooth

Status in twitter scope:
  New
Status in unity-scopes-shell package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  I use a BQ 4.5 but unfortunately I can't use the scope, because the scrolling 
 jerky so extreme.
  I hope you can fix this, because the scope is actually great.

To manage notifications about this bug go to:
https://bugs.launchpad.net/twitter-scope/+bug/1544957/+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 1535666] Re: Downloading files fails on non-English systems

2016-02-14 Thread Josué
I'm having that problem. In my case my local is spanish.
The log file from web-browser app returns me that:
Failed moving file from 
"/home/phablet/.local/share/ubuntu-download-manager/webbrowser-app/Downloads/example.pdf"
 to "/home/phablet/Downloads/example.pdf"

In my case im not sure if it is related with the local or the
translation. I think that it could be because my Downloads folder in
/home/phablet  is a sym link to : /media/phablet/SD-CARD/Downloads

Maybe webbrowser didn't expect  support to  move files to a symbolic link 
folder...
May I report this as a new bug?
http://paste.ubuntu.com/14848556/

-- 
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/1535666

Title:
  Downloading files fails on non-English systems

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  On my desktop setup (French locale), the XDG download folder is named
  "Téléchargements". The apparmor policy for webbrowser-app specifically
  requests read/write access to $HOME/Downloads/, which works only on
  systems where the downloads folder is named "Downloads".

  When downloading a file in the browser, I’m seeing the following error
  in the console:

  Failed moving file from "/home/osomon/.local/share/ubuntu-download-
  manager/webbrowser-app/Downloads/example.pdf" to
  "/home/osomon/Téléchargements/example.pdf"

  I wonder if apparmor exposes a way to specify XDG folders in policies.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1535666/+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 1545423] Re: package libudev1 204-5ubuntu20.15 failed to install/upgrade: cannot copy extracted data for './lib/i386-linux-gnu/libudev.so.1.3.5' to '/lib/i386-linux-gnu/libudev.s

2016-02-14 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: corrupted-package

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

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

Title:
  package libudev1 204-5ubuntu20.15 failed to install/upgrade: cannot
  copy extracted data for './lib/i386-linux-gnu/libudev.so.1.3.5' to
  '/lib/i386-linux-gnu/libudev.so.1.3.5.dpkg-new': unexpected end of
  file or stream

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  ?

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libudev1 204-5ubuntu20.15
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  Uname: Linux 3.19.0-49-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  Date: Sun Feb 14 10:40:27 2016
  DuplicateSignature: package:libudev1:204-5ubuntu20.15:cannot copy extracted 
data for './lib/i386-linux-gnu/libudev.so.1.3.5' to 
'/lib/i386-linux-gnu/libudev.so.1.3.5.dpkg-new': unexpected end of file or 
stream
  ErrorMessage: cannot copy extracted data for 
'./lib/i386-linux-gnu/libudev.so.1.3.5' to 
'/lib/i386-linux-gnu/libudev.so.1.3.5.dpkg-new': unexpected end of file or 
stream
  InstallationDate: Installed on 2015-12-19 (56 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: systemd
  Title: package libudev1 204-5ubuntu20.15 failed to install/upgrade: cannot 
copy extracted data for './lib/i386-linux-gnu/libudev.so.1.3.5' to 
'/lib/i386-linux-gnu/libudev.so.1.3.5.dpkg-new': unexpected end of file or 
stream
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1545423/+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 1542708] Re: amd Driver Graphical Problem.

2016-02-14 Thread FERNANDO LUIZ
Helol,

I'm sending the images provided by i-nex.
For prevention, I use my computer in poly-boot system with other operating
systems.
Luckily, I keep Ubuntu on *gnome* version elsewhere on my hard drive, so I
can use the canonical system that caters to almost 100% of my needs.
But I find it strange that the simple exchange of drives to the one
provided by AMD has started a big problem in terms of access to various
system software.
I tried to see if he could deal with an intrusion attempt initiated by some
cracker.
For this I downloaded the central ubuntu program application "SNORT" to
determine possible security vulnerabilities. I had some difficulty in
setting it up to simulate the promised vulnerability testing, and then no
longer used the snort application.
But when I try to update the system from my defective ubuntu, during
package installation, the system alerts that snort is trying to become
active, even if I have not asked, which is starting to make me believe that
to solve a problem, just creating another in relation to "snort", being
self triggered exactly when system upgrade.
I'm already resigned to use the open source driver for your video card, no
problem in not being able to rely on AMD's development team for my board hd
8330g. No problem, since practically do not have the habit of playing
games, it was only a short phase of experience with central ubuntu games
and with the steam. The problem is that I'm no direct access to directory
files and the central system configuration. After you have downloaded the
snort'm also without access to central ubuntu programs. When I click the
terminal icon tamém the system back to the login screen. The same happens
when Teclo ctrl + alt + f1, the tembém system back to the login screen. Only
firefox works. For this Teclo the Browser icon and it accesses the Internet
without problems.
Honestly, even if the unity has suffered a bug still I prefer it instead of
gnome interface I'm using an emergency basis at this time. Even if you use
more PC memory, the interface of the "unity" it is more accessible and
enjoyable than the gnome being used to help shape this time. Particularly
very gnome like, since version 2 at the moment can be found in the
distribution "mate", but use Linux in "unity" version is what differentiates
the canonical system compared to other operating systems.
Thanks.


2016-02-13 15:47 GMT-02:00 Christopher M. Penalver <
christopher.m.penal...@gmail.com>:

> FERNANDO LUIZ, thank you for reporting this and helping make Ubuntu
> better.
>
> Could you please provide the full computer model as noted on the sticker
> of the computer itself (not from the Bug Description)?
>
> ** Changed in: xorg (Ubuntu)
>Importance: Undecided => Low
>
> ** Changed in: xorg (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1542708
>
> Title:
>   amd Driver Graphical Problem.
>
> Status in xorg package in Ubuntu:
>   Incomplete
>
> Bug description:
>   After using the software options fglrx am without access to several
>   features of my computer, among which I can mention access the folders,
>   the terminal, the control center etc, etc. I'm just with access only
>   to the Internet firefox ... The rest of the computer, when I try to
>   access, makes the system take me to the user login screen ... The
>   system simply closes when I click on any icon other than the the
>   browser, the icon of the exception xdiagnose that luck !!! If it was
>   badwindows would think it was virus, but I'm finding it strange that
>   all my problems have arisen after a simple exchange of drivers,
>   including the one provided by xorg (in my opinion very soft spot for
>   the harnessing of radeon hd 8330g ((APU A4 5000))) and the damned
>   saboteur software AMD #-(  who increasingly believe that militate
>   against linux-ubuntu community.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: xorg 1:7.7+1ubuntu8.1
>   ProcVersionSignature: Ubuntu 3.19.0-42.48~14.04.1-generic 3.19.8-ckt10
>   Uname: Linux 3.19.0-42-generic x86_64
>   .tmp.unity.support.test.1:
>
>   ApportVersion: 2.14.1-0ubuntu3.19
>   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: Sat Feb  6 17:47:35 2016
>   DistUpgraded: Fresh install
>   DistroCodename: trusty
>   DistroVariant: ubuntu
>   DkmsStatus: fglrx-core, 15.200, 3.19.0-49-generic, x86_64: installed
>   GraphicsCard:
>Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8330]
> [1002:9832] (prog-if 00 [VGA controller])
>  Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device
> [1297:2039]
>   InstallationDate: Installed on 2015-10-04 (125 days ago)
>   InstallationMedia: Ubuntu 14.04.3 LTS 

[Touch-packages] [Bug 1447306] Re: Window sections shown as black boxes

2016-02-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: lightdm (Ubuntu)
   Status: New => Confirmed

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

Title:
  Window sections shown as black boxes

Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  Sections of certain windows will be incorrectly rendered as black when
  they should be rendered as the default color according to the selected
  theme.

  Although I'm not 100% certain, I've tagged this as a lightdm bug
  because I tested various configurations of nouvea/nvidia and unity
  /gnome-shell and found this happened in all configurations.

  To clarify, I tested this in the following configurations:

  nouveau + unity
  nouveau + gnome-shell
  nvidia-340 + unity
  nvidia-340 + gnome-shell

  and found this happened in several windows, notable gedit and gnome-
  tweak-tool (only gnome-shell). In general, it seemed to occur in the
  sections of the window that are otherwise empty and not populated by
  widgets.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.5-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Apr 22 14:38:19 2015
  LightdmConfig:
   [SeatDefaults]
   greeter-session=unity-greeter
   user-session=ubuntu
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to trusty on 2015-04-19 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1447306/+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 1530807] Re: Bluetooth cannot be activated on several devices

2016-02-14 Thread Simon Fels
BlueZ will react either on the "Powered" property of its
org.bluez.Adapter1 interface being switch (false/true) or the bluetooth
rfkill being changed. If none of both happen the Bluetooth power status
will not change and the device will be kept discoverable if the
"Discoverable" property was set to true from settings.

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

Title:
  Bluetooth cannot be activated on several devices

Status in The Avila project:
  In Progress
Status in Canonical System Image:
  Confirmed
Status in Canonical Pocket Desktop:
  Confirmed
Status in indicator-bluetooth package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed

Bug description:
  Using RC proposed 04/01/2016 bluetooth cannot be enabled.

  Tested on a nexus 7.

  Expected behavior:
  Bluetooth slider is moved to on
  Bluetooth activates
  Available devices appear in the list

  Experienced behavior: 
  Bluetooth slider is moved to on
  Activity spinners appear 
  Bluetooth slider moves to off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1530807/+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 1545447] [NEW] ubuntu-desktop not install normally

2016-02-14 Thread denkin
Public bug reported:

When I did:
- Install ubuntu mini from mini.iso
- Install lubuntu-core
- Install lxdm
- Purge lightdm
- Install ubuntu-desktop

I get the next problems:
- lighdm don`t loading
- Unity session don`t loading and don`t work when I tried to pushup "Unity 
plugin" from the CCSM

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-desktop 1.347
ProcVersionSignature: Ubuntu 4.4.0-4.19-generic 4.4.1
Uname: Linux 4.4.0-4-generic x86_64
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
CurrentDesktop: LXDE
Date: Sun Feb 14 15:23:32 2016
SourcePackage: ubuntu-meta
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-meta (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 ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1545447

Title:
  ubuntu-desktop not install normally

Status in ubuntu-meta package in Ubuntu:
  New

Bug description:
  When I did:
  - Install ubuntu mini from mini.iso
  - Install lubuntu-core
  - Install lxdm
  - Purge lightdm
  - Install ubuntu-desktop

  I get the next problems:
  - lighdm don`t loading
  - Unity session don`t loading and don`t work when I tried to pushup "Unity 
plugin" from the CCSM

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ubuntu-desktop 1.347
  ProcVersionSignature: Ubuntu 4.4.0-4.19-generic 4.4.1
  Uname: Linux 4.4.0-4-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Sun Feb 14 15:23:32 2016
  SourcePackage: ubuntu-meta
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/1545447/+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 1542716] Re: tuchpad never working after 14.04 installation

2016-02-14 Thread mauribera
Dear Chris, below the output of the command

sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

Version 1.12
11/20/2015

Unfotunately there was no improvement

-- 
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/1542716

Title:
  tuchpad never working after 14.04 installation

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  the touchpad is recognized, e.g., xinput but does not respond at all. It 
worked under the original win7 installaion
  thanks for your help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  Uname: Linux 3.19.0-49-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  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: Sat Feb  6 21:36:22 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Fujitsu Limited. Device [10cf:1896]
  InstallationDate: Installed on 2016-01-30 (7 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: FUJITSU LIFEBOOK S935
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic.efi.signed 
root=UUID=b2e8253b-e0f4-4300-b611-ab33856023ba ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/02/2015
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.11
  dmi.board.name: FJNB284
  dmi.board.vendor: FUJITSU
  dmi.board.version: C3
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: LIFEBOOK S935
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.11:bd06/02/2015:svnFUJITSU:pnLIFEBOOKS935:pvr1060173:rvnFUJITSU:rnFJNB284:rvrC3:cvnFUJITSU:ct10:cvrLIFEBOOKS935:
  dmi.product.name: LIFEBOOK S935
  dmi.product.version: 1060173
  dmi.sys.vendor: FUJITSU
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Feb  6 15:28:02 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5138 
   vendor SHP
  xserver.version: 2:1.17.1-0ubuntu3~trusty1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1542716/+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 1428121] Re: Intel HDMI Audio not working with IOMMU enabled

2016-02-14 Thread Raymond
** Bug watch added: Linux Kernel Bug Tracker #60769
   http://bugzilla.kernel.org/show_bug.cgi?id=60769

** Also affects: alsa-driver via
   http://bugzilla.kernel.org/show_bug.cgi?id=60769
   Importance: Unknown
   Status: Unknown

-- 
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/1428121

Title:
  Intel HDMI Audio not working with IOMMU enabled

Status in ALSA driver:
  Unknown
Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  New ASRock Z97 Extreme 6 motherboard with an Intel i7 4790S and an
  Nvidia GTX 650.

  Host uses Intel IGD for video and HDMI audio out.

  When I pass kernel flags 'intel_iommu=on' or 'intel_iommu=on,igfx_on'
  HDMI audio no longer functions although the device and modules seem to
  load and I cannot locate any error messages.  In this configuration
  IOMMU functions as expected and I can successfully pass the Nvidia
  card through to a KVM guest using VFIO.

  As per this
  (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1223840) bug
  report and the linked bugzilla thread I attempted to use kernel flag
  'intel_iommu=on,igfx_off'.  This resolves the HDMI audio out but
  breaks IOMMU as in VGA pass through generates DMA errors.

  I'm running from a clean installation of 14.10 with no modifications
  to the kernel or kvm, qemu, libvirt or virt-manager.

  In either scenario above the analogue audio out continues to function,
  I haven't tested the optical out as I have no hardware to do so.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-31-generic 3.16.0-31.41
  ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  kelvin 3468 F pulseaudio
   /dev/snd/controlC3:  kelvin 3468 F pulseaudio
   /dev/snd/controlC0:  kelvin 3468 F pulseaudio
   /dev/snd/controlC1:  kelvin 3468 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Mar  4 12:53:17 2015
  HibernationDevice: RESUME=UUID=4d35060a-85c4-45fd-9f8e-530491588931
  InstallationDate: Installed on 2015-02-26 (5 days ago)
  InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release amd64 
(20141022.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic.efi.signed 
root=UUID=4914f227-6bb0-40bb-a781-9ad7111a996f ro intremap=no_x2apic_optout 
intel_iommu=on,forcedac pci-stub.ids=10de:11c8,10de:0e0b nomdmonddf nomdmonisw
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-31-generic N/A
   linux-backports-modules-3.16.0-31-generic  N/A
   linux-firmware 1.138.1
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/17/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.70
  dmi.board.name: Z97 Extreme6
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.70:bd12/17/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnZ97Extreme6:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/1428121/+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 1341611] Re: [apt-get] The option -f, --fix-broken does not work in LM17 x64

2016-02-14 Thread Tomás F . L .
I really don't think that it's so difficult to correct the manual. Is to
put a line as you has written, at the beginning of each entry in the
manual.

-s  Option -s does works only with commands upgrade, dist-upgrade,
install, remove, purge, check, clean, autoclean and autoremove. ...

-f  Option -f does works only with ...

Thank you for your attention.

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

Title:
  [apt-get] The option -f, --fix-broken does not work in LM17 x64

Status in apt package in Ubuntu:
  New

Bug description:
  Linux Mint 17 Quiana 64 bits (ISO v2)

  Like root:
  apt-get -f autoclean
  E: No se conoce la opción de línea de órdenes «f» [de -f].

  apt-get --fix-broken autoclean
  E: No se entiende la opción de línea de órdenes --fix-broken

  I verified it in a portable and in a virtual machine, always with the same 
error:
  E: There is not known the option of line of orders "f" [of -f].
  E: There is not understood the option of line of orders - fix-broken

  The above mentioned option appears in the apt-get man:
  -f, --fix-broken
  Fix; attempt to correct a system with broken dependencies in place.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1341611/+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 1544530] Re: cant open app from the dash

2016-02-14 Thread Josué
*** This bug is a duplicate of bug 1541388 ***
https://bugs.launchpad.net/bugs/1541388

yes that's is what i was trying to mean. Sorry for the  duplicate bug
and thanks for the link and the info.

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

Title:
  cant open app from the dash

Status in unity8 package in Ubuntu:
  New

Bug description:
  Sometimes when you try to open app from a icon in the dash the app isn't 
opened. It happened to me with telegram app and also with dekko. You can open 
those apps from the apps scope.
  You can open the other apps from the dash when it happens. I mean, when it 
happened with telegram i could open the others apps from the dash. When it 
happened with dekko i could open the oder apps. Telegram included.

  Here is the log from unity 8:
  http://paste.ubuntu.com/14860912/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1544530/+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 1545469] [NEW] package g++-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to '/usr/lib/gcc/i686-lin

2016-02-14 Thread nikolas
Public bug reported:

whenever I restart computer I get this system crash.

whenever using any web browser (tried with firefox and chromium) they
crash after 10-60 seconds

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: g++-4.8 4.8.4-2ubuntu1~14.04
ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
Uname: Linux 3.13.0-77-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
Date: Sun Feb 14 07:48:24 2016
DuplicateSignature: package:g++-4.8:4.8.4-2ubuntu1~14.04:cannot copy extracted 
data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of file or 
stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of file or 
stream
InstallationDate: Installed on 2015-05-26 (263 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: gcc-4.8
Title: package g++-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot 
copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of file or 
stream
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gcc-4.8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 trusty

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

Title:
  package g++-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot
  copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to
  '/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of
  file or stream

Status in gcc-4.8 package in Ubuntu:
  New

Bug description:
  whenever I restart computer I get this system crash.

  whenever using any web browser (tried with firefox and chromium) they
  crash after 10-60 seconds

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: g++-4.8 4.8.4-2ubuntu1~14.04
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  Date: Sun Feb 14 07:48:24 2016
  DuplicateSignature: package:g++-4.8:4.8.4-2ubuntu1~14.04:cannot copy 
extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of file or 
stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of file or 
stream
  InstallationDate: Installed on 2015-05-26 (263 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: gcc-4.8
  Title: package g++-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot 
copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of file or 
stream
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1545469/+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 1545470] Re: package gcc-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to '/usr/lib/gcc/i686-linux-gn

2016-02-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package gcc-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot
  copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to
  '/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of
  file or stream

Status in gcc-4.8 package in Ubuntu:
  New

Bug description:
  whenever restart computer I get this system crash message

  all web browsers crash (chromium and firefox) in 10-60 seconds

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: gcc-4.8 4.8.4-2ubuntu1~14.04
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  Date: Sun Feb 14 07:48:25 2016
  DuplicateSignature: package:gcc-4.8:4.8.4-2ubuntu1~14.04:cannot copy 
extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of file or 
stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/gcc/i686-linux-gnu/4.8/lto1' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of file or 
stream
  InstallationDate: Installed on 2015-05-26 (263 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: gcc-4.8
  Title: package gcc-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot 
copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of file or 
stream
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1545470/+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 1545469] Re: package g++-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to '/usr/lib/gcc/i686-linux

2016-02-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package g++-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot
  copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to
  '/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of
  file or stream

Status in gcc-4.8 package in Ubuntu:
  New

Bug description:
  whenever I restart computer I get this system crash.

  whenever using any web browser (tried with firefox and chromium) they
  crash after 10-60 seconds

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: g++-4.8 4.8.4-2ubuntu1~14.04
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  Date: Sun Feb 14 07:48:24 2016
  DuplicateSignature: package:g++-4.8:4.8.4-2ubuntu1~14.04:cannot copy 
extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of file or 
stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of file or 
stream
  InstallationDate: Installed on 2015-05-26 (263 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: gcc-4.8
  Title: package g++-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot 
copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of file or 
stream
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1545469/+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 1545470] Re: package gcc-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to '/usr/lib/gcc/i686-linux-gn

2016-02-14 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: corrupted-package

** Changed in: gcc-4.8 (Ubuntu)
   Status: New => Invalid

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

Title:
  package gcc-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot
  copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to
  '/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of
  file or stream

Status in gcc-4.8 package in Ubuntu:
  Invalid

Bug description:
  whenever restart computer I get this system crash message

  all web browsers crash (chromium and firefox) in 10-60 seconds

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: gcc-4.8 4.8.4-2ubuntu1~14.04
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  Date: Sun Feb 14 07:48:25 2016
  DuplicateSignature: package:gcc-4.8:4.8.4-2ubuntu1~14.04:cannot copy 
extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of file or 
stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/gcc/i686-linux-gnu/4.8/lto1' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of file or 
stream
  InstallationDate: Installed on 2015-05-26 (263 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: gcc-4.8
  Title: package gcc-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot 
copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of file or 
stream
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1545470/+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 1545469] Re: package g++-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to '/usr/lib/gcc/i686-linux

2016-02-14 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: corrupted-package

** Changed in: gcc-4.8 (Ubuntu)
   Status: New => Invalid

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

Title:
  package g++-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot
  copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to
  '/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of
  file or stream

Status in gcc-4.8 package in Ubuntu:
  Invalid

Bug description:
  whenever I restart computer I get this system crash.

  whenever using any web browser (tried with firefox and chromium) they
  crash after 10-60 seconds

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: g++-4.8 4.8.4-2ubuntu1~14.04
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  Date: Sun Feb 14 07:48:24 2016
  DuplicateSignature: package:g++-4.8:4.8.4-2ubuntu1~14.04:cannot copy 
extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of file or 
stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of file or 
stream
  InstallationDate: Installed on 2015-05-26 (263 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: gcc-4.8
  Title: package g++-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot 
copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/cc1plus' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/cc1plus.dpkg-new': unexpected end of file or 
stream
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1545469/+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 1542716] Re: tuchpad never working after 14.04 installation

2016-02-14 Thread Christopher M. Penalver
mauribera, to see if this is already resolved, could you please test
http://cdimage.ubuntu.com/daily-live/current/ and advise to the results?

** Tags removed: bios-outdated-1.12
** Tags added: latest-bios-1.12

** Changed in: xorg (Ubuntu)
   Importance: Low => Medium

-- 
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/1542716

Title:
  tuchpad never working after 14.04 installation

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  the touchpad is recognized, e.g., xinput but does not respond at all. It 
worked under the original win7 installaion
  thanks for your help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  Uname: Linux 3.19.0-49-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  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: Sat Feb  6 21:36:22 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Fujitsu Limited. Device [10cf:1896]
  InstallationDate: Installed on 2016-01-30 (7 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: FUJITSU LIFEBOOK S935
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic.efi.signed 
root=UUID=b2e8253b-e0f4-4300-b611-ab33856023ba ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/02/2015
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.11
  dmi.board.name: FJNB284
  dmi.board.vendor: FUJITSU
  dmi.board.version: C3
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: LIFEBOOK S935
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.11:bd06/02/2015:svnFUJITSU:pnLIFEBOOKS935:pvr1060173:rvnFUJITSU:rnFJNB284:rvrC3:cvnFUJITSU:ct10:cvrLIFEBOOKS935:
  dmi.product.name: LIFEBOOK S935
  dmi.product.version: 1060173
  dmi.sys.vendor: FUJITSU
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Feb  6 15:28:02 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5138 
   vendor SHP
  xserver.version: 2:1.17.1-0ubuntu3~trusty1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1542716/+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 1238194] Re: keyboard doesn't work to enter password with encrypted partitions ubuntu 13.10 saucy

2016-02-14 Thread tsde
I was aslo stuck for months with kernel 3.19.0-28 on Ubuntu 15.04 but I
found a work around that worked for me:

- open /etc/default/grub
- Delete the "quiet splash" value from the line beginning with 
GRUB_CMDLINE_LINUX_DEFAULT. The line should look like 
GRUB_CMDLINE_LINUX_DEFAULT=""
- save your changes and run sudo update-grub to update the grub configuration

When you restart, the splash screen is disabled leaving only the text
console prompting you for your password. My keyboard seems to work using
the console but not using the splash screen. Hope this'll help some of
you.

This is only a workaround though, so this issue should definitely be
investigated further.

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

Title:
  keyboard doesn't work to enter password with encrypted partitions
  ubuntu 13.10 saucy

Status in initramfs-tools:
  New
Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in initramfs-tools source package in Precise:
  Fix Released
Status in initramfs-tools source package in Saucy:
  Fix Released

Bug description:
  [Justification]
  With the kernel in 13.10, some systems use a different USB host driver than 
previously.  Failing to include this driver in the initramfs causes regressions 
for users who need to interact with the system in early boot using a USB 
keyboard, such as users with an encrypted root filesystem.  Such systems are 
not bootable with this host driver missing.

  [Test case]
  1. On an affected system, reboot to a kernel from 13.04.
  2. Install the initramfs-tools package from -proposed.
  3. Reboot to the kernel from 13.10.
  4. Verify that you are able to type your passphrase at the prompt in the 
initramfs.

  [Regression potential]
  Minimal.  The update-initramfs script will ignore missing modules (such as 
the many other modules in the list which are built-ins), and the only change 
made is to copy the module into the initramfs: it will only be loaded in the 
initramfs if udev determines it's needed, just as it would load it after 
switching to the root filesystem.

  
  Is the same problem as here but in the new ubuntu 13.10 saucy 
https://bugs.launchpad.net/bugs/1066376

  I just can't use (i can install) a encrypted partition because when is
  time to introduce the password to unlock partition keyboard is not
  working.

  I don't know how to edit a bug to report it afects other version of
  ubuntu so i created this new bug...

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/1238194/+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 1545470] [NEW] package gcc-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to '/usr/lib/gcc/i686-linux-

2016-02-14 Thread nikolas
Public bug reported:

whenever restart computer I get this system crash message

all web browsers crash (chromium and firefox) in 10-60 seconds

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: gcc-4.8 4.8.4-2ubuntu1~14.04
ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
Uname: Linux 3.13.0-77-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
Date: Sun Feb 14 07:48:25 2016
DuplicateSignature: package:gcc-4.8:4.8.4-2ubuntu1~14.04:cannot copy extracted 
data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of file or 
stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/gcc/i686-linux-gnu/4.8/lto1' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of file or 
stream
InstallationDate: Installed on 2015-05-26 (263 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: gcc-4.8
Title: package gcc-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot 
copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of file or 
stream
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gcc-4.8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 trusty

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

Title:
  package gcc-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot
  copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to
  '/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of
  file or stream

Status in gcc-4.8 package in Ubuntu:
  New

Bug description:
  whenever restart computer I get this system crash message

  all web browsers crash (chromium and firefox) in 10-60 seconds

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: gcc-4.8 4.8.4-2ubuntu1~14.04
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  Date: Sun Feb 14 07:48:25 2016
  DuplicateSignature: package:gcc-4.8:4.8.4-2ubuntu1~14.04:cannot copy 
extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of file or 
stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/gcc/i686-linux-gnu/4.8/lto1' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of file or 
stream
  InstallationDate: Installed on 2015-05-26 (263 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: gcc-4.8
  Title: package gcc-4.8 4.8.4-2ubuntu1~14.04 failed to install/upgrade: cannot 
copy extracted data for './usr/lib/gcc/i686-linux-gnu/4.8/lto1' to 
'/usr/lib/gcc/i686-linux-gnu/4.8/lto1.dpkg-new': unexpected end of file or 
stream
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1545470/+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


  1   2   >