[Bug 1401466] Re: [Dell Inspiron 2350] fwts high failure:method: Detected error 'No return value' when evaluating '\_SB_.PCI0.XHC_.RHUB.HS10._UPC'.

2014-12-11 Thread Joseph Salisbury
Did this issue occur in a previous version of Ubuntu, or is this a new
issue?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.18 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/

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

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

Title:
  [Dell Inspiron 2350] fwts high failure:method: Detected error 'No
  return value' when evaluating '\_SB_.PCI0.XHC_.RHUB.HS10._UPC'.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401425] Re: Uninstalling unused kernel requires a reboot

2014-12-11 Thread Joseph Salisbury
** Package changed: linux (Ubuntu) = software-center (Ubuntu)

** Changed in: software-center (Ubuntu)
   Status: Confirmed = New

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

Title:
  Uninstalling unused kernel requires a reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1401425/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401439] Re: Could not resume after suspend. Always shows mei_me error.

2014-12-11 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.18 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  Could not resume after suspend. Always shows mei_me error.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401560] Re: smart-scopes-proxy doesn't use cached remote scopes if network is not available

2014-12-11 Thread Pawel Stolowski
** Summary changed:

- smart-scopes-proxy reports JSON parsing errors if network is not available
+ smart-scopes-proxy doesn't use cached remote scopes if network is not 
available

** Description changed:

  It seems that network failure is not correctly handled where it should be 
while fetching list of remote scopes, and we attempt to parse empty string -
  smart-scopes-proxy.log:
  
  [2014-12-11 14:31:16.212609] INFO: SSRegistry:
  SmartScopesClient.get_remote_scopes(): Remote scopes:
  
  [2014-12-11 14:31:16.214007] ERROR: SSRegistry: 
SmartScopesClient.get_remote_scopes() Failed to parse json response from uri: 
https://dash.ubuntu.com/smartscopes/v2/remote-scopes: unity::ResourceException: 
Failed to parse json string: * Line 1, Column 1
    Syntax error: value, object or array expected.
  
  [2014-12-11 14:31:16.214467] ERROR: SSRegistry: SSRegistryObject: 
get_remote_scopes() failed: unity::ResourceException: Failed to parse json 
string: * Line 1, Column 1
    Syntax error: value, object or array expected.
  
  
+ This causes cached remote-scopes.json to be ignored, and all remote scopes 
disappear from Manage Dash until network becomes available.
+ 
  Steps to reproduce:
  1) Enable flight mode
  2) Reboot the phone
  3) Watch /home/phablet/.cache/upstart/smart-scopes-proxy.log

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

Title:
  smart-scopes-proxy doesn't use cached remote scopes if network is not
  available

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1400619] Re: Does not load the testability driver when QT_LOAD_TESTABILITY is set

2014-12-11 Thread Christopher Lee
I tested the existing proposal and it attempts to load the module but
fails with the message (bigger log here[1]):

.. snip ..
Testability driver loaded. Wire protocol version is 1.4.
Testability driver loaded. Wire protocol version is 1.4.
Unable to register object on D-Bus! Testability interface will not be available.
.. snip ..

To reproduce (on the device):
  - Run: OAU_LOGGING_LEVEL=2 OAU_DAEMON_TIMEOUT= QT_LOAD_TESTABILITY=1 
online-accounts-service
  - Open the signon-ui dialog (i.e. attempt to install an application)
  - Note the log output in the console.

The failure message is coming from libautopilot-qt when it attempts to connect 
to dbus[2].
Looking at the log it appears that it might be trying to load the driver twice? 
Once succeeding the other failing (pure conjecture).

[1] http://pastebin.ubuntu.com/9473161/
[2] 
http://bazaar.launchpad.net/~autopilot/autopilot-qt/trunk/view/head:/driver/qttestability.cpp#L38

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

Title:
  Does not load the testability driver when QT_LOAD_TESTABILITY is set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-system-settings-online-accounts/+bug/1400619/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401069] Re: [SRU] New stable release 2.42.1

2014-12-11 Thread Brian Murray
Hello Iain, or anyone else affected,

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

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

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

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

** Changed in: glib-networking (Ubuntu Utopic)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  [SRU] New stable release 2.42.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1401069/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401518] Re: Syslog spammed by 10 lines every 2 seconds

2014-12-11 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Also affects: linux (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Utopic)
   Status: New = Confirmed

** Changed in: linux (Ubuntu Utopic)
   Importance: Undecided = Medium

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

Title:
  Syslog spammed by 10 lines every 2 seconds

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401630] [NEW] package libdb5.3-java 5.3.28-5 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2014-12-11 Thread Philip Muškovac
Public bug reported:

From an utopic - vivid upgurade. The package can now be neither removed
nor upgraded:

Preparing to unpack .../libdb5.3-java_5.3.28-7_all.deb ...
dpkg-maintscript-helper: error: original symlink target is not an absolute path
dpkg: error processing archive 
/var/cache/apt/archives/libdb5.3-java_5.3.28-7_all.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1

dpkg: error processing package libdb5.3-java (--purge):
 package is in a very bad inconsistent state; you should
 reinstall it before attempting a removal

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: libdb5.3-java 5.3.28-5
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Thu Dec 11 19:11:41 2014
DuplicateSignature: package:libdb5.3-java:5.3.28-5:subprocess new 
pre-installation script returned error exit status 1
EcryptfsInUse: Yes
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationDate: Installed on 2011-10-08 (1160 days ago)
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta amd64 (20111007)
PackageArchitecture: all
SourcePackage: db5.3
Title: package libdb5.3-java 5.3.28-5 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: db5.3 (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package libdb5.3-java 5.3.28-5 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/db5.3/+bug/1401630/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


RE: [Bug 1078532] Re: Dash does not play local music file previews

2014-12-11 Thread Andrea Azzarone
Ubuntu 12.10 is no longer supported.
On 11 Dec 2014 16:55, SteveDude 1078...@bugs.launchpad.net wrote:

 I am using Ubuntu 14.10 now so it is no longer an issue, but was for me
 when I was using Ubuntu 12.10.

  Date: Thu, 11 Dec 2014 06:10:34 +
  From: 1078...@bugs.launchpad.net
  To: stevedu...@msn.com
  Subject: [Bug 1078532] Re: Dash does not play local music file previews
 
  Is this still a problem?
 
  ** Changed in: unity
 Status: New = Incomplete
 
  ** Changed in: unity (Ubuntu)
 Status: New = Incomplete
 
  --
  You received this bug notification because you are subscribed to the bug
  report.
  https://bugs.launchpad.net/bugs/1078532
 
  Title:
Dash does not play local music file previews
 
  Status in Unity:
Incomplete
  Status in unity package in Ubuntu:
Incomplete
 
  Bug description:
When previewing music files via Amazon, I am able to play previews of
these files with no issues. I cannot preview a music file that is on
my local machine. IE: If I search ABBA, I can right-click on the
result and play the preview songs within Dash. Any local .mp3 files
for ABBA will not preview within Dash.
 
Dash-1.png = Dash Search Results
Dash-2.png = Dash Playing Amazon [online] Results
Dash-3.png = My local file. Music control is visible, but will not
 play the file.
 
I am running Ubuntu 12.10 64-bit via an upgrade from 12.04
 
ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: dash 0.5.7-3ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Tue Nov 13 19:51:20 2012
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-06-17 (149 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64
 (20120425)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: dash
UpgradeStatus: Upgraded to quantal on 2012-11-13 (1 days ago)
 
  To manage notifications about this bug go to:
  https://bugs.launchpad.net/unity/+bug/1078532/+subscriptions

 --
 You received this bug notification because you are subscribed to Unity.
 https://bugs.launchpad.net/bugs/1078532

 Title:
   Dash does not play local music file previews

 Status in Unity:
   Incomplete
 Status in unity package in Ubuntu:
   Incomplete

 Bug description:
   When previewing music files via Amazon, I am able to play previews of
   these files with no issues. I cannot preview a music file that is on
   my local machine. IE: If I search ABBA, I can right-click on the
   result and play the preview songs within Dash. Any local .mp3 files
   for ABBA will not preview within Dash.

   Dash-1.png = Dash Search Results
   Dash-2.png = Dash Playing Amazon [online] Results
   Dash-3.png = My local file. Music control is visible, but will not play
 the file.

   I am running Ubuntu 12.10 64-bit via an upgrade from 12.04

   ProblemType: Bug
   DistroRelease: Ubuntu 12.10
   Package: dash 0.5.7-3ubuntu1
   ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
   Uname: Linux 3.5.0-18-generic x86_64
   NonfreeKernelModules: nvidia
   ApportVersion: 2.6.1-0ubuntu6
   Architecture: amd64
   Date: Tue Nov 13 19:51:20 2012
   EcryptfsInUse: Yes
   InstallationDate: Installed on 2012-06-17 (149 days ago)
   InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64
 (20120425)
   MarkForUpload: True
   ProcEnviron:
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: dash
   UpgradeStatus: Upgraded to quantal on 2012-11-13 (1 days ago)

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


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

Title:
  Dash does not play local music file previews

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1399916] Re: /just/in/case:-)

2014-12-11 Thread Roman Odaisky
In case there’s another right parenthesis from the process name.
str.partition would get the first parenthesis while rpartition would get
the last one, which is guaranteed to be the right one (no pun intended
:−). Unlikely but why not play it safe when possible. ps does the same.

See for yourself:

ln -s /usr/bin/python xyzzy:-\)plugh
./xyzzy:-\)plugh E
statline = open(/proc/self/stat).read()
print(statline)
print(Parent PID is not  + statline.partition())[2].split()[1])
print(But rather  + statline.rpartition())[2].split()[1])
E

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

Title:
  /just/in/case:-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1399916/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1281588]

2014-12-11 Thread Phillip Susi
Hi David, it has now been six months of waiting for an ACK ;)

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

Title:
  Disk standby timer is broken

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401624] Status changed to Confirmed

2014-12-11 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  kernel WARNINGs when disabling WiFi with RF kill switch on Intel chip

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1280227] Re: Brightness controls no longer work after toggling monitor

2014-12-11 Thread Thaddäus Tintenfisch
** Changed in: xfce4-power-manager (Ubuntu)
   Status: New = Incomplete

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

Title:
  Brightness controls no longer work after toggling monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1280227/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401415] Status changed to Confirmed

2014-12-11 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  [Dell Inspiron 2350] could not control brightness

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401631] [NEW] nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2014-12-11 Thread hedwin koning
Public bug reported:

Occured while running the update installer

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331 331.113-0ubuntu0.0.4
ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
DKMSKernelVersion: 3.13.0-41-generic
Date: Thu Dec 11 19:25:30 2014
InstallationDate: Installed on 2014-03-09 (277 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
PackageVersion: 331.113-0ubuntu0.0.4
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build
UpgradeStatus: Upgraded to trusty on 2014-04-18 (236 days ago)
modified.conffile..etc.modprobe.d.nvidia.331.hybrid.conf: [deleted]

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages trusty

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401560] Re: smart-scopes-proxy doesn't use cached remote scopes if network is not available

2014-12-11 Thread Pawel Stolowski
** Description changed:

  It seems that network failure is not correctly handled where it should be 
while fetching list of remote scopes, and we attempt to parse empty string -
  smart-scopes-proxy.log:
  
  [2014-12-11 14:31:16.212609] INFO: SSRegistry:
  SmartScopesClient.get_remote_scopes(): Remote scopes:
  
  [2014-12-11 14:31:16.214007] ERROR: SSRegistry: 
SmartScopesClient.get_remote_scopes() Failed to parse json response from uri: 
https://dash.ubuntu.com/smartscopes/v2/remote-scopes: unity::ResourceException: 
Failed to parse json string: * Line 1, Column 1
    Syntax error: value, object or array expected.
  
  [2014-12-11 14:31:16.214467] ERROR: SSRegistry: SSRegistryObject: 
get_remote_scopes() failed: unity::ResourceException: Failed to parse json 
string: * Line 1, Column 1
    Syntax error: value, object or array expected.
  
- 
- This causes cached remote-scopes.json to be ignored, and all remote scopes 
disappear from Manage Dash until network becomes available.
+ This causes cached remote-scopes.json to be ignored, and all remote
+ scopes disappear from Manage Dash until network becomes available.
  
  Steps to reproduce:
- 1) Enable flight mode
- 2) Reboot the phone
- 3) Watch /home/phablet/.cache/upstart/smart-scopes-proxy.log
+ 1) Make sure you see remote scopes in Manage Dash - All.
+ 2) Enable flight mode
+ 3) Reboot the phone
+ 4) Watch /home/phablet/.cache/upstart/smart-scopes-proxy.log
+ 5) Go to Manage Dash - All: NO remote scopes are listed.

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

Title:
  smart-scopes-proxy doesn't use cached remote scopes if network is not
  available

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1401624] Re: kernel WARNINGs when disabling WiFi with RF kill switch on Intel chip

2014-12-11 Thread Joseph Salisbury
Did this issue occur in a previous version of Ubuntu, or is this a new
issue?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.18 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/

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

Title:
  kernel WARNINGs when disabling WiFi with RF kill switch on Intel chip

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400749] Re: account-polld can easily flood the notification centre

2014-12-11 Thread Launchpad Bug Tracker
This bug was fixed in the package account-polld -
0.1+15.04.20141210.1-0ubuntu1

---
account-polld (0.1+15.04.20141210.1-0ubuntu1) vivid; urgency=low

  [ John R. Lenton ]
  * first pass at grouping notifications by plugin (next pass: make
gmail track threads, not messages). (LP: #1400749)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Wed, 10 Dec 2014 
17:27:00 +

** Changed in: account-polld (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  account-polld can easily flood the notification centre

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401632] [NEW] xdg-email fails to add attachment with Thunderbird

2014-12-11 Thread Jody
Public bug reported:

Attachment is not added even though I can attach files from command-line
using the following command thunderbird -remote
xfeDoCommand(composeMessage,subject='S',to='y...@example.com',body='B',attachment='/some/absolute/file.txt')

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xdg-utils 1.1.0~rc1-2ubuntu7.1
ProcVersionSignature: User Name 3.13.0-40.69-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Dec 11 10:24:08 2014
InstallationDate: Installed on 2014-09-18 (83 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageArchitecture: all
SourcePackage: xdg-utils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xdg-utils (Ubuntu)
 Importance: Undecided
 Status: Confirmed


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

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

Title:
  xdg-email fails to add attachment with Thunderbird

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1401632/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401612] Re: No notifications displayed for Twitter and Gmail

2014-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~ted/url-dispatcher/regex-domain-fix

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

Title:
  No notifications displayed for Twitter and Gmail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1401612/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1336253] Re: dahdi-dkms 1:2.5.0.1+dfsg-1ubuntu3: dahdi kernel module failed to build [xbus-sysfs.c:460:2: error: unknown field ‘drv_attrs’ specified in initializer]

2014-12-11 Thread Brian Murray
Hello K, or anyone else affected,

Accepted dahdi-linux into utopic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/dahdi-
linux/1:2.5.0.1+dfsg-1ubuntu4~14.10.2 in a few hours, and then in the
-proposed repository.

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

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

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

** Changed in: dahdi-linux (Ubuntu Utopic)
   Status: In Progress = Fix Committed

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

Title:
  dahdi-dkms 1:2.5.0.1+dfsg-1ubuntu3: dahdi kernel module failed to
  build [xbus-sysfs.c:460:2: error: unknown field ‘drv_attrs’ specified
  in initializer]

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1380115] Re: tooltip missing

2014-12-11 Thread Thaddäus Tintenfisch
** Changed in: xfce4-power-manager (Ubuntu)
   Status: New = Incomplete

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

Title:
  tooltip missing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401630] Re: package libdb5.3-java 5.3.28-5 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2014-12-11 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libdb5.3-java 5.3.28-5 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/db5.3/+bug/1401630/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 790558] Re: dahdi kernel module built for wrong kernel version

2014-12-11 Thread Brian Murray
Hello Tom, or anyone else affected,

Accepted dahdi-linux into utopic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/dahdi-
linux/1:2.5.0.1+dfsg-1ubuntu4~14.10.2 in a few hours, and then in the
-proposed repository.

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

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

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

** Changed in: dahdi-linux (Ubuntu Utopic)
   Status: In Progress = Fix Committed

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

Title:
  dahdi kernel module built for wrong kernel version

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347252] [NEW] Printer doesn't use the black ink for printig black

2014-12-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: cups

By default (Printout mode set to High Quality (Color Cartridge) and 
Resolution, Quality, etc set to Controlled by 'Printout mode') the Printer 
doesn't use the black ink for printing black. It assembles all colors to 
something like gray.
If you manually set Resolution, Quality, etc to 600dpi, Color, Black + Color 
Cart. all works correct.

So the correct behavior should be: Resolution, Quality, etc set to
Controlled by 'Printout mode' uses also the black cartridge.

PS: I have a HP Deskjet D1560 connected to my router and used as a network 
printer (setup as AppSocket/HP Jet Direct).
My System is Ubuntu 8.10, CUPS 1.3.9-2ubuntu7

** Affects: hplip (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
Printer doesn't use the black ink for printig black
https://bugs.launchpad.net/bugs/347252
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401633] [NEW] Unable to upgrade to Ubuntu 14 from 12

2014-12-11 Thread Praveen Nair
Public bug reported:

I keep geting the following errors during upgrade:

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

Please report this bug against the 'update-manager' package and include the 
following error message:
'E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.'

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: update-manager 1:0.156.14.11
ProcVersionSignature: Ubuntu 3.2.0-54.82-generic 3.2.50
Uname: Linux 3.2.0-54-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.5
Architecture: amd64
Date: Thu Dec 11 13:33:05 2014
GsettingsChanges:
 
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
Symptom: ubuntu-release-upgrader-core
UpgradeStatus: Upgraded to precise on 2014-12-11 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug dist-upgrade precise

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

Title:
  Unable to upgrade to Ubuntu 14 from 12

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400846] Re: linux-lowlatency: 3.2.0-74.76 -proposed tracker

2014-12-11 Thread Andy Whitcroft
** Summary changed:

- linux-lowlatency: version to be filled -proposed tracker
+ linux-lowlatency: 3.2.0-74.76 -proposed tracker

** Changed in: kernel-sru-workflow/prepare-package
   Status: New = In Progress

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) = Andy Whitcroft (apw)

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

Title:
  linux-lowlatency: 3.2.0-74.76 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1400846/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401518] Re: Syslog spammed by 10 lines every 2 seconds

2014-12-11 Thread gpothier
Probably just stating the obvious here, but if the bogus alignment is
a warning message, then maybe it shouldn't be silenced, but rather the
underlying issue looked at?

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

Title:
  Syslog spammed by 10 lines every 2 seconds

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401632] Re: xdg-email fails to add attachment with Thunderbird

2014-12-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xdg-utils (Ubuntu)
   Status: New = Confirmed

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

Title:
  xdg-email fails to add attachment with Thunderbird

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1401632/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400826] Re: resuming from suspend always fails

2014-12-11 Thread stl
** Attachment added: prospective report
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1400826/+attachment/4278857/+files/report

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

Title:
  resuming from suspend always fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400826] Re: resuming from suspend always fails

2014-12-11 Thread stl
could you check this over before i send it off

** Description changed:

- resuming from suspend always fails 
+ resuming from suspend always fails
  (passphrase entry screen appears on resume)
  
  i have tested the latest mainline kernel and it is not fixed
  
- bug has existed since at least linux 3.9 possibly longer though I
- haven’t been able to test earlier kernels
+ bug has existed since at least linux 3.2.0.23
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-24-generic 3.16.0-24.32
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  x321x321   2162 F pulseaudio
   /dev/snd/controlC0:  x321x321   2162 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Tue Dec  9 18:26:02 2014
  HibernationDevice: RESUME=UUID=c29b622b-da02-4828-b540-60005628948f
  InstallationDate: Installed on 2014-10-27 (43 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.
  
   usb0  no wireless extensions.
  
   lono wireless extensions.
  MachineType: ASUS All Series
  ProcFB:
  
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-24-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-24-generic N/A
   linux-backports-modules-3.16.0-24-generic  N/A
   linux-firmware 1.138
  RfKill:
  
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/03/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd06/03/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

Title:
  resuming from suspend always fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1400826] Re: resuming from suspend always fails

2014-12-11 Thread stl
could you explain what you mean ?

Please provide a direct URL to your e-mail to the mailing list once you
have made it so that it may be tracked via http://vger.kernel.org/vger-
lists.html

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

Title:
  resuming from suspend always fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1400826] Re: resuming from suspend always fails

2014-12-11 Thread stl
could you give the prospective report have posted a look over before I
send it
(though I have checked it I may have missed something or made some
stupid mistake(s) )

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1400826/+attachment/4278857/+files/report


thanks

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

Title:
  resuming from suspend always fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1340206] Re: [Network Menu] Enabling flight mode still shows the wifi icon

2014-12-11 Thread Niklas Wenzel
I often turn wifi on after enabling flight mode. Therefore, I believe
the icon makes sense here.

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

Title:
  [Network Menu] Enabling flight mode still shows the wifi icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-network/+bug/1340206/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1077604] Re: Crashes on right-click after waking up from suspend

2014-12-11 Thread Thaddäus Tintenfisch
Closing this report. Please open a new one if you still encounter this
crash in any currently supported Ubuntu release.

** Changed in: xfce4-power-manager (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Crashes on right-click after waking up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 279031] [NEW] Default printout mode only uses the color cartridge

2014-12-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Distribution/version:
Ubuntu Hardy 8.04.1

Printer:
hp psc 1210

Description of the error:
The default printout mode after plugging in my hp psc 1210 is Normal (Color 
Cartridge).

The black cartridge is only used if I change the printout mode to
Normal Grayscale (Black cartridge) or Resolution, Quality, Ink Type,
Media Type to ...Black + Color Cartridge.

I other words, the printout mode settings works perfectly. Every time I
change the setting I see the result on the printout.

The problem is, that the default printout mode is unusable (only color
cartridge??) and there is no proper default printout mode.

There should be a Normal (Black + Color Cartridge) printout mode for
my psc 1210 printer.

To recreate this problem:
Plug in hp psc 1210 on Ubuntu Hardy 8.04.1
Print without changing the default printout mode settings.

** Affects: hplip (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
Default printout mode only uses the color cartridge
https://bugs.launchpad.net/bugs/279031
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 164233] Re: [Upstream] Exporting pdf from LibreOffice with smooth gradient displays striped in Evince, shows correctly in Adobe Reader

2014-12-11 Thread Christopher M. Penalver
** Description changed:

  1) lsb_release -rd
  Description:  Ubuntu 11.04
  Release:  11.04
  
  2) apt-cache policy evince
  evince:
    Installed: 2.32.0-0ubuntu12.2
    Candidate: 2.32.0-0ubuntu12.2
    Version table:
   *** 2.32.0-0ubuntu12.2 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   2.32.0-0ubuntu12 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
  
  3) What is expected in Impress via the Terminal:
  
  cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/164233/+attachment/2281555/+files/example.odp
   loimpress -nologo example.odp
  
  export the file with Gradient 1 inserted into the background to pdf (
  
https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/164233/+attachment/2281556/+files/example.pdf
  ), open the pdf with Evince and it looks as it does in both Impress and
  Adobe Reader.
  
  4) What happens instead is Evince shows a striped gradient.
  
- WORKAROUND: Use Adobe Reader.
+ WORKAROUND: Open with chromium-browser or chrome built-in PDF reader
+ (not Firefox).
+ 
+ Use Adobe Reader.
  
  apt-cache policy acroread
  acroread:
    Installed: 9.4.2-0natty1
    Candidate: 9.4.2-0natty1
    Version table:
   *** 9.4.2-0natty1 0
  500 http://archive.canonical.com/ubuntu/ natty/partner i386 Packages
  100 /var/lib/dpkg/status

** Tags added: vivid

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

Title:
  [Upstream] Exporting pdf from LibreOffice with smooth gradient
  displays striped in Evince, shows correctly in Adobe Reader

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1358340] Re: [Indicators] Complete greeter profiles

2014-12-11 Thread Michael Terry
I emailed Olga these questions, but figured it would be good to clear
this up here too:

I see from the discussion in bug 237155 (particularly comment 20), that
it looks like the three settings should be controlled like so:

(A) There is a currently hidden property in System Settings called Messages on 
welcome screen that should be shown.
(B) There is also a property called When locked, allow notifications and quick 
settings

- Full indicators [1] will be used when the phone is unlocked (i.e. swipe mode) 
OR A and B are on.
- Limited indicators [2] will be used when the phone is locked and A is off but 
B is on.
- No indicator access will be used when the phone is locked and A and B are off.

And the default for A should be off and the default for B should be on?

[1] This is the phone indicator profile
[2] This is the phone_greeter indicator profile

How correct is all that?  If correct, having setting A be off by default
might confuse users.  I feel like it should be under an if locked
clause too.

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

Title:
  [Indicators] Complete greeter profiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1358340/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401069] Re: [SRU] New stable release 2.42.1

2014-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/glib-networking

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

Title:
  [SRU] New stable release 2.42.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1401069/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1396232] Re: Desktop freezes when Do starts if quiet mode is not enabled

2014-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/gnome-do

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

Title:
  Desktop freezes when Do starts if quiet mode is not enabled

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1395323] Re: Entering text on first launch, multiple windows open every time you hit spacebar.

2014-12-11 Thread Thaddäus Tintenfisch
I cannot reproduce this bug (15.04, up-to-date).

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

Title:
  Entering text on first launch, multiple windows open every time you
  hit spacebar.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401390] Re: apt-get install nvidia-331 triggers 691 packages to be installed

2014-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/hwloc

** Branch linked: lp:~ubuntu-branches/ubuntu/utopic/hwloc/utopic-
proposed

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

Title:
  apt-get install  nvidia-331 triggers 691 packages to be installed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347252] Re: Printer doesn't use the black ink for printig black

2014-12-11 Thread Christopher M. Penalver
Martin Schröder, thank you for reporting this bug to Ubuntu. Intrepid reached 
EOL on April 30, 2010.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this an issue in a supported release? If so, could you please execute the 
following command, as it will automatically gather debugging information, in a 
terminal:
apport-collect 347252

** This bug is no longer a duplicate of bug 164707
   HP OfficeJet 4xxx queues printout mode do not use both color and black 
cartridges at once

** No longer affects: hplip (Ubuntu)

** Project changed: hplip = hplip (Ubuntu)

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

** Changed in: hplip (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Printer doesn't use the black ink for printig black

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 829609] Re: EC2 compatibility describe security group returns erroneous value for group ip permissions

2014-12-11 Thread Joe Gordon
Is this still valid, hasn't been touched in years.

** Changed in: nova
   Status: Confirmed = Incomplete

** Changed in: nova
   Status: Incomplete = Invalid

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

Title:
  EC2 compatibility describe security group returns erroneous value for
  group ip permissions

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 164707] Re: HP OfficeJet 4xxx queues printout mode do not use both color and black cartridges at once

2014-12-11 Thread Christopher M. Penalver
Felipe Figueiredo, is this an issue in a supported release? If so, could you 
please execute the following command, as it will automatically gather debugging 
information, in a terminal:
apport-collect 164707

** Changed in: hplip (Ubuntu)
   Importance: Medium = Low

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

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

Title:
  HP OfficeJet 4xxx queues printout mode do not use both color and black
  cartridges at once

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1240054] Re: ec2-facts not shown when running in AWS VPC

2014-12-11 Thread Devon P. Hubner
Workaround resolution:

apt-get install -y puppet
# installs puppet dependency: facter-1.7.5-1ubuntu1

gem install facter
# installs latest facter gem, 2.3.0 where the ec2_* facts in VPC are restored

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

Title:
  ec2-facts not shown when running in AWS VPC

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 790558] Re: dahdi kernel module built for wrong kernel version

2014-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/dahdi-linux

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

Title:
  dahdi kernel module built for wrong kernel version

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1373494] Re: [phone-app]+[address-book] + [messaging-app] Remove X when creating a new contact/editing a contact

2014-12-11 Thread Renato Araujo Oliveira Filho
** Branch linked: lp:~renatofilho/address-book-app/fix-1373517

** Changed in: address-book-app
   Status: Confirmed = In Progress

** Changed in: address-book-app
 Assignee: (unassigned) = Renato Araujo Oliveira Filho (renatofilho)

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

Title:
  [phone-app]+[address-book] + [messaging-app] Remove X when creating
  a new contact/editing a contact

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1373494/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1396379] Re: grub2 does not install in the correct partition on efi system

2014-12-11 Thread francesco florian
i set it as efi system partition (partition type); then i couldn't choose a 
mount point. i assumed it had been automatically mounted on /boot/efi, but it 
had not (i verified during installation using lsblk); instead an other 
partition had been mounted on /boot/efi.
francesco florian

On Mon 01 Dec 2014 2:12:15 you wrote:
 On 11/26/2014 05:18 PM, francesco florian wrote:
  i filed the bug exactly because i did so: i chose efi system
  partition in the partition selection section; it was already
  formatted as FAT and labelled EFI, but grub was installed in the
  wrong partition. (note: i'm quite sure i did the right thing
  because the same partition and process works in fedora) i also
  noted that after changing the fstab, grub configuration files are
  saved in /boot/efi, but something else (i don't know what) in still
  installed in the wrong disk, as the bios (uefi) says ubuntu is in
  the first disk, not the second (the one where my /boot/efi is
  located). thanks for you work
 
 Where did you set it to be mounted?  You need to set its mount point
 to /boot/efi.  If you had done that during install, then you wouldn't
 need to change /etc/fstab later.

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

Title:
  grub2 does not install in the correct partition on efi system

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1373517] Re: [sdk] invoked search in apps should display for BACK and not X

2014-12-11 Thread Renato Araujo Oliveira Filho
** Branch linked: lp:~renatofilho/address-book-app/fix-1373517

** Changed in: address-book-app
   Status: Confirmed = In Progress

** Changed in: address-book-app
 Assignee: (unassigned) = Renato Araujo Oliveira Filho (renatofilho)

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

Title:
  [sdk] invoked search in apps should display  for BACK and not X

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1373517/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400826] Re: resuming from suspend always fails

2014-12-11 Thread Christopher M. Penalver
stl,
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1400826/+attachment/4278857/+files/report
looks good.

could you explain what you mean ?

It's pretty self explanatory. What precisely did you misunderstand?

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

Title:
  resuming from suspend always fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1078532] Re: Dash does not play local music file previews

2014-12-11 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete = Opinion

** Changed in: unity
   Status: Opinion = Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Dash does not play local music file previews

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1342024] Re: Unity exits while screen locked

2014-12-11 Thread Andrea Azzarone
/usr/bin/unity is just a wrapper to launcher /usr/bin/compiz and to do some
other stuff.

2014-12-11 17:11 GMT+01:00 David Ireland da...@lshift.net:

 OK -
 $ which unity
 /usr/bin/unity

 and running 'unity' definitely fixes the problem.

 This still leaves me with the problem that there are no crash reports.

 --
 You received this bug notification because you are subscribed to unity
 in Ubuntu.
 https://bugs.launchpad.net/bugs/1342024

 Title:
   Unity exits while screen locked

 Status in Unity:
   Incomplete
 Status in unity package in Ubuntu:
   Incomplete

 Bug description:
   Sometimes I return to my computer, find the screen locked. When I move
   the mouse, I see the background image, and my name, but no box the
   enter a password, and I can't unlock the screen. Switching to another
   VT, I find that unity isn't running any more. Starting it resolves the
   problem - i.e. I can then unlock the screen.

   A crash report isn't generated.

   I don't know where to find any further information on why unity exits.
   It doesn't exit unexpectedly under any other circumstances.

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



-- 
Andrea Azzarone
http://launchpad.net/~andyrock
http://wiki.ubuntu.com/AndreaAzzarone

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

Title:
  Unity exits while screen locked

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1167073] Re: nova-network should increase nf_conntrack_max

2014-12-11 Thread Joe Gordon
** Changed in: nova
   Status: Confirmed = Opinion

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

Title:
  nova-network should increase nf_conntrack_max

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1369043] Re: package ttf-mscorefonts-installer 3.4+nmu1ubuntu1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2014-12-11 Thread Claudio Pighin
I solved the issue following instructions of this article: Can't
download ttf-mscorefonts-installer on ubuntu 14.04

Claudio :)

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

Title:
  package ttf-mscorefonts-installer 3.4+nmu1ubuntu1 failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 279031] Re: Default printout mode only uses the color cartridge

2014-12-11 Thread Christopher M. Penalver
Thomas B Homburg, thank you for reporting this bug to Ubuntu. Hardy Desktop 
reached EOL on May 12, 2011.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this an issue in a supported release? If so, could you please execute the 
following command, as it will automatically gather debugging information, in a 
terminal:
apport-collect 279031

** This bug is no longer a duplicate of bug 164707
   HP OfficeJet 4xxx queues printout mode do not use both color and black 
cartridges at once

** Project changed: hplip = hplip (Ubuntu)

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

** Changed in: hplip (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Default printout mode only uses the color cartridge

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401635] [NEW] NVIDIA driver makes internet very slow

2014-12-11 Thread Adrians Netlis
Public bug reported:

Here is information about bug:
I am not a good computer spec, so I could not find reason of it, but, when I 
installed NVIDIA bin-331.89 driver from additional drivers, it appeared a bug 
so my internet became very slow. I use Realtek RTL8111/RTL8168... ethernet 
adapter. I have r8169 kernel driver in use(I am not allowed to modify internet 
stuff in this computer, cause this is actually my parent's PC). Wehn I 
installed NVIDIA driver, internet appeared to work very, very slow. After 
getting rid of it, it became nice again. Could you, please, look trought this 
and find something to fix this. Maybe you could gimme full tutorial on how to 
do it if I have:
01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 610] 
(rev a1)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 
PCI Express Gigabit Ethernet Controller (rev 06)

** Affects: nvidia-graphics-drivers-331-updates (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  NVIDIA driver makes internet very slow

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1386534] Re: kernel dependent deterministic view crash on X startup

2014-12-11 Thread Joseph Salisbury
I built a test kernel up to the following commit:
43ee79566aea566d7692bfbd68dcbe39feea047d

The test kernel can be downloaded from:
http://kernel.ubuntu.com/~jsalisbury/lp1386534

Can you test this kernel and see if it has the bug or not?

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

Title:
  kernel dependent deterministic view crash on X startup

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401637] [NEW] nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2014-12-11 Thread samuele basilio pesavento
Public bug reported:

Windows effects show just a black background when running,
Transparencies sometimes fail during changing themes, Black screen show
up when minimizing and maximizing windows, sometimes when unblocking the
screen, no desktop show up, just a black screen with a flashing caret

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331 331.113-0ubuntu0.0.4
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
DKMSKernelVersion: 3.13.0-43-generic
Date: Thu Dec 11 19:41:01 2014
InstallationDate: Installed on 2014-12-09 (2 days ago)
InstallationMedia: Ubuntu 14.04 Trusty - Build amd64 LIVE Binary 
20140724-17:43
PackageVersion: 331.113-0ubuntu0.0.4
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401632] Re: xdg-email fails to add attachment with Thunderbird

2014-12-11 Thread Jody
This is what I get when I run:

jody@ubuntu:~$ XDG_UTILS_DEBUG_LEVEL=100 xdg-email --attach
~/Desktop/keys.txt

DE is gnome
grep: /home/jody/.local/share/applications/: Is a directory
Running gvfs-open mailto:?attach=/home/jody/Desktop/keys.txt;

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

Title:
  xdg-email fails to add attachment with Thunderbird

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1401632/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 173344] Re: Brother MFC 7020 missing from 45-libsane.rules

2014-12-11 Thread Christopher M. Penalver
Taylor Braun-Jones, thank you for reporting this bug to Ubuntu. Is this an 
issue in a supported release? If so, could you please execute the following 
command, as it will automatically gather debugging information, in a terminal:
apport-collect 173344

** Changed in: sane-backends (Ubuntu)
   Importance: Undecided = Low

** Changed in: sane-backends (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Brother MFC 7020 missing from 45-libsane.rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/173344/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1336253] Re: dahdi-dkms 1:2.5.0.1+dfsg-1ubuntu3: dahdi kernel module failed to build [xbus-sysfs.c:460:2: error: unknown field ‘drv_attrs’ specified in initializer]

2014-12-11 Thread Brian Murray
Hello K, or anyone else affected,

Accepted dahdi-linux into trusty-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/dahdi-
linux/1:2.5.0.1+dfsg-1ubuntu4~14.04.2 in a few hours, and then in the
-proposed repository.

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

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

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

** Changed in: dahdi-linux (Ubuntu Trusty)
   Status: In Progress = Fix Committed

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

Title:
  dahdi-dkms 1:2.5.0.1+dfsg-1ubuntu3: dahdi kernel module failed to
  build [xbus-sysfs.c:460:2: error: unknown field ‘drv_attrs’ specified
  in initializer]

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 177933] Re: Rockchip USB MP3 player disconnects immediately

2014-12-11 Thread Christopher M. Penalver
Hans Persson, thank you for reporting this bug to Ubuntu. Gutsy reached EOL on 
April 18th, 2009.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Is this an issue in a supported release? If so, could you please execute the 
following command, as it will automatically gather debugging information, in a 
terminal:
apport-collect 177933

** Package changed: ubuntu = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  Rockchip USB MP3 player disconnects immediately

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1022612] Re: private instance IPs can only reach public IPs in other regions, not the same region

2014-12-11 Thread Joe Gordon
Nick, no documentation of the behavior does not mean the behavior still
exists in the code, so it is not enough.

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

Title:
  private instance IPs can only reach public IPs in other regions, not
  the same region

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401590] Re: linux: 3.18.0-7.8 -proposed tracker

2014-12-11 Thread Brad Figg
** Changed in: kernel-development-workflow/prepare-package-meta
   Status: New = Fix Released

** Changed in: kernel-development-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Leann Ogasawara 
(leannogasawara)

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

Title:
  linux: 3.18.0-7.8 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1401590/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 790558] Re: dahdi kernel module built for wrong kernel version

2014-12-11 Thread Brian Murray
Hello Tom, or anyone else affected,

Accepted dahdi-linux into trusty-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/dahdi-
linux/1:2.5.0.1+dfsg-1ubuntu4~14.04.2 in a few hours, and then in the
-proposed repository.

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

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

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

** Changed in: dahdi-linux (Ubuntu Trusty)
   Status: In Progress = Fix Committed

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

Title:
  dahdi kernel module built for wrong kernel version

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400846] Re: linux-lowlatency: 3.2.0-74.76 -proposed tracker

2014-12-11 Thread Brad Figg
** Description changed:

  This bug is for tracking the version to be filled upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 09. December 2014 20:07 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Tuesday, 09. December 2014 20:07 UTC
  kernel-stable-master-bug:1400709
+ kernel-stable-Certification-testing-end:Thursday, 11. December 2014 19:01 UTC
+ kernel-stable-Security-signoff-end:Thursday, 11. December 2014 19:01 UTC

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

Title:
  linux-lowlatency: 3.2.0-74.76 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1400846/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401638] [NEW] nvidia-331 kernel module failed to build

2014-12-11 Thread Aaron Miller
Public bug reported:

failed on upgrade of packages

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331 331.113-0ubuntu0.1
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-28-generic
Date: Thu Dec 11 13:54:29 2014
InstallationDate: Installed on 2013-09-15 (452 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
PackageVersion: 331.113-0ubuntu0.1
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build
UpgradeStatus: Upgraded to utopic on 2014-11-12 (29 days ago)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages utopic

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

Title:
  nvidia-331 kernel module failed to build

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 790558] Re: dahdi kernel module built for wrong kernel version

2014-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/dahdi-linux

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

Title:
  dahdi kernel module built for wrong kernel version

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400775] Re: CVE-2014-8106 insufficient blit region check

2014-12-11 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 2.1+dfsg-4ubuntu6.3

---
qemu (2.1+dfsg-4ubuntu6.3) utopic-security; urgency=medium

  * SECURITY UPDATE: code execution via savevm data
- debian/patches/CVE-2014-7840.patch: validate parameters in
  arch_init.c.
- CVE-2014-7840
  * SECURITY UPDATE: code execution via cirrus vga blit regions
(LP: #1400775)
- debian/patches/CVE-2014-8106.patch: properly validate blit regions in
  hw/display/cirrus_vga.c.
- CVE-2014-8106
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Wed, 10 Dec 2014 15:53:57 
-0500

** Changed in: qemu (Ubuntu Utopic)
   Status: Confirmed = Fix Released

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

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

** Changed in: qemu-kvm (Ubuntu Lucid)
   Status: Confirmed = Fix Released

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

Title:
  CVE-2014-8106 insufficient blit region check

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400775] Re: CVE-2014-8106 insufficient blit region check

2014-12-11 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu-kvm - 0.12.3+noroms-0ubuntu9.26

---
qemu-kvm (0.12.3+noroms-0ubuntu9.26) lucid-security; urgency=medium

  * SECURITY UPDATE: code execution via cirrus vga blit regions
(LP: #1400775)
- debian/patches/CVE-2014-8106.patch: properly validate blit regions in
  hw/cirrus_vga.c.
- CVE-2014-8106
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Wed, 10 Dec 2014 16:18:02 
-0500

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

Title:
  CVE-2014-8106 insufficient blit region check

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1292830] Re: Resuming from sleep makes black borders around windows to appear

2014-12-11 Thread Dominik
Doing

compiz --replace 

in the terminal fixes the black borders 100% for me.

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

Title:
  Resuming from sleep makes black borders around windows to appear

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401612] Re: No notifications displayed for Twitter and Gmail

2014-12-11 Thread Ted Gould
** Package changed: account-polld (Ubuntu) = url-dispatcher (Ubuntu)

** Changed in: url-dispatcher (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: url-dispatcher (Ubuntu)
 Assignee: (unassigned) = Ted Gould (ted)

** Also affects: url-dispatcher (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: url-dispatcher (Ubuntu RTM)
   Status: New = In Progress

** Changed in: url-dispatcher (Ubuntu RTM)
   Importance: Undecided = High

** Changed in: url-dispatcher (Ubuntu RTM)
 Assignee: (unassigned) = Ted Gould (ted)

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

Title:
  No notifications displayed for Twitter and Gmail

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1190344] Re: lightdm is leaking FDs -fix

2014-12-11 Thread Brian Murray
Hello rumen, or anyone else affected,

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

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

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

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

** Changed in: lightdm (Ubuntu Trusty)
   Status: Triaged = Fix Committed

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

Title:
  lightdm is leaking FDs -fix

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400775] Re: CVE-2014-8106 insufficient blit region check

2014-12-11 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 2.0.0+dfsg-2ubuntu1.9

---
qemu (2.0.0+dfsg-2ubuntu1.9) trusty-security; urgency=medium

  * SECURITY UPDATE: code execution via savevm data
- debian/patches/CVE-2014-7840.patch: validate parameters in
  arch_init.c.
- CVE-2014-7840
  * SECURITY UPDATE: code execution via cirrus vga blit regions
(LP: #1400775)
- debian/patches/CVE-2014-8106.patch: properly validate blit regions in
  hw/display/cirrus_vga.c.
- CVE-2014-8106
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Wed, 10 Dec 2014 16:00:51 
-0500

** Changed in: qemu (Ubuntu Trusty)
   Status: Confirmed = Fix Released

** Changed in: qemu-kvm (Ubuntu Precise)
   Status: Confirmed = Fix Released

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

Title:
  CVE-2014-8106 insufficient blit region check

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 179237] Re: Java Applet does not work correctly

2014-12-11 Thread Christopher M. Penalver
Jens Elbaek, your Bug Description did not provide enough information.
Could you please specify what you typed in exactly for Konstant and
Startvaerd?

As well, cursorily, this seems to work fine utilizing firefox and
icedtea-7-plugin via Trusty.

** Changed in: firefox (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  Java Applet does not work correctly

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400775] Re: CVE-2014-8106 insufficient blit region check

2014-12-11 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu-kvm - 1.0+noroms-0ubuntu14.21

---
qemu-kvm (1.0+noroms-0ubuntu14.21) precise-security; urgency=medium

  * SECURITY UPDATE: code execution via savevm data
- debian/patches/CVE-2014-7840.patch: validate parameters in
  arch_init.c.
- CVE-2014-7840
  * SECURITY UPDATE: code execution via cirrus vga blit regions
(LP: #1400775)
- debian/patches/CVE-2014-8106.patch: properly validate blit regions in
  hw/cirrus_vga.c.
- CVE-2014-8106
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Wed, 10 Dec 2014 16:11:32 
-0500

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

Title:
  CVE-2014-8106 insufficient blit region check

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400826] Re: resuming from suspend always fails

2014-12-11 Thread stl
ps email contains older report unsure wether i should resend with newer
one

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

Title:
  resuming from suspend always fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1383321] Re: Support XDG DesktopNames field in session files

2014-12-11 Thread Brian Murray
Hello Robert, or anyone else affected,

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

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

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

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

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

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

Title:
  Support XDG DesktopNames field in session files

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-12-11 Thread Brian Murray
Hello Egon, or anyone else affected,

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

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

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

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

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

** Tags removed: verification-done

** Tags added: verification-needed

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

Title:
  Error message for a faulty ~/.profile script

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400826] Re: resuming from suspend always fails

2014-12-11 Thread stl
dont worry i get it now

anyway heres the link  http://www.spinics.net/lists/linux-
acpi/msg54565.html

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

Title:
  resuming from suspend always fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1336253] Re: dahdi-dkms 1:2.5.0.1+dfsg-1ubuntu3: dahdi kernel module failed to build [xbus-sysfs.c:460:2: error: unknown field ‘drv_attrs’ specified in initializer]

2014-12-11 Thread Brian Murray
Hello K, or anyone else affected,

Accepted dahdi-linux into precise-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/dahdi-
linux/1:2.5.0.1+dfsg-1ubuntu2.2 in a few hours, and then in the
-proposed repository.

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

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

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

** Changed in: dahdi-linux (Ubuntu Precise)
   Status: In Progress = Fix Committed

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

Title:
  dahdi-dkms 1:2.5.0.1+dfsg-1ubuntu3: dahdi kernel module failed to
  build [xbus-sysfs.c:460:2: error: unknown field ‘drv_attrs’ specified
  in initializer]

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 790558] Re: dahdi kernel module built for wrong kernel version

2014-12-11 Thread Brian Murray
Hello Tom, or anyone else affected,

Accepted dahdi-linux into precise-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/dahdi-
linux/1:2.5.0.1+dfsg-1ubuntu2.2 in a few hours, and then in the
-proposed repository.

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

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

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

** Changed in: dahdi-linux (Ubuntu Precise)
   Status: In Progress = Fix Committed

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

Title:
  dahdi kernel module built for wrong kernel version

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401639] [NEW] Error messages difficult to read

2014-12-11 Thread Pat McGowan
Public bug reported:

Errors are reported with black text on a bright red background, there is
not enough contrast to be legible. Either use white letters or a lighter
background.

** Affects: qtcreator-plugin-ubuntu (Ubuntu)
 Importance: Medium
 Assignee: Benjamin Zeller (zeller-benjamin)
 Status: New

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

Title:
  Error messages difficult to read

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1401639/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 790558] Re: dahdi kernel module built for wrong kernel version

2014-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/dahdi-linux

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

Title:
  dahdi kernel module built for wrong kernel version

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1396379] Re: grub2 does not install in the correct partition on efi system

2014-12-11 Thread Phillip Susi
So you already have an EFI system partition on /dev/sda, but in the
partitioning screen of the installer, you chose to create another one on
/dev/sdb with the intention of using that one, but it still used the one
in /dev/sda?

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

Title:
  grub2 does not install in the correct partition on efi system

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 164233]

2014-12-11 Thread Christopher M. Penalver
Reproducible in latest release available from Ubuntu (libcairo
1.13.0~20140204-0ubuntu1). As well, another WORKAROUND is to open this
in chromium-browser or chrome via built-in PDF viewer (not Firefox).

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

Title:
  [Upstream] Exporting pdf from LibreOffice with smooth gradient
  displays striped in Evince, shows correctly in Adobe Reader

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1171658] Re: unity panel opacity is affected by Background Color opacity

2014-12-11 Thread Doug McMahon
Still a problem? - 
Well yes  no, noting this bug was 1st filed on 13.04
There is currently no way to get a fully transparent panel so the fact that 
opacity of the Background color affects how the panel looks is less relevant.
But yes, altering the Background color opacity does alter the appearance of the 
panel though in current compiz/unity that may be expected behavior
So in that vein  with a fully transparent panel not possible maybe this bug 
should be invalid. 

** Changed in: unity
   Status: Incomplete = Confirmed

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

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

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

Title:
  unity panel opacity is affected by Background Color opacity

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1276745] Re: Task switcher not shown over some apps in full screen mode

2014-12-11 Thread trespasserw
Can't. Seem to work in 14.10.

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

Title:
  Task switcher not shown over some apps in full screen mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401613] Re: New instance: nvidia-331-updates-uvm 331.113-0ubuntu0.1: nvidia-331-updates-uvm kernel module failed to build

2014-12-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-331-updates (Ubuntu)
   Status: New = Confirmed

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

Title:
  New instance: nvidia-331-updates-uvm 331.113-0ubuntu0.1: nvidia-331
  -updates-uvm kernel module failed to build

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400826] Re: [Asus Z87-C] resuming from suspend always fails

2014-12-11 Thread Christopher M. Penalver
stl, I wouldn't bother sending again. However, a couple things I didn't
notice were that you didn't include the wakeup or dmesg output. Not a
deal breaker as it's available downstream, but upstream can be fickle
about little things like that. In the future, post those things as well.

** Summary changed:

- resuming from suspend always fails
+ [Asus Z87-C] resuming from suspend always fails

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

Title:
  [Asus Z87-C] resuming from suspend always fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1390919] Re: Scope template cannot be running for devel emulator

2014-12-11 Thread Pat McGowan
Are you saying you created a 14.10 chroot on a 14.04 desktop and the chroot was 
missing libraries? Please report your versions of click and 
qtcreator-plugin-ubuntu The versions are the same on 14.04 and 14.10 and it 
works fine on 14.10 desktop
The image also shows other cmake errors finding dir that should exist

** Changed in: click (Ubuntu)
   Importance: Critical = Undecided

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

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

Title:
  Scope  template cannot be running for devel emulator

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1340206] Re: [Network Menu] Enabling flight mode still shows the wifi icon

2014-12-11 Thread Michał Sawicz
I disagree, if you turn WiFi on, that's not flight mode any more, is it?
Even so, the WiFi icon should only show again after you turn it on, not
stay permanently.

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

Title:
  [Network Menu] Enabling flight mode still shows the wifi icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-network/+bug/1340206/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1396318] Re: [SRU] Cannot read text in region selection box

2014-12-11 Thread Corey Bryant
I've successfully run our openstack regression test suite against
trusty-proposed.  Billy or Chris, when you have a moment please test
this and  update the bug appropriately.

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

Title:
  [SRU] Cannot read text in region selection box

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400654] Re: linux: 2.6.32-70.137 -proposed tracker

2014-12-11 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-security
   Status: Incomplete = Confirmed

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: Incomplete = Confirmed

** Changed in: kernel-sru-workflow/promote-to-security
   Status: Confirmed = Fix Released

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: Confirmed = Fix Released

** Description changed:

  This bug is for tracking the 2.6.32-70.137 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 09. December 2014 10:21 UTC
  kernel-stable-phase:PPA Testing
  kernel-stable-phase-changed:Wednesday, 10. December 2014 10:05 UTC
  kernel-stable-Prepare-package-end:Wednesday, 10. December 2014 10:05 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 10. December 2014 10:05 UTC
  ppa-package-testing-start:Wednesday, 10. December 2014 10:05 UTC
  kernel-stable-Certification-testing-end:Thursday, 11. December 2014 07:01 UTC
  kernel-stable-Regression-testing-end:Thursday, 11. December 2014 07:01 UTC
  kernel-stable-Security-signoff-end:Thursday, 11. December 2014 07:01 UTC
+ kernel-stable-Promote-to-updates-end:Thursday, 11. December 2014 19:26 UTC

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

Title:
  linux: 2.6.32-70.137 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1400654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1395323] Re: Entering text on first launch, multiple windows open every time you hit spacebar.

2014-12-11 Thread Elfy
I can still confirm this in an up to date 15.04

If previously you have used Abiword then you need to remove the
.config/abiword folder to reproduce.

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

Title:
  Entering text on first launch, multiple windows open every time you
  hit spacebar.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400654] Packages outside of proper component

2014-12-11 Thread Brad Figg
The following packages ended up in the wrong component in the -updates
pocket:

linux-backports-modules-alsa-lucid-preempt 2.6.32.70.77 - is in universe 
instead of main
linux-backports-modules-headers-lucid-preempt 2.6.32.70.77 - is in universe 
instead of main
linux-backports-modules-input-lucid-preempt 2.6.32.70.77 - is in universe 
instead of main
linux-backports-modules-wireless-2.6.35-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-2.6.36-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-2.6.37-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-2.6.38-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-2.6.39-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-3.0.0-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-3.1-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-3.2-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-3.3-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-lucid-preempt 2.6.32.70.77 - is in universe 
instead of main
linux-backports-modules-wwan-lucid-preempt 2.6.32.70.77 - is in universe 
instead of main

Once this is fixed, set the promote-to-updates to Fix Released again

** Description changed:

  This bug is for tracking the 2.6.32-70.137 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 09. December 2014 10:21 UTC
  kernel-stable-phase:PPA Testing
  kernel-stable-phase-changed:Wednesday, 10. December 2014 10:05 UTC
  kernel-stable-Prepare-package-end:Wednesday, 10. December 2014 10:05 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 10. December 2014 10:05 UTC
  ppa-package-testing-start:Wednesday, 10. December 2014 10:05 UTC
  kernel-stable-Certification-testing-end:Thursday, 11. December 2014 07:01 UTC
  kernel-stable-Regression-testing-end:Thursday, 11. December 2014 07:01 UTC
  kernel-stable-Security-signoff-end:Thursday, 11. December 2014 07:01 UTC
- kernel-stable-Promote-to-updates-end:Thursday, 11. December 2014 19:26 UTC

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

Title:
  linux: 2.6.32-70.137 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1400654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1400654] Re: linux: 2.6.32-70.137 -proposed tracker

2014-12-11 Thread Brad Figg
The following packages ended up in the wrong component in the -security
pocket:

linux-backports-modules-alsa-lucid-preempt 2.6.32.70.77 - is in universe 
instead of main
linux-backports-modules-headers-lucid-preempt 2.6.32.70.77 - is in universe 
instead of main
linux-backports-modules-input-lucid-preempt 2.6.32.70.77 - is in universe 
instead of main
linux-backports-modules-wireless-2.6.35-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-2.6.36-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-2.6.37-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-2.6.38-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-2.6.39-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-3.0.0-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-3.1-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-3.2-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-3.3-lucid-preempt 2.6.32.70.77 - is in 
universe instead of main
linux-backports-modules-wireless-lucid-preempt 2.6.32.70.77 - is in universe 
instead of main
linux-backports-modules-wwan-lucid-preempt 2.6.32.70.77 - is in universe 
instead of main

Once this is fixed, set the promote-to-security to Fix Released again

** Changed in: kernel-sru-workflow/promote-to-security
   Status: Fix Released = Incomplete

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: Fix Released = Incomplete

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

Title:
  linux: 2.6.32-70.137 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1400654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401612] Re: No notifications displayed for Twitter and Gmail

2014-12-11 Thread Pat McGowan
approved to fix regression

** Changed in: canonical-devices-system-image
   Importance: Undecided = High

** Changed in: canonical-devices-system-image
   Status: New = Confirmed

** Changed in: canonical-devices-system-image
Milestone: None = ww51-2014

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

Title:
  No notifications displayed for Twitter and Gmail

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181237] Re: Kubuntu 14.04: System Frozen when Resuming from Suspend

2014-12-11 Thread Antonio Sánchez
Update: The reason why the caret is missing is because I'm using two
screens and the system chooses as principal the one I usually switch
off. The focus goes to the login dialog of this screen.

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

Title:
  Kubuntu 14.04: System Frozen when Resuming from Suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


<    3   4   5   6   7   8   9   10   11   12   >