[Ubuntu-x-swat] [Bug 1760104] Re: Xorg crashed with SIGSEGV

2018-05-31 Thread Jamie Strandboge
So, the pauses I am experiencing is likely due to simply the fact that
the keyboards and mice are being removed then added back, which is a
different issue than the crashes (which appear nvidia related). I will
likely create a PR to only trigger the input subsystem on an as-needed
base to reduce the annoying pauses we see during refreshes.

Alan reported back on irc that the for loop did *not* trigger the crash
which is good for snapd. Looking at the error reports, both are in the
/usr/lib/xorg/Xorg binary:

* 
https://errors.ubuntu.com/bucket/?id=/usr/lib/xorg/Xorg%3A11%3Axf86ReadInput%3AInputReady%3Aospoll_wait%3AInputThreadDoWork%3Astart_thread
* 
https://errors.ubuntu.com/bucket/?id=/usr/lib/xorg/Xorg%3A11%3Amain_arena%3AInputReady%3Aospoll_wait%3AInputThreadDoWork%3Astart_thread

which have numerous reports. I'm going to mark the 'snapd' task as
invalid since while it may aggravate the issue, Xorg is clearly the
problem.

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

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

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/1760104

Title:
  Xorg crashed with SIGSEGV

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1760104] Re: Xorg crashed with SIGSEGV

2018-05-30 Thread Jamie Strandboge
I had some luck with this not pausing/blinking gnome-shell:

$ sudo udevadm control --reload-rules
$ sudo udevadm trigger --subsystem-nomatch=input
$ sudo udevadm trigger --property-match=ID_INPUT_JOYSTICK=1

Alan, perhaps you can upgrade to core from edge (since it does some
things with ID_INPUT_JOYSTICK) see if you can crash your system by
doing:

$ for i in `seq 1 100` ; do sudo udevadm control --reload-rules ; sudo
udevadm trigger ; done

If you can, please see if this doesn't crash it:

$ for i in `seq 1 100` ; do sudo udevadm control --reload-rules ; sudo
udevadm trigger --subsystem-nomatch=input ; sudo udevadm trigger
--property-match=ID_INPUT_JOYSTICK=1 ; done

If that works, I'll give some thought to updating the udev backend to
only call 'sudo udevadm trigger --subsystem-match=input' when absolutely
needed (eg, when install mir, X or wayland snaps).

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/1760104

Title:
  Xorg crashed with SIGSEGV

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1760104] Re: Xorg crashed with SIGSEGV

2018-05-30 Thread Jamie Strandboge
I noticed I could prevent gnome-shell from blinking/pausing if instead
of 'sudo udevadm control --reload-rules && sudo udevadm trigger' I
instead did 'sudo udevadm control --reload-rules && sudo udevadm trigger
--subsystem-nomatch=input'. I'm not sure there is much that snapd can do
with that information, but it might be a clue to make gnome-
shell/X11/nvidia to behave better.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/1760104

Title:
  Xorg crashed with SIGSEGV

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1760104] Re: Xorg crashed with SIGSEGV

2018-05-30 Thread Jamie Strandboge
I suspect this is because snapd will do 'sudo udevadm control --reload-
rules && sudo udevadm trigger' on interface connections. These
operations are supposed to be safe but I've seen with my Intel graphics
that gnome-shell/X11 will blink when this happens (due to the 'udevadm
trigger') but it doesn't crash. I suspect that your particular
combination of gnome-shell/X11/nvidia isn't responding particularly well
when this happens.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/1760104

Title:
  Xorg crashed with SIGSEGV

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1639180] Re: no login possible after update to nvidia 304.132

2016-11-04 Thread Jamie Strandboge
More details:
- this is on Ubuntu 12.04
- the module does load into the kernel
- lightdm does present a login screen
- nvidia-340 doesn't work on this system
- compiz fails to start (from ~/.xsession-errors):
gnome-session[6632]: WARNING: App 'compiz.desktop' respawning too quickly
gnome-session[6632]: WARNING: Application 'compiz.desktop' killed by signal
gnome-session[6632]: WARNING: App 'compiz.desktop' respawning too quickly
- no amount of moving ~/.compiz* ~/.nv* ~/.cache/compiz* ~/.config/compiz* 
aside made a difference

The only thing that worked was grabbing the previous version from here:
https://launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/304.131-0ubuntu0.12.04.1

and apt-pinning it like so:
/etc/apt/preferences.d/nvidia.pref 
Package: nvidia-304
Pin: version 304.131-0ubuntu0.12.04.1
Pin-Priority: 1001

Package: nvidia-current
Pin: version 304.131-0ubuntu0.12.04.1
Pin-Priority: 1001

'sudo apt-get update && sudo apt-get upgrade' now does not upgrade to
the problematic version.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-304 in Ubuntu.
https://bugs.launchpad.net/bugs/1639180

Title:
  no login possible after update to nvidia 304.132

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1639180] Re: no login possible after update to nvidia 304.132

2016-11-04 Thread Jamie Strandboge
I see this on:
01:00.0 VGA compatible controller: NVIDIA Corporation GT218M [GeForce 305M] 
(rev a2) (prog-if 00 [VGA controller])
Subsystem: Lenovo Device 395a
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d200 (32-bit, non-prefetchable) [size=16M]
Memory at c000 (64-bit, prefetchable) [size=256M]
Memory at d000 (64-bit, prefetchable) [size=32M]
I/O ports at 4000 [size=128]
[virtual] Expansion ROM at d308 [disabled] [size=512K]
Capabilities: 
Kernel driver in use: nvidia
Kernel modules: nvidia_304, nouveau, nvidiafb

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-304 in Ubuntu.
https://bugs.launchpad.net/bugs/1639180

Title:
  no login possible after update to nvidia 304.132

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1603904] Re: X apps that use dbus (GTK, Firefox) either don't start or take a very long time to start

2016-07-20 Thread Jamie Strandboge
Could this be related to https://bugs.launchpad.net/bugs/1604872 ?

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

Title:
  X apps that use dbus (GTK, Firefox) either don't start or take a very
  long time to start

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1467595] Re: cursor sometimes disappears on XPS 13 9343 and external monitor

2016-02-24 Thread Jamie Strandboge
Wouldn't you know it, after weeks of running 16.04 and not seeing it, I
saw it last night.

$ cat /proc/version_signature 
Ubuntu 4.3.0-7.18-generic 4.3.3

I'm running 4.3 due to another bug. I've not (yet) seen this bug with a
4.4 kernel.

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

Title:
  cursor sometimes disappears on XPS 13 9343 and external monitor

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1467595] Re: cursor sometimes disappears on XPS 13 9343 and external monitor

2016-02-22 Thread Jamie Strandboge
I can say for sure that the 16.04 kernels don't exhibit this behavior. I
believe the wily release kernel (and later) did not as well.

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

Title:
  cursor sometimes disappears on XPS 13 9343 and external monitor

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1467602] Re: after screenlock and screen suspend, external display port monitor doesn't resume properly

2015-08-31 Thread Jamie Strandboge
The situation seems to be improved with the 4.2 kernel in the 
canonical-kernel-team ppa:
$ cat /proc/version_signature 
Ubuntu 4.2.0-6.6-generic 4.2.0-rc8

I have suspended and resumed several times with the external monitor
coming up properly and have not (yet) seen this bug with this kernel.

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

Title:
  after screenlock and screen suspend, external display port monitor
  doesn't resume properly

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1467595] Re: cursor sometimes disappears on XPS 13 9343 and external monitor

2015-07-24 Thread Jamie Strandboge
Thanks for the additional workaround. I didn't happen to have this enabled so I 
had to:
$ gsettings set org.gnome.settings-daemon.peripherals.mouse locate-pointer true

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

Title:
  cursor sometimes disappears on XPS 13 9343 and external monitor

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1467602] Re: after screenlock and screen suspend, external display port monitor doesn't resume properly

2015-07-16 Thread Jamie Strandboge
I updated to A04 and it did not make a difference.

$ sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
A04
05/15/2015

Furthermore, I tried on 4.0 and 4.1 kernels (keeping the 15.04
userspace) and this also made no difference.

You asked to specify what happened with A04, it is the same as the
description: I have a Dell XPS 13 9343 with external display link
monitor which I use in non-mirrored mode as two different screens. If
the screen locks and suspends (simply locking is not enough) if I tap a
key/move the mouse/etc the laptop screen comes up and the external
monitor flashes on, but then the external monitor goes blank (but I can
see its backlight is on). If I login, the desktop seems to think it is
off and all of open windows are rearranged (it even puts some on
different workspaces).

** Changed in: xorg (Ubuntu)
   Status: Incomplete = New

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

Title:
  after screenlock and screen suspend, external display port monitor
  doesn't resume properly

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1467595] Re: cursor sometimes disappears on XPS 13 9343 and external monitor

2015-07-16 Thread Jamie Strandboge
Sigh, with kernel 4.1.0.1.1~rc2 I just had the cursor disappear, so it
is not fixed as I had hoped. :\

That said, arround the time this happened I noticed this in syslog:
Jul 16 10:37:33 jamie-XPS-13-9343 kernel: [11297.284147] 
[drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO 
underrun

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

Title:
  cursor sometimes disappears on XPS 13 9343 and external monitor

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1467595] Re: cursor sometimes disappears on XPS 13 9343 and external monitor

2015-07-15 Thread Jamie Strandboge
FYI, for unrelated reasons, I started using the 4.0 from wily and the
4.1 kernel from https://launchpad.net/~canonical-kernel-
team/+archive/ubuntu/ppa/. I was able to run an X/Unity session under
the 4.1.0-1.1~dogfoodv1 kernel for two days without rebooting without
the cursor disappearing (I am now using 4.1.0.1.1~rc2 since it has a fix
for bug #1473560).

If someone is looking to bisect this, it might be worth starting with
the 4.0 kernel that is in wily now. I was using that (with microphone
patches for bug #1473560) for a while and never saw the cursor go away
(but I'm not sure the longest I ran a session though).

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

Title:
  cursor sometimes disappears on XPS 13 9343 and external monitor

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1467595] Re: cursor sometimes disappears on XPS 13 9343 and external monitor

2015-07-10 Thread Jamie Strandboge
I upgraded to A04 and will let you know how it goes. I don't have a
reproducer so I'll just watch out for it and report back either way.

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

Title:
  cursor sometimes disappears on XPS 13 9343 and external monitor

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1467595] Re: cursor sometimes disappears on XPS 13 9343 and external monitor

2015-07-10 Thread Jamie Strandboge
Ok, this happened just now with A04 and stock vivid kernel.

$ sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
A04
05/15/2015


** Changed in: xorg (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: xorg (Ubuntu)
   Importance: Low = High

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

Title:
  cursor sometimes disappears on XPS 13 9343 and external monitor

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1467595] Re: cursor sometimes disappears on XPS 13 9343 and external monitor

2015-07-07 Thread Jamie Strandboge
Also, no EE lines in Xorg.0.log or Xorg.0.log.old:

$ grep '(EE' /var/log/Xorg.0.log*
/var/log/Xorg.0.log:(WW) warning, (EE) error, (NI) not implemented, (??) 
unknown.
/var/log/Xorg.0.log.old:(WW) warning, (EE) error, (NI) not implemented, 
(??) unknown.

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

Title:
  cursor sometimes disappears on XPS 13 9343 and external monitor

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1467595] Re: cursor sometimes disappears on XPS 13 9343 and external monitor

2015-07-07 Thread Jamie Strandboge
FYI, this has happened 3 times today already and none of those times did
the cursor come back (tried compiz --replace, unity, the gsettings
command, closing apps, going to vt). I had to logout and back in and
lose all state. The first time made me late for a meeting.

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

Title:
  cursor sometimes disappears on XPS 13 9343 and external monitor

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1467602] [NEW] after screenlock and screen suspend, external display link monitor doesn't resume properly

2015-06-22 Thread Jamie Strandboge
Public bug reported:

I have a Dell XPS 13 9343 with external display link monitor which I use
in non-mirrored mode as two different screens. If the screen locks and
suspends (simply locking is not enough) if I tap a key/move the
mouse/etc the laptop screen comes up and the external monitor flashes
on, but then the external monitor goes blank (but I can see its
backlight is on). If I login, the desktop seems to think it is off and
all of open windows are rearranged (it even puts some on different
workspaces). The only thing resembling a workaround is if I tap a key,
watch when the external monitor is blank, then turn off the external
monitor, then turn it on, then unlock the screen. This isn't great
though-- some windows are invisible and rearranged and I have to cycle
through the different workspaces to find them and put them back.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Mon Jun 22 11:29:08 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.248+bdcom, 3.19.0-18-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 3.19.0-20-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 3.19.0-21-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0665]
InstallationDate: Installed on 2015-06-13 (8 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
MachineType: Dell Inc. XPS 13 9343
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=7bc4dcd2-0bd8-4e42-b8b7-9f1ed6b8a3e9 ro libata.force=noncq quiet 
splash vt.handoff=7
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/25/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 0310JH
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9343
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Mon Jun 22 10:53:54 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5153 
 vendor SHP
xserver.version: 2:1.17.1-0ubuntu3

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


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

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

Title:
  after screenlock and screen suspend, external display link monitor
  doesn't resume properly

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1467602] Re: after screenlock and screen suspend, external display port monitor doesn't resume properly

2015-06-22 Thread Jamie Strandboge
** Summary changed:

- after screenlock and screen suspend, external display link monitor doesn't 
resume properly
+ after screenlock and screen suspend, external display port monitor doesn't 
resume properly

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

Title:
  after screenlock and screen suspend, external display port monitor
  doesn't resume properly

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1419394] Re: I don't know

2015-02-09 Thread Jamie Strandboge
** Information type changed from Private Security to Public

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

Title:
  I don't know

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1395532] Re: My mouse doesn't work

2014-11-24 Thread Jamie Strandboge
** Information type changed from Private Security to Public

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

Title:
  My mouse doesn't work

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1387712] Re: start up error

2014-10-31 Thread Jamie Strandboge
** Information type changed from Private Security to Public

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

Title:
  start up error

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1386014] Re: travou

2014-10-31 Thread Jamie Strandboge
** Information type changed from Private Security to Public

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

Title:
  travou

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2014-04-17 Thread Jamie Strandboge
** Changed in: xorg-server (Ubuntu Raring)
   Status: Confirmed = Won't Fix

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1302270] [NEW] Poor performance with recent update with i965: libGL error: failed to open drm device: Permission denied

2014-04-03 Thread Jamie Strandboge
Public bug reported:

I rebooted into up to date trusty and noticed Unity was incredibly slow.
I hadn't rebooted in a while, so I'm not sure what package caused the
issue, though I'm guessing it is mesa (I saw i965 pci ids were ifdef'd
in the Launchpad diff, but I didn't look super closely).

~/.xsession-errors has this to say:
libGL error: failed to open drm device: Permission denied
libGL error: failed to load driver: i965

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
Uname: Linux 3.13.0-22-generic x86_64
.tmp.unity.support.test.1:
 
ApportVersion: 2.14-0ubuntu1
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Apr  3 20:08:18 2014
DistUpgraded: 2013-11-04 08:48:34,282 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:215a]
InstallationDate: Installed on 2011-06-28 (1010 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110425.2)
Lsusb:
 Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 5129CTO
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic 
root=UUID=88689ad2-74b5-442c-9290-8ae60b63e16b ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to trusty on 2013-11-04 (150 days ago)
dmi.bios.date: 02/24/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 6QET64WW (1.34 )
dmi.board.name: 5129CTO
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:bvr6QET64WW(1.34):bd02/24/2011:svnLENOVO:pn5129CTO:pvrThinkPadX201s:rvnLENOVO:rn5129CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 5129CTO
dmi.product.version: ThinkPad X201s
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.11+14.04.20140328-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Thu Apr  3 19:38:17 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   16404 
 vendor LEN
xserver.version: 2:1.15.0-1ubuntu7

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


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

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

Title:
  Poor performance with recent update with i965: libGL error: failed to
  open drm device: Permission denied

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1302270] Re: [regression] Poor performance with recent update with i965: libGL error: failed to open drm device: Permission denied

2014-04-03 Thread Jamie Strandboge
$ ls -l /dev/dri/
total 0
crw-rw 1 root video 226,  0 Apr  3 19:38 card0
crw-rw 1 root video 226, 64 Apr  3 19:38 controlD64

This seems to be normal. I also was not in the video group, however if I
add myself to the video group, logout and back in, then I don't have the
.xsession-errors and I unity7 is responsive again. Not sure what would
cause me to have to be in the video group all of a sudden, but it does
seem to be a workaround.

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

Title:
  [regression] Poor performance with recent update with i965: libGL
  error: failed to open drm device: Permission denied

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1299348] Re: fglrx (not installed): fglrx kernel module failed to build

2014-03-31 Thread Jamie Strandboge
** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1299348

Title:
  fglrx (not installed): fglrx kernel module failed to build

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1298446] Re: Xorg crashed with SIGABRT

2014-03-31 Thread Jamie Strandboge
** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1298446

Title:
  Xorg crashed with SIGABRT

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1286162] Re: [gm45] False GPU lockup IPEHR: 0x89800000

2014-03-05 Thread Jamie Strandboge
FYI, I reported a bug that was just marked a dupe of this one that did
not require upstart-app-launch but used aa-exec-click instead. I wonder
if it has to do with the environment since aa-exec-click and upstart-
app-launch will setup quite a bit of the environment. When launching my
blabble app (available in the app store), the following environment is
set up by aa-exec-click (I ommitted the env vars that aa-exec-click
doesn't set):

APP_ID='com.ubuntu.developer.jdstrand.blabble_blabble_0.2.1'
LD_LIBRARY_PATH='/opt/click.ubuntu.com/.click/users/jamie/com.ubuntu.developer.jdstrand.blabble/lib/x86_64-linux-gnu'
PATH='/opt/click.ubuntu.com/.click/users/jamie/com.ubuntu.developer.jdstrand.blabble/lib/x86_64-linux-gnu/bin:/opt/click.ubuntu.com/.click/users/jamie/com.ubuntu.developer.jdstrand.blabble:/home/jamie/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin:/usr/sbin:/usr/local/sbin'
QML2_IMPORT_PATH='/opt/click.ubuntu.com/.click/users/jamie/com.ubuntu.developer.jdstrand.blabble/lib/x86_64-linux-gnu'
TMPDIR='/run/user/1000/confined/com.ubuntu.developer.jdstrand.blabble'
UBUNTU_APPLICATION_ISOLATION='1'
XDG_CACHE_HOME=/home/jamie/.cache
XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
XDG_CONFIG_HOME=/home/jamie/.config
XDG_DATA_DIRS='/opt/click.ubuntu.com/.click/users/jamie/com.ubuntu.developer.jdstrand.blabble:/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/'
XDG_DATA_HOME=/home/jamie/.local/share
XDG_RUNTIME_DIR=/run/user/1000
__GL_SHADER_DISK_CACHE_PATH='/home/jamie/.cache/com.ubuntu.developer.jdstrand.blabble'

To reproduce what I did:
1. grab some click app and install it on the desktop with 'sudo click install 
--user=$user click package
2. adjust /usr/bin/aa-exec-click to do 'set  /tmp/foo' just before the call to 
aa-exec
3. cd to the app directory (ie, what is in Path= in the 
~/.local/share/applications/app.desktop
4. run aa-exec-click from this directory. Eg:
aa-exec-click -p com.ubuntu.developer.jdstrand.blabble_blabble_0.2.1 -- 
qmlscene blabble.qml

If it is indeed something in the environment, I suggest copying /usr/bin
/aa-exec-click somewhere and modifying it for debugging/triaging.

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

Title:
  [gm45] False GPU lockup  IPEHR: 0x8980

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1286162/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1286162] Re: [gm45] False GPU lockup IPEHR: 0x89800000

2014-03-05 Thread Jamie Strandboge
Hmmm, I did notice these two denials:
Mar  5 10:37:06 localhost kernel: [ 7375.981987] type=1400 
audit(1394037426.321:300): apparmor=DENIED operation=open 
profile=com.ubuntu.developer.jdstrand.blabble_blabble_0.2.1 
name=/sys/devices/pci:00/:00:02.0/uevent pid=20162 comm=qmlscene 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
Mar  5 10:37:06 localhost kernel: [ 7375.982004] type=1400 
audit(1394037426.321:301): apparmor=DENIED operation=open 
profile=com.ubuntu.developer.jdstrand.blabble_blabble_0.2.1 
name=/run/udev/data/+pci::00:02.0 pid=20162 comm=qmlscene 
requested_mask=r denied_mask=r fsuid=1000 ouid=0

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

Title:
  [gm45] False GPU lockup  IPEHR: 0x8980

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1286162/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1286162] Re: [gm45] False GPU lockup IPEHR: 0x89800000

2014-03-05 Thread Jamie Strandboge
If I add this to the apparmor policy, it works:
/sys/devices/pci[0-9]*/**/uevent r,

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

Title:
  [gm45] False GPU lockup  IPEHR: 0x8980

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1286162/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1286162] Re: [gm45] False GPU lockup IPEHR: 0x89800000

2014-03-05 Thread Jamie Strandboge
And if I remove it, it fails. I will update apparmor-easyprof-ubuntu so
people are unblocked. There is still obviously a bug in the X server--
it shouldn't be crashing so hard cause it can't read a file.

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

** Changed in: apparmor-easyprof-ubuntu (Ubuntu)
   Status: New = Triaged

** Changed in: apparmor-easyprof-ubuntu (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

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

Title:
  [gm45] False GPU lockup  IPEHR: 0x8980

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1286162/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1286162] Re: [gm45] False GPU lockup IPEHR: 0x89800000

2014-03-05 Thread Jamie Strandboge
** Changed in: apparmor-easyprof-ubuntu (Ubuntu)
   Status: Triaged = In Progress

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

Title:
  [gm45] False GPU lockup  IPEHR: 0x8980

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1286162/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1286162] Re: [gm45] False GPU lockup IPEHR: 0x89800000

2014-03-05 Thread Jamie Strandboge
** Changed in: apparmor-easyprof-ubuntu (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  [gm45] False GPU lockup  IPEHR: 0x8980

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1286162/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1287822] [NEW] [arrandale] GPU lockup IPEHR: 0x89800000

2014-03-04 Thread Jamie Strandboge
Public bug reported:

I ran my click app on my desktop, and the desktop froze. It said
something about a libGL error, but I didn't capture the information
before restarting X.

ProblemType: Crash
DistroRelease: Ubuntu 14.04
Package: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
Uname: Linux 3.13.0-14-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
Chipset: arrandale
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Tue Mar  4 11:32:08 2014
DistUpgraded: 2013-11-04 08:48:34,282 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
DuplicateSignature: [arrandale] GPU lockup  IPEHR: 0x8980 Ubuntu 14.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes
GpuHangFrequency: This is the first time
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:215a]
InstallationDate: Installed on 2011-06-28 (979 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110425.2)
InterpreterPath: /usr/bin/python3.4
MachineType: LENOVO 5129CTO
ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-14-generic 
root=UUID=88689ad2-74b5-442c-9290-8ae60b63e16b ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.7+1ubuntu8
 libdrm2  2.4.52-1
 xserver-xorg-video-intel 2:2.99.910-0ubuntu1
SourcePackage: xserver-xorg-video-intel
Title: [arrandale] GPU lockup  IPEHR: 0x8980
UpgradeStatus: Upgraded to trusty on 2013-11-04 (120 days ago)
UserGroups: pkcs11 utah
dmi.bios.date: 02/24/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 6QET64WW (1.34 )
dmi.board.name: 5129CTO
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:bvr6QET64WW(1.34):bd02/24/2011:svnLENOVO:pn5129CTO:pvrThinkPadX201s:rvnLENOVO:rn5129CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 5129CTO
dmi.product.version: ThinkPad X201s
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.11+14.04.20140218-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0~rc1-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0~rc1-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Tue Mar  4 11:32:50 2014
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   16404 
 vendor LEN
xserver.version: 2:1.15.0-1ubuntu6

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash compiz-0.9 freeze need-duplicate-check trusty ubuntu

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

Title:
  [arrandale] GPU lockup  IPEHR: 0x8980

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1287822/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-05 Thread Jamie Strandboge
From oss-security:
Please use CVE-2013-6424 for the issue in xorg-server

Please use CVE-2013-6425 for the issue in pixman.

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-6425

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-6424

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-03 Thread Jamie Strandboge
Ritesh, thanks for your patches! A couple of notes:
- these are security patches, so you should use release-security instead of 
release-proposed
- I'm not sure if launchpad would autoclose a bug with 'lp: #1197921' in the 
changelog, but that is non-conventional. You should use 'LP: #1197921' instead
- there is no patch attribution or origin in DEP-3 comments in the patch in 
debian/patches
- because it is a security update, it should follow the changelog format as 
described in https://wiki.ubuntu.com/SecurityTeam/UpdatePreparation#Packaging. 
This doesn't yet have a CVE assignment, so use CVE-- as a placeholder
- there is an extra line of whitespace in debian/changelog
- the patch is missing the test case. Looks like the patch is 
5e14da97f16e421d084a9e735be21b1025150f0c and the test case 
2f876cf86718d3dd9b3b04ae9552530edafe58a1

NAK in its current form, but I'll fix it up and push it out as a
security update.

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-03 Thread Jamie Strandboge
CVE request: http://www.openwall.com/lists/oss-security/2013/12/03/8

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-03 Thread Jamie Strandboge
Ritesh: one more thing, you add a quilt patch but the series file was
not updated.

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-03 Thread Jamie Strandboge
** Changed in: pixman (Ubuntu Precise)
   Status: New = In Progress

** Changed in: pixman (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: pixman (Ubuntu Precise)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

** Changed in: pixman (Ubuntu Quantal)
   Status: New = In Progress

** Changed in: pixman (Ubuntu Quantal)
   Importance: Undecided = Medium

** Changed in: pixman (Ubuntu Quantal)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

** Changed in: pixman (Ubuntu Raring)
   Status: New = In Progress

** Changed in: pixman (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: pixman (Ubuntu Raring)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

** Changed in: pixman (Ubuntu Saucy)
   Status: New = In Progress

** Changed in: pixman (Ubuntu Saucy)
   Importance: Undecided = Medium

** Changed in: pixman (Ubuntu Saucy)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-03 Thread Jamie Strandboge
Ritesh: oops, sorry, you did update the series file correctly (I was
comparing it to the Debian update which didn't use the quilt patch
system and got confused).

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-03 Thread Jamie Strandboge
FYI, the freedesktop.org bug is for pixman, not xorg. The xorg-server patch is 
in patchwork:
http://patchwork.freedesktop.org/patch/14769/

but has not received comment from xorg yet. The CVE request CC'd
xorg_security, but the message is in moderation.

** Changed in: pixman (Ubuntu Precise)
   Importance: Medium = Low

** Changed in: pixman (Ubuntu Quantal)
   Importance: Medium = Low

** Changed in: pixman (Ubuntu Raring)
   Importance: Medium = Low

** Changed in: pixman (Ubuntu Saucy)
   Importance: Medium = Low

** Changed in: pixman (Ubuntu)
   Importance: High = Low

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-03 Thread Jamie Strandboge
** Changed in: pixman (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Changed in: pixman (Ubuntu Quantal)
   Status: In Progress = Fix Committed

** Changed in: pixman (Ubuntu Raring)
   Status: In Progress = Fix Committed

** Changed in: pixman (Ubuntu Saucy)
   Status: In Progress = Fix Committed

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-03 Thread Jamie Strandboge
** Changed in: pixman (Ubuntu Precise)
   Importance: Low = Medium

** Changed in: pixman (Ubuntu Quantal)
   Importance: Low = Medium

** Changed in: pixman (Ubuntu Raring)
   Importance: Low = Medium

** Changed in: pixman (Ubuntu Saucy)
   Importance: Low = Medium

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-03 Thread Jamie Strandboge
** Changed in: pixman (Ubuntu)
   Importance: Low = Medium

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 283399] Re: [Intrepid] lshal output for different joystick, joypad and dance mat devices

2013-11-05 Thread Jamie Strandboge
** Information type changed from Public Security to Public

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-joystick in Ubuntu.
https://bugs.launchpad.net/bugs/283399

Title:
  [Intrepid] lshal output for different joystick, joypad and dance mat
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-joystick/+bug/283399/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1225541] Re: package fglrx-updates (not installed) failed to install/upgrade: sub-processo novo script pre-installation retornou estado de saída de erro 1

2013-09-24 Thread Jamie Strandboge
** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer-updates in Ubuntu.
https://bugs.launchpad.net/bugs/1225541

Title:
  package fglrx-updates (not installed) failed to install/upgrade: sub-
  processo novo script pre-installation retornou estado de saída de erro
  1

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1215470] Re: compiz

2013-08-30 Thread Jamie Strandboge
** Information type changed from Private Security to Public

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

Title:
  compiz

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1212425] Re: SDK applications require too many accesses on desktop with nvidia

2013-08-14 Thread Jamie Strandboge
** Also affects: apparmor-easyprof-ubuntu (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-319 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: apparmor-easyprof-ubuntu (Ubuntu Saucy)
   Status: New = In Progress

** Also affects: nvidia-graphics-drivers-tegra3 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-tegra (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: apparmor-easyprof-ubuntu (Ubuntu Saucy)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-tegra in Ubuntu.
https://bugs.launchpad.net/bugs/1212425

Title:
  SDK applications require too many accesses on desktop with nvidia

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1212425/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1212425] Re: SDK applications require too many accesses on desktop with nvidia

2013-08-14 Thread Jamie Strandboge
I am going to add the following to the SDK template to silence the denial:
  deny /tmp/gl* mrw,

This should still be fixed in nvidia*.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-tegra in Ubuntu.
https://bugs.launchpad.net/bugs/1212425

Title:
  SDK applications require too many accesses on desktop with nvidia

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1212425/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1212425] Re: SDK applications require /tmp access with nvidia (should honor TMPDIR)

2013-08-14 Thread Jamie Strandboge
** Summary changed:

- SDK applications require too many accesses on desktop with nvidia
+ SDK applications require /tmp access with nvidia (should honor TMPDIR)

** Description changed:

  Nvidia desktop users need the following AppArmor permissions to avoid denials:
-   owner /tmp/gl* mrw,
+   owner /tmp/gl* mrw,
  
  But this rule breaks application confinement such that apps are able to
  tamper with each other. Interestingly, apps still run without the rule,
  so we can explicitly deny it for now.
  
  The use of /tmp is apparently hardcoded and does not honor TMPDIR 
(application confinement will setup TMPDIR to a private area for the app). 
strace confirms this:
  24603 mkdir(/tmp, 0777)   = -1 EEXIST (File exists)
  24603 open(/tmp/glBRPYmm, O_RDWR|O_CREAT|O_EXCL, 0600) = -1 EACCES 
(Permission denied)
  
- While the use of O_EXCL is safe however, we don't allow access to /tmp
- for confined apps and libraries/applications should always honor TMPDIR.
+ While the use of O_EXCL is safe, we don't allow access to /tmp for
+ confined apps and libraries/applications should always honor TMPDIR.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-tegra in Ubuntu.
https://bugs.launchpad.net/bugs/1212425

Title:
  SDK applications require /tmp access with nvidia (should honor TMPDIR)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1212425/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1194114] Re: Xorg crashed with SIGABRT in DamageRegister()

2013-06-24 Thread Jamie Strandboge
** Information type changed from Private Security to Public

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

Title:
  Xorg crashed with SIGABRT in DamageRegister()

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1165323] Re: russia

2013-04-12 Thread Jamie Strandboge
Thank you for using Ubuntu and taking the time to report a bug. Your
report should contain, at a minimum, the following information so we can
better find the source of the bug and work to resolve it.

Submitting the bug about the proper source package is essential. For
help see https://wiki.ubuntu.com/Bugs/FindRightPackage . Additionally,
in the report please include:

1) The release of Ubuntu you are using, via 'cat /etc/lsb-release' or System - 
About Ubuntu.
2) The version of the package you are using, via 'dpkg -l PKGNAME | cat' or by 
checking in Synaptic.
3) What happened and what you expected to happen.

The Ubuntu community has also created debugging procedures for a wide
variety of packages at https://wiki.ubuntu.com/DebuggingProcedures .
Following the debugging instructions for the affected package will make
your bug report much more complete. Thanks!


** Information type changed from Private Security to Public

** Changed in: xorg (Ubuntu)
   Status: New = Invalid

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

Title:
  russia

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1168248] Re: Apport GPU error

2013-04-12 Thread Jamie Strandboge
** Information type changed from Private Security to Public

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

Title:
  Apport GPU error

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1167670] Re: Reporta un error de xorg paquete de ...

2013-04-12 Thread Jamie Strandboge
** Information type changed from Private Security to Public

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

Title:
  Reporta un error de xorg paquete de ...

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1166678] Re: Display problem in ubuntu 13.04 + display divided into 1 - 2 - 3 and showing as 3 - 2- 1

2013-04-12 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  Display problem in ubuntu 13.04 + display divided into 1 - 2 - 3 and
  showing as 3 - 2- 1

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1166538] Re: ?????

2013-04-12 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  ?

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1165867] Re: Xorg crashed with SIGABRT in raise()

2013-04-12 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Public Security to Public

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/1165867

Title:
  Xorg crashed with SIGABRT in raise()

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1165783] Re: no me funcionan ni las teclas de multimedia en el teclado ni la tecla SUPER

2013-04-12 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  no me funcionan ni las teclas de multimedia en el teclado ni la tecla
  SUPER

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1158862] Re: Xorg freeze

2013-03-22 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  Xorg freeze

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1157445] Re: *hii

2013-03-22 Thread Jamie Strandboge
Thank you for using Ubuntu and taking the time to report a bug. Your
report should contain, at a minimum, the following information so we can
better find the source of the bug and work to resolve it.

Submitting the bug about the proper source package is essential. For
help see https://wiki.ubuntu.com/Bugs/FindRightPackage . Additionally,
in the report please include:

1) The release of Ubuntu you are using, via 'cat /etc/lsb-release' or System - 
About Ubuntu.
2) The version of the package you are using, via 'dpkg -l PKGNAME | cat' or by 
checking in Synaptic.
3) What happened and what you expected to happen.

The Ubuntu community has also created debugging procedures for a wide
variety of packages at https://wiki.ubuntu.com/DebuggingProcedures .
Following the debugging instructions for the affected package will make
your bug report much more complete. Thanks!


** Information type changed from Private Security to Public

** Changed in: xorg (Ubuntu)
   Status: New = Invalid

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

Title:
  *hii

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1156471] Re: system iis running in low graphics

2013-03-22 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  system iis running in low graphics

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1133061] Re: Problem with graphics and OS speed

2013-03-01 Thread Jamie Strandboge
** Information type changed from Private Security to Public

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

Title:
  Problem with graphics and OS speed

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1131675] Re: Xorg crashed with SIGABRT in raise()

2013-03-01 Thread Jamie Strandboge
** Information type changed from Private Security to Public

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

Title:
  Xorg crashed with SIGABRT in raise()

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1130281] Re: [MIR] qtbase

2013-02-20 Thread Jamie Strandboge
fwiw, qt5 is an evolution of qt4, so it doesn't need a new security
review. That said, we do *not* want to support qt4 and qt5 in 14.04 LTS
(and preferably sooner). Is there a plan to migrate supported packages
to qt5 so we can drop qt4 to universe?

** Changed in: qtbase-opensource-src (Ubuntu)
 Assignee: Ubuntu Security Team (ubuntu-security) = (unassigned)

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

Title:
  [MIR] qtbase

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1113940] Re: Ubuntu 12.10 Dual Monitors Display Not Detected, NVidia and PCI Intel Integrated Device

2013-02-08 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  Ubuntu 12.10 Dual Monitors Display Not Detected, NVidia and PCI Intel
  Integrated Device

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1113404] Re: bug

2013-02-08 Thread Jamie Strandboge
** Information type changed from Private Security to Public

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

Title:
  bug

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1117515] Re: Display problem in ubuntu 12.10

2013-02-08 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  Display problem in ubuntu 12.10

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1099576] Re: nvidia-current-updates 304.64-0ubuntu1: nvidia-current-updates kernel module failed to build

2013-01-18 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-updates in Ubuntu.
https://bugs.launchpad.net/bugs/1099576

Title:
  nvidia-current-updates 304.64-0ubuntu1: nvidia-current-updates kernel
  module failed to build

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1087954] Re: GA-VM900M

2012-12-14 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  GA-VM900M

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1090428] Re: Description: Ubuntu 12.10 Release: 12.10

2012-12-14 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  Description:Ubuntu 12.10 Release:   12.10

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1045845] Re: 12.10 guest crash on login when using 12.04 qemu-kvm with cirrus driver

2012-10-18 Thread Jamie Strandboge
Ok, there is conflicting information in #18 and #20. I can say that
things seem to be working ok now (I have xserver-xorg-input-vmmouse
1:12.9.0-0ubuntu3 in the guest) after downgrading qemu-kvm to what is in
precise. I am going to mark this as fixed released.

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  12.10 guest crash on login when using 12.04 qemu-kvm with cirrus
  driver

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 959842] Re: root escalation via /dev/nvidia0

2012-10-15 Thread Jamie Strandboge
It seems like 12.04 is fixed, but it was assigned to Alberto after the
fix was published. Is 12.04 still affected?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/959842

Title:
  root escalation via /dev/nvidia0

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1019444] Re: Update Precise to mesa 8.0.4 (bugfix micro-release)

2012-10-02 Thread Jamie Strandboge
There is currently an open CVE on 12.04 that the security team hopes to address 
soon. Specifically:
http://people.canonical.com/~ubuntu-security/cve/2012/CVE-2012-2864.html

I looked at the diff for this -proposed update and it does not contain the 
identified fix for the issue:
http://cgit.freedesktop.org/mesa/mesa/commit/src/glsl/link_uniforms.cpp?id=ff996cafce511dd8a6c4e066e409c23e147a670c

Can someone verify and reupload to -proposed with this fix? Thanks!

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-2864

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

Title:
  Update Precise to mesa 8.0.4 (bugfix micro-release)

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1045845] Re: 12.10 guest crash on login when using 12.04 qemu-kvm with cirrus driver

2012-10-01 Thread Jamie Strandboge
I unmarked this as a dupe of 1053702. That bug is about using vmware,
not qemu-kvm.

** This bug is no longer a duplicate of bug 1053702
   vmware X driver crashed Xorg

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

Title:
  12.10 guest crash on login when using 12.04 qemu-kvm with cirrus
  driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1045845/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1036211] Re: xdiagnose has a symlink attack due to improperly named file in /tmp

2012-10-01 Thread Jamie Strandboge
As the commit was made publicly, marking the bug public. I will push
this out to 12.04 LTS tomorrow. Bryce, feel free to upload to 12.10.

** Visibility changed to: Public

** Changed in: xdiagnose (Ubuntu Precise)
   Status: New = In Progress

** Changed in: xdiagnose (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: xdiagnose (Ubuntu Precise)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

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

Title:
  xdiagnose has a symlink attack due to improperly named file in /tmp

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1036211] Re: xdiagnose has a symlink attack due to improperly named file in /tmp

2012-10-01 Thread Jamie Strandboge
** Changed in: xdiagnose (Ubuntu Precise)
   Status: In Progress = Fix Committed

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

Title:
  xdiagnose has a symlink attack due to improperly named file in /tmp

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-09-25 Thread Jamie Strandboge
** This bug is no longer flagged as a security vulnerability

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1045845] [NEW] 12.10 guest crash on login when using 12.04 qemu-kvm with cirrus driver

2012-09-04 Thread Jamie Strandboge
Public bug reported:

On a 12.10 amd64 host with the 12.04 LTS qemu-kvm package (due to bug
#1040033) using the cirrus (ie, the default qemu-kvm driver) with an up
to date 12.10 guest (machine='pc-1.0'), lightdm starts fine. If I
proceed to login, X crashes. If I upgrade qemu-kvm to 1.1~rc+dfsg-
1ubuntu10, I am able to login fine.

I don't know why the crash file wasn't uploaded. That said, this happens
every time and is easy to reproduce.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu3
ProcVersionSignature: User Name 3.5.0-13.14-generic 3.5.3
Uname: Linux 3.5.0-13-generic x86_64
ApportVersion: 2.5.1-0ubuntu4
Architecture: amd64
CurrentDmesg: [3.509976] init: plymouth-upstart-bridge main process (467) 
killed by TERM signal
Date: Tue Sep  4 09:20:41 2012
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
GraphicsCard:
 Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller])
   Subsystem: Red Hat, Inc Device [1af4:1100]
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120727.1)
Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Bochs Bochs
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=864d1ea6-19be-4372-9f05-94f7633a6f7c ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/01/2007
dmi.bios.vendor: Bochs
dmi.bios.version: Bochs
dmi.chassis.type: 1
dmi.chassis.vendor: Bochs
dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2007:svnBochs:pnBochs:pvr:cvnBochs:ct1:cvr:
dmi.product.name: Bochs
dmi.sys.vendor: Bochs
version.compiz: compiz 1:0.9.8.0-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.38-0ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.1-4~ubuntu1

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug quantal ubuntu

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

Title:
  12.10 guest crash on login when using 12.04 qemu-kvm with cirrus
  driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1045845/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1045845] Re: Crash on login when using 12.04 qemu-kvm with cirrus driver

2012-09-04 Thread Jamie Strandboge
I'm going to add a qemu-kvm task as well. While X shouldn't crash, there
might be a problem with the cirrus functionality.

** Also affects: qemu-kvm (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  On a 12.10 amd64 host with the 12.04 LTS qemu-kvm package (due to bug
  #1040033) using the cirrus (ie, the default qemu-kvm driver) with an up
  to date 12.10 guest (machine='pc-1.0'), lightdm starts fine. If I
- proceed to login, X crashes. This is using the machine='pc-1.0' driver
+ proceed to login, X crashes. If I upgrade qemu-kvm to 1.1~rc+dfsg-
+ 1ubuntu10, I am able to login fine.
  
  I don't know why the crash file wasn't uploaded. That said, this happens
  every time and is easy to reproduce.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu3
  ProcVersionSignature: User Name 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.5.1-0ubuntu4
  Architecture: amd64
  CurrentDmesg: [3.509976] init: plymouth-upstart-bridge main process (467) 
killed by TERM signal
  Date: Tue Sep  4 09:20:41 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  GraphicsCard:
   Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller])
     Subsystem: Red Hat, Inc Device [1af4:1100]
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120727.1)
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Bochs Bochs
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=864d1ea6-19be-4372-9f05-94f7633a6f7c ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/01/2007
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2007:svnBochs:pnBochs:pvr:cvnBochs:ct1:cvr:
  dmi.product.name: Bochs
  dmi.sys.vendor: Bochs
  version.compiz: compiz 1:0.9.8.0-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.38-0ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.1-4~ubuntu1

** Summary changed:

- Crash on login when using 12.04 qemu-kvm with cirrus driver
+ 12.10 guest crash on login when using 12.04 qemu-kvm with cirrus driver

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

Title:
  12.10 guest crash on login when using 12.04 qemu-kvm with cirrus
  driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1045845/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1045845] Re: Crash on login when using 12.04 qemu-kvm with cirrus driver

2012-09-04 Thread Jamie Strandboge
** Description changed:

  On a 12.10 host with the 12.04 LTS qemu-kvm package (due to bug
- #1040033) using the cirrus (ie, the default qemu-kvm driver) lightdm
- starts fine. If I proceed to login, X crashes.
+ #1040033) using the cirrus (ie, the default qemu-kvm driver) with an up
+ to date 12.10 guest, lightdm starts fine. If I proceed to login, X
+ crashes.
+ 
+ I don't know why the crash file wasn't uploaded. That said, this happens
+ every time and is easy to reproduce.
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu3
  ProcVersionSignature: User Name 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.5.1-0ubuntu4
  Architecture: amd64
  CurrentDmesg: [3.509976] init: plymouth-upstart-bridge main process (467) 
killed by TERM signal
  Date: Tue Sep  4 09:20:41 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  GraphicsCard:
-  Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller])
-Subsystem: Red Hat, Inc Device [1af4:1100]
+  Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller])
+    Subsystem: Red Hat, Inc Device [1af4:1100]
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120727.1)
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Bochs Bochs
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=864d1ea6-19be-4372-9f05-94f7633a6f7c ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/01/2007
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2007:svnBochs:pnBochs:pvr:cvnBochs:ct1:cvr:
  dmi.product.name: Bochs
  dmi.sys.vendor: Bochs
  version.compiz: compiz 1:0.9.8.0-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.38-0ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.1-4~ubuntu1

** Description changed:

- On a 12.10 host with the 12.04 LTS qemu-kvm package (due to bug
+ On a 12.10 amd64 host with the 12.04 LTS qemu-kvm package (due to bug
  #1040033) using the cirrus (ie, the default qemu-kvm driver) with an up
- to date 12.10 guest, lightdm starts fine. If I proceed to login, X
- crashes.
+ to date 12.10 guest (machine='pc-1.0'), lightdm starts fine. If I
+ proceed to login, X crashes. This is using the machine='pc-1.0' driver
  
  I don't know why the crash file wasn't uploaded. That said, this happens
  every time and is easy to reproduce.
- 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu3
  ProcVersionSignature: User Name 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.5.1-0ubuntu4
  Architecture: amd64
  CurrentDmesg: [3.509976] init: plymouth-upstart-bridge main process (467) 
killed by TERM signal
  Date: Tue Sep  4 09:20:41 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  GraphicsCard:
   Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller])
     Subsystem: Red Hat, Inc Device [1af4:1100]
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120727.1)
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Bochs Bochs
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=864d1ea6-19be-4372-9f05-94f7633a6f7c ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/01/2007
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2007:svnBochs:pnBochs:pvr:cvnBochs:ct1:cvr:
  dmi.product.name: Bochs
  dmi.sys.vendor: Bochs
  version.compiz: compiz 1:0.9.8.0-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.38-0ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
  version.xserver-xorg-video-ati: 

[Ubuntu-x-swat] [Bug 1045845] Re: 12.10 guest crash on login when using 12.04 qemu-kvm with cirrus driver

2012-09-04 Thread Jamie Strandboge
Serge, regarding fixing bug #1040033, indeed. :) However I'm quite sure
that LTS users will not be able to test/use 12.10 if this bug isn't
fixed in SRU for qemu-kvm or Xorg in 12.10 is fixed.

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

Title:
  12.10 guest crash on login when using 12.04 qemu-kvm with cirrus
  driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1045845/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 927168] Re: compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() from dri_set_tex_buffer2() from drisw_bind_tex_image() from __glXBindTexImageEXT() from TfpText

2012-08-30 Thread Jamie Strandboge
I filed dupe bug #1043938 and this happens very frequently when closing
an application via the 'x' button on the title bar in an up to date
12.10 VM using qemu-kvm.

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

Title:
  compiz crashed with SIGSEGV in memmove() from
  drisw_update_tex_buffer() from dri_set_tex_buffer2() from
  drisw_bind_tex_image() from __glXBindTexImageEXT() from
  TfpTexture::enable() from enableFragmentOperationsAndDrawGeometry()

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1036563] Re: URGENTE

2012-08-17 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  URGENTE

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1010947] Re: Gnome screen crashed after update

2012-06-22 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  Gnome screen crashed after update

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 996250] Re: input device names used in logging format strings

2012-05-25 Thread Jamie Strandboge
** Changed in: xorg-server (Ubuntu Lucid)
   Status: New = Confirmed

** Changed in: xorg-server (Ubuntu Lucid)
   Importance: Undecided = Low

** Changed in: xorg-server (Ubuntu Natty)
   Status: New = Confirmed

** Changed in: xorg-server (Ubuntu Natty)
   Importance: Undecided = Low

** Changed in: xorg-server (Ubuntu Oneiric)
   Status: New = Confirmed

** Changed in: xorg-server (Ubuntu Oneiric)
   Importance: Undecided = Low

** Changed in: xorg-server (Ubuntu Precise)
   Status: New = Confirmed

** Changed in: xorg-server (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: xorg-server (Ubuntu Quantal)
   Status: New = Confirmed

** Changed in: xorg-server (Ubuntu Quantal)
   Importance: Undecided = Low

** Changed in: xorg-server (Ubuntu Hardy)
   Status: New = Won't Fix

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

Title:
  input device names used in logging format strings

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 985532] Re: package nvidia-173 173.14.22-0ubuntu11.1 failed to install/upgrade: nvidia-173 kernel module failed to build

2012-04-20 Thread Jamie Strandboge
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-173 in Ubuntu.
https://bugs.launchpad.net/bugs/985532

Title:
  package nvidia-173 173.14.22-0ubuntu11.1 failed to install/upgrade:
  nvidia-173 kernel module failed to build

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 985337] Re: [IGDgm] GPU lockup render.IPEHR: 0x02000011

2012-04-20 Thread Jamie Strandboge
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Tags added: precise

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

Title:
  [IGDgm] GPU lockup  render.IPEHR: 0x0211

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/985337/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 985336] Re: [IGDgm] GPU lockup render.IPEHR: 0x02000011

2012-04-20 Thread Jamie Strandboge
*** This bug is a duplicate of bug 985337 ***
https://bugs.launchpad.net/bugs/985337

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  [IGDgm] GPU lockup  render.IPEHR: 0x0211

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/985336/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 985332] Re: [IGDgm] GPU lockup render.IPEHR: 0x02000011

2012-04-20 Thread Jamie Strandboge
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  [IGDgm] GPU lockup  render.IPEHR: 0x0211

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/985332/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 984196] Re: [i915gm] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x01000000

2012-04-20 Thread Jamie Strandboge
*** This bug is a duplicate of bug 885484 ***
https://bugs.launchpad.net/bugs/885484

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  [i915gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/984196/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 959842] Re: root escalation via /dev/nvidia0

2012-04-12 Thread Jamie Strandboge
The stable releases were fixed in http://www.ubuntu.com/usn/usn-1420-1.
Alberto is working on 12.04 now.

** Also affects: nvidia-graphics-drivers (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers (Ubuntu Precise)
   Importance: Critical
   Status: Fix Released

** Also affects: nvidia-graphics-drivers (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers (Ubuntu Precise)
   Status: Fix Released = In Progress

** Changed in: nvidia-graphics-drivers (Ubuntu Precise)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

** Changed in: nvidia-graphics-drivers (Ubuntu Lucid)
   Status: New = Fix Released

** Changed in: nvidia-graphics-drivers (Ubuntu Natty)
   Status: New = Fix Released

** Changed in: nvidia-graphics-drivers (Ubuntu Oneiric)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/959842

Title:
  root escalation via /dev/nvidia0

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 954569] Re: paquete de configuracion de video

2012-03-25 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Tags added: karmic

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

Title:
  paquete de configuracion de video

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 964615] Re: package fglrx 2:8.861-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-03-25 Thread Jamie Strandboge
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/964615

Title:
  package fglrx 2:8.861-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 918791] Re: qemu-kvm dies when using vmvga driver and unity in the guest

2012-03-15 Thread Jamie Strandboge
Serge, thanks for your work on this. I can confirm that I can run unity-
2d on 11.04 without crashing qemu. Thanks! :)

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

Title:
  qemu-kvm dies when using vmvga driver and unity in the guest

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 918791] Re: qemu-kvm dies when using vmvga driver and unity in the guest

2012-03-01 Thread Jamie Strandboge
Thanks. Does our libvirt support spice at this time? (We have
standardized on libvirt for our testing).

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

Title:
  qemu-kvm dies when using vmvga driver and unity in the guest

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 938555] Re: Display memory is not cleared on reboot

2012-02-24 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/938555

Title:
  Display memory is not cleared on reboot

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 937122] Re: bios peut etre

2012-02-24 Thread Jamie Strandboge
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  bios peut etre

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 935175] Re: error messages

2012-02-24 Thread Jamie Strandboge
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  error messages

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


  1   2   3   4   >