[Desktop-packages] [Bug 1463072] Re: highlighting on left mouse double click ends at : (colon)

2020-06-08 Thread Scott Moser
this worked for me to set all profiles as I wanted in 20.04

$ val='@ms "-,:.;/?%&#_=+@~·"'
$ profids=$(dconf list /org/gnome/terminal/legacy/profiles:/ | grep -v ^list$)
$ for profid in $profids; do dconf write 
/org/gnome/terminal/legacy/profiles:/${profid%/}/word-char-exceptions "$val"; 
done

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1463072

Title:
  highlighting on left mouse double click ends at : (colon)

Status in GNOME Terminal:
  Invalid
Status in gnome-terminal package in Ubuntu:
  Won't Fix
Status in gnome-terminal package in Fedora:
  Confirmed

Bug description:
  I'm not perfectly sure when this regression occurred. I know that
  3.14.2-0ubuntu4 did not have the issue, and that 3.16.2-1ubuntu1 does.

  Its terribly annoying when copy and pasting links.

  I'm not sure how this works or where the change occurred.
  When i double click on a url (http://example.com/path)
  its selection stops at the ':'.  This means i keep pasting people urls that 
look like /paste.ubuntu.com/11591324/ rather than 
http://paste.ubuntu.com/11591324/ .

  Note, mouse over the url *does* underline the whole url.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gnome-terminal 3.16.2-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jun  8 11:11:02 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-02 (156 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150101)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1463072] Re: highlighting on left mouse double click ends at : (colon)

2019-01-10 Thread Scott Moser
For my reference later.
The 'dconf read' with ':list' syntax has changed, so the comments above don't 
work in 18.04.

Updated, this worked for me:

$ dconf list /org/gnome/terminal/legacy/profiles:/
:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/

$ dconf write
/org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9
/word-char-exceptions '@ms "-=&#:/.?@+~_%;"'

For a copy and paste single line, that'd look like this:

$ for profid in $(dconf list /org/gnome/terminal/legacy/profiles:/); do
dconf write /org/gnome/terminal/legacy/profiles:/${profid%/}/word-char-
exceptions ; done

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1463072

Title:
  highlighting on left mouse double click ends at : (colon)

Status in GNOME Terminal:
  Invalid
Status in gnome-terminal package in Ubuntu:
  Won't Fix
Status in gnome-terminal package in Fedora:
  Confirmed

Bug description:
  I'm not perfectly sure when this regression occurred. I know that
  3.14.2-0ubuntu4 did not have the issue, and that 3.16.2-1ubuntu1 does.

  Its terribly annoying when copy and pasting links.

  I'm not sure how this works or where the change occurred.
  When i double click on a url (http://example.com/path)
  its selection stops at the ':'.  This means i keep pasting people urls that 
look like /paste.ubuntu.com/11591324/ rather than 
http://paste.ubuntu.com/11591324/ .

  Note, mouse over the url *does* underline the whole url.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gnome-terminal 3.16.2-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jun  8 11:11:02 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-02 (156 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150101)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1797120] Re: window menu does not include 'always on visible workspace'

2018-12-07 Thread Scott Moser
Well, I think I found out what was happening.

In gnome-tweaks I had somehow gotten 'Workspaces' -> 'Display Handling'
set to 'Workspaces on primary display only'.

So what happened was that there was only a single workspace on the
"second" head and thus no need for "always on visible workspace".

I'm going to close this as 'Invalid'.


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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1797120

Title:
  window menu does not include 'always on visible workspace'

Status in mutter package in Ubuntu:
  Invalid

Bug description:
  I filed bug 1795410 a few weeks ago complaining that the 'alt space'
  didn't bring up the window menu.  That is now fixed (seemingly likely
  with mutter 3.3.0-6).

  However, the window menu that does come up does not have an entry for
  'Always on visible workspace' as it used to.

  You can still create a custom shortcut in the gnome-control-center to
  toggle this, but that is not as useful or discoverable as in the
  window menu.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: mutter 3.30.1-1
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 10 09:21:40 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (1175 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: mutter
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1797120] Re: window menu does not include 'always on visible workspace'

2018-11-05 Thread Scott Moser
I just now realized that this issue only occurs when the window is on my 
"second" monitor.
If move the window to the primary display then the window menu has
  Minimize, Maximize,  Move, Resize, Always on Top, Always on Visible 
Workspace, Move Workspace Down, Move to Monitor Right, Close

But on the second monitor (the one the right) the 'Always on Visible
Workspace' option is missing.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1797120

Title:
  window menu does not include 'always on visible workspace'

Status in mutter package in Ubuntu:
  New

Bug description:
  I filed bug 1795410 a few weeks ago complaining that the 'alt space'
  didn't bring up the window menu.  That is now fixed (seemingly likely
  with mutter 3.3.0-6).

  However, the window menu that does come up does not have an entry for
  'Always on visible workspace' as it used to.

  You can still create a custom shortcut in the gnome-control-center to
  toggle this, but that is not as useful or discoverable as in the
  window menu.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: mutter 3.30.1-1
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 10 09:21:40 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (1175 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: mutter
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1797120] [NEW] window menu does not include 'always on visible workspace'

2018-10-10 Thread Scott Moser
Public bug reported:

I filed bug 1795410 a few weeks ago complaining that the 'alt space'
didn't bring up the window menu.  That is now fixed (seemingly likely
with mutter 3.3.0-6).

However, the window menu that does come up does not have an entry for
'Always on visible workspace' as it used to.

You can still create a custom shortcut in the gnome-control-center to
toggle this, but that is not as useful or discoverable as in the window
menu.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: mutter 3.30.1-1
ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
Uname: Linux 4.18.0-8-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.10-0ubuntu11
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Oct 10 09:21:40 2018
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-07-23 (1175 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mutter
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1797120

Title:
  window menu does not include 'always on visible workspace'

Status in mutter package in Ubuntu:
  New

Bug description:
  I filed bug 1795410 a few weeks ago complaining that the 'alt space'
  didn't bring up the window menu.  That is now fixed (seemingly likely
  with mutter 3.3.0-6).

  However, the window menu that does come up does not have an entry for
  'Always on visible workspace' as it used to.

  You can still create a custom shortcut in the gnome-control-center to
  toggle this, but that is not as useful or discoverable as in the
  window menu.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: mutter 3.30.1-1
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 10 09:21:40 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (1175 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: mutter
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1795410] Re: cannot bring up window menu via keybinding (alt-space or otherwise)

2018-10-10 Thread Scott Moser
Well, after an upgrade and reboot (including mutter 3.30.1-1), 'alt
space' now works to bring up the m enu.

However, there is no 'Always on visible workspace' option.

So I will close this bug as 'fix released' and I have opened bug
1797120.


** Changed in: mutter (Ubuntu)
   Status: New => Fix Released

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1795410

Title:
  cannot bring up window menu via keybinding (alt-space or otherwise)

Status in mutter package in Ubuntu:
  Fix Released

Bug description:
  I'm accustomed to hitting 'alt-space' to 'Activate the window menu'
  where there are options like 'Always on Top' or 'Always on visible
  workspace'.

  After an upgrade today I can no longer bring up that menu.

  Alt-space simply does nothing. Configuring the keyboard shortcut in
  gnome-control-center to another shortcut has no effect.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: ubuntu-desktop 1.424
  ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
  Uname: Linux 4.18.0-7-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Oct  1 10:13:53 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (1166 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-meta
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1795410] Re: cannot bring up window menu via keybinding (alt-space or otherwise)

2018-10-01 Thread Scott Moser
As a work around, I just configured some short cut (super w) to 'Toggle
window on all workspaces or one' in the gnome-control-center and that
seems to function.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1795410

Title:
  cannot bring up window menu via keybinding (alt-space or otherwise)

Status in mutter package in Ubuntu:
  New

Bug description:
  I'm accustomed to hitting 'alt-space' to 'Activate the window menu'
  where there are options like 'Always on Top' or 'Always on visible
  workspace'.

  After an upgrade today I can no longer bring up that menu.

  Alt-space simply does nothing. Configuring the keyboard shortcut in
  gnome-control-center to another shortcut has no effect.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: ubuntu-desktop 1.424
  ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
  Uname: Linux 4.18.0-7-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Oct  1 10:13:53 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (1166 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-meta
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2018-06-01 Thread Scott Moser
** Description changed:

  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows removing
  the suid bit.
  
  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.
  
  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags
  
  Related Bugs:
   * bug 1382632: horizon insecure key file permissions
   * bug 1386237: tar strange behavior with --acl and xattr
   * bug 1313550: ping broken (xattrs lost in tar extraction)
+  * bug 1302192: capabilities not preserved on installation

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1313550

Title:
  ping does not work as a normal user on trusty tarball cloud images.

Status in curtin:
  Fix Released
Status in MAAS:
  Fix Released
Status in curtin package in Ubuntu:
  Fix Released
Status in iputils package in Ubuntu:
  Fix Released
Status in maas package in Ubuntu:
  Fix Released
Status in tar package in Ubuntu:
  Fix Released
Status in tar source package in Precise:
  Confirmed
Status in maas source package in Saucy:
  Won't Fix
Status in tar source package in Saucy:
  Won't Fix
Status in curtin source package in Trusty:
  Fix Released
Status in maas source package in Trusty:
  Fix Released
Status in tar source package in Trusty:
  Fix Released
Status in maas source package in Vivid:
  Won't Fix
Status in maas source package in Wily:
  Fix Released

Bug description:
  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows
  removing the suid bit.

  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.

  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags

  Related Bugs:
   * bug 1382632: horizon insecure key file permissions
   * bug 1386237: tar strange behavior with --acl and xattr
   * bug 1313550: ping broken (xattrs lost in tar extraction)
   * bug 1302192: capabilities not preserved on installation

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

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


[Desktop-packages] [Bug 1302192] Re: capabilities not preserved on installation

2018-06-01 Thread Scott Moser
** Description changed:

  Ping is not longer setuid root and I have to ping as root:
  
  [~]$ ping kubuntu.org
  ping: icmp open socket: Operation not permitted
  [~]$ sudo ping kubuntu.org
  PING kubuntu.org (91.189.94.156) 56(84) bytes of data.
  64 bytes from vostok.canonical.com (91.189.94.156): icmp_seq=1 ttl=51 
time=52.2 ms
  --- kubuntu.org ping statistics ---
  1 packets transmitted, 1 received, 0% packet loss, time 0ms
  rtt min/avg/max/mdev = 52.231/52.231/52.231/0.000 ms
  [~]$
+ 
+ Related bugs:
+  bug 1313550: ping does not work as a normal user on trusty tarball cloud 
images.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1302192

Title:
  capabilities not preserved on installation

Status in attr package in Ubuntu:
  Fix Released
Status in iputils package in Ubuntu:
  Confirmed
Status in live-installer package in Ubuntu:
  Fix Released
Status in ubiquity package in Ubuntu:
  Fix Released
Status in attr source package in Trusty:
  Fix Released
Status in iputils source package in Trusty:
  Confirmed
Status in live-installer source package in Trusty:
  Fix Released
Status in ubiquity source package in Trusty:
  Fix Released

Bug description:
  Ping is not longer setuid root and I have to ping as root:

  [~]$ ping kubuntu.org
  ping: icmp open socket: Operation not permitted
  [~]$ sudo ping kubuntu.org
  PING kubuntu.org (91.189.94.156) 56(84) bytes of data.
  64 bytes from vostok.canonical.com (91.189.94.156): icmp_seq=1 ttl=51 
time=52.2 ms
  --- kubuntu.org ping statistics ---
  1 packets transmitted, 1 received, 0% packet loss, time 0ms
  rtt min/avg/max/mdev = 52.231/52.231/52.231/0.000 ms
  [~]$

  Related bugs:
   bug 1313550: ping does not work as a normal user on trusty tarball cloud 
images.

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

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


[Desktop-packages] [Bug 1604819] Re: screen goes completely black during usage then comes back

2018-04-13 Thread Scott Moser
marked this fix-released.
I dont see the problem any more.
It is possible it still affects 4.4 series, but bionic is fine for sure.

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1604819

Title:
  screen goes completely black during usage then comes back

Status in linux package in Ubuntu:
  Fix Released
Status in xorg-server package in Ubuntu:
  Opinion

Bug description:
  Hi,
  just upgraded and rebooted (been quite a while since I rebooted so lots of 
things probably changed in the mix).

  The system initially logged in and my screen layout was lost (instead
  ie, the monitor on the left was on the right).  I changed that back,
  logged out and back in.

  Now, occasionally and seemingly randomly the larger display goes black for 
1-2 seconds during usage.
  It often occurs when switching desktops via hotkeys, but sometimes at other 
random points.

  After playing a bit, I'm pretty sure the reason is that I'm getting
  the vesa driver instead of the intel one.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.2-0ubuntu1
  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 Jul 20 09:26:52 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 6000 [8086:1626] (rev 09) (prog-if 00 [VGA 
controller])
     Subsystem: Intel Corporation HD Graphics 6000 [8086:2057]
  InstallationDate: Installed on 2015-07-23 (363 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  version.compiz: compiz 1:0.9.13.0+16.10.20160714.2-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.68-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.1-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  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+git20160706-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
  xserver.bootTime: Wed Jul 20 09:18:57 2016
  xserver.configfile: default
  xserver.errors:
   modeset(0): failed to set mode: Invalid argument
   modeset(0): failed to set mode: Invalid argument
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-1ubuntu1
  xserver.video_driver: modeset

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

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


[Desktop-packages] [Bug 1751797] Re: NetworkManager incorrectly uses resolved' route-only DNS setting, resulting in dns resolution only working for domains in 'search'.

2018-03-15 Thread Scott Moser
** Changed in: network-manager (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  NetworkManager incorrectly uses resolved' route-only DNS setting,
  resulting in dns resolution only working for domains in 'search'.

Status in network-manager package in Ubuntu:
  Fix Committed
Status in systemd package in Ubuntu:
  Invalid

Bug description:
  After reboot, dns was broken.
  This is a very simple Network Manager managed interface that has dhcp.

  $ nmcli device show enp0s25  | pastebinit
  http://paste.ubuntu.com/p/sMVTdrMBxJ/

  
  I've attached systemd-resolve --status output.

  In order to file the bug I just modified /etc/resolv.conf to put the
  dns server in directly.

  Other information, it seems like it just will only look for dns under
  my search domains from the dhcp server:

  $ systemd-resolve home.mosers.us
  home.mosers.us: 23.28.108.176

  -- Information acquired via protocol DNS in 1.5ms.
  -- Data is authenticated: no

  $ systemd-resolve google.com
  google.com: resolve call failed: No appropriate name servers or networks for 
name found

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: systemd 237-3ubuntu3
  ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
  Uname: Linux 4.13.0-32-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Feb 26 09:35:32 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (949 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  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.13.0-32-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=1
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation

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

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


[Desktop-packages] [Bug 1751797] Re: dns resolution only works for domains in 'search'.

2018-03-15 Thread Scott Moser
connection.id:  System Ethernet
connection.uuid:72c7fac3-c017-4b76-9954-b4fb08262376
connection.stable-id:   --
connection.type:802-3-ethernet
connection.interface-name:  --
connection.autoconnect: yes
connection.autoconnect-priority:0
connection.autoconnect-retries: -1 (default)
connection.auth-retries:-1
connection.timestamp:   1521122033
connection.read-only:   no
connection.permissions: --
connection.zone:--
connection.master:  --
connection.slave-type:  --
connection.autoconnect-slaves:  -1 (default)
connection.secondaries: --
connection.gateway-ping-timeout:0
connection.metered: unknown
connection.lldp:default
802-3-ethernet.port:--
802-3-ethernet.speed:   0
802-3-ethernet.duplex:  --
802-3-ethernet.auto-negotiate:  no
802-3-ethernet.mac-address: --
802-3-ethernet.cloned-mac-address:  --
802-3-ethernet.generate-mac-address-mask:--
802-3-ethernet.mac-address-blacklist:   --
802-3-ethernet.mtu: auto
802-3-ethernet.s390-subchannels:--
802-3-ethernet.s390-nettype:--
802-3-ethernet.s390-options:--
802-3-ethernet.wake-on-lan: default
802-3-ethernet.wake-on-lan-password:--
ipv4.method:auto
ipv4.dns:   --
ipv4.dns-search:--
ipv4.dns-options:   ""
ipv4.dns-priority:  0
ipv4.addresses: --
ipv4.gateway:   --
ipv4.routes:--
ipv4.route-metric:  -1
ipv4.route-table:   0 (unspec)
ipv4.ignore-auto-routes:no
ipv4.ignore-auto-dns:   no
ipv4.dhcp-client-id:--
ipv4.dhcp-timeout:  0 (default)
ipv4.dhcp-send-hostname:yes
ipv4.dhcp-hostname: --
ipv4.dhcp-fqdn: --
ipv4.never-default: no
ipv4.may-fail:  yes
ipv4.dad-timeout:   -1 (default)
ipv6.method:auto
ipv6.dns:   --
ipv6.dns-search:--
ipv6.dns-options:   ""
ipv6.dns-priority:  0
ipv6.addresses: --
ipv6.gateway:   --
ipv6.routes:--
ipv6.route-metric:  -1
ipv6.route-table:   0 (unspec)
ipv6.ignore-auto-routes:no
ipv6.ignore-auto-dns:   no
ipv6.never-default: no
ipv6.may-fail:  yes
ipv6.ip6-privacy:   -1 (unknown)
ipv6.addr-gen-mode: stable-privacy
ipv6.dhcp-send-hostname:yes
ipv6.dhcp-hostname: --
ipv6.token: --
proxy.method:   none
proxy.browser-only: no
proxy.pac-url:  --
proxy.pac-script:   --
GENERAL.NAME:   System Ethernet
GENERAL.UUID:   72c7fac3-c017-4b76-9954-b4fb08262376
GENERAL.DEVICES:enp0s25
GENERAL.STATE:  activated
GENERAL.DEFAULT:yes
GENERAL.DEFAULT6:   no
GENERAL.SPEC-OBJECT:--
GENERAL.VPN:no
GENERAL.DBUS-PATH:  
/org/freedesktop/NetworkManager/ActiveConnection/1
GENERAL.CON-PATH:   
/org/freedesktop/NetworkManager/Settings/1
GENERAL.ZONE:   --
GENERAL.MASTER-PATH:--
IP4.ADDRESS[1]: 10.7.2.103/16
IP4.GATEWAY:10.7.0.1
IP4.ROUTE[1]:   dst = 0.0.0.0/0, nh = 10.7.0.1, mt = 100
IP4.ROUTE[2]:   dst = 10.7.0.0/16, nh = 0.0.0.0, mt = 
100
IP4.ROUTE[3]:   dst = 169.254.0.0/16, nh = 0.0.0.0, mt 
= 1000
IP4.DNS[1]: 10.7.0.1
IP4.DOMAIN[1]:  mydomain.com
DHCP4.OPTION[1]:requested_subnet_mask = 1
DHCP4.OPTION[2]:
requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[3]:subnet_mask = 255.255.0.0
DHCP4.OPTION[4]:domain_name_servers = 10.7.0.1
DHCP4.OPTION[5]:ip_address = 10.7.2.103
DHCP4.OPTION[6]:file

[Desktop-packages] [Bug 1751797] Re: dns resolution only works for domains in 'search'.

2018-03-15 Thread Scott Moser
$ systemd-resolve --status enp0s25
Link 2 (enp0s25)
  Current Scopes: DNS
   LLMNR setting: yes
MulticastDNS setting: no
  DNSSEC setting: no
DNSSEC supported: no
 DNS Servers: 10.7.0.1
  fdfd::::1
  DNS Domain: ~mydomain.com

$ cat 
/var/lib/NetworkManager/dhclient-72c7fac3-c017-4b76-9954-b4fb08262376-enp0s25.lease
 
lease {
  interface "enp0s25";
  fixed-address 10.7.2.103;
  filename "pxelinux.0";
  option subnet-mask 255.255.0.0;
  option dhcp-lease-time 43200;
  option routers 10.7.0.1;
  option dhcp-message-type 5;
  option dhcp-server-identifier 10.7.0.1;
  option domain-name-servers 10.7.0.1;
  option dhcp-renewal-time 21600;
  option dhcp-rebinding-time 37800;
  option broadcast-address 10.7.255.255;
  option host-name "milhouse-eth0";
  option domain-name "mydomain.com";
  renew 4 2018/03/15 18:51:36;
  rebind 4 2018/03/15 23:41:37;
  expire 5 2018/03/16 01:11:37;
}
lease {
  interface "enp0s25";
  fixed-address 10.7.2.103;
  filename "pxelinux.0";
  option subnet-mask 255.255.0.0;
  option routers 10.7.0.1;
  option dhcp-lease-time 43200;
  option dhcp-message-type 5;
  option domain-name-servers 10.7.0.1;
  option dhcp-server-identifier 10.7.0.1;
  option dhcp-renewal-time 21600;
  option broadcast-address 10.7.255.255;
  option dhcp-rebinding-time 37800;
  option host-name "milhouse-eth0";
  option domain-name "mydomain.com";
  renew 4 2018/03/15 18:19:57;
  rebind 4 2018/03/15 23:48:56;
  expire 5 2018/03/16 01:18:56;
}

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

Title:
  dns resolution only works for domains in 'search'.

Status in network-manager package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  After reboot, dns was broken.
  This is a very simple Network Manager managed interface that has dhcp.

  $ nmcli device show enp0s25  | pastebinit
  http://paste.ubuntu.com/p/sMVTdrMBxJ/

  
  I've attached systemd-resolve --status output.

  In order to file the bug I just modified /etc/resolv.conf to put the
  dns server in directly.

  Other information, it seems like it just will only look for dns under
  my search domains from the dhcp server:

  $ systemd-resolve home.mosers.us
  home.mosers.us: 23.28.108.176

  -- Information acquired via protocol DNS in 1.5ms.
  -- Data is authenticated: no

  $ systemd-resolve google.com
  google.com: resolve call failed: No appropriate name servers or networks for 
name found

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: systemd 237-3ubuntu3
  ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
  Uname: Linux 4.13.0-32-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Feb 26 09:35:32 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (949 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  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.13.0-32-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=1
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation

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

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


[Desktop-packages] [Bug 1751797] Re: dns resolution only works for domains in 'search'.

2018-03-15 Thread Scott Moser
** Also affects: network-manager (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  dns resolution only works for domains in 'search'.

Status in network-manager package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  After reboot, dns was broken.
  This is a very simple Network Manager managed interface that has dhcp.

  $ nmcli device show enp0s25  | pastebinit
  http://paste.ubuntu.com/p/sMVTdrMBxJ/

  
  I've attached systemd-resolve --status output.

  In order to file the bug I just modified /etc/resolv.conf to put the
  dns server in directly.

  Other information, it seems like it just will only look for dns under
  my search domains from the dhcp server:

  $ systemd-resolve home.mosers.us
  home.mosers.us: 23.28.108.176

  -- Information acquired via protocol DNS in 1.5ms.
  -- Data is authenticated: no

  $ systemd-resolve google.com
  google.com: resolve call failed: No appropriate name servers or networks for 
name found

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: systemd 237-3ubuntu3
  ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
  Uname: Linux 4.13.0-32-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Feb 26 09:35:32 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (949 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  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.13.0-32-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=1
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation

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

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


[Desktop-packages] [Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2018-03-09 Thread Scott Moser
** Merge proposal linked:
   
https://code.launchpad.net/~smoser/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/341203

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pppconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1713803

Title:
  replacement of resolvconf with systemd needs integration

Status in android-androresolvd package in Ubuntu:
  Triaged
Status in avahi package in Ubuntu:
  Triaged
Status in bind9 package in Ubuntu:
  Triaged
Status in cloud-init package in Ubuntu:
  Incomplete
Status in cloud-initramfs-tools package in Ubuntu:
  Invalid
Status in dhcpcd5 package in Ubuntu:
  New
Status in dibbler package in Ubuntu:
  Won't Fix
Status in dnscrypt-proxy package in Ubuntu:
  Confirmed
Status in dnsmasq package in Ubuntu:
  Invalid
Status in dnssec-trigger package in Ubuntu:
  Invalid
Status in fetchmail package in Ubuntu:
  Confirmed
Status in freedombox-setup package in Ubuntu:
  Confirmed
Status in initramfs-tools package in Ubuntu:
  Confirmed
Status in isc-dhcp package in Ubuntu:
  Fix Released
Status in ndisc6 package in Ubuntu:
  Fix Released
Status in netscript-2.4 package in Ubuntu:
  Won't Fix
Status in open-iscsi package in Ubuntu:
  Triaged
Status in openvpn package in Ubuntu:
  Confirmed
Status in postfix package in Ubuntu:
  New
Status in pppconfig package in Ubuntu:
  Confirmed
Status in pump package in Ubuntu:
  Confirmed
Status in resolvconf package in Ubuntu:
  Invalid
Status in sendmail package in Ubuntu:
  New
Status in squid3 package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  Invalid
Status in unbound package in Ubuntu:
  New
Status in vpnc package in Ubuntu:
  Invalid
Status in vpnc-scripts package in Ubuntu:
  Invalid
Status in whereami package in Ubuntu:
  Triaged

Bug description:
  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
   * hooks invoked on change (/etc/resolvconf/update.d/)
   * resolvconf tool (invoked with -a and -d or -u)

  Packages which install files into /etc/resolvconf/update.d are:
  - dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
    caching path).
  - resolvconf: This probably isn't necessary in systemd-resolved path.
  - unbound: This is another "validating, recursive, caching DNS resolver".

  The list of Depends/Suggests/Recommends on resolvconf.

  # for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src"; done  | sort -u
  depends android-androresolvd
  recommends avahi
  recommends dhcpcd5
  recommends dibbler
  recommends ndisc6
  recommends whereami
  suggests bind9
  suggests dnscrypt-proxy
  suggests dnsmasq
  suggests dnssec-trigger
  suggests fetchmail
  suggests freedombox-setup
  suggests isc-dhcp
  suggests netscript-2.4
  suggests openvpn
  suggests postfix
  suggests pppconfig
  suggests pump
  suggests resolvconf
  suggests sendmail
  suggests squid3
  suggests vpnc
  suggests vpnc-scripts

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu9
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  Date: Tue Aug 29 18:53:50 2017
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-11-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation

  Related bugs:
   * bug 1698181: Switch to netplan renderer in Artful
   * bug 1714308: dns does not work in initramfs after configure_networking
   * bug 1717983 replacement of isc-dhcp-client with with systemd-networkd for 
dhclient needs integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-androresolvd/+bug/1713803/+subscriptions

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


[Desktop-packages] [Bug 1738194] Re: gnome-menus 3.13.3-6ubuntu5 failed to install/upgrade: triggers looping, abandoned - gnome-menus -> gconf2

2018-02-12 Thread Scott Moser
I just ran into this today:

Setting up avahi-utils (0.7-3.1ubuntu1) ...
dpkg: cycle found while processing triggers:
 chain of packages whose triggers are or may be responsible:
  gnome-menus -> ufw
 packages' pending triggers which are or may be unresolvable:
  gnome-menus: /usr/share/applications
  libc-bin: ldconfig
  shim-signed: shim-secureboot-policy
  gconf2: /usr/share/GConf/gsettings: /usr/share/gconf/schemas
  ufw: /etc/ufw/applications.d
dpkg: error processing package gnome-menus (--configure):
 triggers looping, abandoned

...
Errors were encountered while processing:
 gnome-menus
...
Setting up gnome-menus (3.13.3-11ubuntu1) ...
...
Errors were encountered while processing:^M
 gnome-menus^M
E: Sub-process /usr/bin/dpkg returned an error code (1)


** Attachment added: "log of apt-get dist-upgrade with failure"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-menus/+bug/1738194/+attachment/5053607/+files/failed-upgrade.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1738194

Title:
  gnome-menus 3.13.3-6ubuntu5 failed to install/upgrade: triggers
  looping, abandoned - gnome-menus -> gconf2

Status in gnome-menus package in Ubuntu:
  Confirmed

Bug description:
  apt log session:

  ...
  dpkg: a cycle was encountered while processing the triggers:
    the packet chain of these triggers are or may be responsible:
     gnome-menus -> gconf2
    triggers of pending packets that are or may be insoluble:
     gnome-menus: / usr / share / applications
     libc-bin: ldconfig
     gconf2: / usr / share / GConf / gsettings
  dpkg: error processing package gnome-menus (--configure):
    loop triggers, abandoned

  ...

  $ systemctl  status apport.service

  ● apport.service - LSB: automatic crash report generation
 Loaded: loaded (/etc/init.d/apport; generated; vendor preset: enabled)
 Active: failed (Result: timeout) since Thu 2017-12-14 08:43:36 -02; 1h 
14min ago
   Docs: man:systemd-sysv-generator(8)
  Tasks: 1 (limit: 4915)
 CGroup: /system.slice/apport.service
 └─9190 plymouth --ping

  dez 14 08:38:36 etm systemd[1]: Starting LSB: automatic crash report 
generation...
  dez 14 08:43:36 etm systemd[1]: apport.service: Start operation timed out. 
Terminating.
  dez 14 08:43:36 etm systemd[1]: apport.service: Failed with result 'timeout'.
  dez 14 08:43:36 etm systemd[1]: Failed to start LSB: automatic crash report 
generation.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-menus 3.13.3-6ubuntu5
  ProcVersionSignature: Ubuntu 4.14.0-11.13-generic 4.14.3
  Uname: Linux 4.14.0-11-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.8-0ubuntu4
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Dec 14 09:50:52 2017
  Dependencies:
   
  InstallationDate: Installed on 2017-09-29 (75 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Beta amd64 (20170929)
  SourcePackage: gnome-menus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1730478] Re: using shift key to wake up display causes invalid password

2018-01-07 Thread Scott Moser
Well, I do not have 'Sticky keys' enabled now, and I doubt I ever did.
It really felt to me that the lock screen and "everything else" seemed to keep 
independent state for shift (or caps lock possibly), and I happened to get them 
out of sync.

I'm fine for this bug to expire, but figure I'd at least fill in the
remaining info.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1730478

Title:
  using shift key to wake up display causes invalid password

Status in gnome-shell package in Ubuntu:
  Expired

Bug description:
  Summary: hitting 'shift' before typing your password can get "stuck" down and
  cause you to not be able to log in.

  I have a habit of using the shift key wake the display of my system
  after i've been away from it for a while, and then typing my password.

  I started having trouble logging in, as if my fingers weren't typing the
  right password.  It took me a while to figure out what was going on, but i
  thought maybe that I'd inadvertantly hit 'caps-lock' and that was causing
  the issue.  So I hit it again, and then logged in successfully.

  However, upon login I found that caps-lock was enabled.

  So to reproduce:
   a.) let the screen lock or lock it manually.
   b.) hit shift key (i hit left shift)
   c.) type password correctly: watch fail to login
   d.) note that you can hit caps-lock and then successfully login
   e.) note that after login, caps lock is set, that you didn't make this all 
up.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-screensaver 3.6.1-7ubuntu6
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Nov  6 13:12:29 2017
  EcryptfsInUse: Yes
  GnomeSessionIdleInhibited: No
  GnomeSessionInhibitors: None
  GsettingsGnomeSession:
   org.gnome.desktop.session session-name 'ubuntu'
   org.gnome.desktop.session idle-delay uint32 300
  InstallationDate: Installed on 2015-07-23 (837 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-screensaver
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a
problem for you, please make a comment and set the state back to New

Thank you.

** Changed in: curtin
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1313550

Title:
  ping does not work as a normal user on trusty tarball cloud images.

Status in curtin:
  Fix Released
Status in MAAS:
  Fix Released
Status in curtin package in Ubuntu:
  Fix Released
Status in iputils package in Ubuntu:
  Fix Released
Status in maas package in Ubuntu:
  Fix Released
Status in tar package in Ubuntu:
  Fix Released
Status in tar source package in Precise:
  Confirmed
Status in maas source package in Saucy:
  Won't Fix
Status in tar source package in Saucy:
  Won't Fix
Status in curtin source package in Trusty:
  Fix Released
Status in maas source package in Trusty:
  Fix Released
Status in tar source package in Trusty:
  Fix Released
Status in maas source package in Vivid:
  Won't Fix
Status in maas source package in Wily:
  Fix Released

Bug description:
  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows
  removing the suid bit.

  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.

  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags

  Related Bugs:
   * bug 1382632: horizon insecure key file permissions
   * bug 1386237: tar strange behavior with --acl and xattr
   * bug 1313550: ping broken (xattrs lost in tar extraction)

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

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


[Desktop-packages] [Bug 1730478] Re: using shift key to wake up display causes invalid password

2017-11-07 Thread Scott Moser
Daniel,
You're right that shift doesn't dismiss the lock screen.

I've asked some others to try to reproduce and they have failed also.

I think what is happening might instead be related to me hitting the
'shift' key repeatedly as my screen is going to sleep.  It seems that
that causes an issue where the there is a split brain on the state of
either caps lock or shift.

I just noticed right now when trying to gpg sign something that *it* I
had to put the caps lock key on *it* also.  (this is the full screen
dialog for gpg).

I suspect that a reboot will cure this until I frantically start hitting
'shift' again when the screensaver is fading out.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1730478

Title:
  using shift key to wake up display causes invalid password

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Summary: hitting 'shift' before typing your password can get "stuck" down and
  cause you to not be able to log in.

  I have a habit of using the shift key wake the display of my system
  after i've been away from it for a while, and then typing my password.

  I started having trouble logging in, as if my fingers weren't typing the
  right password.  It took me a while to figure out what was going on, but i
  thought maybe that I'd inadvertantly hit 'caps-lock' and that was causing
  the issue.  So I hit it again, and then logged in successfully.

  However, upon login I found that caps-lock was enabled.

  So to reproduce:
   a.) let the screen lock or lock it manually.
   b.) hit shift key (i hit left shift)
   c.) type password correctly: watch fail to login
   d.) note that you can hit caps-lock and then successfully login
   e.) note that after login, caps lock is set, that you didn't make this all 
up.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-screensaver 3.6.1-7ubuntu6
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Nov  6 13:12:29 2017
  EcryptfsInUse: Yes
  GnomeSessionIdleInhibited: No
  GnomeSessionInhibitors: None
  GsettingsGnomeSession:
   org.gnome.desktop.session session-name 'ubuntu'
   org.gnome.desktop.session idle-delay uint32 300
  InstallationDate: Installed on 2015-07-23 (837 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-screensaver
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1730478] [NEW] using shift key to wake up display causes invalid password

2017-11-06 Thread Scott Moser
Public bug reported:

Summary: hitting 'shift' before typing your password can get "stuck" down and
cause you to not be able to log in.

I have a habit of using the shift key wake the display of my system
after i've been away from it for a while, and then typing my password.

I started having trouble logging in, as if my fingers weren't typing the
right password.  It took me a while to figure out what was going on, but i
thought maybe that I'd inadvertantly hit 'caps-lock' and that was causing
the issue.  So I hit it again, and then logged in successfully.

However, upon login I found that caps-lock was enabled.

So to reproduce:
 a.) let the screen lock or lock it manually.
 b.) hit shift key (i hit left shift)
 c.) type password correctly: watch fail to login
 d.) note that you can hit caps-lock and then successfully login
 e.) note that after login, caps lock is set, that you didn't make this all up.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gnome-screensaver 3.6.1-7ubuntu6
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.20.7-0ubuntu3.1
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Nov  6 13:12:29 2017
EcryptfsInUse: Yes
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GsettingsGnomeSession:
 org.gnome.desktop.session session-name 'ubuntu'
 org.gnome.desktop.session idle-delay uint32 300
InstallationDate: Installed on 2015-07-23 (837 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-screensaver
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-screensaver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic third-party-packages wayland-session

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1730478

Title:
  using shift key to wake up display causes invalid password

Status in gnome-screensaver package in Ubuntu:
  New

Bug description:
  Summary: hitting 'shift' before typing your password can get "stuck" down and
  cause you to not be able to log in.

  I have a habit of using the shift key wake the display of my system
  after i've been away from it for a while, and then typing my password.

  I started having trouble logging in, as if my fingers weren't typing the
  right password.  It took me a while to figure out what was going on, but i
  thought maybe that I'd inadvertantly hit 'caps-lock' and that was causing
  the issue.  So I hit it again, and then logged in successfully.

  However, upon login I found that caps-lock was enabled.

  So to reproduce:
   a.) let the screen lock or lock it manually.
   b.) hit shift key (i hit left shift)
   c.) type password correctly: watch fail to login
   d.) note that you can hit caps-lock and then successfully login
   e.) note that after login, caps lock is set, that you didn't make this all 
up.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-screensaver 3.6.1-7ubuntu6
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Nov  6 13:12:29 2017
  EcryptfsInUse: Yes
  GnomeSessionIdleInhibited: No
  GnomeSessionInhibitors: None
  GsettingsGnomeSession:
   org.gnome.desktop.session session-name 'ubuntu'
   org.gnome.desktop.session idle-delay uint32 300
  InstallationDate: Installed on 2015-07-23 (837 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-screensaver
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2017-10-24 Thread Scott Moser
** Changed in: cloud-initramfs-tools (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pppconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1713803

Title:
  replacement of resolvconf with systemd needs integration

Status in android-androresolvd package in Ubuntu:
  Triaged
Status in avahi package in Ubuntu:
  Triaged
Status in bind9 package in Ubuntu:
  Triaged
Status in cloud-init package in Ubuntu:
  Incomplete
Status in cloud-initramfs-tools package in Ubuntu:
  Invalid
Status in dhcpcd5 package in Ubuntu:
  New
Status in dibbler package in Ubuntu:
  Won't Fix
Status in dnscrypt-proxy package in Ubuntu:
  New
Status in dnsmasq package in Ubuntu:
  New
Status in dnssec-trigger package in Ubuntu:
  New
Status in fetchmail package in Ubuntu:
  New
Status in freedombox-setup package in Ubuntu:
  New
Status in initramfs-tools package in Ubuntu:
  Confirmed
Status in isc-dhcp package in Ubuntu:
  Fix Released
Status in ndisc6 package in Ubuntu:
  New
Status in netscript-2.4 package in Ubuntu:
  Won't Fix
Status in open-iscsi package in Ubuntu:
  New
Status in openvpn package in Ubuntu:
  New
Status in postfix package in Ubuntu:
  New
Status in pppconfig package in Ubuntu:
  New
Status in pump package in Ubuntu:
  New
Status in resolvconf package in Ubuntu:
  Invalid
Status in sendmail package in Ubuntu:
  New
Status in squid3 package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  Invalid
Status in unbound package in Ubuntu:
  New
Status in vpnc package in Ubuntu:
  New
Status in vpnc-scripts package in Ubuntu:
  New
Status in whereami package in Ubuntu:
  Triaged

Bug description:
  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
   * hooks invoked on change (/etc/resolvconf/update.d/)
   * resolvconf tool (invoked with -a and -d or -u)

  Packages which install files into /etc/resolvconf/update.d are:
  - dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
    caching path).
  - resolvconf: This probably isn't necessary in systemd-resolved path.
  - unbound: This is another "validating, recursive, caching DNS resolver".

  The list of Depends/Suggests/Recommends on resolvconf.

  # for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src"; done  | sort -u
  depends android-androresolvd
  recommends avahi
  recommends dhcpcd5
  recommends dibbler
  recommends ndisc6
  recommends whereami
  suggests bind9
  suggests dnscrypt-proxy
  suggests dnsmasq
  suggests dnssec-trigger
  suggests fetchmail
  suggests freedombox-setup
  suggests isc-dhcp
  suggests netscript-2.4
  suggests openvpn
  suggests postfix
  suggests pppconfig
  suggests pump
  suggests resolvconf
  suggests sendmail
  suggests squid3
  suggests vpnc
  suggests vpnc-scripts

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu9
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  Date: Tue Aug 29 18:53:50 2017
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-11-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation

  Related bugs:
   * bug 1698181: Switch to netplan renderer in Artful
   * bug 1714308: dns does not work in initramfs after configure_networking
   * bug 1717983 replacement of isc-dhcp-client with with systemd-networkd for 
dhclient needs integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-androresolvd/+bug/1713803/+subscriptions

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


[Desktop-packages] [Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2017-09-20 Thread Scott Moser
** Changed in: initramfs-tools (Ubuntu)
   Importance: Undecided => High

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pppconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1713803

Title:
  replacement of resolvconf with systemd needs integration

Status in android-androresolvd package in Ubuntu:
  Triaged
Status in avahi package in Ubuntu:
  Triaged
Status in bind9 package in Ubuntu:
  Triaged
Status in cloud-init package in Ubuntu:
  New
Status in cloud-initramfs-tools package in Ubuntu:
  New
Status in dhcpcd5 package in Ubuntu:
  New
Status in dibbler package in Ubuntu:
  Won't Fix
Status in dnscrypt-proxy package in Ubuntu:
  New
Status in dnsmasq package in Ubuntu:
  New
Status in dnssec-trigger package in Ubuntu:
  New
Status in fetchmail package in Ubuntu:
  New
Status in freedombox-setup package in Ubuntu:
  New
Status in initramfs-tools package in Ubuntu:
  Confirmed
Status in isc-dhcp package in Ubuntu:
  Invalid
Status in ndisc6 package in Ubuntu:
  New
Status in netscript-2.4 package in Ubuntu:
  Won't Fix
Status in open-iscsi package in Ubuntu:
  New
Status in openvpn package in Ubuntu:
  New
Status in postfix package in Ubuntu:
  New
Status in pppconfig package in Ubuntu:
  New
Status in pump package in Ubuntu:
  New
Status in resolvconf package in Ubuntu:
  Invalid
Status in sendmail package in Ubuntu:
  New
Status in squid3 package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  Invalid
Status in unbound package in Ubuntu:
  New
Status in vpnc package in Ubuntu:
  New
Status in vpnc-scripts package in Ubuntu:
  New
Status in whereami package in Ubuntu:
  Triaged

Bug description:
  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
   * hooks invoked on change (/etc/resolvconf/update.d/)
   * resolvconf tool (invoked with -a and -d or -u)

  Packages which install files into /etc/resolvconf/update.d are:
  - dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
    caching path).
  - resolvconf: This probably isn't necessary in systemd-resolved path.
  - unbound: This is another "validating, recursive, caching DNS resolver".

  The list of Depends/Suggests/Recommends on resolvconf.

  # for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src"; done  | sort -u
  depends android-androresolvd
  recommends avahi
  recommends dhcpcd5
  recommends dibbler
  recommends ndisc6
  recommends whereami
  suggests bind9
  suggests dnscrypt-proxy
  suggests dnsmasq
  suggests dnssec-trigger
  suggests fetchmail
  suggests freedombox-setup
  suggests isc-dhcp
  suggests netscript-2.4
  suggests openvpn
  suggests postfix
  suggests pppconfig
  suggests pump
  suggests resolvconf
  suggests sendmail
  suggests squid3
  suggests vpnc
  suggests vpnc-scripts

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu9
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  Date: Tue Aug 29 18:53:50 2017
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-11-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation

  Related bugs:
   * bug 1698181: Switch to netplan renderer in Artful
   * bug 1714308: dns does not work in initramfs after configure_networking
   * bug 1717983 replacement of isc-dhcp-client with with systemd-networkd for 
dhclient needs integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-androresolvd/+bug/1713803/+subscriptions

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


[Desktop-packages] [Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2017-09-19 Thread Scott Moser
** Merge proposal linked:
   
https://code.launchpad.net/~smoser/ubuntu/+source/initramfs-tools/+git/initramfs-tools/+merge/330043

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pppconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1713803

Title:
  replacement of resolvconf with systemd needs integration

Status in android-androresolvd package in Ubuntu:
  New
Status in avahi package in Ubuntu:
  New
Status in bind9 package in Ubuntu:
  New
Status in cloud-init package in Ubuntu:
  New
Status in cloud-initramfs-tools package in Ubuntu:
  New
Status in dhcpcd5 package in Ubuntu:
  New
Status in dibbler package in Ubuntu:
  New
Status in dnscrypt-proxy package in Ubuntu:
  New
Status in dnsmasq package in Ubuntu:
  New
Status in dnssec-trigger package in Ubuntu:
  New
Status in fetchmail package in Ubuntu:
  New
Status in freedombox-setup package in Ubuntu:
  New
Status in initramfs-tools package in Ubuntu:
  New
Status in isc-dhcp package in Ubuntu:
  New
Status in ndisc6 package in Ubuntu:
  New
Status in netscript-2.4 package in Ubuntu:
  New
Status in open-iscsi package in Ubuntu:
  New
Status in openvpn package in Ubuntu:
  New
Status in postfix package in Ubuntu:
  New
Status in pppconfig package in Ubuntu:
  New
Status in pump package in Ubuntu:
  New
Status in resolvconf package in Ubuntu:
  New
Status in sendmail package in Ubuntu:
  New
Status in squid3 package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New
Status in unbound package in Ubuntu:
  New
Status in vpnc package in Ubuntu:
  New
Status in vpnc-scripts package in Ubuntu:
  New
Status in whereami package in Ubuntu:
  New

Bug description:
  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
   * hooks invoked on change (/etc/resolvconf/update.d/)
   * resolvconf tool (invoked with -a and -d or -u)

  Packages which install files into /etc/resolvconf/update.d are:
  - dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
    caching path).
  - resolvconf: This probably isn't necessary in systemd-resolved path.
  - unbound: This is another "validating, recursive, caching DNS resolver".

  The list of Depends/Suggests/Recommends on resolvconf.

  # for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src"; done  | sort -u
  depends android-androresolvd
  recommends avahi
  recommends dhcpcd5
  recommends dibbler
  recommends ndisc6
  recommends whereami
  suggests bind9
  suggests dnscrypt-proxy
  suggests dnsmasq
  suggests dnssec-trigger
  suggests fetchmail
  suggests freedombox-setup
  suggests isc-dhcp
  suggests netscript-2.4
  suggests openvpn
  suggests postfix
  suggests pppconfig
  suggests pump
  suggests resolvconf
  suggests sendmail
  suggests squid3
  suggests vpnc
  suggests vpnc-scripts

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu9
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  Date: Tue Aug 29 18:53:50 2017
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-11-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation

  Related bugs:
   * bug 1698181: Switch to netplan renderer in Artful
   * bug 1714308: dns does not work in initramfs after configure_networking
   * bug 1717983 replacement of isc-dhcp-client with with systemd-networkd for 
dhclient needs integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-androresolvd/+bug/1713803/+subscriptions

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


[Desktop-packages] [Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2017-09-19 Thread Scott Moser
** Tags added: netplan-transition

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pppconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1713803

Title:
  replacement of resolvconf with systemd needs integration

Status in android-androresolvd package in Ubuntu:
  New
Status in avahi package in Ubuntu:
  New
Status in bind9 package in Ubuntu:
  New
Status in cloud-init package in Ubuntu:
  New
Status in cloud-initramfs-tools package in Ubuntu:
  New
Status in dhcpcd5 package in Ubuntu:
  New
Status in dibbler package in Ubuntu:
  New
Status in dnscrypt-proxy package in Ubuntu:
  New
Status in dnsmasq package in Ubuntu:
  New
Status in dnssec-trigger package in Ubuntu:
  New
Status in fetchmail package in Ubuntu:
  New
Status in freedombox-setup package in Ubuntu:
  New
Status in initramfs-tools package in Ubuntu:
  New
Status in isc-dhcp package in Ubuntu:
  New
Status in ndisc6 package in Ubuntu:
  New
Status in netscript-2.4 package in Ubuntu:
  New
Status in open-iscsi package in Ubuntu:
  New
Status in openvpn package in Ubuntu:
  New
Status in postfix package in Ubuntu:
  New
Status in pppconfig package in Ubuntu:
  New
Status in pump package in Ubuntu:
  New
Status in resolvconf package in Ubuntu:
  New
Status in sendmail package in Ubuntu:
  New
Status in squid3 package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New
Status in unbound package in Ubuntu:
  New
Status in vpnc package in Ubuntu:
  New
Status in vpnc-scripts package in Ubuntu:
  New
Status in whereami package in Ubuntu:
  New

Bug description:
  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
   * hooks invoked on change (/etc/resolvconf/update.d/)
   * resolvconf tool (invoked with -a and -d or -u)

  Packages which install files into /etc/resolvconf/update.d are:
  - dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
    caching path).
  - resolvconf: This probably isn't necessary in systemd-resolved path.
  - unbound: This is another "validating, recursive, caching DNS resolver".

  The list of Depends/Suggests/Recommends on resolvconf.

  # for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src"; done  | sort -u
  depends android-androresolvd
  recommends avahi
  recommends dhcpcd5
  recommends dibbler
  recommends ndisc6
  recommends whereami
  suggests bind9
  suggests dnscrypt-proxy
  suggests dnsmasq
  suggests dnssec-trigger
  suggests fetchmail
  suggests freedombox-setup
  suggests isc-dhcp
  suggests netscript-2.4
  suggests openvpn
  suggests postfix
  suggests pppconfig
  suggests pump
  suggests resolvconf
  suggests sendmail
  suggests squid3
  suggests vpnc
  suggests vpnc-scripts

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu9
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  Date: Tue Aug 29 18:53:50 2017
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-11-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation

  Related bugs:
   * bug 1698181: Switch to netplan renderer in Artful
   * bug 1714308: dns does not work in initramfs after configure_networking
   * bug 1717983 replacement of isc-dhcp-client with with systemd-networkd for 
dhclient needs integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-androresolvd/+bug/1713803/+subscriptions

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


[Desktop-packages] [Bug 1718227] Re: replacement of ifupdown with netplan needs integration for /etc/network/if{up, down}.d scripts

2017-09-19 Thread Scott Moser
** Description changed:

  when network is configured with ifupdown, scripts in
  /etc/network/ifup.d/ were called on network being brought up and
  /etc/network/ifdown.d were called on network being brought down.
  
  Any packages that shipped these hooks need to be verified to have the
  same functionality under a netplan configured system.
  
+ # binpkgs=$(apt-file search /etc/network/if-up | sed 's,: .*,,' | sort -u)
+ # for i in $binpkgs; do
+   src=$(apt-cache show $i | awk '$1 == "Source:" { print $2; exit(0); }');
+   [ -z "$src" ] && src="$i"; echo $src; done | sort -u
  
- $ apt-file search /etc/network/if-up | sed 's,: .*,,' | sort -u
  aiccu
  aoetools
- avahi-autoipd
- avahi-daemon
+ avahi
  bind9
  chrony
- clamav-freshclam
+ clamav
  controlaula
- epoptes-client
+ epoptes
  ethtool
  guidedog
  htpdate
  ifenslave
  ifmetric
  ifupdown-extra
  ifupdown-multi
  ifupdown-scripts-zg2
  isatapd
  lprng
  miredo
  mythtv-backend
- nslcd
- ntpdate
+ nss-pam-ldapd
+ ntp
  openntpd
  openresolv
- openssh-server
+ openssh
  openvpn
  postfix
  quicktun
  resolvconf
- sendmail-base
+ sendmail
  shorewall-init
  sidedoor
  slrn
- slrnpull
  tinc
  ubuntu-fan
  ucarp
  uml-utilities
  uruk
  vlan
  vzctl
- wide-dhcpv6-client
- wpasupplicant
+ wide-dhcpv6
+ wpa
+ 
+ 
+ Related bugs:
+  * bug 1718227: replacement of ifupdown with netplan needs integration for 
/etc/network/if{up,down}.d scripts 
+  * bug 1713803: replacement of resolvconf with systemd needs integration 
+  * bug 1717983: replacement of isc-dhcp-client with with systemd-networkd for 
dhclient needs integration
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: netplan (not installed)
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Sep 19 10:53:08 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-23 (789 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: plan
  UpgradeStatus: No upgrade log present (probably fresh install)

** Tags added: netplan-transition

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to wpa in Ubuntu.
https://bugs.launchpad.net/bugs/1718227

Title:
  replacement of ifupdown with netplan needs integration for
  /etc/network/if{up,down}.d scripts

Status in aiccu package in Ubuntu:
  Invalid
Status in aoetools package in Ubuntu:
  New
Status in avahi package in Ubuntu:
  New
Status in bind9 package in Ubuntu:
  New
Status in chrony package in Ubuntu:
  New
Status in clamav package in Ubuntu:
  New
Status in controlaula package in Ubuntu:
  New
Status in epoptes package in Ubuntu:
  New
Status in ethtool package in Ubuntu:
  New
Status in guidedog package in Ubuntu:
  New
Status in htpdate package in Ubuntu:
  New
Status in ifenslave package in Ubuntu:
  New
Status in ifmetric package in Ubuntu:
  New
Status in ifupdown-multi package in Ubuntu:
  New
Status in ifupdown-scripts-zg2 package in Ubuntu:
  New
Status in isatapd package in Ubuntu:
  New
Status in lprng package in Ubuntu:
  New
Status in miredo package in Ubuntu:
  New
Status in mythtv package in Ubuntu:
  New
Status in nplan package in Ubuntu:
  New
Status in nss-pam-ldapd package in Ubuntu:
  New
Status in ntp package in Ubuntu:
  New
Status in openntpd package in Ubuntu:
  New
Status in openresolv package in Ubuntu:
  New
Status in openssh package in Ubuntu:
  New
Status in openvpn package in Ubuntu:
  New
Status in postfix package in Ubuntu:
  New
Status in quicktun package in Ubuntu:
  New
Status in resolvconf package in Ubuntu:
  New
Status in sendmail package in Ubuntu:
  New
Status in shorewall-init package in Ubuntu:
  New
Status in sidedoor package in Ubuntu:
  New
Status in slrn package in Ubuntu:
  New
Status in tinc package in Ubuntu:
  New
Status in ubuntu-fan package in Ubuntu:
  New
Status in ucarp package in Ubuntu:
  New
Status in uml-utilities package in Ubuntu:
  New
Status in uruk package in Ubuntu:
  New
Status in vlan package in Ubuntu:
  New
Status in vzctl package in Ubuntu:
  New
Status in wide-dhcpv6 package in Ubuntu:
  New
Status in wpa package in Ubuntu:
  New

Bug description:
  when network is configured with ifupdown, scripts in
  /etc/network/ifup.d/ were called on network being brought up and
  /etc/network/ifdown.d were called on network being brought down.

  Any packages that shipped these hooks need to be verified to have the
  same functionality under a netplan configured system.

  # binpkgs=$(apt-file search /etc/network/if-up | sed 's,: .*,,' | sort -u)
  # for i in $binpkgs; do
src=$(apt-cache show $i | awk '$1 == "Source:" { print $2; exit(0); }');
[ -z 

[Desktop-packages] [Bug 1718227] Re: replacement of ifupdown with netplan needs integration for /etc/network/if{up, down}.d scripts

2017-09-19 Thread Scott Moser
** Also affects: nss-pam-ldapd (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

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

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

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

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

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

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

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

** Also affects: ubuntu-fan (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: uml-utilities (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

** Also affects: wide-dhcpv6 (Ubuntu)
   Importance: Undecided
   Status: New

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to wpa in Ubuntu.
https://bugs.launchpad.net/bugs/1718227

Title:
  replacement of ifupdown with netplan needs integration for
  /etc/network/if{up,down}.d scripts

Status in aiccu package in Ubuntu:
  Invalid
Status in aoetools package in Ubuntu:
  New
Status in avahi package in Ubuntu:
  New
Status in bind9 package in Ubuntu:
  New
Status in chrony package in Ubuntu:
  New
Status in clamav package in Ubuntu:
  New
Status in controlaula package in Ubuntu:
  New
Status in epoptes package in Ubuntu:
  New
Status in ethtool package in Ubuntu:
  New
Status in guidedog package in Ubuntu:
  New
Status in htpdate package in Ubuntu:
  New
Status in ifenslave package in Ubuntu:
  New
Status in ifmetric package in Ubuntu:
  New
Status in ifupdown-multi package in Ubuntu:
  New
Status in ifupdown-scripts-zg2 package in Ubuntu:
  New
Status in isatapd package in Ubuntu:
  New
Status in lprng package in Ubuntu:
  New
Status in miredo package in Ubuntu:
  New
Status in mythtv package in Ubuntu:
  New
Status in nplan package in Ubuntu:
  New
Status in nss-pam-ldapd package in Ubuntu:
  New
Status in ntp package in Ubuntu:
  New
Status in openntpd package in Ubuntu:
  New
Status in openresolv package in Ubuntu:
  New
Status in openssh package in Ubuntu:
  New
Status in openvpn package in Ubuntu:
  New
Status in postfix package in Ubuntu:
  New
Status in quicktun package in Ubuntu:
  New
Status in resolvconf package in Ubuntu:
  New
Status in sendmail package in Ubuntu:
  New
Status in shorewall-init package in Ubuntu:
  New
Status in sidedoor package in Ubuntu:
  New
Status in slrn package in Ubuntu:
  New
Status in tinc package in Ubuntu:
  New
Status in ubuntu-fan package in Ubuntu:
  New
Status in ucarp package in Ubuntu:
  New
Status in uml-utilities package in Ubuntu:
  New
Status in uruk package in Ubuntu:
  New
Status in vlan package in Ubuntu:
  New
Status in vzctl package in Ubuntu:
  New
Status in wide-dhcpv6 package in Ubuntu:
  New
Status in wpa package in Ubuntu:
  New

Bug description:
  when network is configured with ifupdown, scripts in
  /etc/network/ifup.d/ were called on network being brought up and
  /etc/network/ifdown.d were called on network being brought down.

  Any packages that shipped these hooks need to be verified to have the
  same functionality under a netplan configured system.

  # binpkgs=$(apt-file search /etc/network/if-up | sed 's,: .*,,' | sort -u)
  # for i in $binpkgs; do
src=$(apt-cache show $i | awk '$1 == "Source:" { print $2; exit(0); }');
[ -z "$src" ] && src="$i"; echo $src; done | sort -u

  aiccu
  aoetools
  avahi
  bind9
  chrony
  clamav
  controlaula
  epoptes
  ethtool
  guidedog
  htpdate
  ifenslave
  ifmetric
  ifupdown-extra
  ifupdown-multi
  ifupdown-scripts-zg2
  isatapd
  lprng
  miredo
  mythtv-backend
  nss-pam-ldapd
  ntp
  openntpd
  openresolv
  openssh
  openvpn
  postfix
  quicktun
  resolvconf
  sendmail
  shorewall-init
  sidedoor
  slrn
  tinc
  ubuntu-fan
  ucarp
  uml-utilities
  uruk
  vlan
  vzctl
  wide-dhcpv6
  wpa

  
  Related bugs:
   * bug 1718227: replacement of ifupdown with netplan needs integration for 
/etc/network/if{up,down}.d scripts 
   * bug 1713803: replacement of resolvconf with systemd needs integration 
   * bug 1717983: replacement of isc-dhcp-client with with systemd-networkd for 
dhclient needs integration

  
  ProblemType: Bug

[Desktop-packages] [Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2017-09-18 Thread Scott Moser
** Description changed:

  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
   * hooks invoked on change (/etc/resolvconf/update.d/)
   * resolvconf tool (invoked with -a and -d or -u)
  
  Packages which install files into /etc/resolvconf/update.d are:
  - dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
    caching path).
  - resolvconf: This probably isn't necessary in systemd-resolved path.
  - unbound: This is another "validating, recursive, caching DNS resolver".
  
  The list of Depends/Suggests/Recommends on resolvconf.
  
  # for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src"; done  | sort -u
  depends android-androresolvd
  recommends avahi
  recommends dhcpcd5
  recommends dibbler
  recommends ndisc6
  recommends whereami
  suggests bind9
  suggests dnscrypt-proxy
  suggests dnsmasq
  suggests dnssec-trigger
  suggests fetchmail
  suggests freedombox-setup
  suggests isc-dhcp
  suggests netscript-2.4
  suggests openvpn
  suggests postfix
  suggests pppconfig
  suggests pump
  suggests resolvconf
  suggests sendmail
  suggests squid3
  suggests vpnc
  suggests vpnc-scripts
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu9
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  Date: Tue Aug 29 18:53:50 2017
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-11-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation
  
  Related bugs:
   * bug 1698181: Switch to netplan renderer in Artful
-  * bug 1714308: dns does not work in initramfs after configure_networking
+  * bug 1714308: dns does not work in initramfs after configure_networking
+  * bug 1717983 replacement of isc-dhcp-client with with systemd-networkd for 
dhclient needs integration

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pppconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1713803

Title:
  replacement of resolvconf with systemd needs integration

Status in android-androresolvd package in Ubuntu:
  New
Status in avahi package in Ubuntu:
  New
Status in bind9 package in Ubuntu:
  New
Status in cloud-init package in Ubuntu:
  New
Status in cloud-initramfs-tools package in Ubuntu:
  New
Status in dhcpcd5 package in Ubuntu:
  New
Status in dibbler package in Ubuntu:
  New
Status in dnscrypt-proxy package in Ubuntu:
  New
Status in dnsmasq package in Ubuntu:
  New
Status in dnssec-trigger package in Ubuntu:
  New
Status in fetchmail package in Ubuntu:
  New
Status in freedombox-setup package in Ubuntu:
  New
Status in initramfs-tools package in Ubuntu:
  New
Status in isc-dhcp package in Ubuntu:
  New
Status in ndisc6 package in Ubuntu:
  New
Status in netscript-2.4 package in Ubuntu:
  New
Status in open-iscsi package in Ubuntu:
  New
Status in openvpn package in Ubuntu:
  New
Status in postfix package in Ubuntu:
  New
Status in pppconfig package in Ubuntu:
  New
Status in pump package in Ubuntu:
  New
Status in resolvconf package in Ubuntu:
  New
Status in sendmail package in Ubuntu:
  New
Status in squid3 package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New
Status in unbound package in Ubuntu:
  New
Status in vpnc package in Ubuntu:
  New
Status in vpnc-scripts package in Ubuntu:
  New
Status in whereami package in Ubuntu:
  New

Bug description:
  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
   * hooks invoked on change (/etc/resolvconf/update.d/)
   * resolvconf tool (invoked with -a and -d or -u)

  Packages which install files into /etc/resolvconf/update.d are:
  - dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
    caching path).
  - resolvconf: This probably isn't necessary in systemd-resolved path.
  - unbound: This is another "validating, recursive, caching DNS resolver".

  The list of Depends/Suggests/Recommends on resolvconf.

  # for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src

[Desktop-packages] [Bug 1717983] [NEW] replacement of isc-dhcp-client with with systemd-networkd for dhclient needs integration

2017-09-18 Thread Scott Moser
Public bug reported:

dhclient has been used as the dhcp client in Ubuntu and debian for
many years. Over time, many packages have integrated with dhclient.
The list below is of packages that have declared a dependency and
those that have shipped hooks to be invoked by dhclient.

As we move to systemd-networkd these will have to be addressed.

# ./get-rdeps isc-dhcp-client | sort -u
breaks - initramfs-tools (initramfs-tools)
depends - dracut (dracut-network)
depends - isc-dhcp (isc-dhcp-client-ddns)
depends - libguestfs (libguestfs0)
depends - maas (python3-maas-provisioningserver)
depends - netscript-2.4 (netscript-2.4)
depends - network-manager (network-manager)
depends - ubuntu-meta (ubuntu-minimal)
depends - walinuxagent (walinuxagent)
depends - whereami (whereami)
depends - wicd (wicd-daemon)
depends - wifi-radar (wifi-radar)
enhances - resolvconf (resolvconf)
recommends - avahi (avahi-autoipd)
recommends - ifupdown (ifupdown)
recommends - ifupdown2 (ifupdown2)
recommends - madwimax (madwimax)

$ apt-file search '/etc/dhcp/' | grep 'hooks.d/' | sed 's,:.*,,' | sort -u
avahi-autoipd
cloud-init
controlaula
ddclient
isc-dhcp-client
ntp
ntpdate
openresolv
resolvconf
samba-common
sendmail-base
systemd
whereami

Another possible integration point that is not likely listed in the package
dependencies is reading of the leases file for additional information.
As an example, Azure advertises the location of its http based metadata
service as an option in a dhclient response.  cloud-init will read the
lease files to find the correct address.

Related bugs:
 * bug 1713803: replacement of resolvconf with systemd needs integration 


ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: isc-dhcp-client 4.3.5-3ubuntu1
ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
Uname: Linux 4.12.0-11-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.20.7-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Sep 18 12:46:31 2017
DhclientLeases:

EcryptfsInUse: Yes
InstallationDate: Installed on 2015-07-23 (788 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: isc-dhcp
UpgradeStatus: No upgrade log present (probably fresh install)

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

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

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

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

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

** Affects: isc-dhcp (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

** Affects: netscript-2.4 (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

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

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

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

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

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

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

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

** Affects: wifi-radar (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apparmor apport-bug artful

** Attachment added: "get-rdeps: script to dump reverse dependencies from 
apt-cache data"
   https://bugs.launchpad.net/bugs/1717983/+attachment/4952319/+files/get-rdeps

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

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

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

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

** Also affects: netscript-2.4 (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affec

[Desktop-packages] [Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2017-08-31 Thread Scott Moser
I filed bug 1714308 to cover dns functionality in the initramfs.


** Description changed:

  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
   * hooks invoked on change (/etc/resolvconf/update.d/)
   * resolvconf tool (invoked with -a and -d or -u)
  
  Packages which install files into /etc/resolvconf/update.d are:
  - dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
    caching path).
  - resolvconf: This probably isn't necessary in systemd-resolved path.
  - unbound: This is another "validating, recursive, caching DNS resolver".
  
  The list of Depends/Suggests/Recommends on resolvconf.
  
  # for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src"; done  | sort -u
  depends android-androresolvd
  recommends avahi
  recommends dhcpcd5
  recommends dibbler
  recommends ndisc6
  recommends whereami
  suggests bind9
  suggests dnscrypt-proxy
  suggests dnsmasq
  suggests dnssec-trigger
  suggests fetchmail
  suggests freedombox-setup
  suggests isc-dhcp
  suggests netscript-2.4
  suggests openvpn
  suggests postfix
  suggests pppconfig
  suggests pump
  suggests resolvconf
  suggests sendmail
  suggests squid3
  suggests vpnc
  suggests vpnc-scripts
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu9
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  Date: Tue Aug 29 18:53:50 2017
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-11-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation
  
  Related bugs:
-  * bug 1698181: Switch to netplan renderer in Artful
+  * bug 1698181: Switch to netplan renderer in Artful
+  * bug 1714308: dns does not work in initramfs after configure_networking

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pppconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1713803

Title:
  replacement of resolvconf with systemd needs integration

Status in android-androresolvd package in Ubuntu:
  New
Status in avahi package in Ubuntu:
  New
Status in bind9 package in Ubuntu:
  New
Status in cloud-init package in Ubuntu:
  New
Status in cloud-initramfs-tools package in Ubuntu:
  New
Status in dhcpcd5 package in Ubuntu:
  New
Status in dibbler package in Ubuntu:
  New
Status in dnscrypt-proxy package in Ubuntu:
  New
Status in dnsmasq package in Ubuntu:
  New
Status in dnssec-trigger package in Ubuntu:
  New
Status in fetchmail package in Ubuntu:
  New
Status in freedombox-setup package in Ubuntu:
  New
Status in initramfs-tools package in Ubuntu:
  New
Status in isc-dhcp package in Ubuntu:
  New
Status in ndisc6 package in Ubuntu:
  New
Status in netscript-2.4 package in Ubuntu:
  New
Status in open-iscsi package in Ubuntu:
  New
Status in openvpn package in Ubuntu:
  New
Status in postfix package in Ubuntu:
  New
Status in pppconfig package in Ubuntu:
  New
Status in pump package in Ubuntu:
  New
Status in resolvconf package in Ubuntu:
  New
Status in sendmail package in Ubuntu:
  New
Status in squid3 package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New
Status in unbound package in Ubuntu:
  New
Status in vpnc package in Ubuntu:
  New
Status in vpnc-scripts package in Ubuntu:
  New
Status in whereami package in Ubuntu:
  New

Bug description:
  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
   * hooks invoked on change (/etc/resolvconf/update.d/)
   * resolvconf tool (invoked with -a and -d or -u)

  Packages which install files into /etc/resolvconf/update.d are:
  - dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
    caching path).
  - resolvconf: This probably isn't necessary in systemd-resolved path.
  - unbound: This is another "validating, recursive, caching DNS resolver".

  The list of Depends/Suggests/Recommends on resolvconf.

  # for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src"; done  | sort -u
  depends android-androresolvd
  recommend

[Desktop-packages] [Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2017-08-29 Thread Scott Moser
At https://bugs.launchpad.net/ubuntu/+source/open-
iscsi/+bug/1713537/comments/1 I described how open-iscsi (iscsi root)
works with resolvconf in xenial -> zesty.  We will need a solution for
that path as well as 'root=squashfs:http://./squashfs' that MAAS now
uses.

It seems like we should have a general path that covers 
 a.) dns working in initramfs (currently dns does not, it is missing 
libnss_dns.so.2)
 b.) network interfaces that are left up from initramfs getting resolvconf 
populated in the "real root".

My idea for this was just to have initramfs's configure_networking write
a file in /run/network/ that was then read by systemd-resolved when it
started.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pppconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1713803

Title:
  replacement of resolvconf with systemd needs integration

Status in android-androresolvd package in Ubuntu:
  New
Status in avahi package in Ubuntu:
  New
Status in bind9 package in Ubuntu:
  New
Status in cloud-init package in Ubuntu:
  New
Status in cloud-initramfs-tools package in Ubuntu:
  New
Status in dhcpcd5 package in Ubuntu:
  New
Status in dibbler package in Ubuntu:
  New
Status in dnscrypt-proxy package in Ubuntu:
  New
Status in dnsmasq package in Ubuntu:
  New
Status in dnssec-trigger package in Ubuntu:
  New
Status in fetchmail package in Ubuntu:
  New
Status in freedombox-setup package in Ubuntu:
  New
Status in initramfs-tools package in Ubuntu:
  New
Status in isc-dhcp package in Ubuntu:
  New
Status in ndisc6 package in Ubuntu:
  New
Status in netscript-2.4 package in Ubuntu:
  New
Status in open-iscsi package in Ubuntu:
  New
Status in openvpn package in Ubuntu:
  New
Status in postfix package in Ubuntu:
  New
Status in pppconfig package in Ubuntu:
  New
Status in pump package in Ubuntu:
  New
Status in resolvconf package in Ubuntu:
  New
Status in sendmail package in Ubuntu:
  New
Status in squid3 package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New
Status in unbound package in Ubuntu:
  New
Status in vpnc package in Ubuntu:
  New
Status in vpnc-scripts package in Ubuntu:
  New
Status in whereami package in Ubuntu:
  New

Bug description:
  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
   * hooks invoked on change (/etc/resolvconf/update.d/)
   * resolvconf tool (invoked with -a and -d or -u)

  Packages which install files into /etc/resolvconf/update.d are:
  - dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
    caching path).
  - resolvconf: This probably isn't necessary in systemd-resolved path.
  - unbound: This is another "validating, recursive, caching DNS resolver".

  The list of Depends/Suggests/Recommends on resolvconf.

  # for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src"; done  | sort -u
  depends android-androresolvd
  recommends avahi
  recommends dhcpcd5
  recommends dibbler
  recommends ndisc6
  recommends whereami
  suggests bind9
  suggests dnscrypt-proxy
  suggests dnsmasq
  suggests dnssec-trigger
  suggests fetchmail
  suggests freedombox-setup
  suggests isc-dhcp
  suggests netscript-2.4
  suggests openvpn
  suggests postfix
  suggests pppconfig
  suggests pump
  suggests resolvconf
  suggests sendmail
  suggests squid3
  suggests vpnc
  suggests vpnc-scripts

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu9
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  Date: Tue Aug 29 18:53:50 2017
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-11-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation

  Related bugs:
   * bug 1698181: Switch to netplan renderer in Artful

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-androresolvd/+bug/1713803/+subscriptions

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


[Desktop-packages] [Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2017-08-29 Thread Scott Moser
I've added open-iscsi and cloud-initramfs-tools and initramfs-tools as also 
affects.
These packages are affected by the generic problem where 'configure_networking' 
from initramfs-tools is executed in the initramfs ('ip=dhcp' for example) and 
then the link is left up. In those cases we need to apply the /etc/resolv.conf 
changes from the initramfs to the "real root".  I described how this *did* work 
for the open-iscsi package in the past, but there was no centralized handling 
of it (although there should have been).



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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pppconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1713803

Title:
  replacement of resolvconf with systemd needs integration

Status in android-androresolvd package in Ubuntu:
  New
Status in avahi package in Ubuntu:
  New
Status in bind9 package in Ubuntu:
  New
Status in cloud-init package in Ubuntu:
  New
Status in cloud-initramfs-tools package in Ubuntu:
  New
Status in dhcpcd5 package in Ubuntu:
  New
Status in dibbler package in Ubuntu:
  New
Status in dnscrypt-proxy package in Ubuntu:
  New
Status in dnsmasq package in Ubuntu:
  New
Status in dnssec-trigger package in Ubuntu:
  New
Status in fetchmail package in Ubuntu:
  New
Status in freedombox-setup package in Ubuntu:
  New
Status in initramfs-tools package in Ubuntu:
  New
Status in isc-dhcp package in Ubuntu:
  New
Status in ndisc6 package in Ubuntu:
  New
Status in netscript-2.4 package in Ubuntu:
  New
Status in open-iscsi package in Ubuntu:
  New
Status in openvpn package in Ubuntu:
  New
Status in postfix package in Ubuntu:
  New
Status in pppconfig package in Ubuntu:
  New
Status in pump package in Ubuntu:
  New
Status in resolvconf package in Ubuntu:
  New
Status in sendmail package in Ubuntu:
  New
Status in squid3 package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New
Status in unbound package in Ubuntu:
  New
Status in vpnc package in Ubuntu:
  New
Status in vpnc-scripts package in Ubuntu:
  New
Status in whereami package in Ubuntu:
  New

Bug description:
  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
   * hooks invoked on change (/etc/resolvconf/update.d/)
   * resolvconf tool (invoked with -a and -d or -u)

  Packages which install files into /etc/resolvconf/update.d are:
  - dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
    caching path).
  - resolvconf: This probably isn't necessary in systemd-resolved path.
  - unbound: This is another "validating, recursive, caching DNS resolver".

  The list of Depends/Suggests/Recommends on resolvconf.

  # for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src"; done  | sort -u
  depends android-androresolvd
  recommends avahi
  recommends dhcpcd5
  recommends dibbler
  recommends ndisc6
  recommends whereami
  suggests bind9
  suggests dnscrypt-proxy
  suggests dnsmasq
  suggests dnssec-trigger
  suggests fetchmail
  suggests freedombox-setup
  suggests isc-dhcp
  suggests netscript-2.4
  suggests openvpn
  suggests postfix
  suggests pppconfig
  suggests pump
  suggests resolvconf
  suggests sendmail
  suggests squid3
  suggests vpnc
  suggests vpnc-scripts

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu9
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  Date: Tue Aug 29 18:53:50 2017
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-11-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation

  Related bugs:
   * bug 1698181: Switch to netplan renderer in Artful

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-androresolvd/+bug/1713803/+subscriptions

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


[Desktop-packages] [Bug 1713803] [NEW] replacement of resolvconf with systemd needs integration

2017-08-29 Thread Scott Moser
Public bug reported:

There is a plan to remove resolvconf from the Ubuntu Server image.
resolvconf integrated with other parts of the system in 2 ways:
 * hooks invoked on change (/etc/resolvconf/update.d/)
 * resolvconf tool (invoked with -a and -d or -u)

Packages which install files into /etc/resolvconf/update.d are:
- dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
  caching path).
- resolvconf: This probably isn't necessary in systemd-resolved path.
- unbound: This is another "validating, recursive, caching DNS resolver".

The list of Depends/Suggests/Recommends on resolvconf.

# for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src"; done  | sort -u
depends android-androresolvd
recommends avahi
recommends dhcpcd5
recommends dibbler
recommends ndisc6
recommends whereami
suggests bind9
suggests dnscrypt-proxy
suggests dnsmasq
suggests dnssec-trigger
suggests fetchmail
suggests freedombox-setup
suggests isc-dhcp
suggests netscript-2.4
suggests openvpn
suggests postfix
suggests pppconfig
suggests pump
suggests resolvconf
suggests sendmail
suggests squid3
suggests vpnc
suggests vpnc-scripts

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: systemd 234-2ubuntu9
ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
Uname: Linux 4.12.0-11-generic x86_64
ApportVersion: 2.20.6-0ubuntu7
Architecture: amd64
Date: Tue Aug 29 18:53:50 2017
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=C.UTF-8
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-11-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.vendor: Intel Corporation

Related bugs:
 * bug 1698181: Switch to netplan renderer in Artful

** Affects: android-androresolvd (Ubuntu)
 Importance: Undecided
 Status: New

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

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

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

** Affects: dnscrypt-proxy (Ubuntu)
 Importance: Undecided
 Status: New

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

** Affects: dnssec-trigger (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

** Affects: isc-dhcp (Ubuntu)
 Importance: Undecided
 Status: New

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

** Affects: netscript-2.4 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: open-iscsi (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

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

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

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

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

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

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

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

** Affects: vpnc-scripts (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug artful uec-images

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

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

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

** Also affects: android-androresolvd (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
-  * hooks invoked on change (/etc/resolvco

[Desktop-packages] [Bug 1622268] [NEW] Xorg freeze

2016-09-10 Thread Scott Moser
Public bug reported:

The mouse still moves, seems almost like just mouse clicks are missing.
Happened most recently when switching desktops.

syslog shows around the time of hang:

Sep 10 21:08:19 abe systemd[1]: Started CUPS Scheduler.
Sep 10 21:08:19 abe colord[1045]: (colord:1045): Cd-WARNING **: failed to get 
session [pid 12509]: No such device or address
Sep 10 21:09:39 abe gnome-session[1968]: gnome-session-binary[1968]: 
GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Sep 10 21:09:39 abe gnome-session[1968]: gnome-session-binary[1968]: 
GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Sep 10 21:09:39 abe gnome-session-binary[1968]: GLib-GObject-CRITICAL: 
g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Sep 10 21:09:39 abe gnome-session-binary[1968]: GLib-GObject-CRITICAL: 
g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Sep 10 21:09:39 abe gnome-session[1968]: gnome-session-binary[1968]: 
GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Sep 10 21:09:39 abe gnome-session-binary[1968]: GLib-GObject-CRITICAL: 
g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Sep 10 21:09:39 abe gnome-session-binary[1968]: Entering running state
Sep 10 21:10:25 abe kernel: [127582.457059] [ cut here ]
Sep 10 21:10:25 abe kernel: [127582.457109] WARNING: CPU: 0 PID: 1095 at 
/build/linux-a2WvEb/linux-4.4.0/drivers/gpu/drm/drm_irq.c:1326 
drm_wait_one_vblank+0x1b5/0x1c0 [drm]()
Sep 10 21:10:25 abe kernel: [127582.457111] vblank wait timed out on crtc 0
Sep 10 21:10:25 abe kernel: [127582.457189] Modules linked in: btrfs xor 
raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs libcrc32c cpuid 
hid_generic usbhid hid iwldvm mac80211 iwlwifi cfg80211 ctr ccm intel_rapl drbg 
ansi_cprng x86_pkg_temp_thermal intel_powerclamp nls_iso8859_1 dm_crypt 
coretemp kvm_intel kvm arc4 irqbypass crct10dif_pclmul crc32_pclmul uvcvideo 
aesni_intel videobuf2_vmalloc videobuf2_memops aes_x86_64 lrw videobuf2_v4l2 
snd_hda_codec_hdmi gf128mul glue_helper snd_hda_codec_realtek videobuf2_core 
snd_hda_codec_generic v4l2_common ablk_helper snd_hda_intel joydev cryptd 
videodev snd_hda_codec input_leds snd_hda_core media serio_raw snd_hwdep 
thinkpad_acpi snd_pcm nvram snd_seq_midi snd_seq_midi_event lpc_ich shpchp 
snd_rawmidi snd_seq snd_seq_device snd_timer snd soundcore mei_me mei mac_hid 
parport_pc ppdev lp parport autofs4 bcache i915 i2c_algo_bit drm_kms_helper 
syscopyarea sysfillrect psmouse sysimgblt fb_sys_fops ahci libahci drm 
sdhci_pci e1000e sdhci p
 tp pps_core wmi fjes video [last unloaded: cfg80211]
Sep 10 21:10:25 abe kernel: [127582.457217] CPU: 0 PID: 1095 Comm: Xorg Not 
tainted 4.4.0-36-generic #55-Ubuntu
Sep 10 21:10:25 abe kernel: [127582.457219] Hardware name: LENOVO 
2349S7W/2349S7W, BIOS G1ETA8WW (2.68 ) 03/06/2015
Sep 10 21:10:25 abe kernel: [127582.457225]  0286 c8d4ae99 
8803091b7838 813f13b3
Sep 10 21:10:25 abe kernel: [127582.457228]  8803091b7880 c00deb38 
8803091b7870 810810f2
Sep 10 21:10:25 abe kernel: [127582.457232]  880309c00800  
 002a9d59
Sep 10 21:10:25 abe kernel: [127582.457233] Call Trace:
Sep 10 21:10:25 abe kernel: [127582.457247]  [] 
dump_stack+0x63/0x90
Sep 10 21:10:25 abe kernel: [127582.457256]  [] 
warn_slowpath_common+0x82/0xc0
Sep 10 21:10:25 abe kernel: [127582.457260]  [] 
warn_slowpath_fmt+0x5c/0x80
Sep 10 21:10:25 abe kernel: [127582.457269]  [] ? 
finish_wait+0x55/0x70
Sep 10 21:10:25 abe kernel: [127582.457299]  [] 
drm_wait_one_vblank+0x1b5/0x1c0 [drm]
Sep 10 21:10:25 abe kernel: [127582.457305]  [] ? 
wake_atomic_t_function+0x60/0x60
Sep 10 21:10:25 abe kernel: [127582.457375]  [] 
intel_atomic_commit+0x43a/0x6f0 [i915]
Sep 10 21:10:25 abe kernel: [127582.457414]  [] ? 
drm_atomic_add_affected_connectors+0x27/0xf0 [drm]
Sep 10 21:10:25 abe kernel: [127582.457445]  [] 
drm_atomic_commit+0x37/0x60 [drm]
Sep 10 21:10:25 abe kernel: [127582.457465]  [] 
restore_fbdev_mode+0x22f/0x260 [drm_kms_helper]
Sep 10 21:10:25 abe kernel: [127582.457496]  [] ? 
drm_modeset_lock_all_ctx+0x9a/0xb0 [drm]
Sep 10 21:10:25 abe kernel: [127582.457512]  [] 
drm_fb_helper_restore_fbdev_mode_unlocked+0x33/0x80 [drm_kms_helper]
Sep 10 21:10:25 abe kernel: [127582.457526]  [] 
drm_fb_helper_set_par+0x2d/0x50 [drm_kms_helper]
Sep 10 21:10:25 abe kernel: [127582.457580]  [] 
intel_fbdev_set_par+0x1a/0x60 [i915]
Sep 10 21:10:25 abe kernel: [127582.457587]  [] ? 
fb_set_var+0x2ef/0x460
Sep 10 21:10:25 abe kernel: [127582.457591]  [] 
fb_set_var+0x236/0x460
Sep 10 21:10:25 abe kernel: [127582.457596]  [] ? 
update_curr+0x79/0x160
Sep 10 21:10:25 abe kernel: [127582.457602]  [] 
fbcon_blank+0x30f/0x350
Sep 10 21:10:25 abe kernel: [127582.457606]  [] ? 
ttwu_do_wakeup+0x19/0xe0
Sep 10 21:10:25 abe kernel: [127582.457613]  [] 
do_unblank_screen+0xd3/0x1a0
Sep 10 21:10:25 abe ke

[Desktop-packages] [Bug 1611973] [NEW] postgresql@9.5-main service not started if postgres installed via cloud-init

2016-08-10 Thread Scott Moser
Public bug reported:

If you intsall postgresql via cloud-init user-data, it will not get started.
A work around is provided at 
  
http://dustymabe.com/2015/08/03/installingstarting-systemd-services-using-cloud-init/

This is related to bug 1575572.

To reproduce the behavior:

$ cat ../postgresql.yaml 
#cloud-config
packages: [postgresql]

$ launch ubuntu-daily:yakkety y2 "--config=user.user-data=$(cat
postgresql.yaml)"

$ lxc exec y2 /bin/bash
# wait for system boot

# systemctl status postgresql@9.5-main
● postgresql@9.5-main.service - PostgreSQL Cluster 9.5-main
   Loaded: loaded (/lib/systemd/system/postgresql@.service; disabled; vendor 
preset: enabled)
   Active: inactive (dead)

Related Bugs:
 * bug 1575572:  apache2 fails to start if installed via cloud config (on 
Xenial)

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: postgresql-common 175
ProcVersionSignature: Ubuntu 4.4.0-33.52-generic 4.4.15
Uname: Linux 4.4.0-33-generic x86_64
ApportVersion: 2.20.3-0ubuntu5
Architecture: amd64
Date: Wed Aug 10 21:27:31 2016
PackageArchitecture: all
ProcEnviron:
 TERM=screen.xterm-256color
 PATH=(custom, no user)
SourcePackage: postgresql-common
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: postgresql-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug uec-images yakkety

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to postgresql-common in Ubuntu.
https://bugs.launchpad.net/bugs/1611973

Title:
  postgresql@9.5-main service not started if postgres installed via
  cloud-init

Status in postgresql-common package in Ubuntu:
  New

Bug description:
  If you intsall postgresql via cloud-init user-data, it will not get started.
  A work around is provided at 

http://dustymabe.com/2015/08/03/installingstarting-systemd-services-using-cloud-init/

  This is related to bug 1575572.

  To reproduce the behavior:

  $ cat ../postgresql.yaml 
  #cloud-config
  packages: [postgresql]

  $ launch ubuntu-daily:yakkety y2 "--config=user.user-data=$(cat
  postgresql.yaml)"

  $ lxc exec y2 /bin/bash
  # wait for system boot

  # systemctl status postgresql@9.5-main
  ● postgresql@9.5-main.service - PostgreSQL Cluster 9.5-main
 Loaded: loaded (/lib/systemd/system/postgresql@.service; disabled; vendor 
preset: enabled)
 Active: inactive (dead)

  Related Bugs:
   * bug 1575572:  apache2 fails to start if installed via cloud config (on 
Xenial)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: postgresql-common 175
  ProcVersionSignature: Ubuntu 4.4.0-33.52-generic 4.4.15
  Uname: Linux 4.4.0-33-generic x86_64
  ApportVersion: 2.20.3-0ubuntu5
  Architecture: amd64
  Date: Wed Aug 10 21:27:31 2016
  PackageArchitecture: all
  ProcEnviron:
   TERM=screen.xterm-256color
   PATH=(custom, no user)
  SourcePackage: postgresql-common
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1611973/+subscriptions

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


[Desktop-packages] [Bug 1604819] Re: screen goes completely black during usage then comes back

2016-07-20 Thread Scott Moser
** Changed in: xorg-server (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1604819

Title:
  screen goes completely black during usage then comes back

Status in xorg-server package in Ubuntu:
  Triaged

Bug description:
  Hi,
  just upgraded and rebooted (been quite a while since I rebooted so lots of 
things probably changed in the mix).

  The system initially logged in and my screen layout was lost (instead
  ie, the monitor on the left was on the right).  I changed that back,
  logged out and back in.

  Now, occasionally and seemingly randomly the larger display goes black for 
1-2 seconds during usage.
  It often occurs when switching desktops via hotkeys, but sometimes at other 
random points.

  After playing a bit, I'm pretty sure the reason is that I'm getting
  the vesa driver instead of the intel one.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.2-0ubuntu1
  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 Jul 20 09:26:52 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 6000 [8086:1626] (rev 09) (prog-if 00 [VGA 
controller])
     Subsystem: Intel Corporation HD Graphics 6000 [8086:2057]
  InstallationDate: Installed on 2015-07-23 (363 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  version.compiz: compiz 1:0.9.13.0+16.10.20160714.2-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.68-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.1-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  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+git20160706-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
  xserver.bootTime: Wed Jul 20 09:18:57 2016
  xserver.configfile: default
  xserver.errors:
   modeset(0): failed to set mode: Invalid argument
   modeset(0): failed to set mode: Invalid argument
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-1ubuntu1
  xserver.video_driver: modeset

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

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


[Desktop-packages] [Bug 1604819] Re: screen goes completely black during usage then comes back

2016-07-20 Thread Scott Moser
Timo asked that I try 4.6 so i grabbed 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6.3-yakkety/
now with 4.6.3-040603-generic
problem does not seem present.

So, short summary of what i've tested when paired with xserver-xorg-core at 
2:1.18.4-1ubuntu1:
 BAD: 4.4.0-24-generic
 BAD: 4.4.0-31-generic
 GOOD: 4.6.3-040603-generic
 GOOD: 4.7.0-040700rc6-generic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1604819

Title:
  screen goes completely black during usage then comes back

Status in xorg-server package in Ubuntu:
  Triaged

Bug description:
  Hi,
  just upgraded and rebooted (been quite a while since I rebooted so lots of 
things probably changed in the mix).

  The system initially logged in and my screen layout was lost (instead
  ie, the monitor on the left was on the right).  I changed that back,
  logged out and back in.

  Now, occasionally and seemingly randomly the larger display goes black for 
1-2 seconds during usage.
  It often occurs when switching desktops via hotkeys, but sometimes at other 
random points.

  After playing a bit, I'm pretty sure the reason is that I'm getting
  the vesa driver instead of the intel one.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.2-0ubuntu1
  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 Jul 20 09:26:52 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 6000 [8086:1626] (rev 09) (prog-if 00 [VGA 
controller])
     Subsystem: Intel Corporation HD Graphics 6000 [8086:2057]
  InstallationDate: Installed on 2015-07-23 (363 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  version.compiz: compiz 1:0.9.13.0+16.10.20160714.2-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.68-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.1-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  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+git20160706-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
  xserver.bootTime: Wed Jul 20 09:18:57 2016
  xserver.configfile: default
  xserver.errors:
   modeset(0): failed to set mode: Invalid argument
   modeset(0): failed to set mode: Invalid argument
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-1ubuntu1
  xserver.video_driver: modeset

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

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


[Desktop-packages] [Bug 1604819] Re: intel driver (intel_drv) not loaded

2016-07-20 Thread Scott Moser
I chatted with tjaalton in irc. He suggested trying mainline kernel.
I pulled http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc6-yakkety/
now running 4.7.0-040700rc6-generic
with
$ dpkg-query --show xserver-common xserver-xorg-core
xserver-common  2:1.18.4-1ubuntu1
xserver-xorg-core   2:1.18.4-1ubuntu1

and the problem does not appear to be present.

I can't run the mainline kernels due to need of zfs and other ubuntu
sauce, but it does seem fixed there.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1604819

Title:
  screen goes completely black during usage then comes back

Status in xorg-server package in Ubuntu:
  Triaged

Bug description:
  Hi,
  just upgraded and rebooted (been quite a while since I rebooted so lots of 
things probably changed in the mix).

  The system initially logged in and my screen layout was lost (instead
  ie, the monitor on the left was on the right).  I changed that back,
  logged out and back in.

  Now, occasionally and seemingly randomly the larger display goes black for 
1-2 seconds during usage.
  It often occurs when switching desktops via hotkeys, but sometimes at other 
random points.

  After playing a bit, I'm pretty sure the reason is that I'm getting
  the vesa driver instead of the intel one.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.2-0ubuntu1
  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 Jul 20 09:26:52 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 6000 [8086:1626] (rev 09) (prog-if 00 [VGA 
controller])
     Subsystem: Intel Corporation HD Graphics 6000 [8086:2057]
  InstallationDate: Installed on 2015-07-23 (363 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  version.compiz: compiz 1:0.9.13.0+16.10.20160714.2-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.68-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.1-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  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+git20160706-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
  xserver.bootTime: Wed Jul 20 09:18:57 2016
  xserver.configfile: default
  xserver.errors:
   modeset(0): failed to set mode: Invalid argument
   modeset(0): failed to set mode: Invalid argument
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-1ubuntu1
  xserver.video_driver: modeset

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

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


[Desktop-packages] [Bug 1604819] Re: intel driver (intel_drv) not loaded

2016-07-20 Thread Scott Moser
** Description changed:

  Hi,
  just upgraded and rebooted (been quite a while since I rebooted so lots of 
things probably changed in the mix).
  
  The system initially logged in and my screen layout was lost (instead
  ie, the monitor on the left was on the right).  I changed that back,
  logged out and back in.
  
  Now, occasionally and seemingly randomly the larger display goes black for 
1-2 seconds during usage.
  It often occurs when switching desktops via hotkeys, but sometimes at other 
random points.
  
+ After playing a bit, I'm pretty sure the reason is that I'm getting the
+ vesa driver instead of the intel one.
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  .tmp.unity_support_test.0:
-  
+ 
  ApportVersion: 2.20.2-0ubuntu1
  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 Jul 20 09:26:52 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Intel Corporation HD Graphics 6000 [8086:1626] (rev 09) (prog-if 00 [VGA 
controller])
-Subsystem: Intel Corporation HD Graphics 6000 [8086:2057]
+  Intel Corporation HD Graphics 6000 [8086:1626] (rev 09) (prog-if 00 [VGA 
controller])
+    Subsystem: Intel Corporation HD Graphics 6000 [8086:2057]
  InstallationDate: Installed on 2015-07-23 (363 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  version.compiz: compiz 1:0.9.13.0+16.10.20160714.2-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.68-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.1-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  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+git20160706-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
  xserver.bootTime: Wed Jul 20 09:18:57 2016
  xserver.configfile: default
  xserver.errors:
-  modeset(0): failed to set mode: Invalid argument
-  modeset(0): failed to set mode: Invalid argument
+  modeset(0): failed to set mode: Invalid argument
+  modeset(0): failed to set mode: Invalid argument
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-1ubuntu1
  xserver.video_driver: modeset

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1604819

Title:
  intel driver (intel_drv) not loaded

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  Hi,
  just upgraded and rebooted (been quite a while since I rebooted so lots of 
things probably changed in the mix).

  The system initially logged in and my screen layout was lost (instead
  ie, the monitor on the left was on the right).  I changed that back,
  logged out and back in.

  Now, occasionally and seemingly randomly the larger display goes black for 
1-2 seconds during usage.
  It often occurs when switching desktops via hotkeys, but sometimes at other 
random points.

  After playing a bit, I'm pretty sure the reason is that I'm getting
  the vesa driver instead of the intel one.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.2-0ubuntu1
  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 Jul 20 09:26:52 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 6000 [8086:1626] (rev 09) (prog-if 00 [VGA 
controller])
     Subsystem: Intel Corporation HD Graphics 6000 [8086:2057]
  Inst

[Desktop-packages] [Bug 1604819] Re: intel driver (intel_drv) not loaded

2016-07-20 Thread Scott Moser
I backed xserver-common and xserver-xorg-core previous versions and am now fine.
this works:
$ dpkg-query --show xserver-common xserver-xorg-core
xserver-common 2:1.18.3-1ubuntu7
xserver-xorg-core 2:1.18.3-1ubuntu7

the latest versions (1.18.4-1ubuntu1) do not.

Previously (with 1.18.4-1ubuntu1):
$ grep drivers /var/log/Xorg.0.log
[18.551] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[18.552] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[18.553] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so

And with 1.18.3-1ubuntu7:

$ grep drivers /var/log/Xorg.0.log
[18.490] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[18.493] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[18.495] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[18.495] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so

$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 6000 (rev 09)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1604819

Title:
  intel driver (intel_drv) not loaded

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  Hi,
  just upgraded and rebooted (been quite a while since I rebooted so lots of 
things probably changed in the mix).

  The system initially logged in and my screen layout was lost (instead
  ie, the monitor on the left was on the right).  I changed that back,
  logged out and back in.

  Now, occasionally and seemingly randomly the larger display goes black for 
1-2 seconds during usage.
  It often occurs when switching desktops via hotkeys, but sometimes at other 
random points.

  After playing a bit, I'm pretty sure the reason is that I'm getting
  the vesa driver instead of the intel one.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.2-0ubuntu1
  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 Jul 20 09:26:52 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 6000 [8086:1626] (rev 09) (prog-if 00 [VGA 
controller])
     Subsystem: Intel Corporation HD Graphics 6000 [8086:2057]
  InstallationDate: Installed on 2015-07-23 (363 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  version.compiz: compiz 1:0.9.13.0+16.10.20160714.2-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.68-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.1-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  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+git20160706-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
  xserver.bootTime: Wed Jul 20 09:18:57 2016
  xserver.configfile: default
  xserver.errors:
   modeset(0): failed to set mode: Invalid argument
   modeset(0): failed to set mode: Invalid argument
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-1ubuntu1
  xserver.video_driver: modeset

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

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


[Desktop-packages] [Bug 1604819] Re: intel driver (intel_drv) not loaded

2016-07-20 Thread Scott Moser
** Summary changed:

- screen goes completely black during usage then comes back
+ intel driver (intel_drv) not loaded

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1604819

Title:
  intel driver (intel_drv) not loaded

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  Hi,
  just upgraded and rebooted (been quite a while since I rebooted so lots of 
things probably changed in the mix).

  The system initially logged in and my screen layout was lost (instead
  ie, the monitor on the left was on the right).  I changed that back,
  logged out and back in.

  Now, occasionally and seemingly randomly the larger display goes black for 
1-2 seconds during usage.
  It often occurs when switching desktops via hotkeys, but sometimes at other 
random points.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.2-0ubuntu1
  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 Jul 20 09:26:52 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 6000 [8086:1626] (rev 09) (prog-if 00 [VGA 
controller])
 Subsystem: Intel Corporation HD Graphics 6000 [8086:2057]
  InstallationDate: Installed on 2015-07-23 (363 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  version.compiz: compiz 1:0.9.13.0+16.10.20160714.2-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.68-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.1-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  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+git20160706-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
  xserver.bootTime: Wed Jul 20 09:18:57 2016
  xserver.configfile: default
  xserver.errors:
   modeset(0): failed to set mode: Invalid argument
   modeset(0): failed to set mode: Invalid argument
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-1ubuntu1
  xserver.video_driver: modeset

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

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


[Desktop-packages] [Bug 1604819] Re: screen goes completely black during usage then comes back

2016-07-20 Thread Scott Moser
rebooted into old kernel that previously worked and still see behavior
(4.4.0-24-generic) . Will try backing the xserver to downlevel version.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1604819

Title:
  screen goes completely black during usage then comes back

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi,
  just upgraded and rebooted (been quite a while since I rebooted so lots of 
things probably changed in the mix).

  The system initially logged in and my screen layout was lost (instead
  ie, the monitor on the left was on the right).  I changed that back,
  logged out and back in.

  Now, occasionally and seemingly randomly the larger display goes black for 
1-2 seconds during usage.
  It often occurs when switching desktops via hotkeys, but sometimes at other 
random points.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.2-0ubuntu1
  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 Jul 20 09:26:52 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 6000 [8086:1626] (rev 09) (prog-if 00 [VGA 
controller])
 Subsystem: Intel Corporation HD Graphics 6000 [8086:2057]
  InstallationDate: Installed on 2015-07-23 (363 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  version.compiz: compiz 1:0.9.13.0+16.10.20160714.2-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.68-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.1-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  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+git20160706-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
  xserver.bootTime: Wed Jul 20 09:18:57 2016
  xserver.configfile: default
  xserver.errors:
   modeset(0): failed to set mode: Invalid argument
   modeset(0): failed to set mode: Invalid argument
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-1ubuntu1
  xserver.video_driver: modeset

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

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


[Desktop-packages] [Bug 1604819] [NEW] screen goes completely black during usage then comes back

2016-07-20 Thread Scott Moser
Public bug reported:

Hi,
just upgraded and rebooted (been quite a while since I rebooted so lots of 
things probably changed in the mix).

The system initially logged in and my screen layout was lost (instead
ie, the monitor on the left was on the right).  I changed that back,
logged out and back in.

Now, occasionally and seemingly randomly the larger display goes black for 1-2 
seconds during usage.
It often occurs when switching desktops via hotkeys, but sometimes at other 
random points.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.2-0ubuntu1
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 Jul 20 09:26:52 2016
DistUpgraded: Fresh install
DistroCodename: yakkety
DistroVariant: ubuntu
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation HD Graphics 6000 [8086:1626] (rev 09) (prog-if 00 [VGA 
controller])
   Subsystem: Intel Corporation HD Graphics 6000 [8086:2057]
InstallationDate: Installed on 2015-07-23 (363 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
version.compiz: compiz 1:0.9.13.0+16.10.20160714.2-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.68-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.1-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.1-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
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+git20160706-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
xserver.bootTime: Wed Jul 20 09:18:57 2016
xserver.configfile: default
xserver.errors:
 modeset(0): failed to set mode: Invalid argument
 modeset(0): failed to set mode: Invalid argument
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-1ubuntu1
xserver.video_driver: modeset

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


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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1604819

Title:
  screen goes completely black during usage then comes back

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi,
  just upgraded and rebooted (been quite a while since I rebooted so lots of 
things probably changed in the mix).

  The system initially logged in and my screen layout was lost (instead
  ie, the monitor on the left was on the right).  I changed that back,
  logged out and back in.

  Now, occasionally and seemingly randomly the larger display goes black for 
1-2 seconds during usage.
  It often occurs when switching desktops via hotkeys, but sometimes at other 
random points.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.2-0ubuntu1
  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 Jul 20 09:26:52 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 6000 [8086:1626] (rev 09) (prog-if 00 [VGA 
controller])
 Subsystem: Intel Corporation HD Graphics 6000 [8086:2057]
  InstallationDate: Installed on 2015-07-23 (363 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  version.compiz: compiz 1:0.9.13.0+16.10.20160714.2-0ubuntu1
  version

[Desktop-packages] [Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2016-04-12 Thread Scott Moser
Marking as 'fix-released' in maas in wily and xenial, as the fix went into 
trunk at revision 4028.
https://code.launchpad.net/~rvb/maas/lp-1313550/+merge/262314

** Changed in: maas (Ubuntu Wily)
   Status: New => Fix Released

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

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1313550

Title:
  ping does not work as a normal user on trusty tarball cloud images.

Status in curtin:
  Fix Committed
Status in MAAS:
  Fix Released
Status in curtin package in Ubuntu:
  Fix Released
Status in iputils package in Ubuntu:
  Fix Released
Status in lxc package in Ubuntu:
  Invalid
Status in maas package in Ubuntu:
  Fix Released
Status in tar package in Ubuntu:
  Fix Released
Status in tar source package in Precise:
  Confirmed
Status in maas source package in Saucy:
  Won't Fix
Status in tar source package in Saucy:
  Won't Fix
Status in curtin source package in Trusty:
  Fix Released
Status in maas source package in Trusty:
  Confirmed
Status in tar source package in Trusty:
  Fix Released
Status in maas source package in Vivid:
  Confirmed
Status in maas source package in Wily:
  Fix Released

Bug description:
  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows
  removing the suid bit.

  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.

  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags

  Related Bugs:
   * bug 1382632: horizon insecure key file permissions
   * bug 1386237: tar strange behavior with --acl and xattr
   * bug 1313550: ping broken (xattrs lost in tar extraction)

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

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


[Desktop-packages] [Bug 1463072] Re: highlighting on left mouse double click ends at : (colon)

2016-02-16 Thread Scott Moser
** Summary changed:

- highlighting on left mouse double click ends at :
+ highlighting on left mouse double click ends at : (colon)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1463072

Title:
  highlighting on left mouse double click ends at : (colon)

Status in GNOME Terminal:
  Invalid
Status in gnome-terminal package in Ubuntu:
  Won't Fix

Bug description:
  I'm not perfectly sure when this regression occurred. I know that
  3.14.2-0ubuntu4 did not have the issue, and that 3.16.2-1ubuntu1 does.

  Its terribly annoying when copy and pasting links.

  I'm not sure how this works or where the change occurred.
  When i double click on a url (http://example.com/path)
  its selection stops at the ':'.  This means i keep pasting people urls that 
look like /paste.ubuntu.com/11591324/ rather than 
http://paste.ubuntu.com/11591324/ .

  Note, mouse over the url *does* underline the whole url.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gnome-terminal 3.16.2-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jun  8 11:11:02 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-02 (156 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150101)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2015-06-18 Thread Scott Moser
** Changed in: curtin
   Status: Confirmed => Fix Committed

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

** No longer affects: curtin (Ubuntu Saucy)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1313550

Title:
  ping does not work as a normal user on trusty tarball cloud images.

Status in The curt installer:
  Fix Committed
Status in MAAS:
  Fix Committed
Status in curtin package in Ubuntu:
  Fix Released
Status in iputils package in Ubuntu:
  Fix Released
Status in lxc package in Ubuntu:
  Confirmed
Status in maas package in Ubuntu:
  Confirmed
Status in tar package in Ubuntu:
  Fix Released
Status in lxc source package in Precise:
  Confirmed
Status in tar source package in Precise:
  Confirmed
Status in lxc source package in Saucy:
  Won't Fix
Status in maas source package in Saucy:
  Won't Fix
Status in tar source package in Saucy:
  Won't Fix
Status in curtin source package in Trusty:
  Fix Released
Status in lxc source package in Trusty:
  Confirmed
Status in maas source package in Trusty:
  Confirmed
Status in tar source package in Trusty:
  Fix Released

Bug description:
  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows
  removing the suid bit.

  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.

  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags

  Related Bugs:
   * bug 1382632: horizon insecure key file permissions
   * bug 1386237: tar strange behavior with --acl and xattr
   * bug 1313550: ping broken (xattrs lost in tar extraction)

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

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


[Desktop-packages] [Bug 1463072] Re: highlighting on left mouse double click ends at :

2015-06-09 Thread Scott Moser
I marked this as Invalid as upstream says it is.
It is configurable via dconf.  currently not configurable in the gnome-terminal 
UI at all.

To show how to do this:

$ dconf read /org/gnome/terminal/legacy/profiles:/list
['63575bfd-baa0-4acd-86fc-6726b91ff51e', 'bdddb09c-01fe-4230-90b0-331af6389b5f']

$ dconf read 
/org/gnome/terminal/legacy/profiles:/:63575bfd-baa0-4acd-86fc-6726b91ff51e/visible-name
'default'

$ dconf write /org/gnome/terminal/legacy/profiles:/:63575bfd-baa0-4acd-
86fc-6726b91ff51e/word-char-exceptions '@ms "-,:.;/?%&#_=+@~·"'

I believe the default is: -,:.;/?%&#_=+@~.
and I just added ':' to the list.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1463072

Title:
  highlighting on left mouse double click ends at :

Status in GNOME Terminal:
  Confirmed
Status in gnome-terminal package in Ubuntu:
  Invalid

Bug description:
  I'm not perfectly sure when this regression occurred. I know that
  3.14.2-0ubuntu4 did not have the issue, and that 3.16.2-1ubuntu1 does.

  Its terribly annoying when copy and pasting links.

  I'm not sure how this works or where the change occurred.
  When i double click on a url (http://example.com/path)
  its selection stops at the ':'.  This means i keep pasting people urls that 
look like /paste.ubuntu.com/11591324/ rather than 
http://paste.ubuntu.com/11591324/ .

  Note, mouse over the url *does* underline the whole url.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gnome-terminal 3.16.2-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jun  8 11:11:02 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-02 (156 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150101)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1463072] Re: highlighting on left mouse double click ends at :

2015-06-09 Thread Scott Moser
** Changed in: gnome-terminal (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1463072

Title:
  highlighting on left mouse double click ends at :

Status in GNOME Terminal:
  Confirmed
Status in gnome-terminal package in Ubuntu:
  Invalid

Bug description:
  I'm not perfectly sure when this regression occurred. I know that
  3.14.2-0ubuntu4 did not have the issue, and that 3.16.2-1ubuntu1 does.

  Its terribly annoying when copy and pasting links.

  I'm not sure how this works or where the change occurred.
  When i double click on a url (http://example.com/path)
  its selection stops at the ':'.  This means i keep pasting people urls that 
look like /paste.ubuntu.com/11591324/ rather than 
http://paste.ubuntu.com/11591324/ .

  Note, mouse over the url *does* underline the whole url.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gnome-terminal 3.16.2-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jun  8 11:11:02 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-02 (156 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150101)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1463072] Re: highlighting on left mouse double click ends at :

2015-06-08 Thread Scott Moser
** Changed in: gnome-terminal (Ubuntu)
   Status: New => Confirmed

** Changed in: gnome-terminal (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1463072

Title:
  highlighting on left mouse double click ends at :

Status in GNOME Terminal:
  Confirmed
Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  I'm not perfectly sure when this regression occurred. I know that
  3.14.2-0ubuntu4 did not have the issue, and that 3.16.2-1ubuntu1 does.

  Its terribly annoying when copy and pasting links.

  I'm not sure how this works or where the change occurred.
  When i double click on a url (http://example.com/path)
  its selection stops at the ':'.  This means i keep pasting people urls that 
look like /paste.ubuntu.com/11591324/ rather than 
http://paste.ubuntu.com/11591324/ .

  Note, mouse over the url *does* underline the whole url.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gnome-terminal 3.16.2-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jun  8 11:11:02 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-02 (156 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150101)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1463072] Re: highlighting on left mouse double click ends at :

2015-06-08 Thread Scott Moser
** Bug watch added: GNOME Bug Tracker #750577
   https://bugzilla.gnome.org/show_bug.cgi?id=750577

** Also affects: gnome-terminal via
   https://bugzilla.gnome.org/show_bug.cgi?id=750577
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1463072

Title:
  highlighting on left mouse double click ends at :

Status in GNOME Terminal:
  Unknown
Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  I'm not perfectly sure when this regression occurred. I know that
  3.14.2-0ubuntu4 did not have the issue, and that 3.16.2-1ubuntu1 does.

  Its terribly annoying when copy and pasting links.

  I'm not sure how this works or where the change occurred.
  When i double click on a url (http://example.com/path)
  its selection stops at the ':'.  This means i keep pasting people urls that 
look like /paste.ubuntu.com/11591324/ rather than 
http://paste.ubuntu.com/11591324/ .

  Note, mouse over the url *does* underline the whole url.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gnome-terminal 3.16.2-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jun  8 11:11:02 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-02 (156 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150101)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1463072] [NEW] highlighting on left mouse double click ends at :

2015-06-08 Thread Scott Moser
Public bug reported:

I'm not perfectly sure when this regression occurred. I know that
3.14.2-0ubuntu4 did not have the issue, and that 3.16.2-1ubuntu1 does.

Its terribly annoying when copy and pasting links.

I'm not sure how this works or where the change occurred.
When i double click on a url (http://example.com/path)
its selection stops at the ':'.  This means i keep pasting people urls that 
look like /paste.ubuntu.com/11591324/ rather than 
http://paste.ubuntu.com/11591324/ .

Note, mouse over the url *does* underline the whole url.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: gnome-terminal 3.16.2-1ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
Uname: Linux 3.19.0-20-generic x86_64
ApportVersion: 2.17.3-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jun  8 11:11:02 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-01-02 (156 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150101)
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1463072

Title:
  highlighting on left mouse double click ends at :

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  I'm not perfectly sure when this regression occurred. I know that
  3.14.2-0ubuntu4 did not have the issue, and that 3.16.2-1ubuntu1 does.

  Its terribly annoying when copy and pasting links.

  I'm not sure how this works or where the change occurred.
  When i double click on a url (http://example.com/path)
  its selection stops at the ':'.  This means i keep pasting people urls that 
look like /paste.ubuntu.com/11591324/ rather than 
http://paste.ubuntu.com/11591324/ .

  Note, mouse over the url *does* underline the whole url.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gnome-terminal 3.16.2-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jun  8 11:11:02 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-02 (156 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150101)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1439711] Re: cedilla-brazil.sh writes errors on login: line 21: [: too many arguments

2015-04-02 Thread Scott Moser
this was fixed in
language-selector (0.142) vivid; urgency=medium

  * data/cedilla-brazil.sh: Fix broken shell from previous upload.

 -- Adam Conrad   Wed, 01 Apr 2015 11:47:00 -0600

** Changed in: language-selector (Ubuntu)
   Importance: Undecided => Medium

** Changed in: language-selector (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1439711

Title:
  cedilla-brazil.sh writes errors on login: line 21: [: too many
  arguments

Status in language-selector package in Ubuntu:
  Fix Released

Bug description:
  fresh vivid cloud instance, ssh in:
  $ ssh smo...@smoser0402v.cloudapp.net
  Last login: Thu Apr  2 13:59:07 2015 from d149-67-16-30.nap.wideopenwest.com
  -bash: [: too many arguments

  the issue 
  /etc/profile.d/cedilla-brazil.sh

  says:
   | if [ -n $LC_IDENTIFICATION -a ${LC_IDENTIFICATION%.*} = 'pt_BR' ]; then
   |   export LC_CTYPE="$LC_IDENTIFICATION"
   | fi

  This is fixed by just qouting.

  if [ -n "$LC_IDENTIFICATION" -a "${LC_IDENTIFICATION%.*}" = "pt_BR" ]; then
  fi

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: language-selector-common 0.141
  ProcVersionSignature: User Name 3.19.0-11.11-generic 3.19.3
  Uname: Linux 3.19.0-11-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  Date: Thu Apr  2 14:01:59 2015
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: language-selector
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1439711/+subscriptions

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


[Desktop-packages] [Bug 1439711] [NEW] cedilla-brazil.sh writes errors on login: line 21: [: too many arguments

2015-04-02 Thread Scott Moser
Public bug reported:

fresh vivid cloud instance, ssh in:
$ ssh smo...@smoser0402v.cloudapp.net
Last login: Thu Apr  2 13:59:07 2015 from d149-67-16-30.nap.wideopenwest.com
-bash: [: too many arguments

the issue 
/etc/profile.d/cedilla-brazil.sh

says:
 | if [ -n $LC_IDENTIFICATION -a ${LC_IDENTIFICATION%.*} = 'pt_BR' ]; then
 |   export LC_CTYPE="$LC_IDENTIFICATION"
 | fi

This is fixed by just qouting.

if [ -n "$LC_IDENTIFICATION" -a "${LC_IDENTIFICATION%.*}" = "pt_BR" ]; then
fi

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: language-selector-common 0.141
ProcVersionSignature: User Name 3.19.0-11.11-generic 3.19.3
Uname: Linux 3.19.0-11-generic x86_64
ApportVersion: 2.17-0ubuntu1
Architecture: amd64
Date: Thu Apr  2 14:01:59 2015
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: language-selector
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: language-selector (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug uec-images vivid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1439711

Title:
  cedilla-brazil.sh writes errors on login: line 21: [: too many
  arguments

Status in language-selector package in Ubuntu:
  New

Bug description:
  fresh vivid cloud instance, ssh in:
  $ ssh smo...@smoser0402v.cloudapp.net
  Last login: Thu Apr  2 13:59:07 2015 from d149-67-16-30.nap.wideopenwest.com
  -bash: [: too many arguments

  the issue 
  /etc/profile.d/cedilla-brazil.sh

  says:
   | if [ -n $LC_IDENTIFICATION -a ${LC_IDENTIFICATION%.*} = 'pt_BR' ]; then
   |   export LC_CTYPE="$LC_IDENTIFICATION"
   | fi

  This is fixed by just qouting.

  if [ -n "$LC_IDENTIFICATION" -a "${LC_IDENTIFICATION%.*}" = "pt_BR" ]; then
  fi

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: language-selector-common 0.141
  ProcVersionSignature: User Name 3.19.0-11.11-generic 3.19.3
  Uname: Linux 3.19.0-11-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  Date: Thu Apr  2 14:01:59 2015
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: language-selector
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1439711/+subscriptions

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


[Desktop-packages] [Bug 1424509] Re: lsclusters claims clusters are not running, when they are under systemd

2015-03-12 Thread Scott Moser
fix-released

$ apt-cache policy postgresql
postgresql:
  Installed: (none)
  Candidate: 9.4+166bzr2
  Version table:
 9.4+166bzr2 0
500 http://nova.clouds.archive.ubuntu.com/ubuntu/ vivid/main amd64 
Packages

$ cat /$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.19.0-7-generic root=LABEL=cloudimg-rootfs ro 
init=/lib/systemd/systemd console=tty1 console=ttyS0

$ sudo apt-get install -qy postgresql
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libpq5 postgresql-9.4 postgresql-client-9.4 postgresql-client-common
  postgresql-common ssl-cert
Suggested packages:
  postgresql-doc oidentd ident-server locales-all postgresql-doc-9.4 
openssl-blacklist
The following NEW packages will be installed:
  libpq5 postgresql postgresql-9.4 postgresql-client-9.4 
postgresql-client-common
  postgresql-common ssl-cert
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,929 kB of archives.
After this operation, 16.3 MB of additional disk space will be used.
Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ vivid/main libpq5 amd64 
9.4.1-1 [76.4 kB]
Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ vivid/main 
postgresql-client-common all 166bzr2 [26.9 kB]
Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ vivid/main 
postgresql-client-9.4 amd64 9.4.1-1 [816 kB]
Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ vivid/main ssl-cert all 
1.0.35 [17.4 kB]
Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ vivid/main 
postgresql-common all 166bzr2 [151 kB]
Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ vivid/main postgresql-9.4 
amd64 9.4.1-1 [2,837 kB]
Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ vivid/main postgresql all 
9.4+166bzr2 [5,104 B]
Fetched 3,929 kB in 0s (30.7 MB/s)
Preconfiguring packages ...
Selecting previously unselected package libpq5:amd64.
(Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading 
database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading 
database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading 
database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading 
database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading 
database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading 
database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading 
database ... 79484 files and directories currently installed.)
Preparing to unpack .../libpq5_9.4.1-1_amd64.deb ...
Unpacking libpq5:amd64 (9.4.1-1) ...
Selecting previously unselected package postgresql-client-common.
Preparing to unpack .../postgresql-client-common_166bzr2_all.deb ...
Unpacking postgresql-client-common (166bzr2) ...
Selecting previously unselected package postgresql-client-9.4.
Preparing to unpack .../postgresql-client-9.4_9.4.1-1_amd64.deb ...
Unpacking postgresql-client-9.4 (9.4.1-1) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../ssl-cert_1.0.35_all.deb ...
Unpacking ssl-cert (1.0.35) ...
Selecting previously unselected package postgresql-common.
Preparing to unpack .../postgresql-common_166bzr2_all.deb ...
Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by 
postgresql-common'
Unpacking postgresql-common (166bzr2) ...
Selecting previously unselected package postgresql-9.4.
Preparing to unpack .../postgresql-9.4_9.4.1-1_amd64.deb ...
Unpacking postgresql-9.4 (9.4.1-1) ...
Selecting previously unselected package postgresql.
Preparing to unpack .../postgresql_9.4+166bzr2_all.deb ...
Unpacking postgresql (9.4+166bzr2) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for ureadahead (0.100.0-19) ...
Setting up libpq5:amd64 (9.4.1-1) ...
Setting up postgresql-client-common (166bzr2) ...
Setting up postgresql-client-9.4 (9.4.1-1) ...
update-alternatives: using /usr/share/postgresql/9.4/man/man1/psql.1.gz to 
provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
Setting up ssl-cert (1.0.35) ...
Setting up postgresql-common (166bzr2) ...
Adding user postgres to group ssl-cert

Creating config file /etc/postgresql-common/createcluster.conf with new
version

Creating config file /etc/logrotate.d/postgresql-common with new version
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
Removing obsolete dictionary files:
Setting up postgresql-9.4 (9.4.1-1) ...
Creating new cluster 9.4/main ...
  config /etc/postgresql/9.4/main
  data   /var/lib/postgresql/9.4/main
  locale en_US.UTF-8
Flags of /var/lib/postgresql/9.4/main set as -e-C
  port   5432
update-alternatives: using /usr/share/postgresql/9.4/man/man1/postmaster.1.gz 
to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
Setting up postgresql (9.4+166bzr2) ...
Processing triggers for libc-bin (2.19-15ubuntu2) ...
Processing triggers for ureadahead (0.100.0-19) ...
$ sudo pg_lsclusters
Ver Cluster Por

[Desktop-packages] [Bug 1424509] Re: lsclusters claims clusters are not running, when they are under systemd

2015-03-11 Thread Scott Moser
would appear to cause fallout of bug 1430025 also.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to postgresql-common in Ubuntu.
https://bugs.launchpad.net/bugs/1424509

Title:
  lsclusters claims clusters are not running, when they are under
  systemd

Status in postgresql-common package in Ubuntu:
  New

Bug description:
  $ pg_lsclusters 
  Ver Cluster Port Status OwnerData directory   Log file
  9.4 main5432 down   postgres /var/lib/postgresql/9.4/main 
/var/log/postgresql/postgresql-9.4-main.log
  9.4 xnox5433 down   postgres /var/lib/postgresql/9.4/xnox 
/var/log/postgresql/postgresql-9.4-xnox.log

  yet

  $ sudo systemctl list-units 'postgresql*'
  UNITLOAD   ACTIVE SUB DESCRIPTION
  postgresql.service  loaded active exited  PostgreSQL RDBMS
  postgresql@9.4-main.service loaded active running PostgreSQL Cluster 9.4-main
  postgresql@9.4-xnox.service loaded active running PostgreSQL Cluster 9.4-xnox

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: postgresql-common 166bzr1
  ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
  Uname: Linux 3.18.0-9-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 23 02:57:52 2015
  InstallationDate: Installed on 2013-08-29 (542 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130829)
  PackageArchitecture: all
  SourcePackage: postgresql-common
  UpgradeStatus: Upgraded to vivid on 2014-11-16 (98 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1424509/+subscriptions

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


[Desktop-packages] [Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-10-27 Thread Scott Moser
** Description changed:

  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows removing
  the suid bit.
  
  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.
  
  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags
  
  Related Bugs:
-  * bug 1382632: horizon insecure key file permissions
-  * bug 1386237: tar strange behavior with --acl
-  * bug 1313550: ping broken (xattrs lost in tar extraction)
+  * bug 1382632: horizon insecure key file permissions
+  * bug 1386237: tar strange behavior with --acl and xattr
+  * bug 1313550: ping broken (xattrs lost in tar extraction)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1313550

Title:
  ping does not work as a normal user on trusty tarball cloud images.

Status in The curt installer:
  Confirmed
Status in MAAS:
  Confirmed
Status in “curtin” package in Ubuntu:
  Confirmed
Status in “iputils” package in Ubuntu:
  Fix Released
Status in “lxc” package in Ubuntu:
  Confirmed
Status in “maas” package in Ubuntu:
  Confirmed
Status in “tar” package in Ubuntu:
  Fix Released
Status in “lxc” source package in Precise:
  Confirmed
Status in “tar” source package in Precise:
  Confirmed
Status in “curtin” source package in Saucy:
  Won't Fix
Status in “lxc” source package in Saucy:
  Confirmed
Status in “maas” source package in Saucy:
  Confirmed
Status in “tar” source package in Saucy:
  Confirmed
Status in “curtin” source package in Trusty:
  Confirmed
Status in “lxc” source package in Trusty:
  Confirmed
Status in “maas” source package in Trusty:
  Confirmed
Status in “tar” source package in Trusty:
  Fix Released

Bug description:
  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows
  removing the suid bit.

  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.

  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags

  Related Bugs:
   * bug 1382632: horizon insecure key file permissions
   * bug 1386237: tar strange behavior with --acl and xattr
   * bug 1313550: ping broken (xattrs lost in tar extraction)

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

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


[Desktop-packages] [Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-10-27 Thread Scott Moser
** Description changed:

  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows removing
  the suid bit.
  
  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.
  
  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags
  
- SRU curtin
- ==
- 
- [Impact]
- 
- As the original bug report description mentions, curtin's extraction
- needs to use xattr/acl flags.
- 
- [Test Case]
- 
- To reproduce this bug, use curtin extraction without the extended file
- attributes.
- 
- [Regression Potential]
- 
- Since the patch for this bug fix *looks* to see if there are extended
- file attributes, it should work in the event that they are there or are
- not there or are.  More specifically, if tar cmd supports xattrs, curtin
- will return the required flags to extract them.  This lowers the
- probability of introducing a regression.
+ Related Bugs:
+  * bug 1382632: horizon insecure key file permissions
+  * bug 1386237: tar strange behavior with --acl
+  * bug 1313550: ping broken (xattrs lost in tar extraction)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1313550

Title:
  ping does not work as a normal user on trusty tarball cloud images.

Status in The curt installer:
  Confirmed
Status in MAAS:
  Confirmed
Status in “curtin” package in Ubuntu:
  Confirmed
Status in “iputils” package in Ubuntu:
  Fix Released
Status in “lxc” package in Ubuntu:
  Confirmed
Status in “maas” package in Ubuntu:
  Confirmed
Status in “tar” package in Ubuntu:
  Fix Released
Status in “lxc” source package in Precise:
  Confirmed
Status in “tar” source package in Precise:
  Confirmed
Status in “curtin” source package in Saucy:
  Won't Fix
Status in “lxc” source package in Saucy:
  Confirmed
Status in “maas” source package in Saucy:
  Confirmed
Status in “tar” source package in Saucy:
  Confirmed
Status in “curtin” source package in Trusty:
  Confirmed
Status in “lxc” source package in Trusty:
  Confirmed
Status in “maas” source package in Trusty:
  Confirmed
Status in “tar” source package in Trusty:
  Fix Released

Bug description:
  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows
  removing the suid bit.

  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.

  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags

  Related Bugs:
   * bug 1382632: horizon insecure key file permissions
   * bug 1386237: tar strange behavior with --acl
   * bug 1313550: ping broken (xattrs lost in tar extraction)

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

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


[Desktop-packages] [Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-10-21 Thread Scott Moser
** Changed in: curtin (Ubuntu Saucy)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1313550

Title:
  ping does not work as a normal user on trusty tarball cloud images.

Status in The curt installer:
  Confirmed
Status in MAAS:
  Confirmed
Status in “curtin” package in Ubuntu:
  Confirmed
Status in “iputils” package in Ubuntu:
  Fix Released
Status in “lxc” package in Ubuntu:
  Confirmed
Status in “maas” package in Ubuntu:
  Confirmed
Status in “tar” package in Ubuntu:
  Fix Released
Status in “lxc” source package in Precise:
  Confirmed
Status in “tar” source package in Precise:
  Confirmed
Status in “curtin” source package in Saucy:
  Won't Fix
Status in “lxc” source package in Saucy:
  Confirmed
Status in “maas” source package in Saucy:
  Confirmed
Status in “tar” source package in Saucy:
  Confirmed
Status in “curtin” source package in Trusty:
  Confirmed
Status in “lxc” source package in Trusty:
  Confirmed
Status in “maas” source package in Trusty:
  Confirmed
Status in “tar” source package in Trusty:
  Fix Released

Bug description:
  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows
  removing the suid bit.

  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.

  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags 
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags

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

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


[Desktop-packages] [Bug 1355196] Re: compiz fails with intel_do_flush_locked failed: Invalid argument

2014-09-09 Thread Scott Moser
Hooray. 
 Verified fixed.
booted into 3.16.0-14-generic and all seems well.

Thank you.

for future reference, dmesg shows me now:
$ dmesg | grep "\[drm"
[1.455768] [drm] Initialized drm 1.1.0 20060810
[1.677013] [drm] Memory usable by graphics device = 2048M
[1.677015] [drm] Replacing VGA console driver
[1.700102] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[1.700103] [drm] Driver supports precise vblank timestamp query.
[1.884038] [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit 
banging on pin 5
[1.989868] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on minor 0

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Invalid

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENO

[Desktop-packages] [Bug 1355196] Re: compiz fails with intel_do_flush_locked failed: Invalid argument

2014-09-02 Thread Scott Moser
Tim,
  I've verified broken in both 3.16.0-031600rc7-generic and 
3.16.0-031600-generic

Additionally, I noticed that 'dmesg' on both of those showed:

  [1.924049] [drm:i915_gem_init] *ERROR* Failed to initialize GPU,
declaring it wedged

I do not see that in my functional 3.16.0-6-generic .  Granted, that is
based on my very non-scientific 1 boot sample.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys

[Desktop-packages] [Bug 1355196] Re: compiz fails with intel_do_flush_locked failed: Invalid argument

2014-09-02 Thread Scott Moser
verified broken in 3.16.0-12-generic.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.2.

[Desktop-packages] [Bug 1355196] Xrandr.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-mesa-dr

[Desktop-packages] [Bug 1355196] RfKill.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-mesa-dr

[Desktop-packages] [Bug 1355196] Lspci.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-mesa-dri-

[Desktop-packages] [Bug 1355196] Lsusb.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-mesa-dri-

[Desktop-packages] [Bug 1355196] xserver.devices.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  ver

[Desktop-packages] [Bug 1355196] UdevDb.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-mesa-dr

[Desktop-packages] [Bug 1355196] UdevLog.txt

2014-08-19 Thread Scott Moser
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1355196/+attachment/4181567/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-mesa

[Desktop-packages] [Bug 1355196] xdpyinfo.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-me

[Desktop-packages] [Bug 1355196] XorgLogOld.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl

[Desktop-packages] [Bug 1355196] UnitySupportTest.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  v

[Desktop-packages] [Bug 1355196] XorgLog.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-mesa

[Desktop-packages] [Bug 1355196] WifiSyslog.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl

[Desktop-packages] [Bug 1355196] PulseList.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-

[Desktop-packages] [Bug 1355196] ProcModules.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.lib

[Desktop-packages] [Bug 1355196] ProcInterrupts.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  versi

[Desktop-packages] [Bug 1355196] ProcEnviron.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.lib

[Desktop-packages] [Bug 1355196] ProcCpuinfo.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.lib

[Desktop-packages] [Bug 1355196] MonitorsUser.xml.txt

2014-08-19 Thread Scott Moser
apport information

** Attachment added: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/bugs/1355196/+attachment/4181559/+files/MonitorsUser.xml.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  v

[Desktop-packages] [Bug 1355196] LightdmGreeterLogOld.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubu

[Desktop-packages] [Bug 1355196] LightdmLog.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl

[Desktop-packages] [Bug 1355196] LightdmGreeterLog.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
 

[Desktop-packages] [Bug 1355196] DpkgLog.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-mesa

[Desktop-packages] [Bug 1355196] LightdmDisplayLog.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
 

[Desktop-packages] [Bug 1355196] IwConfig.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-me

[Desktop-packages] [Bug 1355196] Dependencies.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.l

[Desktop-packages] [Bug 1355196] GconfCompiz.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.lib

[Desktop-packages] [Bug 1355196] DkmsStatus.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl

[Desktop-packages] [Bug 1355196] BootLog.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-mesa

[Desktop-packages] [Bug 1355196] CurrentDmesg.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.l

[Desktop-packages] [Bug 1355196] BootDmesg.txt

2014-08-19 Thread Scott Moser
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1355196/+attachment/4181544/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-

[Desktop-packages] [Bug 1355196] CRDA.txt

2014-08-19 Thread Scott Moser
apport information

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
  DistroRelease: Ubuntu 14.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2011-10-19 (1034 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 7417CTO
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-6-generic N/A
   linux-backports-modules-3.16.0-6-generic  N/A
   linux-firmware1.132
  Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
  Uname: Linux 3.16.0-6-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
  UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
  _MarkForUpload: True
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 7417CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-mesa-dri-ex

[Desktop-packages] [Bug 1355196] Re: compiz fails with intel_do_flush_locked failed: Invalid argument

2014-08-19 Thread Scott Moser
apport information

** Tags added: apport-collected compiz-0.9 regression reproducible
ubuntu

** Description changed:

  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1
  
  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument
  
  Those same messages appear in ~/.cache/upstart/unity7.log.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
+ --- 
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 2.14.6-0ubuntu1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  smoser 4190 F pulseaudio
+ CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
+ CompositorRunning: compiz
+ CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
+ CompositorUnredirectFSW: true
+ CurrentDesktop: Unity
+ DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
+ DistroCodename: utopic
+ DistroRelease: Ubuntu 14.10
+ DistroVariant: ubuntu
+ EcryptfsInUse: Yes
+ ExtraDebuggingInterest: Yes, including running git bisection searches
+ GraphicsCard:
+  Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
+Subsystem: Lenovo Device [17aa:20e4]
+Subsystem: Lenovo Device [17aa:20e4]
+ InstallationDate: Installed on 2011-10-19 (1034 days ago)
+ InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
+ MachineType: LENOVO 7417CTO
+ Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1
+ PackageArchitecture: amd64
+ PccardctlIdent:
+  Socket 0:
+no product info available
+ PccardctlStatus:
+  Socket 0:
+no card
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-6-generic 
root=UUID=f9832678-e9fb-41c5-8edb-5edd5200ed0a ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
+ RelatedPackageVersions:
+  linux-restricted-modules-3.16.0-6-generic N/A
+  linux-backports-modules-3.16.0-6-generic  N/A
+  linux-firmware1.132
+ Tags:  utopic utopic ubuntu regression reproducible compiz-0.9
+ Uname: Linux 3.16.0-6-generic x86_64
+ UpgradeStatus: Upgraded to utopic on 2013-05-20 (456 days ago)
+ UserGroups: adm admin cdrom dialout fuse kvm libvirtd lpadmin plugdev 
sambashare sbuild
+ _MarkForUpload: True
+ dmi.bios.date: 10/17/2012
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 7UET94WW (3.24 )
+ dmi.board.name: 7417CTO
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Available
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn7417CTO:pvrThinkPadT400:rvnLENOVO:rn7417CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
+ dmi.product.name: 7417CTO
+ dmi.product.version: ThinkPad T400
+ dmi.sys.vendor: LENOVO
+ version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
+ version.ia32-libs: ia32-libs N/A
+ version.libdrm2: libdrm2 2.4.56-1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 10.2.5-1ubuntu2
+ version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu9
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu1
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu1
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1

[Desktop-packages] [Bug 1355196] Re: compiz fails with intel_do_flush_locked failed: Invalid argument

2014-08-19 Thread Scott Moser
Marking this as High.  It means that any user with a previously supported 
graphics card can now not use unity.
It can't be worked around, and is demonstrated as a regression between 3.16.0-6 
and 3.16.0-7.

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)

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

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


[Desktop-packages] [Bug 1355196] Re: compiz fails with intel_do_flush_locked failed: Invalid argument

2014-08-15 Thread Scott Moser
** Description changed:

  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
- 
- upstart: gnome-keyring main process (7364) killed by TERM signal
- upstart: at-spi2-registryd main process ended, respawning
- upstart: at-spi2-registryd main process ended, respawning
- upstart: at-spi2-registryd main process ended, respawning
- upstart: at-spi2-registryd main process ended, respawning
- upstart: at-spi2-registryd main process ended, respawning
- upstart: at-spi2-registryd main process ended, respawning
- upstart: at-spi2-registryd main process ended, respawning
- upstart: at-spi2-registryd main process ended, respawning
- upstart: at-spi2-registryd main process ended, respawning
- upstart: at-spi2-registryd main process ended, respawning
- upstart: at-spi2-registryd respawning too fast, stopped
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1
  
- Then after login unity/compiz is basically unusable.
- compiz has 
-  $ pidof compiz
- 8144
- $ cat /proc/8144/statm 
- 424082 75989 15631 3 0 241850 0
- $ cat /proc/8144/status 
- Name: compiz
- State:S (sleeping)
- Tgid: 8144
- Ngid: 0
- Pid:  8144
- PPid: 7240
- TracerPid:0
- Uid:  1000100010001000
- Gid:  1000100010001000
- FDSize:   64
- Groups:   4 20 24 46 104 116 118 124 126 127 133 1000 
- VmPeak:1764100 kB
- VmSize:1694584 kB
- VmLck:   0 kB
- VmPin:   0 kB
- VmHWM:  302272 kB
- VmRSS:  302092 kB
- VmData: 965520 kB
- VmStk: 136 kB
- VmExe:  12 kB
- VmLib:  101692 kB
- VmPTE:1504 kB
- VmSwap:  0 kB
- Threads:  8
- SigQ: 0/15005
- SigPnd:   
- ShdPnd:   
- SigBlk:   
- SigIgn:   1000
- SigCgt:   000180014003
- CapInh:   
- CapPrm:   
- CapEff:   
- CapBnd:   003f
- Seccomp:  0
- Cpus_allowed: 3
- Cpus_allowed_list:0-1
- Mems_allowed: ,0001
- Mems_allowed_list:0
- voluntary_ctxt_switches:  269139
- nonvoluntary_ctxt_switches:   116421
  
+ Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
+   intel_do_flush_locked failed: Invalid argument
  
- top shows compiz eating anywhere from 40 to 80% cpu, and having 300M resident 
memory.  Additionally, Xorg is sitting 5-20% while I'm typing this in firefox.  
The only application I have open at the moment is gnome-terminal and firefox.
- 
- My previous attempt to use chromium left its window un-resizable.
+ Those same messages appear in ~/.cache/upstart/unity7.log.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was fa

[Desktop-packages] [Bug 1355196] Re: compiz fails with intel_do_flush_locked failed: Invalid argument

2014-08-15 Thread Scott Moser
Chris seems to have correctly identified the issue.
I tried reverting the xserver-xorg-video-intel to previous versions, but it had 
no affect.

I rebooted into an older kernel and i can still use compiz/unity.

 3.16.0-6-generic : works
 3.16.0-7-generic : fails
 3.16.0-8-generic: fails

** Summary changed:

- unity crashes on login, compiz cpu and memory intensive
+ compiz fails with intel_do_flush_locked failed: Invalid argument

** No longer affects: unity (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)

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

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


[Desktop-packages] [Bug 1355196] Re: unity crashes on login, compiz cpu and memory intensive

2014-08-15 Thread Scott Moser
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1355196

Title:
  unity crashes on login, compiz cpu and memory intensive

Status in “linux” package in Ubuntu:
  New
Status in “unity” package in Ubuntu:
  Triaged
Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:

  upstart: gnome-keyring main process (7364) killed by TERM signal
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd respawning too fast, stopped
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  Then after login unity/compiz is basically unusable.
  compiz has 
   $ pidof compiz
  8144
  $ cat /proc/8144/statm 
  424082 75989 15631 3 0 241850 0
  $ cat /proc/8144/status 
  Name: compiz
  State:S (sleeping)
  Tgid: 8144
  Ngid: 0
  Pid:  8144
  PPid: 7240
  TracerPid:0
  Uid:  1000100010001000
  Gid:  1000100010001000
  FDSize:   64
  Groups:   4 20 24 46 104 116 118 124 126 127 133 1000 
  VmPeak:1764100 kB
  VmSize:1694584 kB
  VmLck:   0 kB
  VmPin:   0 kB
  VmHWM:  302272 kB
  VmRSS:  302092 kB
  VmData: 965520 kB
  VmStk: 136 kB
  VmExe:  12 kB
  VmLib:  101692 kB
  VmPTE:1504 kB
  VmSwap:  0 kB
  Threads:  8
  SigQ: 0/15005
  SigPnd:   
  ShdPnd:   
  SigBlk:   
  SigIgn:   1000
  SigCgt:   000180014003
  CapInh:   
  CapPrm:   
  CapEff:   
  CapBnd:   003f
  Seccomp:  0
  Cpus_allowed: 3
  Cpus_allowed_list:0-1
  Mems_allowed: ,0001
  Mems_allowed_list:0
  voluntary_ctxt_switches:  269139
  nonvoluntary_ctxt_switches:   116421

  
  top shows compiz eating anywhere from 40 to 80% cpu, and having 300M resident 
memory.  Additionally, Xorg is sitting 5-20% while I'm typing this in firefox.  
The only application I have open at the moment is gnome-terminal and firefox.

  My previous attempt to use chromium left its window un-resizable.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)

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

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


[Desktop-packages] [Bug 1355196] [NEW] unity crashes on login, compiz cpu and memory intensive

2014-08-11 Thread Scott Moser
Public bug reported:

Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:

upstart: gnome-keyring main process (7364) killed by TERM signal
upstart: at-spi2-registryd main process ended, respawning
upstart: at-spi2-registryd main process ended, respawning
upstart: at-spi2-registryd main process ended, respawning
upstart: at-spi2-registryd main process ended, respawning
upstart: at-spi2-registryd main process ended, respawning
upstart: at-spi2-registryd main process ended, respawning
upstart: at-spi2-registryd main process ended, respawning
upstart: at-spi2-registryd main process ended, respawning
upstart: at-spi2-registryd main process ended, respawning
upstart: at-spi2-registryd main process ended, respawning
upstart: at-spi2-registryd respawning too fast, stopped
upstart: unity7 main process (7477) terminated with status 1
upstart: unity7 main process ended, respawning
upstart: unity7 main process (7910) terminated with status 1
upstart: unity7 main process ended, respawning
upstart: unity7 main process (7939) terminated with status 1

Then after login unity/compiz is basically unusable.
compiz has 
 $ pidof compiz
8144
$ cat /proc/8144/statm 
424082 75989 15631 3 0 241850 0
$ cat /proc/8144/status 
Name:   compiz
State:  S (sleeping)
Tgid:   8144
Ngid:   0
Pid:8144
PPid:   7240
TracerPid:  0
Uid:1000100010001000
Gid:1000100010001000
FDSize: 64
Groups: 4 20 24 46 104 116 118 124 126 127 133 1000 
VmPeak:  1764100 kB
VmSize:  1694584 kB
VmLck: 0 kB
VmPin: 0 kB
VmHWM:302272 kB
VmRSS:302092 kB
VmData:   965520 kB
VmStk:   136 kB
VmExe:12 kB
VmLib:101692 kB
VmPTE:  1504 kB
VmSwap:0 kB
Threads:8
SigQ:   0/15005
SigPnd: 
ShdPnd: 
SigBlk: 
SigIgn: 1000
SigCgt: 000180014003
CapInh: 
CapPrm: 
CapEff: 
CapBnd: 003f
Seccomp:0
Cpus_allowed:   3
Cpus_allowed_list:  0-1
Mems_allowed:   ,0001
Mems_allowed_list:  0
voluntary_ctxt_switches:269139
nonvoluntary_ctxt_switches: 116421


top shows compiz eating anywhere from 40 to 80% cpu, and having 300M resident 
memory.  Additionally, Xorg is sitting 5-20% while I'm typing this in firefox.  
The only application I have open at the moment is gnome-terminal and firefox.

My previous attempt to use chromium left its window un-resizable.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
Uname: Linux 3.16.0-6-generic x86_64
ApportVersion: 2.14.5-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
CurrentDesktop: Unity
Date: Mon Aug 11 09:53:07 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2011-10-19 (1027 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: unity
UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)

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


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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1355196

Title:
  unity crashes on login, compiz cpu and memory intensive

Status in “unity” package in Ubuntu:
  New

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:

  upstart: gnome-keyring main process (7364) killed by TERM signal
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd main process ended, respawning
  upstart: at-spi2-registryd respawning too fast, stopped
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: un

[Desktop-packages] [Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-04-29 Thread Scott Moser
one other hting to think about if we're going the --xattrs route
anywhere, we likely have to consider the fact that '--xattrs' might
*fail* on a filesystem that doesn't support xattrs.  I've not looked at
how tar handles that.  that makes that a bit tricky.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1313550

Title:
  ping does not work as a normal user on trusty tarball cloud images.

Status in The curt installer:
  Confirmed
Status in MAAS:
  Confirmed
Status in “curtin” package in Ubuntu:
  Confirmed
Status in “iputils” package in Ubuntu:
  Confirmed
Status in “lxc” package in Ubuntu:
  Confirmed
Status in “maas” package in Ubuntu:
  Confirmed
Status in “tar” package in Ubuntu:
  Fix Released
Status in “lxc” source package in Precise:
  Confirmed
Status in “tar” source package in Precise:
  Confirmed
Status in “curtin” source package in Saucy:
  Confirmed
Status in “lxc” source package in Saucy:
  Confirmed
Status in “maas” source package in Saucy:
  Confirmed
Status in “tar” source package in Saucy:
  Confirmed
Status in “curtin” source package in Trusty:
  Confirmed
Status in “lxc” source package in Trusty:
  Confirmed
Status in “maas” source package in Trusty:
  Confirmed
Status in “tar” source package in Trusty:
  Fix Released

Bug description:
  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows
  removing the suid bit.

  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.

  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags 
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags

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

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


[Desktop-packages] [Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-04-29 Thread Scott Moser
trusty tarball daily (20140429) now correctly contains the capability info:
$ wget 
http://cloud-images.ubuntu.com/trusty/20140429/trusty-server-cloudimg-amd64-root.tar.gz
$ sudo tar --xattrs '--xattrs-include=*' --acls -Szxpf 
trusty-server-cloudimg-amd64-root.tar.gz bin/ping

$ attr -l bin/ping
Attribute "capability" has a 20 byte value for bin/ping
$ getcap bin/ping
bin/ping = cap_net_raw+p

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1313550

Title:
  ping does not work as a normal user on trusty tarball cloud images.

Status in The curt installer:
  Confirmed
Status in MAAS:
  Confirmed
Status in “curtin” package in Ubuntu:
  Confirmed
Status in “iputils” package in Ubuntu:
  Confirmed
Status in “lxc” package in Ubuntu:
  Confirmed
Status in “maas” package in Ubuntu:
  Confirmed
Status in “tar” package in Ubuntu:
  Fix Released
Status in “lxc” source package in Precise:
  Confirmed
Status in “tar” source package in Precise:
  Confirmed
Status in “curtin” source package in Saucy:
  Confirmed
Status in “lxc” source package in Saucy:
  Confirmed
Status in “maas” source package in Saucy:
  Confirmed
Status in “tar” source package in Saucy:
  Confirmed
Status in “curtin” source package in Trusty:
  Confirmed
Status in “lxc” source package in Trusty:
  Confirmed
Status in “maas” source package in Trusty:
  Confirmed
Status in “tar” source package in Trusty:
  Fix Released

Bug description:
  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows
  removing the suid bit.

  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.

  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags 
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags

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

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


[Desktop-packages] [Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-04-29 Thread Scott Moser
I am kind of leaning towards stgraber's suggestion of "fix"ing iputils
in 14.04 to be setuid.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1313550

Title:
  ping does not work as a normal user on trusty tarball cloud images.

Status in The curt installer:
  Confirmed
Status in MAAS:
  Confirmed
Status in “curtin” package in Ubuntu:
  Confirmed
Status in “iputils” package in Ubuntu:
  Confirmed
Status in “lxc” package in Ubuntu:
  Confirmed
Status in “maas” package in Ubuntu:
  Confirmed
Status in “tar” package in Ubuntu:
  Fix Released
Status in “lxc” source package in Precise:
  Confirmed
Status in “tar” source package in Precise:
  Confirmed
Status in “curtin” source package in Saucy:
  Confirmed
Status in “lxc” source package in Saucy:
  Confirmed
Status in “maas” source package in Saucy:
  Confirmed
Status in “tar” source package in Saucy:
  Confirmed
Status in “curtin” source package in Trusty:
  Confirmed
Status in “lxc” source package in Trusty:
  Confirmed
Status in “maas” source package in Trusty:
  Confirmed
Status in “tar” source package in Trusty:
  Fix Released

Bug description:
  With trusty, /bin/ping relies on having extended attributes and kernel
  capabilities to gain the cap_net_raw+p capability. This allows
  removing the suid bit.

  However, the tarball cloud images do not preserve the extended
  attributes, and thus /bin/ping does not work on a system derived from
  them.

  Summary of problem per package:
   * lxc: ubuntu cloud template needs to extract
   * download template needs to extract with xattr flags
   * server side download creation tools need xattr flags
   * [unconfirmed] tarball caches need creation and extraction with xattr flags
   * tar: need the '--xattr' and '--acl' flags backported
   * maas: uec2roottgz needs to use xattr/acl flags 
   * curtin: extraction needs to use xattr/acl flags.
   * cloud-image-build: needs to create -root.tar.gz with xattr/acl flags

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

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


  1   2   >