[Touch-packages] [Bug 1575604] Re: Fast repeated scrolling with a finger changes direction of the scrolling

2016-04-27 Thread Joachim Tuchel
Also available on an aquaris e5 hd near you ;-)

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

Title:
  Fast repeated scrolling with a finger changes direction of the
  scrolling

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  When scrolling on a page with repeated gestures with the finger on the
  screen, it often changes the direction of the scrolling and scrolls
  super fast.  So if I am far down on a page and scrolls a few times
  with  the finger, it suddenly start to scroll upwards super fast to
  the top.

  It seems like it happens if it lags while scrolling and it misses part
  of the gesture.

  Experienced on an M10 with OTA-10.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1575604/+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 1543952] Re: EGL platform Mir does not implement environment variable LIBGL_ALWAYS_SOFTWARE

2016-04-27 Thread Daniel van Vugt
** Summary changed:

- Mir binaries ignore Mesa setting LIBGL_ALWAYS_SOFTWARE=1 and only ever try 
hardware acceleration
+ EGL platform Mir does not implement environment variable LIBGL_ALWAYS_SOFTWARE

** Summary changed:

- EGL platform Mir does not implement environment variable LIBGL_ALWAYS_SOFTWARE
+ Mesa EGL platform Mir does not implement environment variable 
LIBGL_ALWAYS_SOFTWARE

** Changed in: mir
   Importance: Undecided => Medium

** Changed in: mesa (Ubuntu)
   Importance: Undecided => Medium

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

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

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

Title:
  Mesa EGL platform Mir does not implement environment variable
  LIBGL_ALWAYS_SOFTWARE

Status in Mir:
  Triaged
Status in mesa package in Ubuntu:
  Triaged

Bug description:
  Mir binaries ignore Mesa setting LIBGL_ALWAYS_SOFTWARE=1 and only ever
  try hardware acceleration.

  See: http://mesa3d.org/envvars.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1543952/+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 1576032] Re: Software compositing of EGL clients is much slower than software clients

2016-04-27 Thread Daniel van Vugt
I'm guessing this might be related to the fact I'm running on an Intel
graphics desktop. So the buffer implementation for the EGL clients is
still GBM. However the buffer implementation for the software clients is
just local memory (ShmBuffer).

** Summary changed:

- Software compositing of EGL clients is much slower than software clients
+ Software compositing of EGL clients is much slower than software compositing 
of software clients

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

Title:
  Software compositing of EGL clients is much slower than software
  compositing of software clients

Status in Mir:
  New
Status in mesa package in Ubuntu:
  New
Status in mir package in Ubuntu:
  New

Bug description:
  Software compositing of EGL clients is much slower than software
  clients. Even when the EGL client is allowed to render in hardware.
  There is something weirdly slow about our EGL texture binding compared
  to software textures...

  Start the server with software rendering:
  $ sudo env GBM_ALWAYS_SOFTWARE=1 mir_proving_server --compositor-report=log

  Now start a fullscreen client (even with hardware rendering enabled)
  and drag the window around (so it's no longer bypassed).

  Compositor performance:
  7 FPS with mir_demo_client_eglflash (rendered in hardware, only rendering 1 
FPS)
  7 FPS with mir_demo_client_egltriangle (rendered in hardware)
  30 FPS with mir_demo_client_fingerpaint (not redrawing at all)
  30 FPS with 'mir_demo_client_progressbar 1' (rendered in software at 1 FPS)
  30 FPS with 'mir_demo_client_progressbar 60' (rendered in software at 60 FPS)
  30 FPS with 'mir_demo_client_flicker' (rendered in software at 60 FPS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1576032/+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 1576032] Re: Software compositing of EGL clients is much slower than software clients

2016-04-27 Thread Daniel van Vugt
** Description changed:

  Software compositing of EGL clients is much slower than software
  clients. Even when the EGL client is allowed to render in hardware.
  There is something weirdly slow about our EGL texture binding compared
  to software textures...
  
  Start the server with software rendering:
  $ sudo env GBM_ALWAYS_SOFTWARE=1 mir_proving_server --compositor-report=log
  
  Now start a fullscreen client (even with hardware rendering enabled) and
  drag the window around (so it's no longer bypassed).
  
  Compositor performance:
  7 FPS with mir_demo_client_eglflash (rendered in hardware, only rendering 1 
FPS)
  7 FPS with mir_demo_client_egltriangle (rendered in hardware)
  30 FPS with mir_demo_client_fingerpaint (not redrawing at all)
  30 FPS with 'mir_demo_client_progressbar 1' (rendered in software at 1 FPS)
  30 FPS with 'mir_demo_client_progressbar 60' (rendered in software at 60 FPS)
+ 30 FPS with 'mir_demo_client_flicker' (rendered in software at 60 FPS)

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

Title:
  Software compositing of EGL clients is much slower than software
  clients

Status in Mir:
  New
Status in mesa package in Ubuntu:
  New
Status in mir package in Ubuntu:
  New

Bug description:
  Software compositing of EGL clients is much slower than software
  clients. Even when the EGL client is allowed to render in hardware.
  There is something weirdly slow about our EGL texture binding compared
  to software textures...

  Start the server with software rendering:
  $ sudo env GBM_ALWAYS_SOFTWARE=1 mir_proving_server --compositor-report=log

  Now start a fullscreen client (even with hardware rendering enabled)
  and drag the window around (so it's no longer bypassed).

  Compositor performance:
  7 FPS with mir_demo_client_eglflash (rendered in hardware, only rendering 1 
FPS)
  7 FPS with mir_demo_client_egltriangle (rendered in hardware)
  30 FPS with mir_demo_client_fingerpaint (not redrawing at all)
  30 FPS with 'mir_demo_client_progressbar 1' (rendered in software at 1 FPS)
  30 FPS with 'mir_demo_client_progressbar 60' (rendered in software at 60 FPS)
  30 FPS with 'mir_demo_client_flicker' (rendered in software at 60 FPS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1576032/+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 1576032] [NEW] Software compositing of EGL clients is much slower than software clients

2016-04-27 Thread Daniel van Vugt
Public bug reported:

Software compositing of EGL clients is much slower than software
clients. Even when the EGL client is allowed to render in hardware.
There is something weirdly slow about our EGL texture binding compared
to software textures...

Start the server with software rendering:
$ sudo env GBM_ALWAYS_SOFTWARE=1 mir_proving_server --compositor-report=log

Now start a fullscreen client (even with hardware rendering enabled) and
drag the window around (so it's no longer bypassed).

Compositor performance:
7 FPS with mir_demo_client_eglflash (rendered in hardware, only rendering 1 FPS)
7 FPS with mir_demo_client_egltriangle (rendered in hardware)
30 FPS with mir_demo_client_fingerpaint (not redrawing at all)
30 FPS with 'mir_demo_client_progressbar 1' (rendered in software at 1 FPS)
30 FPS with 'mir_demo_client_progressbar 60' (rendered in software at 60 FPS)

** Affects: mir
 Importance: Undecided
 Status: New

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

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


** Tags: egl-platform-mir performance

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

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

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

Title:
  Software compositing of EGL clients is much slower than software
  clients

Status in Mir:
  New
Status in mesa package in Ubuntu:
  New
Status in mir package in Ubuntu:
  New

Bug description:
  Software compositing of EGL clients is much slower than software
  clients. Even when the EGL client is allowed to render in hardware.
  There is something weirdly slow about our EGL texture binding compared
  to software textures...

  Start the server with software rendering:
  $ sudo env GBM_ALWAYS_SOFTWARE=1 mir_proving_server --compositor-report=log

  Now start a fullscreen client (even with hardware rendering enabled)
  and drag the window around (so it's no longer bypassed).

  Compositor performance:
  7 FPS with mir_demo_client_eglflash (rendered in hardware, only rendering 1 
FPS)
  7 FPS with mir_demo_client_egltriangle (rendered in hardware)
  30 FPS with mir_demo_client_fingerpaint (not redrawing at all)
  30 FPS with 'mir_demo_client_progressbar 1' (rendered in software at 1 FPS)
  30 FPS with 'mir_demo_client_progressbar 60' (rendered in software at 60 FPS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1576032/+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 1576028] [NEW] wget segfaults when downloading filename with Russian characters

2016-04-27 Thread Alexander List
Public bug reported:

I tried to download an attachment from Launchpad.

wget didn't like it and segfaulted...

$ wget 
"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1550779/+attachment/4649672/+files/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%20%D0%BE%D1%82%202016-04-28%2008-21-35.png";
--2016-04-28 12:53:28--  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1550779/+attachment/4649672/+files/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%20%D0%BE%D1%82%202016-04-28%2008-21-35.png
Resolving bugs.launchpad.net (bugs.launchpad.net)... 91.189.89.225, 
91.189.89.224
Connecting to bugs.launchpad.net (bugs.launchpad.net)|91.189.89.225|:443... 
connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: 
https://launchpadlibrarian.net/256821437/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%20%D0%BE%D1%82%202016-04-28%2008-21-35.png
 [following]
--2016-04-28 12:53:29--  
https://launchpadlibrarian.net/256821437/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%20%D0%BE%D1%82%202016-04-28%2008-21-35.png
Resolving launchpadlibrarian.net (launchpadlibrarian.net)... 91.189.89.229, 
91.189.89.228
Connecting to launchpadlibrarian.net 
(launchpadlibrarian.net)|91.189.89.229|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 240409 (235K) [image/png]
Saving to: ‘Снимок \321%8Dк\321%80ана о\321%82 2016-04-28 08-21-35.png.2’

Segmentation fault (core dumped)

The file is an attachment to this comment:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1550779/comments/19

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: wget 1.17.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Apr 28 12:54:28 2016
InstallationDate: Installed on 2015-07-04 (298 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: wget
UpgradeStatus: Upgraded to xenial on 2016-04-26 (2 days ago)

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

Title:
  wget segfaults when downloading filename with Russian characters

Status in wget package in Ubuntu:
  New

Bug description:
  I tried to download an attachment from Launchpad.

  wget didn't like it and segfaulted...

  $ wget 
"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1550779/+attachment/4649672/+files/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%20%D0%BE%D1%82%202016-04-28%2008-21-35.png";
  --2016-04-28 12:53:28--  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1550779/+attachment/4649672/+files/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%20%D0%BE%D1%82%202016-04-28%2008-21-35.png
  Resolving bugs.launchpad.net (bugs.launchpad.net)... 91.189.89.225, 
91.189.89.224
  Connecting to bugs.launchpad.net (bugs.launchpad.net)|91.189.89.225|:443... 
connected.
  HTTP request sent, awaiting response... 302 Moved Temporarily
  Location: 
https://launchpadlibrarian.net/256821437/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%20%D0%BE%D1%82%202016-04-28%2008-21-35.png
 [following]
  --2016-04-28 12:53:29--  
https://launchpadlibrarian.net/256821437/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%20%D0%BE%D1%82%202016-04-28%2008-21-35.png
  Resolving launchpadlibrarian.net (launchpadlibrarian.net)... 91.189.89.229, 
91.189.89.228
  Connecting to launchpadlibrarian.net 
(launchpadlibrarian.net)|91.189.89.229|:443... connected.
  HTTP request sent, awaiting response... 200 OK
  Length: 240409 (235K) [image/png]
  Saving to: ‘Снимок \321%8Dк\321%80ана о\321%82 2016-04-28 08-21-35.png.2’

  Segmentation fault (core dumped)

  The file is an attachment to this comment:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1550779/comments/19

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: wget 1.17.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 28 12:54:28 2016
  InstallationDate: Installed on 2015-07-04 (298 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: wget
  UpgradeStatus: Upgraded to xenial on 2016-04-26 (2 days ago)

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

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

[Touch-packages] [Bug 1569292] Re: Can't join to AD domain

2016-04-27 Thread Seyeong Kim
need to be sponsored that can be combined 4 patches

** Patch added: "xenial-check-null-in-aptintf-init.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/packagekit/+bug/1569292/+attachment/4649721/+files/xenial-check-null-in-aptintf-init.debdiff

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

Title:
  Can't join to AD domain

Status in realmd:
  New
Status in packagekit package in Ubuntu:
  In Progress

Bug description:
  [Impact]

  When trying to join AD domain via realm command, it hangs.
  after researching, packagekit got segfault.

  [Testcase]

  realm -v join int.domainname.com --user login

   * Resolving: _ldap._tcp.int.domanname.com
   * Performing LDAP DSE lookup on: 192.168.xx.xx
   * Performing LDAP DSE lookup on: 192.168.xx.xx
   * Successfully discovered: int.domainname.com
  Password for login:
   * Unconditionally checking packages
   * Resolving required packages

  From here nothing happens. It doesn't go any further.

  journalctl -b realmd shows:
  [...]
  Apr 12 13:02:49 ls-mysql57 realmd[946]: Sending TCP Netlogon request
  Apr 12 13:02:49 ls-mysql57 realmd[946]: Searching  for (objectClass=*)
  Apr 12 13:02:49 ls-mysql57 realmd[946]: Received TCP Netlogon response
  Apr 12 13:02:49 ls-mysql57 realmd[946]:  * Successfully discovered: 
int.domainname.com
  Apr 12 13:02:49 ls-mysql57 realmd[946]:  * Successfully discovered: 
int.domainame.com
  Apr 12 13:02:53 ls-mysql57 realmd[946]: Using 'r209.955' operation for method 
'Join' invocation on 'org.freedesktop.realmd.KerberosMembership' interface
  Apr 12 13:02:53 ls-mysql57 realmd[946]: Registered cancellable for operation 
'r209.955'
  Apr 12 13:02:53 ls-mysql57 realmd[946]: holding daemon: current-invocation
  Apr 12 13:02:53 ls-mysql57 realmd[946]: ** (realmd:946): CRITICAL **: 
realm_invocation_get_cancellable: assertion 'invocation != NULL' failed
  Apr 12 13:02:53 ls-mysql57 realmd[946]: (realmd:946): GLib-GObject-CRITICAL 
**: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  Apr 12 13:02:53 ls-mysql57 realmd[946]:  * Unconditionally checking packages
  Apr 12 13:02:53 ls-mysql57 realmd[946]:  * Unconditionally checking packages
  Apr 12 13:02:53 ls-mysql57 realmd[946]:  * Resolving required packages
  Apr 12 13:02:53 ls-mysql57 realmd[946]:  * Resolving required packages
  Apr 12 13:02:53 ls-mysql57 realmd[946]: realm_invocation_get_cancellable: 
assertion 'invocation != NULL' failed
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: CreateTransaction call
  Apr 12 13:02:53 ls-mysql57 realmd[946]: GLib-GObject: g_object_unref: 
assertion 'G_IS_OBJECT (object)' failed
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: SetHints call
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: call Resolve (262144, 
['sssd-tools', 'sssd', 'libnss-sss', 'libpam-sss', 'adcli'])
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: signal: Changed ()
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: call Resolve completed
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: signal: Changed ()
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: signal: Changed ()
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: signal: Changed ()

  It works in 14.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: realmd 0.16.2-2
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  Date: Tue Apr 12 13:08:33 2016
  SourcePackage: realmd
  UpgradeStatus: No upgrade log present (probably fresh install)

  [Regression Potential]

  [Other Info]
  Upstream Patch
  
https://github.com/hughsie/PackageKit/commit/97161e231b2ab406e77977a2a693d7935e33df0f
  
https://github.com/hughsie/PackageKit/commit/06fae067c909db93bb5b1e1d04aa7a987208eda2
  
https://github.com/hughsie/PackageKit/commit/c64c16c2d1ad9142ec8e74473044874bb6398728
  
https://github.com/hughsie/PackageKit/commit/e94b80f90179db18221b2eff93b4561b5418fbfb

To manage notifications about this bug go to:
https://bugs.launchpad.net/realmd/+bug/1569292/+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 953875] Re: Encrypted swap no longer mounted at bootup

2016-04-27 Thread sudodus
Encrypted home and crypt-swap work in the new LTS release, 16.04. I have
tested, and it seems reliable. I don't know about 14.04 LTS.

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

Title:
  Encrypted swap no longer mounted at bootup

Status in eCryptfs:
  Fix Released
Status in systemd:
  Fix Released
Status in ecryptfs-utils package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in ubiquity package in Ubuntu:
  Fix Released
Status in ecryptfs-utils source package in Trusty:
  Triaged
Status in ubiquity source package in Trusty:
  Triaged
Status in ecryptfs-utils source package in Vivid:
  Fix Released
Status in systemd source package in Vivid:
  Fix Released
Status in ubiquity source package in Vivid:
  Fix Released
Status in systemd package in Debian:
  Fix Released

Bug description:
  SUMMARY
  ===
  During installation with "encrypt my home folder" mode, a broken 
/etc/crypttab gets created which defines a non-existing swap device (usually 
"cryptswap1") with a UUID. This will also be put into /etc/fstab. As after 
installation the UUID does not exist, such systems don't have any actual swap.

  UPGRADE FIX
  ===
  An upgrade to Ubuntu 15.04 ("vivid") will detect and comment out these broken 
swap devices from /etc/fstab and /etc/crypttab. If you actually want  to use 
those, do these steps:

   - Find the swap device that was meant to be used in "sudo fdisk -l" (it 
should say "Linux swap" in the last column), remember the device name 
(something like "/dev/sda5")
   - Find the UUID in /etc/crypttab (the long alphanumeric ID after UUID=)
   - Run "sudo mkswap -U 1234... /dev/sda5", replacing "1234" with the above 
UUID, and /dev/sda5 with the device name from step 1.
   - Edit /etc/crypttab to append ",offset=1024" in the fourth (last) column of 
the cryptswap1 line; ensure that there is *no space* between the 
"cipher=aes-cbc-essiv:sha256" and the appended option. If there is a leading 
"#" in the file, remove that too.
   - If there is a leading "#" in /etc/fstab in the line starting with 
/dev/mapper/cryptswap1 line, remove that.
   - Run "sudo update-initramfs -u".

  
  ORIGINAL REPORT
  ===

  Clean install of 12.04 and with encrypted home for my user. Did all
  updates and now the bootup hangs waiting for swap to become available
  and it never seems to ever finish. The 200GB SSD below is my boot
  drive and root filesystem.

  alan@mesh:~$ sudo swapon -a
  [sudo] password for alan:
  swapon: /dev/mapper/cryptswap1: stat failed: No such file or directory

  alan@mesh:~$ grep swap /etc/fstab
  # swap was on /dev/sdg5 during installation
  #UUID=22d3f7f0-f715-4582-81ba-dcbd4cdd1495 noneswapsw 
 0   0
  /dev/mapper/cryptswap1 none swap sw 0 0

  alan@mesh:~$ sudo fdisk -l

  Disk /dev/sda: 115.0 GB, 115033153536 bytes
  255 heads, 63 sectors/track, 13985 cylinders, total 224674128 sectors
  Units = sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0x000ba2ed

     Device Boot  Start End  Blocks   Id  System
  /dev/sda1   *2048  206847  1024007  HPFS/NTFS/exFAT
  /dev/sda2  206848   224671743   1122324487  HPFS/NTFS/exFAT

  Disk /dev/sdb: 200.0 GB, 200049647616 bytes
  255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
  Units = sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0xf0fa0806

     Device Boot  Start End  Blocks   Id  System
  /dev/sdb12048   349304831   1746513927  HPFS/NTFS/exFAT
  /dev/sdb2   374722558   390721535 79994895  Extended
  /dev/sdb3   *   349304832   37472051112707840   83  Linux
  /dev/sdb5   374722560   390721535 7999488   82  Linux swap / Solaris

  Partition table entries are not in disk order

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libecryptfs0 96-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  Date: Tue Mar 13 09:56:56 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(20120215)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: ecryptfs-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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

[Touch-packages] [Bug 1569292] Re: Can't join to AD domain

2016-04-27 Thread Seyeong Kim
** Description changed:

+ [Impact]
+ 
+ When trying to join AD domain via realm command, it hangs.
+ after researching, packagekit got segfault.
+ 
+ [Testcase]
+ 
  realm -v join int.domainname.com --user login
  
-  * Resolving: _ldap._tcp.int.domanname.com
-  * Performing LDAP DSE lookup on: 192.168.xx.xx
-  * Performing LDAP DSE lookup on: 192.168.xx.xx
-  * Successfully discovered: int.domainname.com
- Password for login: 
-  * Unconditionally checking packages
-  * Resolving required packages
+  * Resolving: _ldap._tcp.int.domanname.com
+  * Performing LDAP DSE lookup on: 192.168.xx.xx
+  * Performing LDAP DSE lookup on: 192.168.xx.xx
+  * Successfully discovered: int.domainname.com
+ Password for login:
+  * Unconditionally checking packages
+  * Resolving required packages
  
  From here nothing happens. It doesn't go any further.
  
  journalctl -b realmd shows:
  [...]
  Apr 12 13:02:49 ls-mysql57 realmd[946]: Sending TCP Netlogon request
  Apr 12 13:02:49 ls-mysql57 realmd[946]: Searching  for (objectClass=*)
  Apr 12 13:02:49 ls-mysql57 realmd[946]: Received TCP Netlogon response
  Apr 12 13:02:49 ls-mysql57 realmd[946]:  * Successfully discovered: 
int.domainname.com
  Apr 12 13:02:49 ls-mysql57 realmd[946]:  * Successfully discovered: 
int.domainame.com
  Apr 12 13:02:53 ls-mysql57 realmd[946]: Using 'r209.955' operation for method 
'Join' invocation on 'org.freedesktop.realmd.KerberosMembership' interface
  Apr 12 13:02:53 ls-mysql57 realmd[946]: Registered cancellable for operation 
'r209.955'
  Apr 12 13:02:53 ls-mysql57 realmd[946]: holding daemon: current-invocation
  Apr 12 13:02:53 ls-mysql57 realmd[946]: ** (realmd:946): CRITICAL **: 
realm_invocation_get_cancellable: assertion 'invocation != NULL' failed
  Apr 12 13:02:53 ls-mysql57 realmd[946]: (realmd:946): GLib-GObject-CRITICAL 
**: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  Apr 12 13:02:53 ls-mysql57 realmd[946]:  * Unconditionally checking packages
  Apr 12 13:02:53 ls-mysql57 realmd[946]:  * Unconditionally checking packages
  Apr 12 13:02:53 ls-mysql57 realmd[946]:  * Resolving required packages
  Apr 12 13:02:53 ls-mysql57 realmd[946]:  * Resolving required packages
  Apr 12 13:02:53 ls-mysql57 realmd[946]: realm_invocation_get_cancellable: 
assertion 'invocation != NULL' failed
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: CreateTransaction call
  Apr 12 13:02:53 ls-mysql57 realmd[946]: GLib-GObject: g_object_unref: 
assertion 'G_IS_OBJECT (object)' failed
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: SetHints call
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: call Resolve (262144, 
['sssd-tools', 'sssd', 'libnss-sss', 'libpam-sss', 'adcli'])
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: signal: Changed ()
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: call Resolve completed
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: signal: Changed ()
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: signal: Changed ()
  Apr 12 13:02:53 ls-mysql57 realmd[946]: packages: signal: Changed ()
  
  It works in 14.04.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: realmd 0.16.2-2
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  Date: Tue Apr 12 13:08:33 2016
  SourcePackage: realmd
  UpgradeStatus: No upgrade log present (probably fresh install)
+ 
+ [Regression Potential]
+ 
+ [Other Info]
+ Upstream Patch
+ 
https://github.com/hughsie/PackageKit/commit/97161e231b2ab406e77977a2a693d7935e33df0f
+ 
https://github.com/hughsie/PackageKit/commit/06fae067c909db93bb5b1e1d04aa7a987208eda2
+ 
https://github.com/hughsie/PackageKit/commit/c64c16c2d1ad9142ec8e74473044874bb6398728
+ 
https://github.com/hughsie/PackageKit/commit/e94b80f90179db18221b2eff93b4561b5418fbfb

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

Title:
  Can't join to AD domain

Status in realmd:
  New
Status in packagekit package in Ubuntu:
  In Progress

Bug description:
  [Impact]

  When trying to join AD domain via realm command, it hangs.
  after researching, packagekit got segfault.

  [Testcase]

  realm -v join int.domainname.com --user login

   * Resolving: _ldap._tcp.int.domanname.com
   * Performing LDAP DSE lookup on: 192.168.xx.xx
   * Performing LDAP DSE lookup on: 192.168.xx.xx
   * Successfully discovered: int.domainname.com
  Password for login:
   * Unconditionally checking packages
   * Resolving required packages

  From here nothing happens. It doesn't go any further.

  journalctl -b realmd shows:
  [...]
  Apr 12 13:02:49 ls-mysql57 realmd[946]: Sending TCP Netlogon request
  Apr 12 13:02:49 ls-mysql57 realmd[946]: Searching  for (objectClass=*)
  Apr 12 13:02:49 ls-mysql57 realmd[946]: Received TCP Netlogon response
  Apr 12 13:02:49 ls-mysql57 realmd[946]:

[Touch-packages] [Bug 1327412] Please test proposed package

2016-04-27 Thread Adam Conrad
Hello Jim, or anyone else affected,

Accepted klibc into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/klibc/2.0.4-8ubuntu1.16.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  Delay during PXE Boot, IP-Config gives up

Status in klibc package in Ubuntu:
  Fix Released
Status in klibc source package in Trusty:
  Fix Committed
Status in klibc source package in Wily:
  Fix Committed
Status in klibc source package in Xenial:
  Fix Committed
Status in klibc package in Debian:
  New

Bug description:
  [Impact]
  PXE booting users with live images or other minimal setups using klibc-utils.

  [Test case]
  Attempt to PXE boot using Ubuntu live images; see below for details.

  [Regression potential]
  This forces the yiaddr (client requested/current IP) to be set to 0 when 
sending DHCP messages; currently the messages are DHCPREQUEST and DHCPDISCOVER, 
which should typically only happen when there is no IP set on the device and it 
is otherwise unable to receive unicast (on account of not being configured). 
Should there be a need to send other messages which would require setting the 
yiaddr value to the current configured IP address, a naive change would break. 
The yiaddr variable would need to be adjusted to pull value from a new 
location, or initialized directly by the callers to dhcp_send() where the 
business logic would reside.

  ---

  Attempting to PXE boot both the 12.04.3 and 14.04 Live images.   PXE
  boot works normally (PXE Menu, select desired image, image begins
  loading), then the boot process hangs while IP-Config attempts to get
  an IP address:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 2 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 3 secs - giving up

  These lines appear very quickly (5 seconds has NOT elapsed), after
  about a minute, we get this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 4 secs - giving up

  Some time later, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 6 secs - giving up

  Until finally, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 9 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: eth0 guessed broadcast address 172.25.11.31
  IP-Config: eth0 complete (dhcp from 172.25.10.20):
  (snip)

  While watching the DHCP server logs, Ubuntu is either not sending a
  DHCP Discover at times, or is not replying back with a DHCPRequest
  during these sessions, presumably ignoring an response from the DHCP
  server.  From the initial booting of the system via PXE, to when
  Ubuntu finally shows the desktop, almost 12 minutes will have elapsed.

  I am seeing this same behavior on both 12.04.3 and 14.04.  After
  finding a number of similar erros via Google and no real resolution, I
  have opened this bug.

  The system experiencing this issue has multiple ethernet interfaces
  (actual HW, not a VM), some Google found solutions suggest hard coding
  DEVICE=eth0 in /etc/initramfs-tools/initramfs.conf, however this isn't
  acceptable as a system attempting to PXE boot may be using an
  alternate port for the network.

  I have found what looks to be a very similar bug filed for Debian,
  #584583, which also contains a patch for this issue (under Debian).

  I have no problems in PXE booting to various Windows, RedHat, Centos,
  or Fedora OSs.  Ubuntu i

[Touch-packages] [Bug 1327412] Re: Delay during PXE Boot, IP-Config gives up

2016-04-27 Thread Adam Conrad
Hello Jim, or anyone else affected,

Accepted klibc into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/klibc/2.0.3-0ubuntu1.14.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: klibc (Ubuntu Trusty)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

** Changed in: klibc (Ubuntu Wily)
   Status: In Progress => Fix Committed

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

Title:
  Delay during PXE Boot, IP-Config gives up

Status in klibc package in Ubuntu:
  Fix Released
Status in klibc source package in Trusty:
  Fix Committed
Status in klibc source package in Wily:
  Fix Committed
Status in klibc source package in Xenial:
  Fix Committed
Status in klibc package in Debian:
  New

Bug description:
  [Impact]
  PXE booting users with live images or other minimal setups using klibc-utils.

  [Test case]
  Attempt to PXE boot using Ubuntu live images; see below for details.

  [Regression potential]
  This forces the yiaddr (client requested/current IP) to be set to 0 when 
sending DHCP messages; currently the messages are DHCPREQUEST and DHCPDISCOVER, 
which should typically only happen when there is no IP set on the device and it 
is otherwise unable to receive unicast (on account of not being configured). 
Should there be a need to send other messages which would require setting the 
yiaddr value to the current configured IP address, a naive change would break. 
The yiaddr variable would need to be adjusted to pull value from a new 
location, or initialized directly by the callers to dhcp_send() where the 
business logic would reside.

  ---

  Attempting to PXE boot both the 12.04.3 and 14.04 Live images.   PXE
  boot works normally (PXE Menu, select desired image, image begins
  loading), then the boot process hangs while IP-Config attempts to get
  an IP address:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 2 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 3 secs - giving up

  These lines appear very quickly (5 seconds has NOT elapsed), after
  about a minute, we get this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 4 secs - giving up

  Some time later, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 6 secs - giving up

  Until finally, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 9 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: eth0 guessed broadcast address 172.25.11.31
  IP-Config: eth0 complete (dhcp from 172.25.10.20):
  (snip)

  While watching the DHCP server logs, Ubuntu is either not sending a
  DHCP Discover at times, or is not replying back with a DHCPRequest
  during these sessions, presumably ignoring an response from the DHCP
  server.  From the initial booting of the system via PXE, to when
  Ubuntu finally shows the desktop, almost 12 minutes will have elapsed.

  I am seeing this same behavior on both 12.04.3 and 14.04.  After
  finding a number of similar erros via Google and no real resolution, I
  have opened this bug.

  The system experiencing this issue has multiple ethernet interfaces
  (actual HW, not a VM), some Google found solutions suggest hard coding
  DEVICE=eth0 in /etc/initramfs-tools/initramfs.conf, however this isn't
  acceptable as a system attempting to PXE boot may be using an
  alternate port for the network.

  I have found what looks to be a very s

[Touch-packages] [Bug 1576024] [NEW] Wifi "device not ready" after booting into OS for the 1st time

2016-04-27 Thread Kristin Chuang
Public bug reported:

* Steps to reproduce:
1. Install image
2. Boot into OS
3. Check the wifi status in network-manager applet

* Expected result:
Available APs listed in network-manager applet, wifi connection can be 
established

* Actual result:
AP list replaced by a greyed-out "device not ready" wording
Reboot system or do "$ sudo service network-manager restart" and wifi will then 
start working correctly.

* OS: Xenial
* Network-manager: 1.1.93-0ubuntu4
* Wireless module: Marvell Technology Group Ltd. 88W8897 [AVASTAR] 802.11ac 
Wireless [11ab:2b38]

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

** Description changed:

  * Steps to reproduce:
  1. Install image
  2. Boot into OS
  3. Check the wifi status in network-manager applet
  
  * Expected result:
  Available APs listed in network-manager applet, wifi connection can be 
established
  
  * Actual result:
  AP list replaced by a greyed-out "device not ready" wording
- Reboot system and wifi will then start working correctly.
- 
+ Reboot system or do "$ sudo service network-manager restart" and wifi will 
then start working correctly.
  
  * OS: Xenial
  * Network-manager: 1.1.93-0ubuntu4
  * Wireless module: Marvell Technology Group Ltd. 88W8897 [AVASTAR] 802.11ac 
Wireless [11ab:2b38]

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

Title:
  Wifi "device not ready" after booting into OS for the 1st time

Status in network-manager package in Ubuntu:
  New

Bug description:
  * Steps to reproduce:
  1. Install image
  2. Boot into OS
  3. Check the wifi status in network-manager applet

  * Expected result:
  Available APs listed in network-manager applet, wifi connection can be 
established

  * Actual result:
  AP list replaced by a greyed-out "device not ready" wording
  Reboot system or do "$ sudo service network-manager restart" and wifi will 
then start working correctly.

  * OS: Xenial
  * Network-manager: 1.1.93-0ubuntu4
  * Wireless module: Marvell Technology Group Ltd. 88W8897 [AVASTAR] 802.11ac 
Wireless [11ab:2b38]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1576024/+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 1327412] Please test proposed package

2016-04-27 Thread Adam Conrad
Hello Jim, or anyone else affected,

Accepted klibc into wily-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/klibc/2.0.3-0ubuntu1.15.10.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: klibc (Ubuntu Xenial)
   Status: In Progress => Fix Committed

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

Title:
  Delay during PXE Boot, IP-Config gives up

Status in klibc package in Ubuntu:
  Fix Released
Status in klibc source package in Trusty:
  Fix Committed
Status in klibc source package in Wily:
  Fix Committed
Status in klibc source package in Xenial:
  Fix Committed
Status in klibc package in Debian:
  New

Bug description:
  [Impact]
  PXE booting users with live images or other minimal setups using klibc-utils.

  [Test case]
  Attempt to PXE boot using Ubuntu live images; see below for details.

  [Regression potential]
  This forces the yiaddr (client requested/current IP) to be set to 0 when 
sending DHCP messages; currently the messages are DHCPREQUEST and DHCPDISCOVER, 
which should typically only happen when there is no IP set on the device and it 
is otherwise unable to receive unicast (on account of not being configured). 
Should there be a need to send other messages which would require setting the 
yiaddr value to the current configured IP address, a naive change would break. 
The yiaddr variable would need to be adjusted to pull value from a new 
location, or initialized directly by the callers to dhcp_send() where the 
business logic would reside.

  ---

  Attempting to PXE boot both the 12.04.3 and 14.04 Live images.   PXE
  boot works normally (PXE Menu, select desired image, image begins
  loading), then the boot process hangs while IP-Config attempts to get
  an IP address:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 2 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 3 secs - giving up

  These lines appear very quickly (5 seconds has NOT elapsed), after
  about a minute, we get this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 4 secs - giving up

  Some time later, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 6 secs - giving up

  Until finally, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 9 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: eth0 guessed broadcast address 172.25.11.31
  IP-Config: eth0 complete (dhcp from 172.25.10.20):
  (snip)

  While watching the DHCP server logs, Ubuntu is either not sending a
  DHCP Discover at times, or is not replying back with a DHCPRequest
  during these sessions, presumably ignoring an response from the DHCP
  server.  From the initial booting of the system via PXE, to when
  Ubuntu finally shows the desktop, almost 12 minutes will have elapsed.

  I am seeing this same behavior on both 12.04.3 and 14.04.  After
  finding a number of similar erros via Google and no real resolution, I
  have opened this bug.

  The system experiencing this issue has multiple ethernet interfaces
  (actual HW, not a VM), some Google found solutions suggest hard coding
  DEVICE=eth0 in /etc/initramfs-tools/initramfs.conf, however this isn't
  acceptable as a system attempting to PXE boot may be using an
  alternate port for the network.

  I have found what looks to be a very similar bug filed for Debian,
  #584583, which also contains a patch for this issue (under Debian).

  I have no proble

[Touch-packages] [Bug 1549123] Re: Freeze Issues: graphic and mouse freeze requiring a reboot.

2016-04-27 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/1549123

Title:
  Freeze Issues: graphic and mouse freeze requiring a reboot.

Status in xorg package in Ubuntu:
  Expired

Bug description:
  This is my first report, so I am not sure I am providing all the
  correct information.

  I am running Ubuntu 15.04 on a custom gaming computer. Unable to
  locate pacakage name . the ful list of the gaming computer's
  components are included in the attachment.

  This freeze happens virtually every time I log onto NeverWinter
  Version CL-2014_12_15_18_53 .  The average time from entering the
  simulation until it freezes up completely is under two minutes.
  Logging out is even worse. often NeverWinter will crash within 30
  seconds of entering the sim.  In other instances the sim will crash
  with no warning.

  Over time the freeze issue has been getting worse.  I used to
  sometimes be able to get 40 to 60 minutes of game play before the
  computer completely froze, but now never even get enough time to begin
  play.

  I do not know if this is a xorg bug because I have very new to
  Ubuntu/Linux systems, only having had this computer since July 2015.

  Thank ou for your kind assistance.  If it is possible for you to reply
  with a possible set of solutions, my Ubuntu One email is
  dr.skyb...@gmail.com,

  Regards,

  David Waggoner

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-51.57-generic 3.19.8-ckt13
  Uname: Linux 3.19.0-51-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  352.63  Sat Nov  7 21:25:42 
PST 2015
   GCC version:  gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
  ApportVersion: 2.17.2-0ubuntu1.8
  Architecture: amd64
  Date: Tue Feb 23 21:45:44 2016
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Device [1458:362d]
  InstallationDate: Installed on 2015-08-16 (191 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: MSI MS-7693
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-51-generic 
root=UUID=280add63-1a55-4040-b48e-c06117108320 ro quiet splash
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/28/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V10.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 970A-G43 (MS-7693)
  dmi.board.vendor: MSI
  dmi.board.version: 3.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 3.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV10.3:bd03/28/2013:svnMSI:pnMS-7693:pvr3.0:rvnMSI:rn970A-G43(MS-7693):rvr3.0:cvnMSI:ct3:cvr3.0:
  dmi.product.name: MS-7693
  dmi.product.version: 3.0
  dmi.sys.vendor: MSI
  version.compiz: compiz 1:0.9.12.1+15.04.20150922-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Tue Feb 23 21:14:06 2016
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputE-Signal USB Gaming Keyboard KEYBOARD, id 8
   inputE-Signal USB Gaming Keyboard KEYBOARD, id 9
   inputAreson USB DeviceMOUSE, id 10
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.17.1-0ubuntu3.1

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

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

[Touch-packages] [Bug 1548100] Re: Xorg freeze

2016-04-27 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/1548100

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Call trace:
  https://launchpadlibrarian.net/241182364/CurrentDmesg.txt

  Add-ons: 
ubufox%40ubuntu.com:3.2,%7B19503e42-ca3c-4c27-b1e2-9cdb2170ee34%7D:1.5.6.12.1-signed,foxyproxy%40eric.h.jung:4.5.6,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:44.0.2,%7Bd10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d%7D:2.7.1,langpack-ru%40firefox.mozilla.org:44.0.2,langpack-en-ZA%40firefox.mozilla.org:44.0.2,langpack-en-GB%40firefox.mozilla.org:44.0.2
  BuildID: 20160209234642
  CrashTime: 1456081310
  EMCheckCompatibility: true
  FramePoisonBase: 70dea000
  FramePoisonSize: 4096
  InstallTime: 1455228423
  IsGarbageCollecting: 1
  Notes: OpenGL: X.Org -- Gallium 0.4 on AMD CAPE VERDE -- 3.0 Mesa 10.3.2 -- 
texture_from_pixmap

  ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
  ProductName: Firefox
  ReleaseChannel: release
  SafeMode: 0
  SecondsSinceLastCrash: 25
  StartupTime: 1456081286
  TelemetryEnvironment: 
{"build":{"applicationId":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","applicationName":"Firefox","architecture":"x86-64","buildId":"20160209234642","version":"44.0.2","vendor":"Mozilla","platformVersion":"44.0.2","xpcomAbi":"x86_64-gcc3","hotfixVersion":"20160106.01"},"partner":{"distributionId":"canonical","distributionVersion":"1.0","partnerId":null,"distributor":null,"distributorChannel":null,"partnerNames":[]},"system":{"memoryMB":3835,"virtualMaxMB":null,"cpu":{"count":4,"cores":2,"vendor":"AuthenticAMD","family":21,"model":48,"stepping":1,"l2cacheKB":2048,"l3cacheKB":2048,"speedMHz":3700,"extensions":["hasMMX","hasSSE","hasSSE2","hasSSE3","hasSSSE3","hasSSE4A","hasSSE4_1","hasSSE4_2"]},"os":{"name":"Linux","version":"3.16.0-60-generic","locale":"ru-RU"},"hdd":{"profile":{"model":null,"revision":null},"binary":{"model":null,"revision":null},"system":{"model":null,"revision":null}},"gfx":{"D2DEnabled":null,"DWriteEnabled":null,"adapters":[{"description":"X.Org
 -- Gallium 0.4 on AMD CAPE VERDE","vendorID":"X.Org","deviceID":"Gallium 0.4 
on AMD CAPE 
VERDE","subsysID":null,"RAM":null,"driver":null,"driverVersion":"3.0 Mesa 
10.3.2","driverDate":null,"GPUActive":true}],"monitors":[],"features":{"compositor":"none"}}},"settings":{"blocklistEnabled":true,"e10sEnabled":false,"telemetryEnabled":false,"isInOptoutSample":false,"locale":"ru","update":{"channel":"release","enabled":true,"autoDownload":true},"userPrefs":{"accessibility.browsewithcaret":true,"browser.cache.disk.capacity":358400,"browser.newtabpage.enabled":false,"browser.newtabpage.enhanced":false,"browser.startup.homepage":"","browser.urlbar.suggest.searches":true,"browser.urlbar.userMadeSearchSuggestionsChoice":true},"addonCompatibilityCheckEnabled":true,"isDefaultBrowser":true},"profile":{"creationDate":16574,"resetDate":16794},"addons":{"activeAddons":{"ubu...@ubuntu.com":{"blocklisted":false,"description":"Расширения
 Firefox для Ubuntu","name":"Ubuntu 
Modifications","userDisabled":false,"appDisabled":false,"version":"3.2","scope":8,"type":"extension","foreignInstall":true,"hasBinaryComponents":false,"installDay":16696,"updateDay":16696,"signedState":2},"{19503e42-ca3c-4c27-b1e2-9cdb2170ee34}":{"blocklisted":false,"description":"Позволяет
 закачивать все или только выбранные файлы при помощи наиболее популярных 
менеджеров 
закачк","name":"FlashGot","userDisabled":false,"appDisabled":false,"version":"1.5.6.12.1-signed","scope":1,"type":"extension","foreignInstall":false,"hasBinaryComponents":false,"installDay":16794,"updateDay":16794,"signedState":2},"{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}":{"blocklisted":false,"description":"Скажи
 \"нет\" рекламе!","name":"Adblock 
Plus","userDisabled":false,"appDisabled":false,"version":"2.7.1","scope":1,"type":"extension","foreignInstall":false,"hasBinaryComponents":false,"installDay":16794,"updateDay":16819,"signedState":2},"foxypr...@eric.h.jung":{"blocklisted":false,"description":"FoxyProxy
 - лучшая система управления прокси для Firefox","name":"FoxyProxy 
Standard","userDisabled":false,"appDisabled":false,"version":"4.5.6","scope":1,"type":"extension","foreignInstall":false,"hasBinaryComponents":false,"installDay":16794,"updateDay":16848,"signedState":2}},"theme":{"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","blocklisted":false,"description":"Тема
 по 
умолчанию","name":"Стандартная","userDisabled":false,"appDisabled":false,"version":"44.0.2","scope":4,"foreignInstall":false,"hasBinaryComponents":false,"installDay":16786,"updateDay":16842},"activePlugins":[{"name":"DivX®
 Web Player","version":"","description":"DivX Web Player version 
1.4.0.233","blocklisted":false,"disabled":false,"clicktoplay":true,"mim

[Touch-packages] [Bug 1547938] Re: starting twice to boot once

2016-04-27 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/1547938

Title:
  starting twice to boot once

Status in xorg package in Ubuntu:
  Expired

Bug description:
  don't know whether the bug I complain about is in the report, but I find it 
rather annoying to start my notebook two times to get a proper boot. I start 
every day after work to check e-mail etc. like millions of people do. But when 
I push the start-button I get a dark-pink screen with nothing. So I have to do 
a hard reset and the machine runs fine. 
  To get a fast computer was to expensive to find peace with this bug!
  Greetings and peace,
  Remco Eijking

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-78.122-generic 3.13.11-ckt33
  Uname: Linux 3.13.0-78-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 20 20:06:37 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Device [1558:0655]
  InstallationDate: Installed on 2016-02-18 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Notebook W65_67SZ
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-78-generic 
root=UUID=5b6c913b-4b1f-4278-92de-5738573e9e1c ro priority=low quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.03.06
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W65_67SZ
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.03.06:bd06/25/2014:svnNotebook:pnW65_67SZ:pvrNotApplicable:rvnNotebook:rnW65_67SZ:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W65_67SZ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook
  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 10.1.3-0ubuntu0.6
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Feb 20 14:26:12 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 803 
   vendor LGD
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1547938/+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 1548106] Re: The screen frezes when I am working

2016-04-27 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/1548106

Title:
  The screen frezes when I am working

Status in xorg package in Ubuntu:
  Expired

Bug description:
  When I am working on my pc, the screen freezes and shows all with pixels. It 
don't allow me do anything more. If I shut down the monitor and start it again, 
but it doesn't make change. I must force the system for shut down.
  I thing that this is a problem of the system. It starts when I actualized my 
ubuntu.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
  Uname: Linux 4.2.0-27-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  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 21 20:34:40 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 
02) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:817a]
  InstallationDate: Installed on 2016-02-02 (19 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=es
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-27-generic 
root=UUID=1ab28ecf-d706-4ce6-8e83-5d4613b27ff9 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UdevLog: Error: [Errno 2] No existe el archivo o el directorio: 
'/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/01/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0303
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5GC-MX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev x.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: ASUSTek Computer INC.
  dmi.chassis.version: Rev 1.xx
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0303:bd08/01/2007:svnSystemmanufacturer:pnSystemProductName:pvrRev1.xx:rvnASUSTeKComputerINC.:rnP5GC-MX:rvrRevx.xx:cvnASUSTekComputerINC.:ct3:cvrRev1.xx:
  dmi.product.name: System Product Name
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  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.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sun Feb 21 20:16:06 2016
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputUSB Optical MouseMOUSE, id 8
   inputCHICONY Compaq USB Keyboard KEYBOARD, id 9
   inputCHICONY Compaq USB Keyboard KEYBOARD, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 640 
   vendor LCS
  xserver.version: 2:1.17.2-1ubuntu9.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1548106/+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 1493793] Re: kde Shut down/Restart/Logout buttons stopped working after installation of nvidia-346 package

2016-04-27 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/1493793

Title:
  kde Shut down/Restart/Logout buttons stopped working after
  installation of nvidia-346 package

Status in xorg package in Ubuntu:
  Expired

Bug description:
  I have a notebook with a NVIDIA GeForce 840M GPU. The OS is Ubuntu
  14.04. Both Unity and kde-plasma-desktop are installed. Everything was
  configured and running smoothly while the Nouveau display driver
  (xserver-xorg-video-nouveau) was being used, but after installing the
  nvidia-346 package (as explained in
  https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia) the Shut
  down, Restart and Logout buttons in kde stopped working. Also in kde,
  I'm unable to change the driver in the "Software & Updates ->
  Additional Drivers" or change the GPU in "NVIDIA X Server Settings ->
  Prime Profiles". However, everything works perfectly in Unity.

  ps:. Right after loggin in kde, the system strangely seems to freeze
  for few seconds (maybe something like 20 seconds), after answering and
  start working normally.

  The software versions are:
  kde-plasma-desktop 5:78ubuntu13
  nvidia-346 346.82-0ubuntu0.2

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-63.103-generic 3.13.11-ckt25
  Uname: Linux 3.13.0-63-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: kwin
  CurrentDesktop: KDE
  Date: Wed Sep  9 07:24:05 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-63-generic, x86_64: installed
   nvidia-346, 346.82, 3.13.0-63-generic, x86_64: installed
   vboxhost, 5.0.4, 3.13.0-63-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: QUANTA Computer Inc Device [152d:1003]
  InstallationDate: Installed on 2015-02-19 (201 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Quanta TWS
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-63-generic 
root=UUID=21d78ae1-47af-4d09-828b-18570ea996e9 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/23/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: QQ127
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Type2 - Board Product Name1
  dmi.board.vendor: Type2 - Board Vendor Name1
  dmi.board.version: Type2 - Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: 01
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrQQ127:bd05/23/2014:svnQuanta:pnTWS:pvr03:rvnType2-BoardVendorName1:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnQuanta:ct10:cvr01:
  dmi.product.name: TWS
  dmi.product.version: 03
  dmi.sys.vendor: Quanta
  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 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Sep  9 07:22:55 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18412 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1493793/+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 1497366] Re: System tray/top panel on 2nd monitor flashes with dash activated on primary monitor.

2016-04-27 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/1497366

Title:
  System tray/top panel on 2nd monitor flashes with dash activated on
  primary monitor.

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Hello friends. I stumbled across a graphical issue that I wanted to
  report. I was able to duplicate this on Ubuntu 14.04.3 LTS as well as
  Ubuntu 15.04 with all of the updates done on both systems as of today.
  Both systems also vary quite a bit in hardware (l14.04.3 system =
  Latitude 7440 laptop with Intel graphics, 15.04 system = desktop with
  Intel CPU and Nvidia 9600GT/Nouveau drivers).

  I created a screencast of the issue happening. Please note this
  screencast is of my 2nd monitor only.

  To reproduce (which can sometimes be a little inconsistent, though a
  matter of 60 seconds I was able to replicate it -- then once it
  happens it seems hard to ignore), have a couple windows on each
  monitor. In my case, I felt as though I noticed the issue more
  frequently with Firefox, though I did replicate it with Libre Office
  as well.

  Click on the 2nd display to activate it as the active monitor. Move
  the cursor to the 1st monitor, but do not click anywhere. Press the
  super key to activate the dash. That's it. The dash seems to follow
  the cursor and open on the monitor the cursor resides in, regardless
  of where you last clicked. With the second monitor "active" (via a
  prior click) but the dash opening on the first monitor via keyboard
  shortcut, it seems to instigate the issue. Pending that you have a few
  windows open, it won't take long to replicate what you see in the
  video. In the video, all I did on the 1st display (what's not seen) is
  move the cursor to that monitor and press the super key.

  https://www.dropbox.com/s/vr0k0qp1l01bxz4/Ubuntu-Flashing-2nd-
  Screen.mp4?dl=0

  Thank you for your hard work, time, and energy!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.2+15.04.20150420-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Uname: Linux 3.19.0-28-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Sep 18 12:21:21 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard:
   Subsystem: ASRock Incorporation Device [1849:0102]
   NVIDIA Corporation G94 [GeForce 9600 GT] [10de:0622] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Device [196e:0545]
  InstallationDate: Installed on 2015-09-17 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-28-generic 
root=UUID=c25681e4-6e30-4021-ab9f-8937d41d8017 ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
  SourcePackage: unity
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/10/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.40
  dmi.board.name: H61M/U3S3
  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.:bvrP2.40:bd04/10/2013:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH61M/U3S3: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.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Fri Sep 18 12:19:00 2015
  xserver.configfile: default
  xse

[Touch-packages] [Bug 1549473] Re: ssh will not start at boot: systemctl status ssh -> output is listed as failed 255.

2016-04-27 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  ssh will not start at boot:  systemctl status ssh -> output is listed
  as failed 255.

Status in openssh package in Ubuntu:
  Expired

Bug description:
  Using apt I have reinstalled and purged both ssh and openssh-server. 
  apt-get remove --purge ssh openssh-server
  reinstalled
  updated
  and on boot the ctl status is failed 255

  After much forum research and attempts to default solutions, the final word 
was that reinstall usually fixes this issue. 
  With the issue usually stemming from ssh service trying to start before 
network services are available.

  Currently I have no logs available with 
  journalctl -u sshd | tail -100

  I can provide info pertaining to this on request.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: ssh 1:6.9p1-2ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-30.35-generic 4.2.8-ckt3
  Uname: Linux 4.2.0-30-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Wed Feb 24 14:27:55 2016
  InstallationDate: Installed on 2016-02-09 (15 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  SourcePackage: openssh
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1549473/+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 1510926] Re: problem driver intel 4 seriesa chipset integrated graphics controller

2016-04-27 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/1510926

Title:
  problem driver intel 4 seriesa chipset integrated graphics controller

Status in xorg package in Ubuntu:
  Expired

Bug description:
  hi

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu4
  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: Wed Oct 28 13:38:24 2015
  DistUpgraded: 2015-10-27 09:32:49,838 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.4, 3.19.0-31-generic, x86_64: installed
   virtualbox, 5.0.4, 4.2.0-16-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e12] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0151]
 Subsystem: Acer Incorporated [ALI] Device [1025:0151]
  InstallationDate: Installed on 2015-05-07 (174 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: Acer Veriton S670G
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=b0cd3f1a-045d-4b5e-87f4-bf104916c033 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to wily on 2015-10-27 (1 days ago)
  dmi.bios.date: 11/20/2008
  dmi.bios.vendor: Acer
  dmi.bios.version: R01-A2L
  dmi.board.name: EQ45M
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAcer:bvrR01-A2L:bd11/20/2008:svnAcer:pnVeritonS670G:pvr:rvnAcer:rnEQ45M:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Veriton S670G
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  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.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Wed Oct 28 09:47:04 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputCherry GmbH SmartBoard XX44 KEYBOARD, id 8
   inputLogitech USB Optical Mouse MOUSE, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1935 
   vendor MAX
  xserver.version: 2:1.17.2-1ubuntu9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1510926/+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 1498703] Re: resolution 640x480

2016-04-27 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/1498703

Title:
  resolution 640x480

Status in xorg package in Ubuntu:
  Expired

Bug description:
  i cannot change dekstop resolution and stuck in 640x480

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic i686
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Sep 23 07:19:22 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter 
[1039:6351] (rev 10) (prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Device [1558:0801]
  InstallationDate: Installed on 2015-09-23 (0 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  Lsusb:
   Bus 001 Device 002: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B 
Wireless 802.11g 54Mbps Network Adapter
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: clevo M7x0S
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=e2d9e4a4-8627-4223-ab53-4466b48fd5ba ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/08/0892
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.asset.tag: 1234567890
  dmi.board.name: M7x0S
  dmi.board.vendor: clevo
  dmi.board.version: Bottom
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: SiS
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd12/08/0892:svnclevo:pnM7x0S:pvrRev.A1:rvnclevo:rnM7x0S:rvrBottom:cvnSiS:ct1:cvrN/A:
  dmi.product.name: M7x0S
  dmi.product.version: Rev. A1
  dmi.sys.vendor: clevo
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  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: Wed Sep 23 07:08:13 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1498703/+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 1503784] Re: can only log in with another admin account. my old admin account doesnt show any desktop symbols at all. now the second admin account has starting problems too is no

2016-04-27 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/1503784

Title:
  can only log in with another admin account. my old admin account
  doesnt show any desktop symbols at all.  now the second admin account
  has starting problems too is not completing start up.. stays with the
  start screen and doesnt continue..system seems up to date with the
  ubuntu provided updates.

Status in xorg package in Ubuntu:
  Expired

Bug description:
  in may the first prob occured with my one and only admin account. no desktop 
symbol showed up anymore so that you can only logg in but not shut down or 
anything else without ending the session per terminal command and write log 
off.. over the guest account we created a second admin account to safe all my 
data and continued. but actually didnt have the knowledge to fix the first 
issue permanently. now the second admin account is not even starting.. and the 
system seems extremly slowed down.
  i would really very much appreciate any help of you.
  thanks a lot beforehand for any reply or help provided.

  the problem is presumably located in the following package LightDM.



  yours sincereyl 
  swantje staaden.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-66.107-generic 3.13.11-ckt27
  Uname: Linux 3.13.0-66-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.16
  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
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Wed Oct  7 19:27:31 2015
  DistUpgraded: 2014-07-20 14:44:30,003 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0112] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Biostar Microtech Int'l Corp Device [1565:110d]
  InstallationDate: Installed on 2014-01-11 (633 days ago)
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MachineType: BIOSTAR Group TH61 ITX
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-66-generic 
root=UUID=fbb9c172-1d96-4087-963c-f165f32ae2ec ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to trusty on 2014-07-20 (444 days ago)
  dmi.bios.date: 01/02/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.4
  dmi.board.asset.tag: None
  dmi.board.name: TH61 ITX
  dmi.board.vendor: BIOSTAR Group
  dmi.board.version: 6.0
  dmi.chassis.asset.tag: None
  dmi.chassis.type: 3
  dmi.chassis.vendor: BIOSTAR Group
  dmi.chassis.version: 6.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.4:bd01/02/2012:svnBIOSTARGroup:pnTH61ITX:pvr6.0:rvnBIOSTARGroup:rnTH61ITX:rvr6.0:cvnBIOSTARGroup:ct3:cvr6.0:
  dmi.product.name: TH61 ITX
  dmi.product.version: 6.0
  dmi.sys.vendor: BIOSTAR Group
  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 10.1.3-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Oct  7 18:36:41 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech Unifying Device. Wireless PID:4002 KEYBOARD, id 8
   inputLogitech Unifying Device. Wireless PID:101b MOUSE, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id2189 
   vendor PHL
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bug

[Touch-packages] [Bug 1548571] Re: start up

2016-04-27 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/1548571

Title:
  start up

Status in xorg package in Ubuntu:
  Expired

Bug description:
  had 2 reboot @ start up

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-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: Wed Feb 17 09:58:26 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:30e1]
 Subsystem: Hewlett-Packard Company Device [103c:30e1]
  InstallationDate: Installed on 2016-02-07 (9 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP EliteBook 2530p
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-77-generic 
root=UUID=7c6ca150-58b9-41a9-ae1e-8c085fe4d980 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/14/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PSU Ver. F.0E
  dmi.board.name: 30E1
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 03.1B
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PSUVer.F.0E:bd09/14/2009:svnHewlett-Packard:pnHPEliteBook2530p:pvrF.0E:rvnHewlett-Packard:rn30E1:rvrKBCVersion03.1B:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 2530p
  dmi.product.version: F.0E
  dmi.sys.vendor: Hewlett-Packard
  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 10.1.3-0ubuntu0.6
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Feb 17 09:10:33 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4663 
   vendor CMO
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1548571/+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 1548259] Re: window with no content, transparent

2016-04-27 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/1548259

Title:
  window with no content, transparent

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Frequently when a window pops up, it is transparent, it has no
  content. This happens a lot with Thunderbird and with Gimp, also in
  Eclipse. The file I attached is a screenshot of a popup in Eclipse. It
  has no content, instead it shows the Eclipse editor that's behind it.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
  Uname: Linux 4.2.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  352.63  Sat Nov  7 21:25:42 
PST 2015
   GCC version:  gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  BootLog:
   [  OK  ] Started Virtualization daemon.
Starting Stop Active Libvirt Guests...
   [  OK  ] Started Stop Active Libvirt Guests.
   [  OK  ] Started Detect the available GPUs and deal with any system 
changes.
Starting Light Display Manager...
  CurrentDesktop: Unity
  Date: Mon Feb 22 10:58:05 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation GM206 [GeForce GTX 960] [10de:1401] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:3205]
  InstallationDate: Installed on 2015-12-13 (70 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: MSI MS-7881
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-27-generic.efi.signed 
root=UUID=eea1d4c7-5f21-40a5-b73d-fed6b0a48f69 ro noprompt persistent quiet 
splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.80
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X99S XPOWER AC (MS-7881)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.80:bd10/30/2015:svnMSI:pnMS-7881:pvr1.0:rvnMSI:rnX99SXPOWERAC(MS-7881):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7881
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  version.compiz: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  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.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Tue Feb  2 13:23:35 2016
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech USB Optical Mouse MOUSE, id 8
   inputAT Translated Set 2 keyboard KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.17.2-1ubuntu9.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1548259/+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 1549883] Re: System cannot get my laptop screen

2016-04-27 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/1549883

Title:
  System cannot get my laptop screen

Status in xorg package in Ubuntu:
  Expired

Bug description:
  I'm using Toshiba Satellite-S50-B 64 Bits Intel® Haswell Mobile Graphics Card 
Processor Intel® Core™ i7-4500U CPU @ 1.80GHz × 4  RAM Memory 8 Go laptop with 
Dual Boot EFI Windows 10 and Ubuntu 15.10 and the system cannot recognize my 
screen laptop.
  Also I'm newbee and the touchpad don't start. Why ? Unfortunately I'm using 
external Bluethoot mouse. Please help. Thanks in advance.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-31.36-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-31-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  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: Thu Feb 25 19:05:24 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:f920]
 Subsystem: Toshiba America Info Systems Device [1179:f922]
  InstallationDate: Installed on 2015-01-18 (403 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA SATELLITE S50-B
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-31-generic 
root=UUID=636ecf23-6c30-4e44-8b9a-bfbdbe7c9f04 ro drm.debug=0xe plymouth:debug 
init=/sbin/upstart
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.70
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Type2 - Board Product Name1
  dmi.board.vendor: Type2 - Board Vendor Name1
  dmi.board.version: Type2 - Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Chassis ManuFacturer
  dmi.chassis.version: OEM Chassis Version
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.70:bd08/14/2014:svnTOSHIBA:pnSATELLITES50-B:pvrPSPQ6E-00Q008GR:rvnType2-BoardVendorName1:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnOEMChassisManuFacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: SATELLITE S50-B
  dmi.product.version: PSPQ6E-00Q008GR
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  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.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Thu Feb 25 19:01:11 2016
  xserver.configfile: default
  xserver.errors: open /dev/dri/card0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1096 
   vendor LGD
  xserver.version: 2:1.17.2-1ubuntu9.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1549883/+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 1512578] Re: I always have to login my system with resume mode.

2016-04-27 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/1512578

Title:
  I always have to login my system with resume mode.

Status in xorg package in Ubuntu:
  Expired

Bug description:
  My laptop is Lenovo Ideapad Z475, each time it won't access to my
  ubuntu 15.10 in the normal mode when I start my computer. I've tried
  to install fglrx but after reboot it even couldn't login to unity desk
  through resume mode.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.19.1-0ubuntu4
  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: Tue Nov  3 12:58:02 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6520G] 
[1002:9647] (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:397b]
   Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M 
Series] [1002:6760] (prog-if 00 [VGA controller])
 Subsystem: Lenovo Radeon HD 6470M [17aa:397b]
  InstallationDate: Installed on 2015-11-01 (1 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO IdeaPad Z475
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic 
root=UUID=7c6e6cbe-79ae-4faf-af48-0d3dfae2c220 ro recovery nomodeset
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] 没有那个文件或目录: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/05/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 53CN19WW
  dmi.board.asset.tag: Base Board Asset Tag Unknown
  dmi.board.name: Lenovo
  dmi.board.vendor: LENOVO
  dmi.board.version: Lenovo KL6B/KL6C Z475
  dmi.chassis.asset.tag: Chassis Asset Tag Unknown
  dmi.chassis.type: 10
  dmi.chassis.vendor: Advanced Micro Devices, Inc.
  dmi.chassis.version: Chassis Version Unknown
  dmi.modalias: 
dmi:bvnLENOVO:bvr53CN19WW:bd12/05/2011:svnLENOVO:pnIdeaPadZ475:pvrLenovoKL6B/KL6CZ475:rvnLENOVO:rnLenovo:rvrLenovoKL6B/KL6CZ475:cvnAdvancedMicroDevices,Inc.:ct10:cvrChassisVersionUnknown:
  dmi.product.name: IdeaPad Z475
  dmi.product.version: Lenovo KL6B/KL6C Z475
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  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.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Tue Nov  3 12:40:19 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1512578/+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 1550739] Re: Grafik low

2016-04-27 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/1550739

Title:
  Grafik low

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Grafiktreiber wird nicht erkannt, scanner von multifunktionsgerät gibt
  falsches agrument zurück

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
  Uname: Linux 3.13.0-79-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat Feb 27 16:35:32 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 
230 OEM] [1002:6779] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Device [174b:a004]
  InstallationDate: Installed on 2015-09-24 (155 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  MachineType: Olidata S.p.A. System Product Name
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-79-generic 
root=UUID=bb896af8-c22c-494d-8f42-3c5c51f7c892 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/07/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0303
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N-VM DVI
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev x.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0303:bd12/07/2007:svnOlidataS.p.A.:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N-VMDVI:rvrRevx.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: Olidata S.p.A.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Feb 27 16:22:36 2016
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputGASIA USB KB V11 KEYBOARD, id 8
   inputGASIA USB KB V11 KEYBOARD, id 9
   inputImPS/2 Logitech Wheel Mouse MOUSE, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1550739/+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 1543952] Re: Mir binaries ignore Mesa setting LIBGL_ALWAYS_SOFTWARE=1 and only ever try hardware acceleration

2016-04-27 Thread Daniel van Vugt
Accidentally found a workaround!

You can set environment GBM_ALWAYS_SOFTWARE=1 for Mir servers and
clients, and they will then successfully render in software using
LLVMpipe.

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

Title:
  Mir binaries ignore Mesa setting LIBGL_ALWAYS_SOFTWARE=1 and only ever
  try hardware acceleration

Status in Mir:
  New
Status in mesa package in Ubuntu:
  New

Bug description:
  Mir binaries ignore Mesa setting LIBGL_ALWAYS_SOFTWARE=1 and only ever
  try hardware acceleration.

  See: http://mesa3d.org/envvars.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1543952/+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 1543952] Re: Mir binaries ignore Mesa setting LIBGL_ALWAYS_SOFTWARE=1 and only ever try hardware acceleration

2016-04-27 Thread Daniel van Vugt
A quick grep seems to suggest it's the responsibility of each EGL
platform to re-implement the environment check:

$ grep -r LIBGL_ALWAYS_SOFT src
src/glx/glxext.c:   glx_accel = (getenv("LIBGL_ALWAYS_SOFTWARE") == NULL);
src/glx/apple/apple_visual.c:   else if (getenv("LIBGL_ALWAYS_SOFTWARE") != 
NULL) {
src/egl/drivers/dri2/platform_wayland.c:   int hw_accel = 
(getenv("LIBGL_ALWAYS_SOFTWARE") == NULL);
src/egl/drivers/dri2/platform_x11.c:   int x11_dri2_accel = 
(getenv("LIBGL_ALWAYS_SOFTWARE") == NULL);

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

Title:
  Mir binaries ignore Mesa setting LIBGL_ALWAYS_SOFTWARE=1 and only ever
  try hardware acceleration

Status in Mir:
  New
Status in mesa package in Ubuntu:
  New

Bug description:
  Mir binaries ignore Mesa setting LIBGL_ALWAYS_SOFTWARE=1 and only ever
  try hardware acceleration.

  See: http://mesa3d.org/envvars.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1543952/+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 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-04-27 Thread Douglas Santos
Since this bug also affects Epson L355 driver (epson-inkjet-printer-
201207w) and Epson XP-310, that needs  lsb (>=3.2), and other printers
as well, why not mark Bug #1573893 as a duplicate of this one?

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in cups-filters package in Ubuntu:
  Confirmed
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Confirmed
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1536353/+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 1448555] Re: network-manager does not autoconnect to wifi network after resume from suspend

2016-04-27 Thread lauricat
I have this bug as well in a clean MATE 16.04 install.

 x220, Intel 6205 wireless . Using the firmware iwlwifi 18.168.6.1

Various things like #12 sudo iwlist wlan0 scan - does not work for me.

Also disabling Wireless and/or networking via Network Manager - and re-
enabling does nothing.

Nor does using hardware on/off/on for wifi make a difference.

Rebooting fixes it.

I have tried this fix

http://ubuntuforums.org/showthread.php?t=1984317&page=3

[which is a seperate fix for the Intel Wireless hardware flaky WiFi
connection - not related I feel]

Subsequently I have gone back to 14.04 MATE and works perfectly!

Is this a systemd issue perhaps?

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

Title:
  network-manager does not autoconnect to wifi network after resume from
  suspend

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to 15.04 network manager does not reconnect to the
  wifi network after resuming from a suspend to memory.

  Workaround:
  disable and re-enable wireless network -> connects immediately

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu15
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 25 23:53:54 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-05-17 (708 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  IpRoute:
   default via 10.1.0.254 dev wlan0  proto static  metric 1024 
   10.0.0.0/8 dev wlan0  proto kernel  scope link  src 10.1.0.103 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (0 days ago)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 CONNECTION  CON-UUID  CON-PATH 
  
   wlan0  wifi  connected 
/org/freedesktop/NetworkManager/Devices/1  rsb_hs  
d8793959-2da1-4dc6-85ad-2dcf9e36e64b  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   EC:88:92:61:E9:5F  btdisconnected  
/org/freedesktop/NetworkManager/Devices/2  --  --   
 -- 
   lo loopback  unmanaged 
/org/freedesktop/NetworkManager/Devices/0  --  --   
 --
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1448555/+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 1573203] Re: package hicolor-icon-theme 0.15-0ubuntu1 failed to install/upgrade: eindeloze triggerlus; afgebroken

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

** Changed in: hicolor-icon-theme (Ubuntu)
   Status: New => Confirmed

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

Title:
  package hicolor-icon-theme 0.15-0ubuntu1 failed to install/upgrade:
  eindeloze triggerlus; afgebroken

Status in hicolor-icon-theme package in Ubuntu:
  Confirmed

Bug description:
  While upgrading from 15.10 to 16.04

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: hicolor-icon-theme 0.15-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Thu Apr 21 21:20:25 2016
  Dependencies:
   
  ErrorMessage: eindeloze triggerlus; afgebroken
  InstallationDate: Installed on 2015-05-09 (348 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: hicolor-icon-theme
  Title: package hicolor-icon-theme 0.15-0ubuntu1 failed to install/upgrade: 
eindeloze triggerlus; afgebroken
  UpgradeStatus: Upgraded to xenial on 2016-04-21 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hicolor-icon-theme/+bug/1573203/+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 1576011] [NEW] Sometimes wifi is unusable and detected as wired network

2016-04-27 Thread Kristin Chuang
Public bug reported:

* Steps to reproduce:
1. Boot into Ubuntu
2. Check wifi connection in network-manager applet drop-down list

* Expected result:
A list of available APs should be listed and connection can be established 
after selecting one AP

* Actual result:
Sometimes the wifi device is listed as a "Ethernet network", and system will 
unsuccessfully try to connect to this non-existing ethernet network.

* Issue can be resolved by:
1. Warm boot
2. Cold boot
3. sudo service network-manager restart

* Wireless module: 
Marvell Technology Group Ltd. 88W8897 [AVASTAR] 802.11ac Wireless [11ab:2b38]

* Network-manager:
1.1.93-0ubuntu3
(Please note that an older network-manager version 1.0.4-0ubuntu10 does not 
have this issue)

* Ubuntu: Xenial

** 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/1576011

Title:
  Sometimes wifi is unusable and detected as wired network

Status in network-manager package in Ubuntu:
  New

Bug description:
  * Steps to reproduce:
  1. Boot into Ubuntu
  2. Check wifi connection in network-manager applet drop-down list

  * Expected result:
  A list of available APs should be listed and connection can be established 
after selecting one AP

  * Actual result:
  Sometimes the wifi device is listed as a "Ethernet network", and system will 
unsuccessfully try to connect to this non-existing ethernet network.

  * Issue can be resolved by:
  1. Warm boot
  2. Cold boot
  3. sudo service network-manager restart

  * Wireless module: 
  Marvell Technology Group Ltd. 88W8897 [AVASTAR] 802.11ac Wireless [11ab:2b38]

  * Network-manager:
  1.1.93-0ubuntu3
  (Please note that an older network-manager version 1.0.4-0ubuntu10 does not 
have this issue)

  * Ubuntu: Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1576011/+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 876279] Re: Upowerd excessive CPU usage

2016-04-27 Thread REZ
This problem just started 1 day after fresh Ubuntu MATE 16.04 LTS
installation.

Probably after i enabled swap by removing # sign before UUID (but then
it kept asking for a hdd cryptokey before login...i followed some steps
from a forum...didnt work though..and this problem started)

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

Title:
  Upowerd excessive CPU usage

Status in upower package in Ubuntu:
  Confirmed

Bug description:
  Fresh installation of Oneiric on Activo A-1100 (Atom N450-based)
  netbook. Top reports CPU usage fluctuating between 60% and 100%,
  averaging around 80%. Machine still marginally usable, due to having a
  second core.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: upower 0.9.13-1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Oct 17 18:59:31 2011
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, no user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: upower
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/876279/+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 1575516] Re: Nvidia: Mir servers freeze on start-up for 30 seconds, and then you get just a black screen and mouse cursor

2016-04-27 Thread Daniel van Vugt
** Tags added: nouveau

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

Title:
  Nvidia: Mir servers freeze on start-up for 30 seconds, and then you
  get just a black screen and mouse cursor

Status in Mir:
  New
Status in mesa package in Ubuntu:
  New

Bug description:
  Nvidia (using nouveau not binary drivers): Mir servers freeze on
  start-up for 30 seconds, and then you get just a black screen and
  mouse cursor (which at least moves).

  Using lp:mir r3480 ...

  [2016-04-27 15:20:19.369559] mirserver: Selected driver: mir:mesa-kms 
(version 0.22.0)
  nvc0_screen_create:762 - Error allocating PGRAPH context for M2MF: -22
  [2016-04-27 15:20:51.934145] mirserver: Using hardware cursor
  [2016-04-27 15:20:51.937691] mirserver: Initial display configuration:
  [2016-04-27 15:20:51.937703] mirserver:   0.36: unused DVI-I
  [2016-04-27 15:20:51.937713] mirserver:   0.39: DVI-D 24.0" 520x320mm
  [2016-04-27 15:20:51.937722] mirserver: Current mode 1920x1200 59.95Hz
  [2016-04-27 15:20:51.937731] mirserver: Preferred mode 1920x1200 
59.95Hz
  [2016-04-27 15:20:51.937740] mirserver: Logical position +0+0
  [2016-04-27 15:20:51.937781] mirserver:   0.41: unused HDMI-A
  [2016-04-27 15:20:51.937799] mirserver:   0.43: unused DisplayPort
  [2016-04-27 15:20:51.937972] mircommon: Loading modules from: 
bin/../lib/server-modules/
  [2016-04-27 15:20:51.938015] mircommon: Loading module: 
bin/../lib/server-modules/graphics-android.so.9
  [2016-04-27 15:20:51.938107]  mircommon: Failed to load module: 
bin/../lib/server-modules/graphics-android.so.9 (error was:libhardware.so.2: 
cannot open shared object file: No such file or directory)
  [2016-04-27 15:20:51.938119] mircommon: Loading module: 
bin/../lib/server-modules/graphics-mesa-kms.so.9
  [2016-04-27 15:20:51.938142] mircommon: Loading module: 
bin/../lib/server-modules/server-mesa-x11.so.9
  [2016-04-27 15:20:51.938536] mircommon: Loading module: 
bin/../lib/server-modules/input-evdev.so.5
  [2016-04-27 15:20:51.955316] mirserver: Selected input driver: 
mir:evdev-input (version: 0.22.0)
  [2016-04-27 15:20:51.955500] mirserver: Mir version 0.22.0
  [2016-04-27 15:20:51.962627] GLRenderer: EGL vendor: Mesa Project
  [2016-04-27 15:20:51.962645] GLRenderer: EGL version: 1.4 (DRI2)
  [2016-04-27 15:20:51.962651] GLRenderer: EGL client APIs: OpenGL OpenGL_ES 
OpenGL_ES2 OpenGL_ES3
  [2016-04-27 15:20:51.962657] GLRenderer: EGL extensions: EGL_EXT_buffer_age 
EGL_EXT_image_dma_buf_import EGL_KHR_create_context 
EGL_KHR_get_all_proc_addresses EGL_KHR_gl_renderbuffer_image 
EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image 
EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_surfaceless_context 
EGL_MESA_configless_context EGL_MESA_image_dma_buf_export
  [2016-04-27 15:20:51.962670] GLRenderer: GL vendor: VMware, Inc.
  [2016-04-27 15:20:51.962679] GLRenderer: GL renderer: Gallium 0.4 on llvmpipe 
(LLVM 3.8, 256 bits)
  [2016-04-27 15:20:51.962688] GLRenderer: GL version: OpenGL ES 3.0 Mesa 11.2.0
  [2016-04-27 15:20:51.962697] GLRenderer: GLSL version: OpenGL ES GLSL ES 3.00

  lspci:
  01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] 
(rev a1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1575516/+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 953875] Re: Encrypted swap no longer mounted at bootup

2016-04-27 Thread damien
Any news on 14.04 ?

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

Title:
  Encrypted swap no longer mounted at bootup

Status in eCryptfs:
  Fix Released
Status in systemd:
  Fix Released
Status in ecryptfs-utils package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in ubiquity package in Ubuntu:
  Fix Released
Status in ecryptfs-utils source package in Trusty:
  Triaged
Status in ubiquity source package in Trusty:
  Triaged
Status in ecryptfs-utils source package in Vivid:
  Fix Released
Status in systemd source package in Vivid:
  Fix Released
Status in ubiquity source package in Vivid:
  Fix Released
Status in systemd package in Debian:
  Fix Released

Bug description:
  SUMMARY
  ===
  During installation with "encrypt my home folder" mode, a broken 
/etc/crypttab gets created which defines a non-existing swap device (usually 
"cryptswap1") with a UUID. This will also be put into /etc/fstab. As after 
installation the UUID does not exist, such systems don't have any actual swap.

  UPGRADE FIX
  ===
  An upgrade to Ubuntu 15.04 ("vivid") will detect and comment out these broken 
swap devices from /etc/fstab and /etc/crypttab. If you actually want  to use 
those, do these steps:

   - Find the swap device that was meant to be used in "sudo fdisk -l" (it 
should say "Linux swap" in the last column), remember the device name 
(something like "/dev/sda5")
   - Find the UUID in /etc/crypttab (the long alphanumeric ID after UUID=)
   - Run "sudo mkswap -U 1234... /dev/sda5", replacing "1234" with the above 
UUID, and /dev/sda5 with the device name from step 1.
   - Edit /etc/crypttab to append ",offset=1024" in the fourth (last) column of 
the cryptswap1 line; ensure that there is *no space* between the 
"cipher=aes-cbc-essiv:sha256" and the appended option. If there is a leading 
"#" in the file, remove that too.
   - If there is a leading "#" in /etc/fstab in the line starting with 
/dev/mapper/cryptswap1 line, remove that.
   - Run "sudo update-initramfs -u".

  
  ORIGINAL REPORT
  ===

  Clean install of 12.04 and with encrypted home for my user. Did all
  updates and now the bootup hangs waiting for swap to become available
  and it never seems to ever finish. The 200GB SSD below is my boot
  drive and root filesystem.

  alan@mesh:~$ sudo swapon -a
  [sudo] password for alan:
  swapon: /dev/mapper/cryptswap1: stat failed: No such file or directory

  alan@mesh:~$ grep swap /etc/fstab
  # swap was on /dev/sdg5 during installation
  #UUID=22d3f7f0-f715-4582-81ba-dcbd4cdd1495 noneswapsw 
 0   0
  /dev/mapper/cryptswap1 none swap sw 0 0

  alan@mesh:~$ sudo fdisk -l

  Disk /dev/sda: 115.0 GB, 115033153536 bytes
  255 heads, 63 sectors/track, 13985 cylinders, total 224674128 sectors
  Units = sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0x000ba2ed

     Device Boot  Start End  Blocks   Id  System
  /dev/sda1   *2048  206847  1024007  HPFS/NTFS/exFAT
  /dev/sda2  206848   224671743   1122324487  HPFS/NTFS/exFAT

  Disk /dev/sdb: 200.0 GB, 200049647616 bytes
  255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
  Units = sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0xf0fa0806

     Device Boot  Start End  Blocks   Id  System
  /dev/sdb12048   349304831   1746513927  HPFS/NTFS/exFAT
  /dev/sdb2   374722558   390721535 79994895  Extended
  /dev/sdb3   *   349304832   37472051112707840   83  Linux
  /dev/sdb5   374722560   390721535 7999488   82  Linux swap / Solaris

  Partition table entries are not in disk order

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libecryptfs0 96-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  Date: Tue Mar 13 09:56:56 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(20120215)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: ecryptfs-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/953875/+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 1573494] Re: winbind 4.3.8 has an ntlm_auth that breaks evolution-ews

2016-04-27 Thread Mathew Hodson
** No longer affects: evolution-ews (Ubuntu Xenial)

** No longer affects: evolution-ews (Ubuntu Wily)

** No longer affects: evolution-ews (Ubuntu Trusty)

** No longer affects: evolution-ews (Ubuntu)

** No longer affects: samba (Ubuntu Xenial)

** No longer affects: samba (Ubuntu Trusty)

** No longer affects: samba (Ubuntu Wily)

** Package changed: samba (Fedora) => samba

** Changed in: samba
   Importance: Unknown => Undecided

** Changed in: samba
   Status: Unknown => New

** Changed in: samba
 Remote watch: Red Hat Bugzilla #1327072 => None

** Project changed: samba => ubuntu-translations

** No longer affects: ubuntu-translations

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

Title:
  winbind 4.3.8 has an ntlm_auth that breaks evolution-ews

Status in libsoup:
  Fix Released
Status in Ubuntu GNOME:
  New
Status in libsoup2.4 package in Ubuntu:
  Fix Released
Status in libsoup2.4 source package in Trusty:
  Fix Released
Status in libsoup2.4 source package in Wily:
  Fix Released
Status in libsoup2.4 source package in Xenial:
  Fix Released

Bug description:
  See https://bugzilla.redhat.com/show_bug.cgi?id=1327072 and
  https://bugzilla.gnome.org/show_bug.cgi?id=765106 for the fix to
  libsoup.

  I think evolution-ews also might need a rebuild.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: winbind 2:4.3.8+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Apr 22 02:34:28 2016
  InstallationDate: Installed on 2016-04-15 (7 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   nautilus 1:3.20.0-0ubuntu1~xenial2
   gvfs 1.28.1-1ubuntu1
  SambaClientRegression: Yes
  SourcePackage: samba
  UpgradeStatus: Upgraded to xenial on 2016-04-21 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/libsoup/+bug/1573494/+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 1545308] Re: Backport upstream fix for memleak

2016-04-27 Thread Mathew Hodson
** Changed in: glib2.0 (Ubuntu Wily)
   Importance: Undecided => High

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

Title:
  Backport upstream fix for memleak

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Wily:
  Fix Committed

Bug description:
  https://bugzilla.gnome.org/show_bug.cgi?id=758641

  Please consider taking this memleak fix from upstream.  I've built the
  package with it locally and confirmed that it fixes the leak in xfce4
  -power-manager, which is mentioned in the upstream report.  It also
  fixes a similarly sized (hundreds of MB after a few days up time) leak
  that I have observed in the NetworkManager service.

  [Impact]
  Hundreds of MB memory leak in certain dbus applications, including default 
services like xfce4-power-manager and NetworkManager with default 
configurations.

  [Test Case]
  Clean install of lubuntu 15.10 on a notebook with working battery.  Observe 
xfce4-power-manager and NetworkManager* in "top" over 48-72hrs of normal use 
(web browsing, text editing, shell, etc).  Both will be taking on several tens 
of MB per day of additional RES.

  *NetworkManager may require buggy wifi to reproduce. rtl8723be in my
  case.

  [Regression Potential]
  I'm no authority on the glib code base, but the upstream patch looks very 
safe to me.

  Let me know if you need any further details.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libglib2.0-0 2.46.1-1
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Sat Feb 13 09:58:03 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-12-25 (49 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: glib2.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1545308/+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 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-04-27 Thread Daniel van Vugt
TLDR:
The fix was the same as bug 1563287. So you can refer to bug 1563287 to see the 
history.

** Changed in: mir
 Assignee: (unassigned) => Kevin DuBois (kdub)

** No longer affects: mir/0.22

** Branch linked: lp:~kdub/mir/avert-1563287

** Branch unlinked: lp:mir/0.22

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

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

** Changed in: mir/0.20
Milestone: None => 0.20.4

** Changed in: mir/0.21
Milestone: None => 0.21.1

** Changed in: mir/0.20
   Status: New => Fix Committed

** Changed in: mir/0.21
   Status: New => Fix Committed

** Changed in: mir/0.20
 Assignee: (unassigned) => Kevin DuBois (kdub)

** Changed in: mir/0.21
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: mir/0.21
 Assignee: Daniel van Vugt (vanvugt) => Kevin DuBois (kdub)

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

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

** Changed in: mir (Ubuntu)
   Importance: Undecided => High

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

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

** Changed in: mir/0.21
   Importance: Undecided => High

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

Title:
  Webbrowser slow scroll and artifact rendering on freiza

Status in Canonical System Image:
  Fix Committed
Status in Mir:
  Fix Committed
Status in Mir 0.20 series:
  Fix Committed
Status in Mir 0.21 series:
  Fix Committed
Status in Oxide:
  Invalid
Status in mir package in Ubuntu:
  Triaged
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  Copied from private avila bug: 
https://bugs.launchpad.net/avila-private/+bug/1547569
  STEPS:
  1. Install the latest image
  2. Open the browser
  3. Goto ubuntu.com
  4. Wait for the page to load
  5. Scroll the page

  EXPECT
  Smooth scrolling and rendering as seen on arale and krillin

  ACTUAL:
  Very slow render time on most site with a lot of content
  Scrolling is glitchy and seems to want to fresh render each page as it is 
scrolled

  This is most prominently seen on ubuntu.com but also ebay and amazon
  webapps.

  Webbrowser seems to display the issue the most although I beleive it
  is more likely to be the graphics stack somewhere, tvoss believe that
  perfservice will hopefully solve the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1550371/+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 1575192] Re: Mir-on-X11 breaks mir_proving_server resize logic

2016-04-27 Thread Daniel van Vugt
Haven't tested yet, but bug 1575765 has reminded me this probably should
not be expected to work.

Without a pointer grab, Compiz will be intercepting the Alt+drag.
Indeed, the click and drag should never reach the Mir server.

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

Title:
  Mir-on-X11 breaks mir_proving_server resize logic

Status in Mir:
  New
Status in mir package in Ubuntu:
  New

Bug description:
  $ mir_proving_server&
  $ mir_demo_client_egltriangle

  Alt+drag with middle mouse button

  Expect: client is resized
  Actual: Nothing happens

  A bit of investigation shows that the mouse-button-down event isn't
  being received. (The movement event is received.)

  (The problem doesn't occur on other platforms.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1575192/+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 1575961] Re: OpenSSH Client Certificate Auth Regression

2016-04-27 Thread Colin Watson
** Changed in: openssh (Ubuntu Xenial)
   Status: Triaged => In Progress

** Changed in: openssh (Ubuntu Xenial)
 Assignee: (unassigned) => Colin Watson (cjwatson)

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

Title:
  OpenSSH Client Certificate Auth Regression

Status in openssh package in Ubuntu:
  Fix Committed
Status in openssh source package in Xenial:
  In Progress

Bug description:
  OpenSSH Client Certificates worked in Ubuntu 15.10 and 14.04 LTS --
  but not 16.04.

  OpenSSH 7.2.p2 includes a bug in how it loads keys & certificates, and
  basically will never find the correct private key for an OpenSSH
  Client Certificate.

  This is the upstream bug:

  https://bugzilla.mindrot.org/show_bug.cgi?id=2550

  Fix was committed on March 14:

  https://github.com/openssh/openssh-
  portable/commit/c38905ba391434834da86abfc988a2b8b9b62477

  I've tested with the attached patch, and it allows Client Certificate
  auth to work at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1575961/+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 1575961] Re: OpenSSH Client Certificate Auth Regression

2016-04-27 Thread Colin Watson
** Changed in: openssh (Ubuntu)
   Status: Triaged => Fix Committed

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

Title:
  OpenSSH Client Certificate Auth Regression

Status in openssh package in Ubuntu:
  Fix Committed
Status in openssh source package in Xenial:
  In Progress

Bug description:
  OpenSSH Client Certificates worked in Ubuntu 15.10 and 14.04 LTS --
  but not 16.04.

  OpenSSH 7.2.p2 includes a bug in how it loads keys & certificates, and
  basically will never find the correct private key for an OpenSSH
  Client Certificate.

  This is the upstream bug:

  https://bugzilla.mindrot.org/show_bug.cgi?id=2550

  Fix was committed on March 14:

  https://github.com/openssh/openssh-
  portable/commit/c38905ba391434834da86abfc988a2b8b9b62477

  I've tested with the attached patch, and it allows Client Certificate
  auth to work at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1575961/+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 1575572] Re: apache2 fails to start if installed via cloud config (on Xenial)

2016-04-27 Thread Scott Moser
Ok, here is what is happening:
 a.) dpkg (or apt) install of apache2 (or just about any service) starts 
services by calling to /usr/sbin/invoke-rc.d (like 'invoke-rc.d apache2 start').
 b.) invoke-rc.d calls 'runlevel' to get the current runlevel and see if this 
service should be started.
 c.) runlevel during systemd boot writes 'unknown' (single token rather than  
previous and current runlevel) and exits 1
   the test for failure of RUNLEVELHELPER is bogus in at least 2 ways 
('test ! $?' will return 0 for 0 or 1, and additionally it actually only checks 
the return code of 'sed' which is going to be 0 anyway as sed did its job).
 d.) output of runlevel is stored in RL and then it goes looking for an SLINK 
or SSLINK (/etc/rc$RL.d/S??apache2 or /etc/rcS.d/S??apache2).  Neither of these 
exist so it exits without starting the service.


The problem seems to be that any package install during systemd boot of a 
package that only provides sysvinit scripts will fail.
Reading invoke-rc.d, i'm not really sure why a proper systemd service woudlnt 
fail also.

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided => Medium

** Also affects: init-system-helpers (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: init-system-helpers (Ubuntu)
   Importance: Undecided => High

** Changed in: init-system-helpers (Ubuntu)
   Status: New => Confirmed

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

Title:
  apache2 fails to start if installed via cloud config (on Xenial)

Status in cloud-init package in Ubuntu:
  Confirmed
Status in init-system-helpers package in Ubuntu:
  Confirmed

Bug description:
  Using the following cloud config, apache2 will fail to start on
  installation on Xenial:

  #cloud-config
  packages:
  - apache2

  See for example:

  $ gcloud compute instances create xenial-$(date +%y%m%d-%H%M) --image 
ubuntu-1604-xenial-v20160420c --image-project ubuntu-os-cloud 
--metadata-from-file user-data=cloud-config
  NAMEZONEMACHINE_TYPE   PREEMPTIBLE  INTERNAL_IP  
EXTERNAL_IPSTATUS
  xenial-160427-1050  europe-west1-d  n1-standard-1   10.240.0.7   
104.155.86.94  RUNNING

  $ ssh ubuntu@104.155.86.94 systemctl status apache2.service
  ● apache2.service - LSB: Apache2 web server
 Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled)
Drop-In: /lib/systemd/system/apache2.service.d
 └─apache2-systemd.conf
 Active: inactive (dead)
   Docs: man:systemd-sysv-generator(8)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1575572/+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 1575961] Re: OpenSSH Client Certificate Auth Regression

2016-04-27 Thread Colin Watson
** Changed in: openssh (Ubuntu)
   Status: New => Triaged

** Changed in: openssh (Ubuntu)
   Importance: Undecided => High

** Changed in: openssh (Ubuntu)
 Assignee: (unassigned) => Colin Watson (cjwatson)

** Also affects: openssh (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** No longer affects: openssh (Ubuntu Trusty)

** Also affects: openssh (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

** Changed in: openssh (Ubuntu Xenial)
   Importance: Undecided => High

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

Title:
  OpenSSH Client Certificate Auth Regression

Status in openssh package in Ubuntu:
  Triaged
Status in openssh source package in Xenial:
  Triaged

Bug description:
  OpenSSH Client Certificates worked in Ubuntu 15.10 and 14.04 LTS --
  but not 16.04.

  OpenSSH 7.2.p2 includes a bug in how it loads keys & certificates, and
  basically will never find the correct private key for an OpenSSH
  Client Certificate.

  This is the upstream bug:

  https://bugzilla.mindrot.org/show_bug.cgi?id=2550

  Fix was committed on March 14:

  https://github.com/openssh/openssh-
  portable/commit/c38905ba391434834da86abfc988a2b8b9b62477

  I've tested with the attached patch, and it allows Client Certificate
  auth to work at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1575961/+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 1575984] [NEW] modprobe: invalid option -- 'l'

2016-04-27 Thread lpitt13
Public bug reported:

Now I try to find out all available modules by modprobe -l

But I got: modprobe: invalid option -- 'l'

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: kmod 22-1ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: LXDE
Date: Thu Apr 28 08:36:11 2016
Dependencies:
 gcc-6-base 6.0.1-0ubuntu1
 libc6 2.23-0ubuntu3
 libgcc1 1:6.0.1-0ubuntu1
 libkmod2 22-1ubuntu4
 lsb-base 9.20160110
InstallationDate: Installed on 2016-04-26 (1 days ago)
InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: kmod
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.modprobe.d.blacklist.conf: [modified]
mtime.conffile..etc.modprobe.d.blacklist.conf: 2016-04-26T14:29:20.185411

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

Title:
  modprobe: invalid option -- 'l'

Status in kmod package in Ubuntu:
  New

Bug description:
  Now I try to find out all available modules by modprobe -l

  But I got: modprobe: invalid option -- 'l'

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: kmod 22-1ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Thu Apr 28 08:36:11 2016
  Dependencies:
   gcc-6-base 6.0.1-0ubuntu1
   libc6 2.23-0ubuntu3
   libgcc1 1:6.0.1-0ubuntu1
   libkmod2 22-1ubuntu4
   lsb-base 9.20160110
  InstallationDate: Installed on 2016-04-26 (1 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: kmod
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.modprobe.d.blacklist.conf: [modified]
  mtime.conffile..etc.modprobe.d.blacklist.conf: 2016-04-26T14:29:20.185411

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kmod/+bug/1575984/+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 1575961] Re: OpenSSH Client Certificate Auth Regression

2016-04-27 Thread Ubuntu Foundations Team Bug Bot
The attachment "unbreak-certificate-auth.dpatch" seems to be a debdiff.
The ubuntu-sponsors team has been subscribed to the bug report so that
they can review and hopefully sponsor the debdiff.  If the attachment
isn't a patch, please remove the "patch" flag from the attachment,
remove the "patch" tag, and if you are member of the ~ubuntu-sponsors,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  OpenSSH Client Certificate Auth Regression

Status in openssh package in Ubuntu:
  New

Bug description:
  OpenSSH Client Certificates worked in Ubuntu 15.10 and 14.04 LTS --
  but not 16.04.

  OpenSSH 7.2.p2 includes a bug in how it loads keys & certificates, and
  basically will never find the correct private key for an OpenSSH
  Client Certificate.

  This is the upstream bug:

  https://bugzilla.mindrot.org/show_bug.cgi?id=2550

  Fix was committed on March 14:

  https://github.com/openssh/openssh-
  portable/commit/c38905ba391434834da86abfc988a2b8b9b62477

  I've tested with the attached patch, and it allows Client Certificate
  auth to work at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1575961/+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 1547466] Re: grep switches into binary mode while processing a text file

2016-04-27 Thread Bug Watch Updater
** Changed in: grep (Debian)
   Status: Unknown => Fix Released

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

Title:
  grep switches into binary mode while processing a text file

Status in grep package in Ubuntu:
  Fix Released
Status in grep source package in Xenial:
  In Progress
Status in grep source package in Yakkety:
  Fix Released
Status in grep package in Debian:
  Fix Released

Bug description:
  I noticed this staring to happen in Xenial about two days ago. When
  running sbuild (or now the buildd, too), the build breaks when trying
  to compile a generated file. I traced the problem down to grep
  suddenly acting weird. When not having any language set (or a non-UTF8
  mode) it will start printing some lines of a source file and then
  suddenly end that by printing "Binary file ... matches".

  With the attached file, the difference can be observed (running
  Xenial):

  LANG=C grep -v xxx grant_table.h

  and

  LANG=C.UTF-8 grep -v xxx grant_table.h

  SRU INFORMATION
  ===
  Upstream fixes:
   - http://git.savannah.gnu.org/cgit/grep.git/commit/?id=d8a366218 (but 
depends on previous patches and is not sufficient by itself)
   - http://git.savannah.gnu.org/cgit/grep.git/commit/?id=d8a366218 (tests+doc)

  Test case:

  Call grep on a file or a string with non-ASCII characters in the C locale:
  $ echo 'héll☺ ≥x' | LC_ALL=C grep .
  In xenial this just shows "Binary file (standard input) matches", with the 
fix it should show the actual input string (with some garbled output of course 
as the UTF-8 chars cannot be displayed in C)

  Regression potential: grep is being used in tons of places; during
  xenial we had to fix/put a "use grep -a" workaround into a lot of
  packages to fix the fallout from grep 2.23 which introduced this. That
  said, as a result of "Binary file matches" does not give any more
  information than the actual string match, and scripts which get along
  with this answer most likely just check the exit code anyway (which
  does not change), the risk is bearable.

  We will soon do a test rebuild in yakkety with gcc-6 and grep 2.25,
  and will sift through the results to identify new FTBFS that are due
  to grep 2.25. This SRU should not be released until this happens.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grep/+bug/1547466/+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 1440111] Re: [calendar] Reminder notifications are not integrated into system notifications

2016-04-27 Thread Bill Filler
> On Apr 26, 2016, at 6:36 PM, Jamie Strandboge  wrote:
> 
> @Bill, curious how this relates (if at all) to bug #1533681 (imported
> google calendar events sound when they shouldn't)?

That bug is in process of being fixed as well. If the Google event was
set for a pop-up notification and you are marked as attending,maybe, or
no reply you will get a notification with vibration on the phone (if
notifications are turned on for the calendar app). If the Google event
is set for no notification you will not get any notification on the
phone. You will never get any sound for any calendar events when the
proposed changes land, just vibration. Sound will be an option once the
extended notification settings work gets done but the above rules will
apply still.


> 
> -- 
> You received this bug notification because you are a bug assignee.
> Matching subscriptions: ubuntu-calendar-app
> https://bugs.launchpad.net/bugs/1440111
> 
> Title:
>  [calendar] Reminder notifications are not integrated into system
>  notifications
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/canonical-devices-system-image/+bug/1440111/+subscriptions

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

Title:
  [calendar] Reminder notifications are not integrated into system
  notifications

Status in Canonical System Image:
  In Progress
Status in Ubuntu Calendar App:
  In Progress
Status in Ubuntu UX:
  Fix Committed
Status in indicator-datetime package in Ubuntu:
  In Progress

Bug description:
  The calendar app does not use the standard notification system. You
  can't find it in the "Notifications" area of System Settings, and it
  uses its own notification sound regardless of what is set in "Sound".

  Also, reminders are not muted when the phone is in silent mode (I
  guess it's related).

  I'm on bq Aquaris, r20 and with the latest calendar-app.

  --- --- --- ---
  UX Comment:

  Calendar Notifications need to be overhauled:
  -- Calendar Notifications are displayed for too brief a period and should 
conform to the same timing as other notifications.

  -- Calendar Notifications are not currently appearing in the
  notification tray within indicators and should be.

  -- Calendar Notification title is misleading ('Alarm') and should make
  clear that the notification relates to a calendar event ('Event') and
  not a alarm-clock event.

  -- Calendar Notification's should NOT override silent mode (unlike
  clock-alarms) although the notification should still be displayed,
  appear in the notification within indicators and cause the device to
  vibrate (if enabled) - This is accepted/common behaviour for
  notifications of this type on mobile.

  Notifications Spec:
  
https://docs.google.com/document/d/1xDSZ_dnAMAlhgFnnyjJEibaITXjVLp1_pnj_tATNm9I/edit

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1440111/+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 1575961] [NEW] OpenSSH Client Certificate Auth Regression

2016-04-27 Thread Paul Querna
Public bug reported:

OpenSSH Client Certificates worked in Ubuntu 15.10 and 14.04 LTS -- but
not 16.04.

OpenSSH 7.2.p2 includes a bug in how it loads keys & certificates, and
basically will never find the correct private key for an OpenSSH Client
Certificate.

This is the upstream bug:

https://bugzilla.mindrot.org/show_bug.cgi?id=2550

Fix was committed on March 14:

https://github.com/openssh/openssh-
portable/commit/c38905ba391434834da86abfc988a2b8b9b62477

I've tested with the attached patch, and it allows Client Certificate
auth to work at all.

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

** Patch added: "unbreak-certificate-auth.dpatch"
   
https://bugs.launchpad.net/bugs/1575961/+attachment/4649622/+files/unbreak-certificate-auth.dpatch

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

Title:
  OpenSSH Client Certificate Auth Regression

Status in openssh package in Ubuntu:
  New

Bug description:
  OpenSSH Client Certificates worked in Ubuntu 15.10 and 14.04 LTS --
  but not 16.04.

  OpenSSH 7.2.p2 includes a bug in how it loads keys & certificates, and
  basically will never find the correct private key for an OpenSSH
  Client Certificate.

  This is the upstream bug:

  https://bugzilla.mindrot.org/show_bug.cgi?id=2550

  Fix was committed on March 14:

  https://github.com/openssh/openssh-
  portable/commit/c38905ba391434834da86abfc988a2b8b9b62477

  I've tested with the attached patch, and it allows Client Certificate
  auth to work at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1575961/+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 1560797] Re: apt does not configure Pre-Depends: before depending package

2016-04-27 Thread Brian Murray
@Brian Visel - The way the release upgrader works is that it downloads a
tarball of ubuntu-release-upgrader for the release to which you are
upgrading.  Subsequently, the fix doesn't need to be in the release from
which you are upgrading.  Additionally, using "apt-get dist-upgrade"
bypasses the ubuntu-release-upgrader process altogether and is not a
recommended way to upgrade.

https://wiki.ubuntu.com/XenialXerus/ReleaseNotes#Upgrading_from_Ubuntu_14.04_LTS_or_15.10

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

Title:
  apt does not configure Pre-Depends: before depending package

Status in apt package in Ubuntu:
  Fix Released
Status in ubuntu-release-upgrader package in Ubuntu:
  Confirmed
Status in apt source package in Trusty:
  Fix Released
Status in apt source package in Wily:
  Fix Released
Status in apt source package in Xenial:
  Fix Released
Status in ubuntu-release-upgrader source package in Xenial:
  Fix Released

Bug description:
  Happened during upgrade to 16.04, don't know any more details.

  --
  SRU INFORMATION
  ===
  Fix: https://anonscm.debian.org/cgit/apt/apt.git/commit/?id=c75e60eb (applied 
in Xenial last week)

  Test case:
   - Install clean wily amd64 desktop + install libgcrypt20:i386
   - change apt sources to xenial, apt-get dist-upgrade
   - with current apt, upgrade will often fail because systemd expects a 
configure libgcrypt20, or util-linux expects a configured libudev1 or similar, 
but these packages aren't configured.
   - with the fixed apt, the upgrade should run smoothly.

  Regression potential: Any bug here might potentially break package
  installation or upgrades completely. That said, the fix is quite
  obvious and has been in production in xenial for a week. Testing this
  SRU should include several dist-upgrades as well as some normal
  package installs in trusty/wily.


  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: systemd-sysv 225-1ubuntu9.1
  Uname: Linux 4.4.5-040405-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Tue Mar 22 22:56:03 2016
  ErrorMessage: pre-dependency problem - not installing systemd-sysv
  InstallationDate: Installed on 2013-04-24 (1064 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.7
  SourcePackage: systemd
  Title: package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: 
pre-dependency problem - not installing systemd-sysv
  UpgradeStatus: Upgraded to xenial on 2016-03-23 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1560797/+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 1560797] Re: apt does not configure Pre-Depends: before depending package

2016-04-27 Thread Brian Visel
..as a sanity check, it'd probably be a good idea for the upgrader to
check and ensure it's running the latest version.

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

Title:
  apt does not configure Pre-Depends: before depending package

Status in apt package in Ubuntu:
  Fix Released
Status in ubuntu-release-upgrader package in Ubuntu:
  Confirmed
Status in apt source package in Trusty:
  Fix Released
Status in apt source package in Wily:
  Fix Released
Status in apt source package in Xenial:
  Fix Released
Status in ubuntu-release-upgrader source package in Xenial:
  Fix Released

Bug description:
  Happened during upgrade to 16.04, don't know any more details.

  --
  SRU INFORMATION
  ===
  Fix: https://anonscm.debian.org/cgit/apt/apt.git/commit/?id=c75e60eb (applied 
in Xenial last week)

  Test case:
   - Install clean wily amd64 desktop + install libgcrypt20:i386
   - change apt sources to xenial, apt-get dist-upgrade
   - with current apt, upgrade will often fail because systemd expects a 
configure libgcrypt20, or util-linux expects a configured libudev1 or similar, 
but these packages aren't configured.
   - with the fixed apt, the upgrade should run smoothly.

  Regression potential: Any bug here might potentially break package
  installation or upgrades completely. That said, the fix is quite
  obvious and has been in production in xenial for a week. Testing this
  SRU should include several dist-upgrades as well as some normal
  package installs in trusty/wily.


  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: systemd-sysv 225-1ubuntu9.1
  Uname: Linux 4.4.5-040405-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Tue Mar 22 22:56:03 2016
  ErrorMessage: pre-dependency problem - not installing systemd-sysv
  InstallationDate: Installed on 2013-04-24 (1064 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.7
  SourcePackage: systemd
  Title: package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: 
pre-dependency problem - not installing systemd-sysv
  UpgradeStatus: Upgraded to xenial on 2016-03-23 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1560797/+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 1560797] Re: apt does not configure Pre-Depends: before depending package

2016-04-27 Thread Brian Visel
I am having this issue right now.  Before updating, I did:

sudo apt-get-update
sudo apt-get dist-upgrade

..and then launched Software Updater.

However, it seems that the newest version of the software updater didn't
install for whatever reason.  As the install is running, if I do:

$ apt-cache policy ubuntu-release-upgrader-core
ubuntu-release-upgrader-core:
  Installed: 1:15.10.14.4
  Candidate: 1:16.04.14
  Version table:
 1:16.04.14 500
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 
Packages
 1:16.04.12 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu xenial/main i386 Packages
 *** 1:15.10.14.4 100
100 /var/lib/dpkg/status

..so obviously the software updater somehow escaped getting updated, so
I got the version with the bug still.

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

Title:
  apt does not configure Pre-Depends: before depending package

Status in apt package in Ubuntu:
  Fix Released
Status in ubuntu-release-upgrader package in Ubuntu:
  Confirmed
Status in apt source package in Trusty:
  Fix Released
Status in apt source package in Wily:
  Fix Released
Status in apt source package in Xenial:
  Fix Released
Status in ubuntu-release-upgrader source package in Xenial:
  Fix Released

Bug description:
  Happened during upgrade to 16.04, don't know any more details.

  --
  SRU INFORMATION
  ===
  Fix: https://anonscm.debian.org/cgit/apt/apt.git/commit/?id=c75e60eb (applied 
in Xenial last week)

  Test case:
   - Install clean wily amd64 desktop + install libgcrypt20:i386
   - change apt sources to xenial, apt-get dist-upgrade
   - with current apt, upgrade will often fail because systemd expects a 
configure libgcrypt20, or util-linux expects a configured libudev1 or similar, 
but these packages aren't configured.
   - with the fixed apt, the upgrade should run smoothly.

  Regression potential: Any bug here might potentially break package
  installation or upgrades completely. That said, the fix is quite
  obvious and has been in production in xenial for a week. Testing this
  SRU should include several dist-upgrades as well as some normal
  package installs in trusty/wily.


  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: systemd-sysv 225-1ubuntu9.1
  Uname: Linux 4.4.5-040405-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Tue Mar 22 22:56:03 2016
  ErrorMessage: pre-dependency problem - not installing systemd-sysv
  InstallationDate: Installed on 2013-04-24 (1064 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.7
  SourcePackage: systemd
  Title: package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: 
pre-dependency problem - not installing systemd-sysv
  UpgradeStatus: Upgraded to xenial on 2016-03-23 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1560797/+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 1572112] Re: Merge maintenance release lcms2 2.7-1 (main) from Debian testing (main)

2016-04-27 Thread Amr Ibrahim
** Summary changed:

- Merge lcms2 2.7-1 (main) from Debian unstable (main)
+ Merge maintenance release lcms2 2.7-1 (main) from Debian testing (main)

** Tags added: upgrade-software-version

** Summary changed:

- Merge maintenance release lcms2 2.7-1 (main) from Debian testing (main)
+ Sync maintenance release lcms2 2.7-1 (main) from Debian testing (main)

** Description changed:

  Please Merge lcms2 2.7-1 (main) from Debian unstable (main)
  
  Explanation of the Ubuntu delta:
    * No change rebuild to get debug symbols on all architectures.
    * Merge with Debian, remaining change:
  - debian/patches/byte-order.patch: Use endian.h to determine byte order 
in use.
- 
- 
- Explanation of FeatureFreeze exception:
- 
- According to upstream, 2.7 is a maintenance release which improves multi
- threading, adds contexts and a new locking plug-in type, among bugfixes
- and other minor features.
+ 
  
  https://github.com/mm2/Little-CMS/blob/master/ChangeLog
  
  Fixed a possible segmentation fault in a non-happy path
  Fixed a macro clash on SNONE.
  Added a safety check on named color lists
  Added a function to retrieve the iohandler of a given profile object
  Remove unused vcproj files
  Some maintenance fixes
  utils/jpgicc/iccjpeg.c: Fix check if unsigned variable 'total_length'… …
  Add missing comma in CGATS parser
  Remove dead code.
  Move unused var suppresor before the `return` statements.
  Added a flag to clip negative values in unbounded transforms (only gray, rgb, 
cmyk)
  Added a global optimization that merges consecutive matrices in pipelines. 
Fixes loss of precision in some transforms
  New project for mac
  Added license for iccjpeg.c
  Added a project for VS2013
  Fixed wrong handling of extra channels in some formatters.
  Added an option in transicc for working in bounded mode
  Added a version retrieval function
  
  
  Changelog entries since current xenial version 2.6-3ubuntu2:
  
  lcms2 (2.7-1) unstable; urgency=medium
  
    * Imported Upstream version 2.7 (Closes: 819718)
    * No longer ship own copy of documentation source files
    * Removed patches (applied upstream)
  + update-manpages.patch
  + sanity-check-profiles-CVE-2014-0459.patch
  + endianness-verification-fix-powerpc.patch
    * Move to automatic dbgsym packages
    * Use secure URLs for Version Control System repository
    * Bump Standards version to 3.9.7, no changes needed
    * New patch: dont-write-uninitialized-memory-for-color-strings.patch
  Thanks to Jérémy Bobbio  (Closes: 815248)
    * Update maintainers field (Closes: 820138)
  
   -- Thomas Weber   Mon, 18 Apr 2016 15:53:10 +0200

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

Title:
  Sync maintenance release lcms2 2.7-1 (main) from Debian testing (main)

Status in lcms2 package in Ubuntu:
  New

Bug description:
  Please Merge lcms2 2.7-1 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta:
    * No change rebuild to get debug symbols on all architectures.
    * Merge with Debian, remaining change:
  - debian/patches/byte-order.patch: Use endian.h to determine byte order 
in use.
  

  https://github.com/mm2/Little-CMS/blob/master/ChangeLog

  Fixed a possible segmentation fault in a non-happy path
  Fixed a macro clash on SNONE.
  Added a safety check on named color lists
  Added a function to retrieve the iohandler of a given profile object
  Remove unused vcproj files
  Some maintenance fixes
  utils/jpgicc/iccjpeg.c: Fix check if unsigned variable 'total_length'… …
  Add missing comma in CGATS parser
  Remove dead code.
  Move unused var suppresor before the `return` statements.
  Added a flag to clip negative values in unbounded transforms (only gray, rgb, 
cmyk)
  Added a global optimization that merges consecutive matrices in pipelines. 
Fixes loss of precision in some transforms
  New project for mac
  Added license for iccjpeg.c
  Added a project for VS2013
  Fixed wrong handling of extra channels in some formatters.
  Added an option in transicc for working in bounded mode
  Added a version retrieval function
  

  Changelog entries since current xenial version 2.6-3ubuntu2:

  lcms2 (2.7-1) unstable; urgency=medium

    * Imported Upstream version 2.7 (Closes: 819718)
    * No longer ship own copy of documentation source files
    * Removed patches (applied upstream)
  + update-manpages.patch
  + sanity-check-profiles-CVE-2014-0459.patch
  + endianness-verification-fix-powerpc.patch
    * Move to automatic dbgsym packages
    * Use secure URLs for Version Control System repository
    * 

[Touch-packages] [Bug 1327412] Re: Delay during PXE Boot, IP-Config gives up

2016-04-27 Thread patpat
I have sent the patch to Debian long ago, 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756633
I found Daniel Baumann there who systematically refused to do anything 
on this matter answering very funny things.

I have also sent the patch to the klibc list but it was completely
ignored.

Best,
Patrick

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

Title:
  Delay during PXE Boot, IP-Config gives up

Status in klibc package in Ubuntu:
  Fix Released
Status in klibc source package in Trusty:
  In Progress
Status in klibc source package in Wily:
  In Progress
Status in klibc source package in Xenial:
  In Progress
Status in klibc package in Debian:
  New

Bug description:
  [Impact]
  PXE booting users with live images or other minimal setups using klibc-utils.

  [Test case]
  Attempt to PXE boot using Ubuntu live images; see below for details.

  [Regression potential]
  This forces the yiaddr (client requested/current IP) to be set to 0 when 
sending DHCP messages; currently the messages are DHCPREQUEST and DHCPDISCOVER, 
which should typically only happen when there is no IP set on the device and it 
is otherwise unable to receive unicast (on account of not being configured). 
Should there be a need to send other messages which would require setting the 
yiaddr value to the current configured IP address, a naive change would break. 
The yiaddr variable would need to be adjusted to pull value from a new 
location, or initialized directly by the callers to dhcp_send() where the 
business logic would reside.

  ---

  Attempting to PXE boot both the 12.04.3 and 14.04 Live images.   PXE
  boot works normally (PXE Menu, select desired image, image begins
  loading), then the boot process hangs while IP-Config attempts to get
  an IP address:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 2 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 3 secs - giving up

  These lines appear very quickly (5 seconds has NOT elapsed), after
  about a minute, we get this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 4 secs - giving up

  Some time later, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 6 secs - giving up

  Until finally, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 9 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: eth0 guessed broadcast address 172.25.11.31
  IP-Config: eth0 complete (dhcp from 172.25.10.20):
  (snip)

  While watching the DHCP server logs, Ubuntu is either not sending a
  DHCP Discover at times, or is not replying back with a DHCPRequest
  during these sessions, presumably ignoring an response from the DHCP
  server.  From the initial booting of the system via PXE, to when
  Ubuntu finally shows the desktop, almost 12 minutes will have elapsed.

  I am seeing this same behavior on both 12.04.3 and 14.04.  After
  finding a number of similar erros via Google and no real resolution, I
  have opened this bug.

  The system experiencing this issue has multiple ethernet interfaces
  (actual HW, not a VM), some Google found solutions suggest hard coding
  DEVICE=eth0 in /etc/initramfs-tools/initramfs.conf, however this isn't
  acceptable as a system attempting to PXE boot may be using an
  alternate port for the network.

  I have found what looks to be a very similar bug filed for Debian,
  #584583, which also contains a patch for this issue (under Debian).

  I have no problems in PXE booting to various Windows, RedHat, Centos,
  or Fedora OSs.  Ubuntu is the only Live OS that I'm attempting to boot
  at present.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.340
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Fri Jun  6 20:22:09 2014
  LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade

[Touch-packages] [Bug 1570310] Re: package systemd 229-4ubuntu4 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 2

2016-04-27 Thread $username
I got it from the upgrade of 15 -> 16 too.

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

Title:
  package systemd 229-4ubuntu4 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 2

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I was upgrading from 15.10 to 16.04 when this error occur.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: systemd 229-4ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  Date: Wed Apr 13 21:41:53 2016
  DpkgTerminalLog:
   Preparing to unpack .../systemd_229-4ubuntu4_amd64.deb ...
   De-configuring udev (225-1ubuntu9.1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/systemd_229-4ubuntu4_amd64.deb (--unpack):
subprocess installed pre-removal script returned error exit status 2
  DuplicateSignature:
   De-configuring udev (225-1ubuntu9.1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/systemd_229-4ubuntu4_amd64.deb (--unpack):
subprocess installed pre-removal script returned error exit status 2
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 2
  InstallationDate: Installed on 2016-01-08 (96 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  Lsusb:
   Bus 002 Device 002: ID 0781:5583 SanDisk Corp. 
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b483 Chicony Electronics Co., Ltd 
   Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X455LJ
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-18-generic 
root=UUID=70fa96eb-e0d8-4e65-b049-9cb150759b40 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /etc/systemd/system/display-manager.service → 
/lib/systemd/system/display-manager.service.d/xdiagnose.conf
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
   
   3 overridden configuration files found.
  Title: package systemd 229-4ubuntu4 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 2
  UpgradeStatus: Upgraded to xenial on 2016-04-13 (0 days ago)
  dmi.bios.date: 04/22/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X455LJ.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X455LJ
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX455LJ.203:bd04/22/2015:svnASUSTeKCOMPUTERINC.:pnX455LJ:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX455LJ:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X455LJ
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1570310/+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 1575757] Re: Can't install kernel-nfs-server inside lxc container

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

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

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

Title:
  Can't install kernel-nfs-server inside lxc container

Status in lxc package in Ubuntu:
  Confirmed

Bug description:
  I'm trying to virtualize a package that depends on NFS by installing
  it in an LXC container.

  The commands

  sudo apt-get install nfs-kernel-server
  sudo lxc-create -n nfstest -t download -- -d ubuntu -r xenial -a amd64
  sudo lxc-start -n nfstest
  sudo lxc-attach -n nfstest apt-get update
  sudo lxc-attach -n nfstest apt-get install nfs-kernel-server

  should install NFS server software inside the container, but instead
  fail with

  ...
  Not creating home directory `/var/lib/nfs'.
  nfs-utils.service is a disabled or a static unit, not starting it.
  Setting up nfs-kernel-server (1:1.2.8-9ubuntu12) ...
  A dependency job for nfs-server.service failed. See 'journalctl -xe' for 
details.
  nfs-server.service couldn't start.
  Creating config file /etc/exports with new version
  Creating config file /etc/default/nfs-kernel-server with new version
  A dependency job for nfs-server.service failed. See 'journalctl -xe' for 
details.
  invoke-rc.d: initscript nfs-kernel-server, action "start" failed.
  dpkg: error processing package nfs-kernel-server (--configure):
   subprocess installed post-installation script returned error exit status 1
  Processing triggers for libc-bin (2.23-0ubuntu3) ...
  Processing triggers for ureadahead (0.100.0-19) ...
  Processing triggers for systemd (229-4ubuntu4) ...
  Errors were encountered while processing:
   nfs-kernel-server
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  sudo lxc-attach -n nfstest journalctl -xe reports:

  Apr 27 15:42:59 nfstest systemd[1]: Failed to mount NFSD configuration 
filesystem
  -- Subject: Unit proc-fs-nfsd.mount has failed
  -- Defined-By: systemd
  -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  -- Unit proc-fs-nfsd.mount has failed.
  -- The result is failed.

  Presumably this is intended, and there is a way to configure lxc to allow
  running nfs servers inside it (there are rumors of success on the web), but 
  https://help.ubuntu.com/lts/serverguide/lxc.html  is silent on the issue,
  and doesn't even mention the word nfs.
  Likewise, https://help.ubuntu.com/lts/serverguide/network-file-system.html
  doesn't even mention lxc.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lxc 2.0.0-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr 27 08:19:41 2016
  InstallationDate: Installed on 2016-03-26 (32 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  PackageArchitecture: all
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1575757/+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 1575412] Re: Graphical glitches when certain OpenGL games go fullscreen

2016-04-27 Thread Ty Young
Yes, I am. It should (hopefully) be attached to this comment. Apologies
if this isn't the way to do it, can't see any other option to upload an
an attachment.

Its hard to really see both due to my phone's terrible camera and the
lighting, but the little part under Steam(very bottom of the image) is
the area where it happens. I'll try to get a better picture if I can.

 For whatever reason this bug isn't anywhere near as bad in 16.04 as it
was in 15.10 regardless of the Nvidia driver used(364.29/261.42).  In
15.10 there was red/orange blocks that show up on the screen as well as
the current/recently closed applications and it took up a much larger
part of the screen.

** Attachment added: "graphical-glitches.png"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1575412/+attachment/4649595/+files/graphical-glitches.png

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

Title:
  Graphical glitches when certain OpenGL games go fullscreen

Status in Ubuntu GNOME:
  New
Status in Ubuntu GNOME xenial series:
  New
Status in xorg package in Ubuntu:
  New

Bug description:
  When launching certain OpenGL games, graphical glitches consisting of
  current or recently closed applications can be seen at the very bottom
  of the screen as the window goes fullscreen.

  This mostly only happens on games that load a lot of data before
  starting. Smaller games usually start with little or not graphical
  glitches.

  While I am not 100% sure, this bug may also be causing a cut-out of
  the bootloader on all TTY console screens, making them very hard to
  use as well as the bootloader screen showing until the Gnome shell
  loads.

  Description:   Ubuntu 16.04 LTS
  Release:  16.04

  xorg:
    Installed: 1:7.7+13ubuntu3
    Candidate: 1:7.7+13ubuntu3
    Version table:
   *** 1:7.7+13ubuntu3 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  364.19  Tue Apr 19 14:44:55 
PDT 2016
   GCC version:  gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  BootLog:

  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Apr 26 16:57:29 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-21-generic, x86_64: installed
   nvidia-364, 364.19, 4.4.0-21-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM206 [GeForce GTX 960] [10de:1401] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: eVga.com. Corp. GM206 [GeForce GTX 960] [3842:3969]
  InstallationDate: Installed on 2016-04-23 (3 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 
(20160421)
  MachineType: Acer Aspire M3970G
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=2da20df4-bd28-4c09-8338-2c5344abe045 ro nopat quiet splash 
vesafb.invalid=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/25/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P02-A3
  dmi.board.name: Aspire M3970G
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP02-A3:bd11/25/2011:svnAcer:pnAspireM3970G:pvr:rvnAcer:rnAspireM3970G:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Aspire M3970G
  dmi.sys.vendor: Acer
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-cor

[Touch-packages] [Bug 1516108] Re: system freezes requiring hard reset at unpredictable times under different activities Kubuntu 15.10

2016-04-27 Thread Andrew
This sounds like the same problem i'm having.

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1575467

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

Title:
  system freezes requiring hard reset at unpredictable times under
  different activities Kubuntu 15.10

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Kubuntu 15.10, about 3 day old installation on a new HP 15-f272wm
  laptop (4096mb sdram, Intel Pentium N3540) keeps freezing, relatively
  unpredictably. the mouse doesn't work, nor do any key combinations
  (alt+f1, ctrl-alt-esc, ctrl-esc, ctrl-alt-[fkey], ctrl-alt-
  del-[shift], etc., even power button unless held for powercycle hard
  reset)

  I saved the kernel & system logs covering a couple times it happened,
  available here
  https://drive.google.com/file/d/0B6dsMhJQd1QtVmtmMW5tcTR6dEE/view?usp=sharing
  It happens most often when using chromium - i tried switching to
  firefox, but it still has happened 1 or 2 more times, though chrome
  seemed to trigger it more often, making me think maybe it's something
  about memory &/or GPU allocation under moderate-to-heavy system load.
  I also saw something in the logs that looked like temp sensor errors
  or recalibration, I think right before 1 of the crashes, but i didn't
  have the time or expertise to be sure.

  I tend to have 4-16 browser tabs open, often in 2-3 windows on 4
  virtual desktops, along w/ Pycharm community edition & i make heavy
  use of yakuake dropdown terminal & custom keyboard shortcuts. The
  machine seems to have free memory & spare cpu cycles when the problem
  occurs though, so I think there's a legitimate malfunction.

  Reproducible: Yes (inconsistently) 
  Steps to Reproduce: 
  1. Use computer for web browsing, python development, etc. 
  2. some point, between 8min & 8hours, the mouse will freeze 
  3. it's completely frozen at this point 

  Expected Results: 
  system would let me run my applications; if application crashes, it should 
still be possible to change windows, enter virtual terminal, kill offending 
process, etc i'm probably going to try installing kubuntu 15.04, because this 
problem almost makes my current setup worse than going back to windows

  Actual Results: 
  despite furious motions on the trackpad, alt+tab, & every other key combo i 
can think, no response at all. caps lock wont light up, etc. kernel seems 
totally unresponsible, though I haven't gotten sysreq magic key working to 
confirm extent of kernel lockup.

  PS I hope this is the right place to submit this bug, b/c I mistakenly
  submitted it at kde.org & they told me no, i should go to the
  distribution bug tracker - I'm tentatively guessing that's here, but
  let me know if I'm in the wrong place again

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1516108/+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 1547466] Re: grep switches into binary mode while processing a text file

2016-04-27 Thread Martin Pitt
** Description changed:

  I noticed this staring to happen in Xenial about two days ago. When
  running sbuild (or now the buildd, too), the build breaks when trying to
  compile a generated file. I traced the problem down to grep suddenly
  acting weird. When not having any language set (or a non-UTF8 mode) it
  will start printing some lines of a source file and then suddenly end
  that by printing "Binary file ... matches".
  
  With the attached file, the difference can be observed (running Xenial):
  
  LANG=C grep -v xxx grant_table.h
  
  and
  
  LANG=C.UTF-8 grep -v xxx grant_table.h
  
  SRU INFORMATION
  ===
  Upstream fixes:
-  - http://git.savannah.gnu.org/cgit/grep.git/commit/?id=d8a366218 (but 
depends on previous patches and is not sufficient by itself)
-  - http://git.savannah.gnu.org/cgit/grep.git/commit/?id=d8a366218 (tests+doc)
+  - http://git.savannah.gnu.org/cgit/grep.git/commit/?id=d8a366218 (but 
depends on previous patches and is not sufficient by itself)
+  - http://git.savannah.gnu.org/cgit/grep.git/commit/?id=d8a366218 (tests+doc)
  
  Test case:
  
  Call grep on a file or a string with non-ASCII characters in the C locale:
- $ echo 'héll☺ ≥x' | LC_ALL=C grep . 
+ $ echo 'héll☺ ≥x' | LC_ALL=C grep .
  In xenial this just shows "Binary file (standard input) matches", with the 
fix it should show the actual input string (with some garbled output of course 
as the UTF-8 chars cannot be displayed in C)
  
  Regression potential: grep is being used in tons of places; during
  xenial we had to fix/put a "use grep -a" workaround into a lot of
  packages to fix the fallout from grep 2.23 which introduced this. That
  said, as a result of "Binary file matches" does not give any more
  information than the actual string match, and scripts which get along
  with this answer most likely just check the exit code anyway (which does
  not change), the risk is bearable.
+ 
+ We will soon do a test rebuild in yakkety with gcc-6 and grep 2.25, and
+ will sift through the results to identify new FTBFS that are due to grep
+ 2.25. This SRU should not be released until this happens.

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

Title:
  grep switches into binary mode while processing a text file

Status in grep package in Ubuntu:
  Fix Released
Status in grep source package in Xenial:
  In Progress
Status in grep source package in Yakkety:
  Fix Released
Status in grep package in Debian:
  Unknown

Bug description:
  I noticed this staring to happen in Xenial about two days ago. When
  running sbuild (or now the buildd, too), the build breaks when trying
  to compile a generated file. I traced the problem down to grep
  suddenly acting weird. When not having any language set (or a non-UTF8
  mode) it will start printing some lines of a source file and then
  suddenly end that by printing "Binary file ... matches".

  With the attached file, the difference can be observed (running
  Xenial):

  LANG=C grep -v xxx grant_table.h

  and

  LANG=C.UTF-8 grep -v xxx grant_table.h

  SRU INFORMATION
  ===
  Upstream fixes:
   - http://git.savannah.gnu.org/cgit/grep.git/commit/?id=d8a366218 (but 
depends on previous patches and is not sufficient by itself)
   - http://git.savannah.gnu.org/cgit/grep.git/commit/?id=d8a366218 (tests+doc)

  Test case:

  Call grep on a file or a string with non-ASCII characters in the C locale:
  $ echo 'héll☺ ≥x' | LC_ALL=C grep .
  In xenial this just shows "Binary file (standard input) matches", with the 
fix it should show the actual input string (with some garbled output of course 
as the UTF-8 chars cannot be displayed in C)

  Regression potential: grep is being used in tons of places; during
  xenial we had to fix/put a "use grep -a" workaround into a lot of
  packages to fix the fallout from grep 2.23 which introduced this. That
  said, as a result of "Binary file matches" does not give any more
  information than the actual string match, and scripts which get along
  with this answer most likely just check the exit code anyway (which
  does not change), the risk is bearable.

  We will soon do a test rebuild in yakkety with gcc-6 and grep 2.25,
  and will sift through the results to identify new FTBFS that are due
  to grep 2.25. This SRU should not be released until this happens.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grep/+bug/1547466/+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 1575929] [NEW] dhclient not running after installing using PXE

2016-04-27 Thread snorfu
Public bug reported:

when installing using a bootstick everything is running fine.

I copyed all the files from the install image to a server and added a bootentry 
to my PXE server
used network boot, Installed everything, looks fine, but:
the box doesn't receive an IPV4-addresse. (dhclient isn't running. I am able to 
start it in the console)
when I try to configure my network in the network manager, it says there is no 
connection.
when i click on options, I get "Error reading connection" "Did not find a 
connection with UUID '(null)'"


Description:Ubuntu 16.04 LTS
Release:16.04

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: network-manager 1.1.93-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Wed Apr 27 23:03:27 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
 auto enp0s3
 iface enp0s3 inet manual
InstallationDate: Installed on 2016-04-27 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
IpRoute:
 default via 192.168.10.110 dev enp0s3 
 192.168.10.0/24 dev enp0s3  proto kernel  scope link  src 192.168.10.188
IwConfig:
 enp0s3no wireless extensions.
 
 lono wireless extensions.
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
RfKill:
 
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con: NAME  UUID  TYPE  TIMESTAMP  TIMESTAMP-REAL  AUTOCONNECT  
AUTOCONNECT-PRIORITY  READONLY  DBUS-PATH  ACTIVE  DEVICE  STATE  ACTIVE-PATH
nmcli-dev:
 DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH 
 enp0s3  ethernet  unmanaged  /org/freedesktop/NetworkManager/Devices/0  -- 
 ----   
 lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/1  -- 
 ----
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: 
Error: Object 'nm' is unknown, try 'nmcli help'.

** Affects: network-manager (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 network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1575929

Title:
  dhclient not running after installing using PXE

Status in network-manager package in Ubuntu:
  New

Bug description:
  when installing using a bootstick everything is running fine.

  I copyed all the files from the install image to a server and added a 
bootentry to my PXE server
  used network boot, Installed everything, looks fine, but:
  the box doesn't receive an IPV4-addresse. (dhclient isn't running. I am able 
to start it in the console)
  when I try to configure my network in the network manager, it says there is 
no connection.
  when i click on options, I get "Error reading connection" "Did not find a 
connection with UUID '(null)'"

  
  Description:Ubuntu 16.04 LTS
  Release:16.04

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Wed Apr 27 23:03:27 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
   auto enp0s3
   iface enp0s3 inet manual
  InstallationDate: Installed on 2016-04-27 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.10.110 dev enp0s3 
   192.168.10.0/24 dev enp0s3  proto kernel  scope link  src 192.168.10.188
  IwConfig:
   enp0s3no wireless extensions.
   
   lono wireless extensions.
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  RfKill:
   
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con: NAME  UUID  TYPE  TIMESTAMP  TIMESTAMP-REAL  AUTOCONNECT  
AUTOCONNECT-PRIORITY  READONLY  DBUS-PATH  ACTIVE  DEVICE  STATE  ACTIVE-PATH
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH 
   enp0s3  ethernet  unmanaged  /org/freedesktop/NetworkManager/Devices/0  --   
   ----   
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/1  --   
   ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

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

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

[Touch-packages] [Bug 1575205] Re: Shouldn't the battery-charging icon be blue instead of green?

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

** Changed in: ubuntu-themes (Ubuntu)
   Status: New => Confirmed

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

Title:
  Shouldn't the battery-charging icon be blue instead of green?

Status in Ubuntu UX:
  New
Status in ubuntu-themes package in Ubuntu:
  Confirmed

Bug description:
  In the suru theme, the battery-XXX-charging icons use green as a "this
  is charging" indication.

  But with the new suru color updates from Design, I could see an
  argument that this color should be blue instead.

  Green is used for "positive" things (like default buttons, checked
  boxes, or "on" switches).  Blue is used for progress bars and values
  that are in a range / more complicated than on or off (e.g. volume).

  While "charging" is indeed the positive state of "charging / not
  charging", the amount of charge strikes me as a blue thing (the
  battery is filling up like a progress bar).

  I dunno.  Just wanted to see what Design thought about it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1575205/+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 1575877] Re: no_proxy ignored if https_proxy set

2016-04-27 Thread Patrick Cable
Updated the patch with the help of the debian-apt upstream.

** Patch added: 
"0001-refactored-no_proxy-code-to-work-regardless-of-where.patch"
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1575877/+attachment/4649568/+files/0001-refactored-no_proxy-code-to-work-regardless-of-where.patch

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

Title:
  no_proxy ignored if https_proxy set

Status in apt package in Ubuntu:
  New

Bug description:
  Description:
  When using the https transport mechanism, $no_proxy is ignored if apt is 
getting it's proxy information from $https_proxy. If the source of proxy 
information is Acquire::https::Proxy set in apt.conf (or apt.conf.d), then 
$no_proxy is honored.

  Package Versions:
  1.0.1ubuntu2.13 on 14.04 LTS
  1.2.10ubuntu1 on 16.04 LTS

  Expected result:
  Apt would pull down my packages from my internal repository without trying to 
put it through the proxy.

  I've submitted a patch upstream that seems to fix the behavior, see
  https://github.com/Debian/apt/pull/14.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1575877/+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 1464917] Re: reboot hangs at 'Reached target Shutdown'

2016-04-27 Thread Martin Pitt
This could be https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788303
then. But really, please file new bugs -- the same symptom ("long
shutdown" or similar) might apear the same, but over time we've seen
wildly different root causes.

** Changed in: systemd
   Status: New => Invalid

** Bug watch added: Debian Bug tracker #788303
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788303

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

Title:
  reboot hangs at 'Reached target Shutdown'

Status in systemd:
  Invalid
Status in systemd package in Ubuntu:
  Fix Released

Bug description:
  This bug is resolved.  Do not follow up to this bug.  Shutdown bugs
  are specific to the software installed and its configuration.  If you
  are experiencing a shutdown hang, please file a separate bug report
  and follow the debugging instructions described in the "Debugging
  boot/shutdown problems" section of
  /usr/share/doc/systemd/README.Debian.gz to check if there are any
  hanging jobs at shutdown. Capturing a screen photo of "journalctl -b"
  in the rescue shell might be enlightening.

  [Original report]
  I rebooted my 15.04 system, and found it hanging indefinitely at the plymouth 
shutdown screen.  Hitting esc to reveal the console showed a normal set of 
shutdown messages, ending with 'Reached target Shutdown' (paraphrased from 
memory).

  The system never rebooted on its own.  I had to use SysRq to finish
  the shutdown.


  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jun 13 11:53:10 2015
  InstallationDate: Installed on 2010-09-24 (1723 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  MachineType: LENOVO 2306CTO
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-20-generic 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to vivid on 2014-12-06 (189 days ago)
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET97WW (2.57 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2306CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET97WW(2.57):bd10/25/2013:svnLENOVO:pn2306CTO:pvrThinkPadX230:rvnLENOVO:rn2306CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2306CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/systemd/+bug/1464917/+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 1575877] Re: no_proxy ignored if https_proxy set

2016-04-27 Thread Ubuntu Foundations Team Bug Bot
The attachment "fix-https-noproxy.patch" seems to be a patch.  If it
isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  no_proxy ignored if https_proxy set

Status in apt package in Ubuntu:
  New

Bug description:
  Description:
  When using the https transport mechanism, $no_proxy is ignored if apt is 
getting it's proxy information from $https_proxy. If the source of proxy 
information is Acquire::https::Proxy set in apt.conf (or apt.conf.d), then 
$no_proxy is honored.

  Package Versions:
  1.0.1ubuntu2.13 on 14.04 LTS
  1.2.10ubuntu1 on 16.04 LTS

  Expected result:
  Apt would pull down my packages from my internal repository without trying to 
put it through the proxy.

  I've submitted a patch upstream that seems to fix the behavior, see
  https://github.com/Debian/apt/pull/14.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1575877/+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 1572041] Re: Can't create click target for armhf

2016-04-27 Thread Tristan
Same problem, also on Ubuntu 16.04. Really disappointing because I was
looking forward to developing apps now that I have an Ubuntu tablet.

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

Title:
  Can't create click target for armhf

Status in click package in Ubuntu:
  Confirmed

Bug description:
  sudo click chroot -a armhf -f ubuntu-sdk-15.04 create

  The following packages have unmet dependencies:
   ubuntu-sdk-libs:armhf : Depends: ubuntu-html5-container:armhf
  E: Unable to correct problems, you have held broken packages.
  Command returned 100: schroot -u root -c source:click-ubuntu-sdk-15.04-armhf 
-- /finish.sh
  Traceback (most recent call last):
File "/usr/bin/click", line 110, in 
  sys.exit(main())
File "/usr/bin/click", line 106, in main
  return mod.run(args)
File "/usr/lib/python3/dist-packages/click/commands/chroot.py", line 266, 
in run
  return args.func(parser, args)
File "/usr/lib/python3/dist-packages/click/commands/chroot.py", line 68, in 
create
  return chroot.create(args.keep_broken_chroot)
File "/usr/lib/python3/dist-packages/click/chroot.py", line 599, in create
  self.full_name, ret_code))
  click.chroot.ClickChrootException: Failed to create chroot 
'click-ubuntu-sdk-15.04-armhf' (exit status 100)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click/+bug/1572041/+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 1439784] Re: [apport-kde] apport-collect: Can not import module PyQt5.QtCore

2016-04-27 Thread Stian Skjelstad
Problem has re-appeared in  2.20.1-0ubuntu2  (system upgraded to kubuntu
16.04)

I had to manually install python-pyqt5

$ sudo apt-cache show apport-kde
Package: apport-kde
Priority: optional
Section: universe/kde
Installed-Size: 189
Maintainer: Martin Pitt 
Architecture: all
Source: apport
Version: 2.20.1-0ubuntu2
Depends: python3, python3-apport (>= 2.20.1-0ubuntu2), python3-pyqt5, apport 
(>= 0.41), procps, x-terminal-emulator
Recommends: kubuntu-notification-helper, gdb-minimal | gdb
Filename: pool/universe/a/apport/apport-kde_2.20.1-0ubuntu2_all.deb
Size: 17776
MD5sum: 50286c3a37c39bb0c0f18a407c67430a
SHA1: 6f835e6bf82f3a6d80622837c04d1c1f3fabd31a
SHA256: c783b953631710faef2e1d5ecc31b4c54447727d77034375087b88faa3f0e1b5
Description-en: KDE frontend for the apport crash report system
 apport automatically collects data from crashed processes and
 compiles a problem report in /var/crash/. This utilizes the crashdump
 helper hook provided by the Ubuntu kernel.
 .
 This package provides a KDE frontend for browsing and handling the
 crash reports.
Description-md5: c8fd570a74a013e8fc3c502dd64152ce
Homepage: https://wiki.ubuntu.com/Apport
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 3y
Task: kubuntu-desktop, kubuntu-full

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

Title:
  [apport-kde] apport-collect: Can not import module PyQt5.QtCore

Status in apport package in Ubuntu:
  Fix Released

Bug description:
  I had to use apport-collect in a tty, because in kde it is not usable:

  benedikt@benediktZ50-70 ~ % apport-collect 1439694
  ERROR: Could not import module, is a package upgrade in progress?  Error: No 
module named PyQt5.QtCore

  System : Kubuntu 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1439784/+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 1574045] Re: Can't install account-plugin-google; kaccounts-providers already provides /usr/share/accounts/providers/google.provider

2016-04-27 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: account-plugins (Ubuntu)
   Status: New => Confirmed

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

Title:
  Can't install  account-plugin-google;  kaccounts-providers already
  provides /usr/share/accounts/providers/google.provider

Status in Online Accounts: Account plugins:
  New
Status in kaccounts-providers:
  Fix Released
Status in account-plugins package in Ubuntu:
  Confirmed
Status in kaccounts-providers package in Ubuntu:
  Fix Released

Bug description:
  I installed Kubuntu 16.04, later tried to install unity with `sudo
  apt-get install unity` which has a dependency (unity-scope-gdrive)
  requiring account-plugin-google and that wouldn't install since
  '/usr/share/accounts/providers/google.provider' is already provided by
  kaccounts-providers:

  $ sudo apt-get install unity
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  unity is already the newest version (7.4.0+16.04.20160415-0ubuntu1).
  You might want to run 'apt-get -f install' to correct these:
  The following packages have unmet dependencies:
   unity-scope-gdrive : Depends: account-plugin-google but it is not going to 
be installed

  $ sudo apt-get -f install
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Correcting dependencies... Done
  The following additional packages will be installed:
    account-plugin-google
  The following NEW packages will be installed:
    account-plugin-google
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  250 not fully installed or removed.
  Need to get 0 B/3,368 B of archives.
  After this operation, 29.7 kB of additional disk space will be used.
  Do you want to continue? [Y/n] y
  (Reading database ... 214947 files and directories currently installed.)
  Preparing to unpack 
.../account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb ...
  Unpacking account-plugin-google (0.12+16.04.20160126-0ubuntu1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb
 (--unpack):
   trying to overwrite '/usr/share/accounts/providers/google.provider', which 
is also in package kaccounts-providers 4:15.12.3-0ubuntu1
  Errors were encountered while processing:
   
/var/cache/apt/archives/account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1Preparing to unpack 
.../account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb ...
  Unpacking account-plugin-google (0.12+16.04.20160126-0ubuntu1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb
 (--unpack):
   trying to overwrite '/usr/share/accounts/providers/google.provider', which 
is also in package kaccounts-providers 4:15.12.3-0ubuntu1
  Errors were encountered while processing:
   
/var/cache/apt/archives/account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: account-plugin-google (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Apr 23 11:09:16 2016
  InstallationDate: Installed on 2016-04-23 (0 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160417.1)
  SourcePackage: account-plugins
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1574045/+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 1575912] [NEW] [hostname, Realtek ALC269VB, Speaker, Internal] No sound at all after fresh xubuntu 16.04 installation

2016-04-27 Thread Raphael
Public bug reported:

Hardware sound device is available, according to:
aplay -l
sudo lspci


https://help.ubuntu.com/16.04/ubuntu-help/sound-nosound.html

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic i686
ApportVersion: 2.20.1-0ubuntu2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  student1739 F pulseaudio
CurrentDesktop: MATE
Date: Wed Apr 27 22:06:16 2016
InstallationDate: Installed on 2016-04-24 (3 days ago)
InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release i386 
(20160420.1)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: Built-in Audio - HDA Intel
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  student1739 F pulseaudio
Symptom_Jack: Speaker, Internal
Symptom_Type: No sound at all
Title: [hostname, Realtek ALC269VB, Speaker, Internal] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/12/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0703
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1001PXD
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0703:bd04/12/2011:svnASUSTeKComputerINC.:pn1001PXD:pvrx.x:rvnASUSTeKComputerINC.:rn1001PXD:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: 1001PXD
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

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


** Tags: apport-bug i386 xenial

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

Title:
  [hostname, Realtek ALC269VB, Speaker, Internal] No sound at all after
  fresh xubuntu 16.04 installation

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Hardware sound device is available, according to:
  aplay -l
  sudo lspci

  
  https://help.ubuntu.com/16.04/ubuntu-help/sound-nosound.html

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic i686
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  student1739 F pulseaudio
  CurrentDesktop: MATE
  Date: Wed Apr 27 22:06:16 2016
  InstallationDate: Installed on 2016-04-24 (3 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release i386 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  student1739 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [hostname, Realtek ALC269VB, Speaker, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/12/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0703
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1001PXD
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0703:bd04/12/2011:svnASUSTeKComputerINC.:pn1001PXD:pvrx.x:rvnASUSTeKComputerINC.:rn1001PXD:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1001PXD
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1575912/+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 1572697] Re: broken symlink console-setup.service [systemd]

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

** Changed in: console-setup (Ubuntu)
   Status: New => Confirmed

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

Title:
  broken symlink console-setup.service [systemd]

Status in console-setup package in Ubuntu:
  Confirmed

Bug description:
  keyboard-configuration 1.108ubuntu15 contains console-setup.service in
  /lib/systemd/system/multi-user.target.wants, but as a broken symlink:

  $ dpkg -L keyboard-configuration | grep multi-user.target.wants
  /lib/systemd/system/multi-user.target.wants
  /lib/systemd/system/multi-user.target.wants/console-setup.service

  $ sudo find -L /lib/systemd/system -type l -ls
1315455  0 lrwxrwxrwx   1 root root   22 Apr 20 03:11 
/lib/systemd/system/multi-user.target.wants/console-setup.service -> 
/console-setup.service

  
  Symlink should point to ../console-setup.service instead.

  I originally reported this in
  https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1534121
  against console-setup, which was the wrong package to refer to. My
  apologies for messing that up.

  
  Additional info:

  $ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  $ apt-cache policy keyboard-configuration
  keyboard-configuration:
Installed: 1.108ubuntu15
Candidate: 1.108ubuntu15
Version table:
   *** 1.108ubuntu15 500
  500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1572697/+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 1575779] Re: hostnamectl fails under lxd unpriv container

2016-04-27 Thread Tyler Hicks
Thanks for the bug report. The problem is now understood. systemd is
calling lockf() on an anonymous socket file and the AppArmor profile
language does not support a way to grant file locking permissions on a
socket that does not have a path associated with it.

The AppArmor socket file rule type needs to gain a new permission for
file locking. This will require changes to the kernel and
apparmor_parser and, eventually, the AppArmor Python utilities.

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

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

Title:
  hostnamectl fails under lxd unpriv container

Status in apparmor package in Ubuntu:
  Triaged

Bug description:
  1.  % lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  2.  % apt-cache policy apparmor
  apparmor:
Installed: 2.10.95-0ubuntu2
Candidate: 2.10.95-0ubuntu2
Version table:
   *** 2.10.95-0ubuntu2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status
  % apt-cache policy lxd
  lxd:
Installed: 2.0.0-0ubuntu4
Candidate: 2.0.0-0ubuntu4
Version table:
   *** 2.0.0-0ubuntu4 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  3. lxc launch ubuntu-daily:xenial x1
  lxc exec x1 /bin/bash

  root@x1:~# hostnamectl status 
 Static hostname: x1
   Icon name: computer-container
 Chassis: container
  Machine ID: 833b8548c7ce4118b4c9c5c3ae4f133d
 Boot ID: 9d5fbb053cf7494589c0863a0a4cf0ca
  Virtualization: lxc
Operating System: Ubuntu 16.04 LTS
  Kernel: Linux 4.4.0-18-generic
Architecture: x86-64

  
  4. hostnamectl status hangs indefinitely

  On the host, there are some audit messages for each invocation of
  hostnamectl

  [411617.032274] audit: type=1400 audit(1461695563.731:100):
  apparmor="DENIED" operation="file_lock" profile="lxd-
  x1_" pid=17100 comm="(ostnamed)" family="unix"
  sock_type="dgram" protocol=0 addr=none

  It's related to socket activation.  One can workaround this by running
  systemd-hostnamed in the background first

  root@x1:~# /lib/systemd/systemd-hostnamed & 
  [1] 2462
  root@x1:~# hostnamectl status 
 Static hostname: x1
   Icon name: computer-container
 Chassis: container
  Machine ID: 833b8548c7ce4118b4c9c5c3ae4f133d
 Boot ID: 9d5fbb053cf7494589c0863a0a4cf0ca
  Virtualization: lxc
Operating System: Ubuntu 16.04 LTS
  Kernel: Linux 4.4.0-18-generic
Architecture: x86-64

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: apparmor 2.10.95-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Wed Apr 27 11:19:27 2016
  InstallationDate: Installed on 2016-01-01 (117 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151209)
  ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-18-generic 
root=UUID=e0b8b294-f364-4ef5-aa70-1916cdd37192 ro quiet splash vt.handoff=7
  SourcePackage: apparmor
  Syslog:
   
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1575779/+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 1575899] Re: Text disappears after suspend

2016-04-27 Thread Henrik Blidh
** Description changed:

  After waking my laptop running Xenial after it having been suspended, a
  lot of applications (e.g. Terminal and all settings) does not render
- most of the text that should be there. Some it it shows up on mouseover,
+ most of the text that should be there. Some of it shows up on mouseover,
  but most is just permanently invisible until reboot of system.
  
  Detected a very similar bug after I created this issue:
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1528843
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
-  
+ 
  ApportVersion: 2.20.1-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: Wed Apr 27 21:44:36 2016
  DistUpgraded: 2016-04-25 10:36:20,651 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a2e] 
(rev 09) (prog-if 00 [VGA controller])
-Subsystem: ASUSTeK Computer Inc. Haswell-ULT Integrated Graphics 
Controller [1043:13bd]
+  Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a2e] 
(rev 09) (prog-if 00 [VGA controller])
+    Subsystem: ASUSTeK Computer Inc. Haswell-ULT Integrated Graphics 
Controller [1043:13bd]
  InstallationDate: Installed on 2015-09-05 (234 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 001 Device 004: ID 03eb:8a0c Atmel Corp. 
-  Bus 001 Device 003: ID 1bcf:2987 Sunplus Innovation Technology Inc. 
-  Bus 001 Device 005: ID 8087:07dc Intel 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 004: ID 03eb:8a0c Atmel Corp.
+  Bus 001 Device 003: ID 1bcf:2987 Sunplus Innovation Technology Inc.
+  Bus 001 Device 005: ID 8087:07dc Intel Corp.
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=6cc41411-46cb-4a14-a79a-038ee820f1aa ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-25 (2 days ago)
  dmi.bios.date: 12/31/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.206
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  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.:bvrUX301LAA.206:bd12/31/2013:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Wed Apr 27 16:42:36 2016
  xserver.configfile: default
  xserver.errors:
-  
+ 
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
-  product id5126 
-  vendor SHP
+  product id5126
+  vendor SHP
  xserver.version: 2:1.18.3-1ubuntu2

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

Title:
  Text disappears after suspend

Status in xorg package in Ubuntu:
  New

Bug description:
  After waking my laptop running Xenial after it having been suspended,
  a lot of applications (e.g. Terminal and all settings) does not render
  most of the text that should be there. Some of it shows up on
  mouseover, but most is just permanently invisib

[Touch-packages] [Bug 1575644] Re: resolvconf doesn't create the correct /etc/resolv.conf file when static IP addresses are used

2016-04-27 Thread Thomas Hood
*** This bug is a duplicate of bug 1003842 ***
https://bugs.launchpad.net/bugs/1003842

** This bug has been marked a duplicate of bug 1003842
   dnsmasq sometimes fails to resolve private names in networks with 
non-equivalent nameservers

** Package changed: resolvconf (Ubuntu) => dnsmasq (Ubuntu)

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

Title:
  resolvconf doesn't create the correct /etc/resolv.conf file when
  static IP addresses are used

Status in dnsmasq package in Ubuntu:
  Incomplete

Bug description:
  By default, when installing ubuntu-desktop (and when installing some
  other packages as well), apt will also install dnsmasq as a
  dependency.  When dnsmasq is installed, and static IP addresses are
  used, resolv.conf creates a nearly empty /etc/resolv.conf file.  The
  file only contains entries for localhost and the search domain.  If
  static IP addresses are defined in /etc/network/interfaces, then
  shouldn't those DNS servers should be included in /etc/resolv.conf
  regardless of the presence of dnsmasq?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: resolvconf 1.78ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Wed Apr 27 08:34:24 2016
  InstallationDate: Installed on 2016-04-26 (0 days ago)
  InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
  PackageArchitecture: all
  SourcePackage: resolvconf
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1575644/+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 1575907] [NEW] Using nVidia proprietary driver 361.42 yields black screen

2016-04-27 Thread gouri
Public bug reported:

# Context

Selecting nvidia driver using software-properties-gtk.
Install goes ok. No longer observing bug 
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-361/+bug/1553554

Hardware is Asus n551jk laptop. nvidia driver worked on same hardware
with Ubuntu 14.04.

# Expected

Correct display with better performance and 3D support.

# Observed.

No immediate effect, although GUI says driver is used.

On next boot, no graphical login was observed. Screen was just black.

Normal boot again yields same result. Waiting half an hour did not yield
any more result.

I logged in on a text console and ran "ubuntu-bug" to generate a bug
report that I kept until I had a working X again.

Booting in rescue mode I finally managed to get to a X session (which is
not the usual nouveau setup, for example xbacklight does not work, full
brightness hurts my eyes, output is no longer named "eDP1" but
"default").

# Additional information

Will try to switch to proprietary driver 340.96 as suggested by
software-properties-gtk.

I guess all other needed information is included in bug report
(generated by ubuntu-bug).

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
 GCC version:  gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Wed Apr 27 21:31:20 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.4.0-21-generic, x86_64: installed
 nvidia-361, 361.42, 4.4.0-21-generic, x86_64: installed
 virtualbox, 5.0.18, 4.4.0-18-generic, x86_64: installed
 virtualbox, 5.0.18, 4.4.0-21-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:177d]
   Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 850M] [1043:177d]
InstallationDate: Installed on 2016-02-03 (84 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160203)
MachineType: ASUSTeK COMPUTER INC. N551JK
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=1a4f1bb3-67a8-4e9e-ba71-e9a2741c04a8 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/06/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: N551JK.203
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: N551JK
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.:bvrN551JK.203:bd10/06/2014:svnASUSTeKCOMPUTERINC.:pnN551JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN551JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: N551JK
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Wed Apr 27 20:31:46 2016
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2

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


** Tags: amd64 apport-bug ubuntu xenial

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

Title:
  Using nVidia proprietary driver 361.42 yields black screen

Status in xorg package in Ubuntu:
  New

Bug description:
  

[Touch-packages] [Bug 1538438] Re: apt-helper crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2016-04-27 Thread Brian Murray
** Description changed:

+ Errors Bucket
+ -
+ 
https://errors.ubuntu.com/bucket/?id=/usr/lib/apt/apt-helper%3A6%3A__gnu_cxx%3A%3A__verbose_terminate_handler%3A__cxxabiv1%3A%3A__terminate%3Astd%3A%3Aterminate%3A__cxxabiv1%3A%3A__cxa_throw%3Astd%3A%3A__throw_out_of_range_fmt
+ 
+ Original Description
+ 
  After installing flashplugin-installer I get a prompt noting:
  [START]
  Failure to download extra data files
  
  The following packages requested additional data downloads after package
  installation, but the data could not be downloaded or could not be
  processed.
  
  flashplugin-installer
  
  The download will be attempted again later, or you can try the download again 
now.  Running this command requires an active Internet connection.
  [END]
  
  Clicking the button Run this action now causes this crash consistently.
  
  Unfortunately, this has the negative outcome of disallowing folks who
  use Firefox from being able to update, or install Flash.
  
  There are a fair number of these events logged in errors.ubuntu.com.
  
- WORKAROUND: Use Google Chrome/Chromium with pepper flash.
- 
- ProblemType: Crash
- DistroRelease: Ubuntu 16.04
+ ProblemType: CrashDistroRelease: Ubuntu 16.04
  Package: apt 1.1.10
  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: Wed Jan 27 01:36:34 2016
  ExecutablePath: /usr/lib/apt/apt-helper
  InstallationDate: Installed on 2015-04-25 (276 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: /usr/lib/apt/apt-helper download-file 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20151228.1.orig.tar.gz
 
/var/lib/update-notifier/package-data-downloads/partial/adobe-flashplugin_20151228.1.orig.tar.gz
 SHA256:d322547d4542eeed2f57469cc0d3c10e9a55af6632c05be9fe8b6c6a0dbcffdb
  ProcEnviron:
-  SHELL=/bin/bash
-  LANG=en_US.UTF-8
-  LANGUAGE=en_US
-  TERM=xterm-256color
-  PATH=(custom, no user)
- Signal: 6
- SourcePackage: apt
+  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  LANGUAGE=en_US
+  TERM=xterm-256color
+  PATH=(custom, no user)
+ Signal: 6SourcePackage: apt
  StacktraceTop:
-  __gnu_cxx::__verbose_terminate_handler() () from 
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
-  ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
-  std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
-  __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
-  std::__throw_out_of_range_fmt(char const*, ...) () from 
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
+  __gnu_cxx::__verbose_terminate_handler() () from 
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
+  ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
+  std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
+  __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
+  std::__throw_out_of_range_fmt(char const*, ...) () from 
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
  Title: apt-helper crashed with SIGABRT in 
__gnu_cxx::__verbose_terminate_handler()
  UpgradeStatus: Upgraded to xenial on 2016-01-27 (0 days ago)
  UserGroups:

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

Title:
  apt-helper crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

Status in apt package in Ubuntu:
  Triaged

Bug description:
  Errors Bucket
  -
  
https://errors.ubuntu.com/bucket/?id=/usr/lib/apt/apt-helper%3A6%3A__gnu_cxx%3A%3A__verbose_terminate_handler%3A__cxxabiv1%3A%3A__terminate%3Astd%3A%3Aterminate%3A__cxxabiv1%3A%3A__cxa_throw%3Astd%3A%3A__throw_out_of_range_fmt

  Original Description
  
  After installing flashplugin-installer I get a prompt noting:
  [START]
  Failure to download extra data files

  The following packages requested additional data downloads after
  package installation, but the data could not be downloaded or could
  not be processed.

  flashplugin-installer

  The download will be attempted again later, or you can try the download again 
now.  Running this command requires an active Internet connection.
  [END]

  Clicking the button Run this action now causes this crash
  consistently.

  Unfortunately, this has the negative outcome of disallowing folks who
  use Firefox from being able to update, or install Flash.

  There are a fair number of these events logged in errors.ubuntu.com.

  ProblemType: CrashDistroRelease: Ubuntu 16.04
  Package: apt 1.1.10
  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: Wed Jan 27 01:36:34 2016
  ExecutablePath: /usr/lib/apt/apt-helper
  InstallationDate: Installed on 2015-04-25 (276 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmd

Re: [Touch-packages] [Bug 1575644] Re: resolvconf doesn't create the correct /etc/resolv.conf file when static IP addresses are used

2016-04-27 Thread msp3k
I'll give it a go and see if any problems occur.  Thanks for your help!

Michael

On 04/27/2016 03:21 PM, Thomas Hood wrote:
> That name service does not work properly when dnsmasq is installed is
> most probably due to bug #1003842. If that is the case then if you
> remove 8.8.8.8 from the list of nameserver addresses then name service
> will work reliably.
>

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

Title:
  resolvconf doesn't create the correct /etc/resolv.conf file when
  static IP addresses are used

Status in resolvconf package in Ubuntu:
  Incomplete

Bug description:
  By default, when installing ubuntu-desktop (and when installing some
  other packages as well), apt will also install dnsmasq as a
  dependency.  When dnsmasq is installed, and static IP addresses are
  used, resolv.conf creates a nearly empty /etc/resolv.conf file.  The
  file only contains entries for localhost and the search domain.  If
  static IP addresses are defined in /etc/network/interfaces, then
  shouldn't those DNS servers should be included in /etc/resolv.conf
  regardless of the presence of dnsmasq?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: resolvconf 1.78ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Wed Apr 27 08:34:24 2016
  InstallationDate: Installed on 2016-04-26 (0 days ago)
  InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
  PackageArchitecture: all
  SourcePackage: resolvconf
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1575644/+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 1575899] [NEW] Text disappears after suspend

2016-04-27 Thread Henrik Blidh
Public bug reported:

After waking my laptop running Xenial after it having been suspended, a
lot of applications (e.g. Terminal and all settings) does not render
most of the text that should be there. Some it it shows up on mouseover,
but most is just permanently invisible until reboot of system.

Detected a very similar bug after I created this issue:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1528843

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-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: Wed Apr 27 21:44:36 2016
DistUpgraded: 2016-04-25 10:36:20,651 DEBUG icon theme changed, re-reading
DistroCodename: xenial
DistroVariant: ubuntu
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a2e] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Haswell-ULT Integrated Graphics Controller 
[1043:13bd]
InstallationDate: Installed on 2015-09-05 (234 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 03eb:8a0c Atmel Corp. 
 Bus 001 Device 003: ID 1bcf:2987 Sunplus Innovation Technology Inc. 
 Bus 001 Device 005: ID 8087:07dc Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: ASUSTeK COMPUTER INC. UX301LAA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=6cc41411-46cb-4a14-a79a-038ee820f1aa ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to xenial on 2016-04-25 (2 days ago)
dmi.bios.date: 12/31/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: UX301LAA.206
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: UX301LAA
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.:bvrUX301LAA.206:bd12/31/2013:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: UX301LAA
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Wed Apr 27 16:42:36 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5126 
 vendor SHP
xserver.version: 2:1.18.3-1ubuntu2

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


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

** Attachment added: "Screenshot example"
   
https://bugs.launchpad.net/bugs/1575899/+attachment/4649471/+files/Screenshot%20from%202016-04-27%2021-54-41.png

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

Title:
  Text disappears after suspend

Status in xorg package in Ubuntu:
  New

Bug description:
  After waking my laptop running Xenial after it having been suspended,
  a lot of applications (e.g. Terminal and all settings) does not render
  most of the text that should be there. Some it it shows up on
  mouseover, but most is just permanently invisible until reboot of
  system.

  Detected a very similar bug after I created this issue:
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1528843

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDrive

[Touch-packages] [Bug 1575891] Re: package ca-certificates 20160104ubuntu0.15.10.1 failed to install/upgrade: ciclo nei trigger, abbandono

2016-04-27 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 ca-certificates in Ubuntu.
https://bugs.launchpad.net/bugs/1575891

Title:
  package ca-certificates 20160104ubuntu0.15.10.1 failed to
  install/upgrade: ciclo nei trigger, abbandono

Status in ca-certificates package in Ubuntu:
  New

Bug description:
  no other info present...

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: ca-certificates 20160104ubuntu0.15.10.1
  ProcVersionSignature: Ubuntu 4.2.0-36.41-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Wed Apr 27 21:33:57 2016
  DuplicateSignature: package:ca-certificates:20160104ubuntu0.15.10.1:ciclo nei 
trigger, abbandono
  ErrorMessage: ciclo nei trigger, abbandono
  InstallationDate: Installed on 2015-08-31 (240 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: ca-certificates
  Title: package ca-certificates 20160104ubuntu0.15.10.1 failed to 
install/upgrade: ciclo nei trigger, abbandono
  UpgradeStatus: Upgraded to xenial on 2016-04-27 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1575891/+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 1575893] [NEW] Toolbar focus & keyboard navigation

2016-04-27 Thread Tim Peeters
Public bug reported:

Toolbar needs focus for keyboard navigation that works in the same way
as the Sections.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Tim Peeters (tpeeters)
 Status: Confirmed

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Tim Peeters (tpeeters)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Confirmed

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

Title:
  Toolbar focus & keyboard navigation

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Toolbar needs focus for keyboard navigation that works in the same way
  as the Sections.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1575893/+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 1575891] [NEW] package ca-certificates 20160104ubuntu0.15.10.1 failed to install/upgrade: ciclo nei trigger, abbandono

2016-04-27 Thread Antonello Rivelli
Public bug reported:

no other info present...

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: ca-certificates 20160104ubuntu0.15.10.1
ProcVersionSignature: Ubuntu 4.2.0-36.41-generic 4.2.8-ckt8
Uname: Linux 4.2.0-36-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Wed Apr 27 21:33:57 2016
DuplicateSignature: package:ca-certificates:20160104ubuntu0.15.10.1:ciclo nei 
trigger, abbandono
ErrorMessage: ciclo nei trigger, abbandono
InstallationDate: Installed on 2015-08-31 (240 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: ca-certificates
Title: package ca-certificates 20160104ubuntu0.15.10.1 failed to 
install/upgrade: ciclo nei trigger, abbandono
UpgradeStatus: Upgraded to xenial on 2016-04-27 (0 days ago)

** Affects: ca-certificates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package ca-certificates 20160104ubuntu0.15.10.1 failed to
  install/upgrade: ciclo nei trigger, abbandono

Status in ca-certificates package in Ubuntu:
  New

Bug description:
  no other info present...

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: ca-certificates 20160104ubuntu0.15.10.1
  ProcVersionSignature: Ubuntu 4.2.0-36.41-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Wed Apr 27 21:33:57 2016
  DuplicateSignature: package:ca-certificates:20160104ubuntu0.15.10.1:ciclo nei 
trigger, abbandono
  ErrorMessage: ciclo nei trigger, abbandono
  InstallationDate: Installed on 2015-08-31 (240 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: ca-certificates
  Title: package ca-certificates 20160104ubuntu0.15.10.1 failed to 
install/upgrade: ciclo nei trigger, abbandono
  UpgradeStatus: Upgraded to xenial on 2016-04-27 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1575891/+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 1575823] Re: Additional search engine

2016-04-27 Thread Olivier Tilloy
Though not directly from the UI, there is a way to add custom search
engines to the list: just add the OpenSearch XML description to
~/.local/share/webbrowser-app/searchengines/.

The OpenSearch XML description for ecosia.org is available at
https://www.ecosia.org/opensearch.xml, so all you need to do on your
device/desktop is:

mkdir -p ~/.local/share/webbrowser-app/searchengines
wget -O ~/.local/share/webbrowser-app/searchengines/ecosia.xml 
https://www.ecosia.org/opensearch.xml

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Invalid

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

Title:
  Additional search engine

Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  I like that there is a list of search engines.

  It would be good if we could add our own, but failing that I suggest
  adding https://www.ecosia.org/ - although bing based it uses revenue
  to reforest the planet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1575823/+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 1575644] Re: resolvconf doesn't create the correct /etc/resolv.conf file when static IP addresses are used

2016-04-27 Thread Thomas Hood
That name service does not work properly when dnsmasq is installed is
most probably due to bug #1003842. If that is the case then if you
remove 8.8.8.8 from the list of nameserver addresses then name service
will work reliably.

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

Title:
  resolvconf doesn't create the correct /etc/resolv.conf file when
  static IP addresses are used

Status in resolvconf package in Ubuntu:
  Incomplete

Bug description:
  By default, when installing ubuntu-desktop (and when installing some
  other packages as well), apt will also install dnsmasq as a
  dependency.  When dnsmasq is installed, and static IP addresses are
  used, resolv.conf creates a nearly empty /etc/resolv.conf file.  The
  file only contains entries for localhost and the search domain.  If
  static IP addresses are defined in /etc/network/interfaces, then
  shouldn't those DNS servers should be included in /etc/resolv.conf
  regardless of the presence of dnsmasq?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: resolvconf 1.78ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Wed Apr 27 08:34:24 2016
  InstallationDate: Installed on 2016-04-26 (0 days ago)
  InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
  PackageArchitecture: all
  SourcePackage: resolvconf
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1575644/+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 1575191] Re: plus.google.com re-layouts horizontally when the top bar shows/hides

2016-04-27 Thread Chris Coulson
I already explained why the viewport size has to be changed when the
location bar moves - content that's fixed to the viewport (CSS position:
fixed or scrollbars) will be positioned incorrectly and could be outside
of the webview if it's not. Not resizing the viewport is not going to
happen.

Our browser behaves exactly the same as Chrome on Android here - in
fact, we use the same code for controlling the location bar position
(it's controlled by Chromium's renderer compositor, not the browser).
This problem doesn't manifest on large Chrome tablets because the
location bar is always displayed (at least, it is on my Nexus 10). A
quick check of the source code for Chrome/Android confirms that it's
always displayed on larger screens (where the smallest dimension is
greater than 800 DPs

https://chromium.googlesource.com/chromium/src.git/+/6ab9853acfbfae3e598004776c1d120805956038/chrome/android/java/src/org/chromium/chrome/browser/tab/TopControlsVisibilityDelegate.java#31
https://chromium.googlesource.com/chromium/src.git/+/6ab9853acfbfae3e598004776c1d120805956038/chrome/android/java/src/org/chromium/chrome/browser/device/DeviceClassManager.java#162

On my Nexus 7, the location bar does hide but this problem doesn't
manifest presumably because it gets the mobile UI which expects this
behaviour.

On both my Nexus 10 and Nexus 7, Chrome gets slightly different layouts
of the mobile UI for Google Plus. Our browser on the M10 gets the
standard desktop UI.

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

Title:
  plus.google.com re-layouts horizontally when the top bar shows/hides

Status in Canonical System Image:
  Confirmed
Status in Oxide:
  Invalid
Status in Ubuntu UX:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Some sites have a menu bar at the top, which appears or disappears
  depending if you scroll up or down... the presence or absence of this
  bar causes the browser app to change it's scaling, and this means that
  scrolling up/down while browsing results in the device continually re-
  rendering as it re-scales the page...

  This badly afffects google+ and presumably other google properties...

  See example here:-

  https://www.youtube.com/watch?v=uYhu9v4aX6w

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1575191/+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 1575877] [NEW] no_proxy ignored if https_proxy set

2016-04-27 Thread Patrick Cable
Public bug reported:

Description:
When using the https transport mechanism, $no_proxy is ignored if apt is 
getting it's proxy information from $https_proxy. If the source of proxy 
information is Acquire::https::Proxy set in apt.conf (or apt.conf.d), then 
$no_proxy is honored.

Package Versions:
1.0.1ubuntu2.13 on 14.04 LTS
1.2.10ubuntu1 on 16.04 LTS

Expected result:
Apt would pull down my packages from my internal repository without trying to 
put it through the proxy.

I've submitted a patch upstream that seems to fix the behavior, see
https://github.com/Debian/apt/pull/14.

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

** Patch added: "fix-https-noproxy.patch"
   
https://bugs.launchpad.net/bugs/1575877/+attachment/4649416/+files/fix-https-noproxy.patch

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

Title:
  no_proxy ignored if https_proxy set

Status in apt package in Ubuntu:
  New

Bug description:
  Description:
  When using the https transport mechanism, $no_proxy is ignored if apt is 
getting it's proxy information from $https_proxy. If the source of proxy 
information is Acquire::https::Proxy set in apt.conf (or apt.conf.d), then 
$no_proxy is honored.

  Package Versions:
  1.0.1ubuntu2.13 on 14.04 LTS
  1.2.10ubuntu1 on 16.04 LTS

  Expected result:
  Apt would pull down my packages from my internal repository without trying to 
put it through the proxy.

  I've submitted a patch upstream that seems to fix the behavior, see
  https://github.com/Debian/apt/pull/14.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1575877/+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 1575878] [NEW] Xorg freeze when see videos or animation 16.04

2016-04-27 Thread Javier Antonio Nisa Avila
Public bug reported:

When videos are played the system randomly freezes to start playing the
video, or when it takes a few minutes. It also happens with animations
webs. This happened with the previous kernel of 15.10 and with the
current kernel of 16.04. The bios is the latest version and use public
graphics drivers.

If I do not watch videos or animations I can work full days without
freezing.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-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: Wed Apr 27 21:01:26 2016
DistUpgraded: 2016-04-21 20:00:24,411 DEBUG icon theme changed, re-reading
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GpuHangFrequency: Continuously
GpuHangReproducibility: Occurs more often under certain circumstances
GpuHangStarted: Since before I upgraded
GraphicsCard:
 Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display 
[8086:0f31] (rev 0e) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Atom Processor Z36xxx/Z37xxx Series Graphics & Display 
[17aa:2224]
InstallationDate: Installed on 2016-01-14 (104 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: LENOVO 20D9S00D00
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=3e293fa3-ec43-4f0a-a925-562901db8088 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: Upgraded to xenial on 2016-04-21 (6 days ago)
dmi.bios.date: 12/17/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: N15ET66W (1.26)
dmi.board.asset.tag: Not Available
dmi.board.name: Intel powered classmate PC
dmi.board.vendor: LENOVO
dmi.board.version: SDK0G00622 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrN15ET66W(1.26):bd12/17/2015:svnLENOVO:pn20D9S00D00:pvrThinkPad11e:rvnLENOVO:rnIntelpoweredclassmatePC:rvrSDK0G00622WIN:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 20D9S00D00
dmi.product.version: ThinkPad 11e
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Wed Apr 27 21:00:01 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1161 
 vendor IVO
xserver.version: 2:1.18.3-1ubuntu2

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


** Tags: amd64 apport-bug compiz-0.9 freeze ubuntu xenial

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

Title:
  Xorg freeze when see videos or animation 16.04

Status in xorg package in Ubuntu:
  New

Bug description:
  When videos are played the system randomly freezes to start playing
  the video, or when it takes a few minutes. It also happens with
  animations webs. This happened with the previous kernel of 15.10 and
  with the current kernel of 16.04. The bios is the latest version and
  use public graphics drivers.

  If I do not watch videos or animations I can work full days without
  freezing.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-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: Wed Apr 27 21:01:26 2016
  DistUpgraded: 2016-04-21 20:00:24,411 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Continuously
  GpuHangRep

[Touch-packages] [Bug 1575871] Re: Laptop often locked with black screen when re-opening lid

2016-04-27 Thread Alexander Karelas
When I get the black screen I mentioned above, there is no way out of
it. I have to hold the power button until the computer turns off.

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

Title:
  Laptop often locked with black screen when re-opening lid

Status in pm-utils package in Ubuntu:
  New

Bug description:
  I have a Dell Latitude E5520 (bought in 2012). Worked fine with Ubuntu
  14.04 LTS.

  Since installing Ubuntu 16.04, roughly half the times I close the lid,
  the fan of the laptop keeps running the whole time, and in those cases
  that the fan keeps running, if I open the lid, all I get is a black
  screen, the fan keeps running, and the power LED is on.

  If, when closing the lid, the fan stops, then when I open the lid I
  get the normal "enter password to unlock" screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1575871/+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 1551150] Re: devel-proposed - android lxc container fails to start

2016-04-27 Thread Jean-Baptiste Lallement
On devel-proposed/mako r487 the device boots with:
- lxc reverted to 2.0.0~rc2-0ubuntu2
- lxc-android-config.conf from comment 21.

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

Title:
  devel-proposed - android lxc container fails to start

Status in Canonical System Image:
  Confirmed
Status in lxc package in Ubuntu:
  Confirmed

Bug description:
  Last known good image: ubuntu-touch/devel-proposed/ubuntu/mako 446

  ubuntu-touch/devel-proposed/ubuntu/mako 447 (and higher) and
  equivalent images on other devices do not boot and hang on the boot
  logo.

  From the list of changes, it could be lxc:
  446: lxc 2.0.0~rc2-0ubuntu2
  447: lxc 2.0.0~rc3-0ubuntu1

  Latest image with 2.0.0~rc4-0ubuntu1 doesn't boot either.

  lxc (2.0.0~rc3-0ubuntu1) xenial; urgency=medium

    * New upstream release (2.0.0~rc3)
  - Make the cgfs backend and cgns work without cgmanager
  - Manpage updates
  - Mark lxc-clone and lxc-start-ephemeral deprecated (still included)
    * Set --enable-deprecated so we still ship lxc-clone and lxc-start-ephemeral

  lxc (2.0.0~rc2-0ubuntu3) xenial; urgency=medium

    * Use versioned dependencies against the various binary packages.
    * Update lxc-templates to depend on lxc1 not lxc. (LP: #1549136)
    * Move the lxcfs recommends from lxc-templates to liblxc1.
    * Drop cgmanager, use the cgfs backend instead.
    * Have liblxc1 depend on systemd | cgroup-lite for cgfs backend.

  Device tarballs between 446 and 447 are the same.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1551150/+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 1464917] Re: reboot hangs at 'Reached target Shutdown'

2016-04-27 Thread Tőkés Attila
** Attachment added: "mem.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1464917/+attachment/4649398/+files/mem.txt

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

Title:
  reboot hangs at 'Reached target Shutdown'

Status in systemd:
  New
Status in systemd package in Ubuntu:
  Fix Released

Bug description:
  This bug is resolved.  Do not follow up to this bug.  Shutdown bugs
  are specific to the software installed and its configuration.  If you
  are experiencing a shutdown hang, please file a separate bug report
  and follow the debugging instructions described in the "Debugging
  boot/shutdown problems" section of
  /usr/share/doc/systemd/README.Debian.gz to check if there are any
  hanging jobs at shutdown. Capturing a screen photo of "journalctl -b"
  in the rescue shell might be enlightening.

  [Original report]
  I rebooted my 15.04 system, and found it hanging indefinitely at the plymouth 
shutdown screen.  Hitting esc to reveal the console showed a normal set of 
shutdown messages, ending with 'Reached target Shutdown' (paraphrased from 
memory).

  The system never rebooted on its own.  I had to use SysRq to finish
  the shutdown.


  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jun 13 11:53:10 2015
  InstallationDate: Installed on 2010-09-24 (1723 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  MachineType: LENOVO 2306CTO
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-20-generic 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to vivid on 2014-12-06 (189 days ago)
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET97WW (2.57 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2306CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET97WW(2.57):bd10/25/2013:svnLENOVO:pn2306CTO:pvrThinkPadX230:rvnLENOVO:rn2306CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2306CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/systemd/+bug/1464917/+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 1464917] Re: reboot hangs at 'Reached target Shutdown'

2016-04-27 Thread Tőkés Attila
This still happens in 16.04 LST! As it was described several times above
the shutdown process somehow blocks/gets in a deadlock when un-mounting
the swap partitions. I did not understood exactly what happens but the
recovery console clearly shows that the swap space is still on and
vailable and there are four .swap jobs "running" (although I have a
single swap partition).

PS: The "Fix Released" status suggest for me that some work was done to
fix this issue, which supposes that the issue was clearly understood.
This is obiviously not the case here.

** Attachment added: "jobs.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1464917/+attachment/4649397/+files/jobs.txt

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

Title:
  reboot hangs at 'Reached target Shutdown'

Status in systemd:
  New
Status in systemd package in Ubuntu:
  Fix Released

Bug description:
  This bug is resolved.  Do not follow up to this bug.  Shutdown bugs
  are specific to the software installed and its configuration.  If you
  are experiencing a shutdown hang, please file a separate bug report
  and follow the debugging instructions described in the "Debugging
  boot/shutdown problems" section of
  /usr/share/doc/systemd/README.Debian.gz to check if there are any
  hanging jobs at shutdown. Capturing a screen photo of "journalctl -b"
  in the rescue shell might be enlightening.

  [Original report]
  I rebooted my 15.04 system, and found it hanging indefinitely at the plymouth 
shutdown screen.  Hitting esc to reveal the console showed a normal set of 
shutdown messages, ending with 'Reached target Shutdown' (paraphrased from 
memory).

  The system never rebooted on its own.  I had to use SysRq to finish
  the shutdown.


  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jun 13 11:53:10 2015
  InstallationDate: Installed on 2010-09-24 (1723 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  MachineType: LENOVO 2306CTO
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-20-generic 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to vivid on 2014-12-06 (189 days ago)
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET97WW (2.57 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2306CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET97WW(2.57):bd10/25/2013:svnLENOVO:pn2306CTO:pvrThinkPadX230:rvnLENOVO:rn2306CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2306CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/systemd/+bug/1464917/+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 1575871] [NEW] Laptop often locked with black screen when re-opening lid

2016-04-27 Thread Alexander Karelas
Public bug reported:

I have a Dell Latitude E5520 (bought in 2012). Worked fine with Ubuntu
14.04 LTS.

Since installing Ubuntu 16.04, roughly half the times I close the lid,
the fan of the laptop keeps running the whole time, and in those cases
that the fan keeps running, if I open the lid, all I get is a black
screen, the fan keeps running, and the power LED is on.

If, when closing the lid, the fan stops, then when I open the lid I get
the normal "enter password to unlock" screen.

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Laptop often locked with black screen when re-opening lid

Status in pm-utils package in Ubuntu:
  New

Bug description:
  I have a Dell Latitude E5520 (bought in 2012). Worked fine with Ubuntu
  14.04 LTS.

  Since installing Ubuntu 16.04, roughly half the times I close the lid,
  the fan of the laptop keeps running the whole time, and in those cases
  that the fan keeps running, if I open the lid, all I get is a black
  screen, the fan keeps running, and the power LED is on.

  If, when closing the lid, the fan stops, then when I open the lid I
  get the normal "enter password to unlock" screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1575871/+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 1566028] Re: low battery notification does not honor proximity sensor

2016-04-27 Thread kevin gunn
@pat - i wonder if you could try this with your phone?
even on your phone in your pocket? 
just to see if we're dealing with something mechanical? or possibly a hw issue 
on your phone?

also was this krillin or arale?
 b/c on arale we've already confirmed an issue
bugs.launchpad.net/tangxi/+bug/1567572

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

Title:
  low battery notification does not honor proximity sensor

Status in Canonical System Image:
  Confirmed
Status in unity-system-compositor package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  per our "display blanking spec" we want all notifications to activate
  the proximity sensor & be obedient to it. This includes any dialogs
  that are initiated without user input.

  (from Pat) One example is I experienced the low battery notification
  which turned on the screen, ignoring proximity, and allowing
  subsequent touch events that lead to a locked device. I later
  reproduced this by covering the sensor completely and seeing that in
  fact the screen is always turned on.

  it's worth noting that all other notifications appear to obey the
  proximity sensor.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1566028/+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 1327412] Re: Delay during PXE Boot, IP-Config gives up

2016-04-27 Thread Guga
Thanks, Mathieu! I didn't get a chance to test this yet, but it's great
to see it may be now fixed for good. :-)

Could you assist us once more?

We've been trying to send the fix for this bug upstream, so that all
GNU/Linux distros can get the fixed versions. However, the original
mailing list for klibc seems... kinda flaky. It's not dead, but it seems
there's a lot of outside conversation before they do get patches.

By being (one of) the maintainer (s) of this package in Ubuntu, you
might have more contact / closeness with H. Peter Anvin or any other dev
who's involved with the upstream caretaking of klibc / klibc-utils.
Could you send your fixes upstream? I know I'm asking for even more work
regarding this, but it's a chance to have this fixed across all the
Linux habitat instead of only Ubuntu (maybe Debian?).

Thanks. :-)

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

Title:
  Delay during PXE Boot, IP-Config gives up

Status in klibc package in Ubuntu:
  Fix Released
Status in klibc source package in Trusty:
  In Progress
Status in klibc source package in Wily:
  In Progress
Status in klibc source package in Xenial:
  In Progress
Status in klibc package in Debian:
  New

Bug description:
  [Impact]
  PXE booting users with live images or other minimal setups using klibc-utils.

  [Test case]
  Attempt to PXE boot using Ubuntu live images; see below for details.

  [Regression potential]
  This forces the yiaddr (client requested/current IP) to be set to 0 when 
sending DHCP messages; currently the messages are DHCPREQUEST and DHCPDISCOVER, 
which should typically only happen when there is no IP set on the device and it 
is otherwise unable to receive unicast (on account of not being configured). 
Should there be a need to send other messages which would require setting the 
yiaddr value to the current configured IP address, a naive change would break. 
The yiaddr variable would need to be adjusted to pull value from a new 
location, or initialized directly by the callers to dhcp_send() where the 
business logic would reside.

  ---

  Attempting to PXE boot both the 12.04.3 and 14.04 Live images.   PXE
  boot works normally (PXE Menu, select desired image, image begins
  loading), then the boot process hangs while IP-Config attempts to get
  an IP address:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 2 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 3 secs - giving up

  These lines appear very quickly (5 seconds has NOT elapsed), after
  about a minute, we get this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 4 secs - giving up

  Some time later, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 6 secs - giving up

  Until finally, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 9 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: eth0 guessed broadcast address 172.25.11.31
  IP-Config: eth0 complete (dhcp from 172.25.10.20):
  (snip)

  While watching the DHCP server logs, Ubuntu is either not sending a
  DHCP Discover at times, or is not replying back with a DHCPRequest
  during these sessions, presumably ignoring an response from the DHCP
  server.  From the initial booting of the system via PXE, to when
  Ubuntu finally shows the desktop, almost 12 minutes will have elapsed.

  I am seeing this same behavior on both 12.04.3 and 14.04.  After
  finding a number of similar erros via Google and no real resolution, I
  have opened this bug.

  The system experiencing this issue has multiple ethernet interfaces
  (actual HW, not a VM), some Google found solutions suggest hard coding
  DEVICE=eth0 in /etc/initramfs-tools/initramfs.conf, however this isn't
  acceptable as a system attempting to PXE boot may be using an
  alternate port for the network.

  I have found what looks to be a very similar bug filed for Debian,
  #584583, which also contains a patch for this issue (under Debian).

  I have no problems in PXE booting to various Windows, RedHat, Centos,
  or Fedora OSs.  Ubuntu is the only Live OS that I'm attempting to boot
  at present.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.2
  Pr

[Touch-packages] [Bug 1575861] [NEW] text and icons sometimes dissapear

2016-04-27 Thread smurfendrek
Public bug reported:

Icons and things in the dropdown settings sometime dissapear, (see screenshot) 
http://imgur.com/a/splET
I have also had the button to view all applications dissapear (circled in red 
on second screenshot) The dropdown notification center with the calendar also 
sometimes has the calendar missing. This often happens after waking up from 
sleep and can be fixed by pressing alt+f2 and typing r

I don't know whether or not this is a xorg bug or a gnome bug.

16.04 lts ubuntu gnome

xorg version:
Installed: 1:7.7+13ubuntu3
  Candidate: 1:7.7+13ubuntu3
  Version table:
 *** 1:7.7+13ubuntu3 500
500 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: GNOME
Date: Wed Apr 27 20:05:50 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Toshiba America Info Systems Haswell-ULT Integrated Graphics 
Controller [1179:f840]
InstallationDate: Installed on 2016-04-22 (4 days ago)
InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 
(20160421)
Lsusb:
 Bus 001 Device 002: ID 8087:8000 Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 002 Device 002: ID 04f2:b446 Chicony Electronics Co., Ltd 
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: TOSHIBA SATELLITE C55-C
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=/dev/mapper/gnome-gnomeroot ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/10/2015
dmi.bios.vendor: INSYDE Corp.
dmi.bios.version: 1.40
dmi.board.name: Type2 - Board Product Name1
dmi.board.vendor: Type2 - Board Vendor Name1
dmi.board.version: Type2 - Board Version
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: OEM Chassis ManuFacturer
dmi.chassis.version: OEM Chassis Version
dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.40:bd06/10/2015:svnTOSHIBA:pnSATELLITEC55-C:pvrPSCPAE-008003BT:rvnType2-BoardVendorName1:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnOEMChassisManuFacturer:ct10:cvrOEMChassisVersion:
dmi.product.name: SATELLITE C55-C
dmi.product.version: PSCPAE-008003BT
dmi.sys.vendor: TOSHIBA
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2

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


** Tags: amd64 apport-bug ubuntu xenial

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

Title:
  text and icons sometimes dissapear

Status in xorg package in Ubuntu:
  New

Bug description:
  Icons and things in the dropdown settings sometime dissapear, (see 
screenshot) http://imgur.com/a/splET
  I have also had the button to view all applications dissapear (circled in red 
on second screenshot) The dropdown notification center with the calendar also 
sometimes has the calendar missing. This often happens after waking up from 
sleep and can be fixed by pressing alt+f2 and typing r

  I don't know whether or not this is a xorg bug or a gnome bug.

  16.04 lts ubuntu gnome

  xorg version:
  Installed: 1:7.7+13ubuntu3
Candidate: 1:7.7+13ubuntu3
Version table:
   *** 1:7.7+13ubuntu3 500
  500 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: 

[Touch-packages] [Bug 1559308] Re: Plugging HDMI screen in causes system hang

2016-04-27 Thread Jonathan Hartley
If I have an external monitor, then I get a crash when when I move my
mouse cursor on to the primary (laptop) display. I get the same
traceback in my syslog as that posted above by @shinyblue.

My graphics card is the integrated Intel HD Graphics 520 Mobile, i5
6200U, using driver i915_bpo.

My whole system crashes, not just X - I cannot ctrl-alt-f1 to get to
virtual terminals. I have to hold down the power button to recover.

During login, both displays work fine. If I keep my mouse cursor on the
external monitor, everything is fine. With no external monitor,
everything is fine.

This just started when I upgraded to Ubuntu 16.04. On 15.10, everything
was fine.

Lenovo Thinkpad T460, Ubu Intel HD Graphics 520 Mobile, i5 6200U, driver
i915_bpo, Ubuntu 16.04.

There are a few people with the same problem here:
http://askubuntu.com/questions/762373/laptop-freezes-after-connecting-
external-monitor-since-16-04-update

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

Title:
  Plugging HDMI screen in causes system hang

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  I have a 4K UHD laptop screen and am running Ubuntu Gnome 16.04 Beta1
  using 4.4.0-13-generic and the Nouveau drivers.

  If I plug in an external HDMI monitor (FHD) either into either HDMI
  port (there's one on the machine and there's one available via a usb
  3.1 extra adaptor) then the whole system hangs, completely
  unresponsive and needing a hard reboot. Before hanging the 2nd display
  gets an image as expected, but the laptop's screen flashes randomly,
  sometimes you see weird artifacts. Then the hang comes.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-13.29-generic 4.4.5
  Uname: Linux 4.4.0-13-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Fri Mar 18 20:43:42 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Skylake Integrated Graphics [8086:191b] (rev 06) (prog-if 
00 [VGA controller])
 Subsystem: Dell Skylake Integrated Graphics [1028:06e4]
 Subsystem: Dell GM107M [GeForce GTX 960M] [1028:06e4]
  InstallationDate: Installed on 2016-03-15 (3 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160225.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f3:21d5 Elan Microelectronics Corp. 
   Bus 001 Device 002: ID 0a5c:6410 Broadcom Corp. 
   Bus 001 Device 004: ID 0c45:6713 Microdia 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 15 9550
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-13-generic.efi.signed 
root=UUID=b026feed-8801-44f4-9f3f-c245f4a1f25e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.01.19
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.01.19:bd01/25/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.1-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160218-1ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Fri Mar 18 17:28:07 2016
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   Unknown chipset: NV117
   SynPS/2 Synaptics TouchPad: Read error 19
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5182 
   vendor SHP
  xserver.version: 2:1.18.1-1ubuntu4

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

-- 
Mailing list: https://launchpad.net/

Re: [Touch-packages] [Bug 1575644] Re: resolvconf doesn't create the correct /etc/resolv.conf file when static IP addresses are used

2016-04-27 Thread msp3k
No, it does not work when dnsmasq is installed.  At least, not 
reliably.  I discovered this when apache2 started ignoring the 
configuration for my virtual hosts because it couldn't resolve the 
virtual host names.  I could reach some hosts, like archive.ubuntu.com 
for instance whenever I did an apt-get update, or I would have noticed 
it right away.

Michael

On 04/27/2016 01:59 PM, Thomas Hood wrote:
> Everything looks correct. Does name service work both when dnsmasq is
> installed and when it is not installed? If so then there is no problem.
>

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

Title:
  resolvconf doesn't create the correct /etc/resolv.conf file when
  static IP addresses are used

Status in resolvconf package in Ubuntu:
  Incomplete

Bug description:
  By default, when installing ubuntu-desktop (and when installing some
  other packages as well), apt will also install dnsmasq as a
  dependency.  When dnsmasq is installed, and static IP addresses are
  used, resolv.conf creates a nearly empty /etc/resolv.conf file.  The
  file only contains entries for localhost and the search domain.  If
  static IP addresses are defined in /etc/network/interfaces, then
  shouldn't those DNS servers should be included in /etc/resolv.conf
  regardless of the presence of dnsmasq?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: resolvconf 1.78ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Wed Apr 27 08:34:24 2016
  InstallationDate: Installed on 2016-04-26 (0 days ago)
  InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
  PackageArchitecture: all
  SourcePackage: resolvconf
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1575644/+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 1575854] [NEW] videos have offset when connected to an external screen

2016-04-27 Thread Jonas
Public bug reported:

On Bq M10 with OTA 10.1:
Watch a video on youtube/vimeo/dailymotion etc in fullscreen with the ubuntu 
webbrowser, when the M10 is connected to an external display over hdmi. On top 
of the video is a black bar, the controllelements at the bottom are not 
visible, so the whole video theems to be shifted down.

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

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

Title:
  videos have offset when connected to an external screen

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  On Bq M10 with OTA 10.1:
  Watch a video on youtube/vimeo/dailymotion etc in fullscreen with the ubuntu 
webbrowser, when the M10 is connected to an external display over hdmi. On top 
of the video is a black bar, the controllelements at the bottom are not 
visible, so the whole video theems to be shifted down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1575854/+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 1575644] Re: resolvconf doesn't create the correct /etc/resolv.conf file when static IP addresses are used

2016-04-27 Thread msp3k
Ah, I understand now.  Sorry.

Michael


On 04/27/2016 12:42 PM, Thomas Hood wrote:
> The answer to the question "shouldn't those DNS servers should be
> included in /etc/resolv.conf regardless of the presence of dnsmasq?" is
> "no". Resolvconf doesn't list any nameserver addresses after any
> loopback address, unless
> TRUNCATE_NAMESERVER_LIST_AFTER_LOOPBACK_ADDRESS=no in
> /etc/default/resolvconf.
>

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

Title:
  resolvconf doesn't create the correct /etc/resolv.conf file when
  static IP addresses are used

Status in resolvconf package in Ubuntu:
  Incomplete

Bug description:
  By default, when installing ubuntu-desktop (and when installing some
  other packages as well), apt will also install dnsmasq as a
  dependency.  When dnsmasq is installed, and static IP addresses are
  used, resolv.conf creates a nearly empty /etc/resolv.conf file.  The
  file only contains entries for localhost and the search domain.  If
  static IP addresses are defined in /etc/network/interfaces, then
  shouldn't those DNS servers should be included in /etc/resolv.conf
  regardless of the presence of dnsmasq?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: resolvconf 1.78ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Wed Apr 27 08:34:24 2016
  InstallationDate: Installed on 2016-04-26 (0 days ago)
  InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
  PackageArchitecture: all
  SourcePackage: resolvconf
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1575644/+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 1553147] Re: xenial preseed cannot set keyboard layout

2016-04-27 Thread Mathieu Trudel-Lapierre
Yeah, I fixed this prior to the release via some other bug and missed
circling back to here to close this one too. I expect this works
correctly now, could you please confirm?

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

Title:
  xenial preseed cannot set keyboard layout

Status in console-setup package in Ubuntu:
  Incomplete

Bug description:
  Using network booted preseed with the following lines to configure
  keyboard layout:

  d-i console-setup/ask_detect false
  d-i keyboard-configuration/layoutcode string de
  d-i keyboard-configuration/layout select German
  d-i keyboard-configuration/modelcode string pc105

  System comes up with US keyboard only (see screenshot).

  Content of /etc/default/keyboard:
  XKBMODEL="pc105"
  XKBLAYOUT=""
  XKBVARIANT=""
  XKBOPTIONS=""
  BACKSPACE="guess"

  Content of /etc/default/console-setup:
  ACTIVE_CONSOLES="/dev/tty[1-6]"
  CHARMAP="UTF-8"
  CODESET="guess"
  FONTFACE="Fixed"
  FONTSIZE="8x16"
  VIDEOMODE=

  The same preseed file works on wily and successfully configures a
  German keyboard layout.

  The full preseed file can be found at
  https://github.com/jschule/ubuntu/blob/gh-pages/preseed/jts.txt

  Please advice how to set German keyboard layout with preseed
  installation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1553147/+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 1575604] Re: Fast repeated scrolling with a finger changes direction of the scrolling

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

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Confirmed

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

Title:
  Fast repeated scrolling with a finger changes direction of the
  scrolling

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  When scrolling on a page with repeated gestures with the finger on the
  screen, it often changes the direction of the scrolling and scrolls
  super fast.  So if I am far down on a page and scrolls a few times
  with  the finger, it suddenly start to scroll upwards super fast to
  the top.

  It seems like it happens if it lags while scrolling and it misses part
  of the gesture.

  Experienced on an M10 with OTA-10.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1575604/+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 1575128] Re: unity dialogues split between 2 monitors

2016-04-27 Thread Jamison Phillips
Yes.

Additional info: 
-The "Detect Displays" button in the "Displays" window shows "Built-in Display" 
and "Samsung Electric Company 27" both in the top-left corner of the left 
monitor, overlapping each other.
-I, if I remember correctly, if I do not use xrandr to nullify the panning, 
that is if I use the Display window for setting the displays, the left most 
monitor incorrectly pans to the right when the mouse reaches the right monitor 
space. So the left most monitor acts like it has both monitors' display space.

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

Title:
  unity dialogues split between 2 monitors

Status in gtk+3.0 package in Ubuntu:
  New
Status in unity package in Ubuntu:
  Incomplete
Status in xorg package in Ubuntu:
  New

Bug description:
  Since upgrading from Ubuntu 15.10 to 16.04, Unity is now shown across
  both my monitors in a hard to use manner: unity dialogues, such as the
  log-out and shutdown popups, are displayed centered between both
  monitors, so the left half is on one monitor, and the right half on
  another. Also, the unity top panel indicators and clock used to be on
  both monitors, but are now only on the right monitor.

  More info since it is likely relevant:
  I have a Dell laptop with an NVidia Prime GPU and Intel built-in GPU. This 
laptop has always been trouble configuring for dual monitors. The 
nvidia-settings controls only shows one monitor, though it is supposed to show 
two. I have never been able to get a working xorg.conf for the two monitors, 
despited 2 days of trying (and I am a software developer well versed in reading 
docs). The instructions in the nvidia docs simply don't work as stated for this 
hardware (Dell XPS 17 L702X). Purging all graphics settings doesn't help. 
Upgrading to a newer nvidia driver didn't help (I've tried the latest official 
nvidia package as well as one newer). As a result, I've been using an xrandr 
command and compiz  display settings since Ubuntu 15.10. This worked perfectly 
in 15.10. But, as stated, the unity top panel and dialogues are not working 
properly in 16.04.

  I tried Nvidia 361.42 and 364.19 from the PPA at
  http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu.

  The xrandr command in use is:
  xrandr --fb 3520x1080 --output HDMI-0 --preferred --primary --mode 1920x1080 
--pos 0x0 --panning 3520x1080+0+0/3520x1080+0+0/0/0/-3520/0 --output LVDS-1 
--mode 1600x900 --pos 1920x180 --panning 0x0

  (I know the fb sets up a wide virtual screen, but as stated, in 15.10,
  that worked perfectly for unity)

  In compiz display settings I have the following "Outputs" set:
  1920x1080+0+0
  1600x900+1920+180

  It would appear in 16.04, Unity ignores the compiz outputs whereas in
  15.10 it does not. But that's just a guess.

  Sorry I cannot get a screenshot of the dialogues. They seem to block
  Ubuntu's screenshot program due to their modal nature.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  364.19  Tue Apr 19 14:44:55 
PDT 2016
   GCC version:  gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-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 Apr 26 07:01:26 2016
  DistUpgraded: 2016-04-25 10:00:42,012 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.2.0-35-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-21-generic, x86_64: installed
   nvidia-364, 364.19, 4.4.0-21-generic, x86_64: installed
   vboxhost, 5.0.18, 4.2.0-35-generic, x86_64: installed
   vboxhost, 5.0.18, 4.4.0-21-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics 
Controller [1028:0571]
   NVIDIA Corporation GF116M [GeForce GT 550M] [10de:1246] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Dell GF116M [GeForce GT 550M] [1028:0571]
  InstallationDate: Installed on 2016-03-22 (35 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release a

  1   2   3   >