[Bug 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-05-09 Thread Timo Jyrinki
Yes I agree this should be backported, but we need someone to sponsor my
branch lp:~timo-jyrinki/ubuntu/trusty/libsdl1.2/fix_backingstore_tearing
I prepared for trusty. So currently waiting for that, after which SRU
team will evaluate it, and this bug will be updated if/when it lands to
trusty-proposed since at that point people are asked to test it once
more.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libsdl1.2 in Ubuntu.
https://bugs.launchpad.net/bugs/1280665

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-05-09 Thread Andrejs Hanins
Just informing about testing results: I also have Intel Haswell graphics
and Timo's fix helped me. Using XBMC for a week with Timo's fix and no
problems. Tearing is gone. No side effects observed.

P.S. Thanks a lot Timo!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libsdl1.2 in Ubuntu.
https://bugs.launchpad.net/bugs/1280665

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest

2014-05-09 Thread Hein Gustavsen
BTW, my installation was an upgrade from Ubuntu 10.04 to 12.04.
Motherboard is a dual socket Xeon fra ASUS with two E5-2630 v2 CPUs.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1308341

Title:
  Multiple CPUs causes blue screen on Windows guest

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1317587] Re: ClamAV 0.98.1 is Outdated

2014-05-09 Thread ricard
** Changed in: clamav (Ubuntu Utopic)
   Status: In Progress = Fix Committed

** Changed in: clamav (Ubuntu Utopic)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/1317587

Title:
  ClamAV 0.98.1 is Outdated

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest

2014-05-09 Thread Hein Gustavsen
Sorry, I meant from 12.04 to 14.04. 12.04 was a fresh installation.
Hyper-threading is enabled.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1308341

Title:
  Multiple CPUs causes blue screen on Windows guest

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Qemu-devel] [Bug 1317090] Re: qemu fails on ELF files with no section headers

2014-05-09 Thread Riku Voipio
Hi Craig,

On Wed, May 07, 2014 at 03:53:38PM +0100, Peter Maydell wrote:
 On 7 May 2014 15:48, Peter Maydell peter.mayd...@linaro.org wrote:
  On 7 May 2014 15:34, Paul Jimenez 1317...@bugs.launchpad.net wrote:
  Bug description:
Using the latest version of qemu-user-static from trusty, 2.0.0+dfsg-
2ubuntu1.
 
Reported to qemu and patch submitted long ago by the guy who wrote 
  http://www.devttys0.com/2011/12/qemu-vs-sstrip/
but apparently dropped on the floor - at least, I can't find it in any 
  qemu bug tracker anywhere.  It's now keeping me from running openwrt 
  binaries under qemu-arm-static (because the openwrt guys strip section 
  headers to save space on their teeny embedded boxes).  It's a one-line 
  patch, reproduced here:
 
--- qemu/linux-user/elfload.c   2011-12-02 15:16:07.637541215 -0500
+++ qemu-patched/linux-user/elfload.c   2011-12-02 15:27:24.061522798 
  -0500
@@ -1068,7 +1068,6 @@ static bool elf_check_ehdr(struct elfhdr
 return (elf_check_arch(ehdr-e_machine)
  ehdr-e_ehsize == sizeof(struct elfhdr)
  ehdr-e_phentsize == sizeof(struct elf_phdr)
- ehdr-e_shentsize == sizeof(struct elf_shdr)
  (ehdr-e_type == ET_EXEC || ehdr-e_type == ET_DYN));
 }
 
  Yeah; the equivalent kernel code:
  http://lxr.linux.no/#linux+v3.14.3/fs/binfmt_elf.c#L595
  doesn't check the section header size, and nor should QEMU.
 
 Original 2011 patch:
 http://lists.gnu.org/archive/html/qemu-trivial/2011-12/msg00025.html
 
 (hitting the 'reply' button gets us back the original email
 address to fix up the signed-off-by line with, so we can
 credit the fix to Craig properly.)

Can you resend the patch with your Signed-Off-By: ?

Riku

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1317090

Title:
  qemu fails on ELF files with no section headers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Qemu-devel] [Bug 1317090] Re: qemu fails on ELF files with no section headers

2014-05-09 Thread Peter Maydell
On 9 May 2014 09:14, Riku Voipio riku.voi...@iki.fi wrote:
 Hi Craig,

 On Wed, May 07, 2014 at 03:53:38PM +0100, Peter Maydell wrote:
 Original 2011 patch:
 http://lists.gnu.org/archive/html/qemu-trivial/2011-12/msg00025.html

 (hitting the 'reply' button gets us back the original email
 address to fix up the signed-off-by line with, so we can
 credit the fix to Craig properly.)

 Can you resend the patch with your Signed-Off-By: ?

Seems a bit unnecessary to force a resend -- the original
has the signoff, it's just the mailing list archive has mangled
it, so we can just restore it...

thanks
-- PMM

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1317090

Title:
  qemu fails on ELF files with no section headers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Qemu-devel] [Bug 1317090] Re: qemu fails on ELF files with no section headers

2014-05-09 Thread Riku Voipio
On Fri, May 09, 2014 at 09:20:54AM +0100, Peter Maydell wrote:
 On 9 May 2014 09:14, Riku Voipio riku.voi...@iki.fi wrote:
  Hi Craig,
 
  On Wed, May 07, 2014 at 03:53:38PM +0100, Peter Maydell wrote:
  Original 2011 patch:
  http://lists.gnu.org/archive/html/qemu-trivial/2011-12/msg00025.html
 
  (hitting the 'reply' button gets us back the original email
  address to fix up the signed-off-by line with, so we can
  credit the fix to Craig properly.)
 
  Can you resend the patch with your Signed-Off-By: ?
 
 Seems a bit unnecessary to force a resend -- the original
 has the signoff, it's just the mailing list archive has mangled
 it, so we can just restore it...

Right, missed that bit. Reconstructing the patch..

Riku

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1317090

Title:
  qemu fails on ELF files with no section headers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1287111] Re: package amavisd-new-postfix 1:2.7.1-2ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-05-09 Thread Gottfried Nacken
** Changed in: amavisd-new (Ubuntu)
   Status: Invalid = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/1287111

Title:
  package amavisd-new-postfix 1:2.7.1-2ubuntu3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1287111/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1287111] Re: package amavisd-new-postfix 1:2.7.1-2ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-05-09 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/1287111

Title:
  package amavisd-new-postfix 1:2.7.1-2ubuntu3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1287111/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1313785] Re: Can't SSH with juju ssh command to EC2 instance.

2014-05-09 Thread Andrew Wilkins
** Changed in: juju-core
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju in Ubuntu.
https://bugs.launchpad.net/bugs/1313785

Title:
  Can't SSH with juju ssh command to EC2 instance.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1317812] [NEW] libgcc_s.so.1 must be installed for pthread_cancel to work

2014-05-09 Thread Guido Serra
Public bug reported:

the library is there, I guess the error reported is quite misleading

$ siege -f env.txt -i -l env.log
** SIEGE 3.0.5
** Preparing 15 concurrent users for battle.
The server is now under siege...[error] descriptor table full sock.c:119: Too 
many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
[error] descriptor table full sock.c:119: Too many open files
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted (core dumped)

$ dpkg -L libgcc1
/.
/lib
/lib/x86_64-linux-gnu
/lib/x86_64-linux-gnu/libgcc_s.so.1
/usr
/usr/share
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/libgcc1
/usr/share/doc
/usr/share/doc/libgcc1

$ ldd /usr/bin/siege
linux-vdso.so.1 =  (0x7fff7673b000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f261a9d7000)
libssl.so.1.0.0 = /lib/x86_64-linux-gnu/libssl.so.1.0.0 
(0x7f261a779000)
libcrypto.so.1.0.0 = /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 
(0x7f261a39e000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7f2619fd8000)
/lib64/ld-linux-x86-64.so.2 (0x7f261ae3f000)
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7f2619dd4000)

Linux stmary 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC
2014 x86_64 x86_64 x86_64 GNU/Linux

(it's Ubuntu 14.04)

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to siege in Ubuntu.
https://bugs.launchpad.net/bugs/1317812

Title:
  libgcc_s.so.1 must be installed for pthread_cancel to work

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1314697] Re: DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-09 Thread Simon Kelley
On 08/05/14 22:18, James Hunt wrote:
 A bit of debugging shows that the culprit is blockdata_expand() which is
 being called via blockdata_init(). The issue seems to be that
 blockdata_expand() is passed a parameter of zero. That function then
 mallocs zero bytes (successfully seemingly), the proceeds to overwrite
 data before the returned address resulting the the 2 fds being set to
 zero.
 
 blockdata_expand() is passed zero since daemon-cachesize (aka
 dnsmasq_daemon-cachesize) is zero. This is confirmed by looking at
 syslog which shows:
 
 May  8 21:56:54 utopic dnsmasq[10812]: started, version 2.70 cache
 disabled
 

Excellent. Many thanks for doing that. I've pushed the fix to the git
repo and a test release, 2.71test2.

I'm minded to make a 2.71 release (which has this and a few other
bugfixes) in the next couple of days.


 BTW - the problem is recreatable for me every time simply by spinning
 up a utopic kvm instance.

I'm on the end of a dodgy 3G connection that won't support a netinstall
or image download in reasonable time/cost.

Cheers,


Simon.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/1314697

Title:
  DNS resolution no longer works; dnsmasq uses 100% CPU

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-05-09 Thread masterpe
ipvsadm requires CONFIG_IP_VS_IPV6 in the kernel to be active.

This option has been set in the v3.6.10-raring kernel and the
v3.6.11-raring kernel has been disabled.

michielp@michielppro:/tmp$ grep CONFIG_IP_VS_IPV6 
linux-image-3.6.1*/boot/config*
linux-image-3.6.10/boot/config-3.6.10-030610-generic:CONFIG_IP_VS_IPV6=y
linux-image-3.6.11/boot/config-3.6.11-030611-generic:# CONFIG_IP_VS_IPV6 is not 
set

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in Ubuntu.
https://bugs.launchpad.net/bugs/1300739

Title:
  keepalived doesn't load any ipv6 virtual servers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1317833] [NEW] DRBD 8.4 kernel crash when using same resource for 2 minors

2014-05-09 Thread Dick Tump
Public bug reported:

When you use the same resource for 2 minors, it crashes the kernel. Of
course you should not do that, though I think it should not crash the
kernel. The expected output is just an error message. This makes DRBD
resource/minor management more difficult and also kind of dangerous.

DRBD 8.3 does not have this problem, probably because it works a bit
different with resources/minors.

Steps to reproduce:
* drbdsetup new-resource test1
* drbdsetup new-minor test1 1 0
* drbdsetup new-minor test1 3 0

It exits showing the message 'Killed'. The kernel log shows some errors
and DRBD is not usable anymore. After a short while or when executing
other drbdsetup commands, the whole system crashes.

I am not sure whether it's the utils package, or the kernel module.

System info:
Description:Ubuntu 14.04 LTS
Release:14.04
drbd8-utils version: 2:8.4.4-1ubuntu1
Installed kernel: linux-image-3.13.0-24-generic 3.13.0-24.47

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1317833

Title:
  DRBD 8.4 kernel crash when using same resource for 2 minors

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2014-05-09 Thread Guido Serra
https://bugs.launchpad.net/ubuntu/+source/siege/+bug/1317812

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to siege in Ubuntu.
https://bugs.launchpad.net/bugs/40285

Title:
  libgcc_s.so.1 must be installed for pthread_cancel to work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-3.3/+bug/40285/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1317812] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2014-05-09 Thread Guido Serra
https://bugs.launchpad.net/ubuntu/+source/gcc-3.3/+bug/40285 seems
related

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to siege in Ubuntu.
https://bugs.launchpad.net/bugs/1317812

Title:
  libgcc_s.so.1 must be installed for pthread_cancel to work

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-05-09 Thread David Peall
I've tried setting the option:
/boot/config-3.6.11-030611-generic:CONFIG_IP_VS_IPV6=y

I've rebooted and its still not working.  Does this need to be set at
kernel compile time?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in Ubuntu.
https://bugs.launchpad.net/bugs/1300739

Title:
  keepalived doesn't load any ipv6 virtual servers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1317896] [NEW] juju-restore requires mongodb-clients

2014-05-09 Thread Horacio Durán
Public bug reported:

juju-restore plugin performs a couple of operations on the db that
require mongo client which is part of mongodb-clients, currently we are
triggering an install of that package from inside the restore plugin.
The proper solution would be to have mongodb-clients as a dependency of
juju-core or have mongo  binary included in /usr/lib/juju/bin

** Affects: juju-core
 Importance: Undecided
 Status: New

** Affects: juju-core (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: juju-core (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1317896

Title:
  juju-restore requires mongodb-clients

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1313595] Re: [SRU] Puppet master fails with 'stack level too deep' error when storeconfigs = true

2014-05-09 Thread Markus Wörle
** Description changed:

  [IMPACT]
  
  * puppet setup with storeconfig activated
  * On client run, master fail with stack level too deep error, and client do 
no apply any of its manifests
  * not all clients are affected, but if one client is failing it will fail 
forever
  * This issue is known and fixed on upsteam, 
https://tickets.puppetlabs.com/browse/PUP-1064
  
  [TESTCASE]
  
- To reproduce this issue, you need a puppet master with storeconfig=true 
running on Ubuntu Trusty. 
+ To reproduce this issue, you need a puppet master with storeconfig=true 
running on Ubuntu Trusty.
  Apply the rules with puppet agent -t
  Without fix, you may face an stack level too deep, with fix, manifests 
should be applied as expected.
  
  [REGRESSION POTENTIAL]
  
  Minimal, fix is upstream and applied in new puppet versions.
  
  On our side, we have validated the fix since once week on a  500
  machines setup and this error does not occur anymore.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in Ubuntu.
https://bugs.launchpad.net/bugs/1313595

Title:
  [SRU] Puppet master fails with 'stack level too deep' error when
  storeconfigs = true

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1302962] Re: Syslog suggests problem with MAAS DHCP lease file creation

2014-05-09 Thread Andreas Hasenack
I saw this too yesterday. The dhcpd.leases file is owned by root:root,
the dhcpd daemon runs as dhcp (which isn't a problem as long as it has
an open file handle), but the directory /var/lib/maas/dhcp is root:root.

I changed the directory permissions to dhcpd:dhcpd and restarted maas's
dhcpd, but a day later it's all back to root:root.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1302962

Title:
  Syslog suggests problem with MAAS DHCP lease file creation

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1302962] Re: Syslog suggests problem with MAAS DHCP lease file creation

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1302962

Title:
  Syslog suggests problem with MAAS DHCP lease file creation

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1302962] Re: Syslog suggests problem with MAAS DHCP lease file creation

2014-05-09 Thread Andreas Hasenack
** Tags added: landscape

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1302962

Title:
  Syslog suggests problem with MAAS DHCP lease file creation

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1312419] Re: nl_cache_refill; rtnl_neigh_get fail to find neighbors in cache

2014-05-09 Thread Brian Fromme
Also, can you explain what you expect to see as results from these test
cases?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnl3 in Ubuntu.
https://bugs.launchpad.net/bugs/1312419

Title:
  nl_cache_refill; rtnl_neigh_get fail to find neighbors in cache

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1312419] Re: nl_cache_refill; rtnl_neigh_get fail to find neighbors in cache

2014-05-09 Thread Brian Fromme
Can you please attach the test case(s) you are using to recreate this
bug?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnl3 in Ubuntu.
https://bugs.launchpad.net/bugs/1312419

Title:
  nl_cache_refill; rtnl_neigh_get fail to find neighbors in cache

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1306664] Re: package libkadm5srv-mit8 (not installed) failed to install/upgrade: libkadm5srv-mit8:all 1.12+dfsg-2ubuntu4 (Multi-Arch: no) kan inte installeras sida vid sida om libkadm5srv-mit8 om

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 in Ubuntu.
https://bugs.launchpad.net/bugs/1306664

Title:
  package libkadm5srv-mit8 (not installed) failed to install/upgrade:
  libkadm5srv-mit8:all 1.12+dfsg-2ubuntu4 (Multi-Arch: no) kan inte
  installeras sida vid sida om libkadm5srv-mit8 om har flera
  installerade instanser

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1278466] Re: [FFe] ceph firefly stable release

2014-05-09 Thread James Page
Synced from Debian for utopic

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1278466

Title:
  [FFe] ceph firefly stable release

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1317939] [NEW] New upstream release 1.3.2 is available

2014-05-09 Thread Robie Basak
Public bug reported:

I've tried to package this for Utopic, but running juju-quickstart on
Utopic hangs on:

ssh-agent has been started.
To interact with Juju or quickstart again after quickstart
finishes, please run the following in a terminal to start ssh-agent:
  eval `ssh-agent`

bootstrapping the local environment (type: local)
sudo privileges will be required to bootstrap the environment

Thus this is currently blocked. I've uploaded the package I'm trying
with to my PPA (ppa:racb/experimental).

** Affects: juju-quickstart (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: upgrade-software-version

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-quickstart in Ubuntu.
https://bugs.launchpad.net/bugs/1317939

Title:
  New upstream release 1.3.2 is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1317939/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-u-maas] Server team specific MAAS work for Utopic

2014-05-09 Thread Greg Lutostanski
Blueprint changed by Greg Lutostanski:

Work items changed:
  Work items:
  MIR amtterm: TODO
+ Add maas-samba as optional dep: TODO
  Testing for maas-region and maas-cluster charm: TODO
  Re-write maas-enlist in python: TODO

-- 
Server team specific MAAS work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-maas

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1306537] Re: LXC local provider fails to provision precise instances from a trusty host

2014-05-09 Thread Robie Basak
juju-quickstart needs fixing in Utopic before I can SRU Trusty, but
1.3.2 packaged for Utopic currently fails, so I have not uploaded. I
have filed bug 1317939 to track this.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-quickstart in Ubuntu.
https://bugs.launchpad.net/bugs/1306537

Title:
  LXC local provider fails to provision precise instances from a trusty
  host

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-05-09 Thread masterpe
You need to recomple the kernel to fix this issue. The config files in
/boot/ are the settings files with what the kernel is compiled. So it is
'only' for documentation.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in Ubuntu.
https://bugs.launchpad.net/bugs/1300739

Title:
  keepalived doesn't load any ipv6 virtual servers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1317939] Re: New upstream release 1.3.2 is available

2014-05-09 Thread Robie Basak
I think it is bug 1314686 that is blocking me here. Without fixing
Utopic first, I can't fix Trusty by the normal process. Doing it
differently would need an exception from the SRU team.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-quickstart in Ubuntu.
https://bugs.launchpad.net/bugs/1317939

Title:
  New upstream release 1.3.2 is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1317939/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1086162] Re: IPMI based power management default to IPMI 1.5 based authentication

2014-05-09 Thread Raphaël Badin
** Changed in: maas
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1086162

Title:
  IPMI based power management default to IPMI 1.5 based authentication

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1317987] [NEW] error: Cannot check QEMU binary qemu-system-ppc: No such file or directory

2014-05-09 Thread joh...@servergy.com
Public bug reported:

trusty)root@jade-rev4:/home2/qemu# virsh -c  qemu:///system
Welcome to virsh, the virtualization interactive terminal.

Type:  'help' for help with commands
   'quit' to quit

virsh # define vm01.xml
error: Failed to define domain from vm01.xml
error: Cannot check QEMU binary qemu-system-ppc: No such file or directory


(trusty)root@jade-rev4:/home2/qemu# 
(trusty)root@jade-rev4:/home2/qemu# 
(trusty)root@jade-rev4:/home2/qemu# cat vm01.xml
domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'
  nameUbuntu-VM01/name
  uuid38bbffe5-47e9-4a3b-84b1-1af5ff3f7194/uuid
  memory unit='KiB'1048576/memory
  currentMemory unit='KiB'1048576/currentMemory
  vcpu placement='static'1/vcpu
  os
type arch='ppc' machine='ppce500'hvm/type
kerneljade-kernel-2.0.bin/kernel
initrdjade-initrd-2.0.bin/initrd
cmdlineconsole=ttyS0/cmdline
  /os
  clock offset='utc'/
  on_poweroffdestroy/on_poweroff
  on_rebootdestroy/on_reboot
  on_crashdestroy/on_crash
  devices
emulatorqemu-system-ppc/emulator
disk type='file' device='disk'
  driver name='qemu' type='raw'/
  source file='jade-ubuntu-14.04.qcow2.netinstall'/
  target dev='vda' bus='virtio'/
/disk
controller type='usb' index='0'/
controller type='pci' index='0' model='pci-root'/
memballoon model='virtio'/
  /devices
  qemu:commandline
qemu:arg value='-no-shutdown'/
  /qemu:commandline
/domain

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libvirt-bin 1.2.2-0ubuntu13
ProcVersionSignature: Ubuntu 3.13.0-24.46-powerpc-e500mc 3.13.9
Uname: Linux 3.13.0-24-powerpc-e500mc ppc
ApportVersion: 2.14.1-0ubuntu3
Architecture: powerpc
CurrentDesktop: XFCE
Date: Fri May  9 12:06:14 2014
KernLog:
 
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: libvirt
UpgradeStatus: Upgraded to trusty on 2014-04-29 (10 days ago)
modified.conffile..etc.libvirt.qemu.conf: [inaccessible: [Errno 13] Permission 
denied: '/etc/libvirt/qemu.conf']

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


** Tags: apport-bug powerpc trusty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1317987

Title:
  error: Cannot check QEMU binary qemu-system-ppc: No such file or
  directory

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-05-09 Thread David Peall
Ok then I have to ask surely this is an error, I shouldn't have to
recompile a kernel for IPv6 VS to work?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in Ubuntu.
https://bugs.launchpad.net/bugs/1300739

Title:
  keepalived doesn't load any ipv6 virtual servers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311870] Re: pygrub on 12.04 don't start 14.04

2014-05-09 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

As far as I understand, Xen's use of pygrub means that it must
understand what grub is doing, and thus this is not a bug in grub, but
in Xen and/or pygrub only. If behaviour in 14.04's grub has changed,
then it is pygrub that needs to be fixed. If this is wrong, please do
explain. Thanks!

** Changed in: grub2 (Ubuntu)
   Status: Confirmed = Invalid

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to xen in Ubuntu.
https://bugs.launchpad.net/bugs/1311870

Title:
  pygrub on 12.04 don't start 14.04

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1306537] Re: LXC local provider fails to provision precise instances from a trusty host

2014-05-09 Thread Canonical Juju QA Bot
** Changed in: juju-core/1.18
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-quickstart in Ubuntu.
https://bugs.launchpad.net/bugs/1306537

Title:
  LXC local provider fails to provision precise instances from a trusty
  host

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1304407] Re: juju bootstrap defaults to i386

2014-05-09 Thread Canonical Juju QA Bot
** Changed in: juju-core/1.18
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1304407

Title:
  juju bootstrap defaults to i386

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 985727] Re: krb5-admin-server falsely claiming clock skew errors

2014-05-09 Thread Brian Knoll
I haven't experienced this issue in a long time, so I'm just changing
this ticket to invalid status to cancel it.


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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 in Ubuntu.
https://bugs.launchpad.net/bugs/985727

Title:
  krb5-admin-server falsely claiming clock skew errors

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300476] Re: Unable to setup BMC/UCS user on Cisco B200 M3

2014-05-09 Thread Chris J Arges
** Also affects: maas (Ubuntu Trusty)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1300476

Title:
  Unable to setup BMC/UCS user on Cisco B200 M3

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1308772] Re: maas has no way to specify alternate IP addresses for AMT template

2014-05-09 Thread Chris J Arges
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1308772

Title:
  maas has no way to specify alternate IP addresses for AMT template

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1308069] Re: test_prepare_holds_startup_lock() fails spuriously

2014-05-09 Thread Chris J Arges
** Also affects: maas (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1308069

Title:
  test_prepare_holds_startup_lock() fails spuriously

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-05-09 Thread Chris J Arges
** Also affects: maas (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to curtin in Ubuntu.
https://bugs.launchpad.net/bugs/1310076

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-05-09 Thread Chris J Arges
** Also affects: maas (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1310082

Title:
  d-i with precise+hwe-s stops at Architecture not supported

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1313556] Re: API client blocks when deleting a resource

2014-05-09 Thread Adam Conrad
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1313556

Title:
  API client blocks when deleting a resource

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1314409] Re: parallel juju deployments race on the same maas

2014-05-09 Thread Chris J Arges
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1314409

Title:
  parallel juju deployments race on the same maas

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1316396] Re: When stopping a node from the web UI that was started from the API, distro_series is not cleared

2014-05-09 Thread Chris J Arges
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1316396

Title:
  When stopping a node from the web UI that was started from the API,
  distro_series is not cleared

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311765] Re: missing Module 'crochet' prevents installing maas-cluster-controller

2014-05-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~matsubara/maas/packaging

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311765

Title:
  missing Module 'crochet' prevents installing maas-cluster-controller

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1298784] Re: Vulnerable to user-interface redressing (e.g. clickjacking)

2014-05-09 Thread Chris J Arges
** Also affects: maas (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1298784

Title:
  Vulnerable to user-interface redressing (e.g. clickjacking)

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-05-09 Thread Brian Murray
** Also affects: libsdl1.2 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: libsdl1.2 (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: libsdl1.2 (Ubuntu Trusty)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libsdl1.2 in Ubuntu.
https://bugs.launchpad.net/bugs/1280665

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-05-09 Thread Jeroen T. Vermeulen
** Branch linked: lp:~jtv/maas/revert-bug-1311433

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311433

Title:
  REGRESSION: AttributeError: 'functools.partial' object has no
  attribute '__module__'

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311870] Re: pygrub on 12.04 don't start 14.04

2014-05-09 Thread imker
Hello Robie,

I think so. pygrub should understand the 14.04 grub menu, so pygrub on
12.04 needs to be fixed. Thats why I first wort this bug against XEN. I
don't konw why it was changed to grub by somebody.

Have a nice day.
Imker

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to xen in Ubuntu.
https://bugs.launchpad.net/bugs/1311870

Title:
  pygrub on 12.04 don't start 14.04

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-05-09 Thread Jeroen T. Vermeulen
** Branch linked: lp:~jtv/maas/1.5-revert-bug-1311433

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311433

Title:
  REGRESSION: AttributeError: 'functools.partial' object has no
  attribute '__module__'

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1307473] Re: guest hang due to missing clock interrupt

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1307473

Title:
  guest hang due to missing clock interrupt

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1316851] Re: Screen remains blank when resuming from pm-suspend

2014-05-09 Thread Yves Saint-Franc
** Description changed:

  When resuming from suspend, the PC's screen remained blank. However,
  everything else seemed responsive, as I was able to log in and turn
  up/down the volume via shortcut keys and got an audio response.
  
  ---System Details---
  Description:Ubuntu 14.04 LTS
  Release:14.04
+ Machine:Toshiba Satellite L755D
  
  pm-utils:
-   Installed: 1.4.1-13
-   Candidate: 1.4.1-13
-   Version table:
-  *** 1.4.1-13 0
- 500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1.4.1-13
+   Candidate: 1.4.1-13
+   Version table:
+  *** 1.4.1-13 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pm-utils 1.4.1-13
  Uname: Linux 3.12.2-031202-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue May  6 18:58:20 2014
  InstallationDate: Installed on 2012-12-05 (517 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (17 days ago)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1316851

Title:
  Screen remains blank when resuming from pm-suspend

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1317587] Re: ClamAV 0.98.1 is Outdated

2014-05-09 Thread Scott Kitterman
** Changed in: clamav (Ubuntu Utopic)
   Status: Fix Released = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/1317587

Title:
  ClamAV 0.98.1 is Outdated

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311765] Re: missing Module 'crochet' prevents installing maas-cluster-controller

2014-05-09 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Importance: Undecided = Critical

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311765

Title:
  missing Module 'crochet' prevents installing maas-cluster-controller

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311765] Re: missing Module 'crochet' prevents installing maas-cluster-controller

2014-05-09 Thread Andres Rodriguez
** Description changed:

  On a fresh trusty install I ran 'apt-get install maas-cluster-
  controller' the install failed when restarting apache complaining about
  missing the module crochet.
  
  installing the package python-crochet prior to maas-cluster-controller
  clears it up.
+ 
+ [Test Case]
+ 1. Install maas-cluster-controller
+ 2. Install fails when restarting apache2 complaining about missing module.
+ 
+ With the fix
+ 2. Install finishes successful.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311765

Title:
  missing Module 'crochet' prevents installing maas-cluster-controller

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311765] Re: missing Module 'crochet' prevents installing maas-cluster-controller

2014-05-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/maas

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311765

Title:
  missing Module 'crochet' prevents installing maas-cluster-controller

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-05-09 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.5.1+bzr2269-0ubuntu2

---
maas (1.5.1+bzr2269-0ubuntu2) utopic; urgency=medium

  * debian/control: Really fix missing dep on python-crochet for
python-maas-provisioningserver.
 -- Andres Rodriguez andres...@ubuntu.com   Fri, 09 May 2014 22:41:19 -0500

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311433

Title:
  REGRESSION: AttributeError: 'functools.partial' object has no
  attribute '__module__'

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311765] Re: missing Module 'crochet' prevents installing maas-cluster-controller

2014-05-09 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.5.1+bzr2269-0ubuntu2

---
maas (1.5.1+bzr2269-0ubuntu2) utopic; urgency=medium

  * debian/control: Really fix missing dep on python-crochet for
python-maas-provisioningserver.
 -- Andres Rodriguez andres...@ubuntu.com   Fri, 09 May 2014 22:41:19 -0500

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311765

Title:
  missing Module 'crochet' prevents installing maas-cluster-controller

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-05-09 Thread Brian Murray
Hello Joseph, or anyone else affected,

Accepted libsdl1.2 into trusty-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/libsdl1.2/1.2.15-8ubuntu1.1 in a few
hours, and then in the -proposed repository.

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

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

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

** Changed in: libsdl1.2 (Ubuntu Trusty)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libsdl1.2 in Ubuntu.
https://bugs.launchpad.net/bugs/1280665

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-05-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/libsdl1.2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libsdl1.2 in Ubuntu.
https://bugs.launchpad.net/bugs/1280665

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1296276] Re: Unlocking with greeter fails to properly renew kerberos tickets with pam-krb5

2014-05-09 Thread Oliver Brakmann
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Unlocking with greeter fails to properly renew kerberos tickets with
  pam-krb5

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

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


[Bug 434476]

2014-05-09 Thread Edwin-d
Comment on attachment 8419908
Implement WakeLockListener on Linux to disable screensaver while video is 
playing

Addressed review comments.

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

Title:
  screensaver starts while playing HTML5 videos

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

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


[Bug 434476]

2014-05-09 Thread Edwin-d
Created attachment 8419908
Implement WakeLockListener on Linux to disable screensaver while video is 
playing

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

Title:
  screensaver starts while playing HTML5 videos

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

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


[Bug 1317328] Re: linux-armadaxp: 3.2.0-1633.46 -proposed tracker

2014-05-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New = Fix Released

** Description changed:

  This bug is for tracking the 3.2.0-1633.46 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:Thursday, 08. May 2014 02:07 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Thursday, 08. May 2014 02:07 UTC
  kernel-stable-master-bug:1316703
+ kernel-stable-Certification-testing-end:Friday, 09. May 2014 06:02 UTC
+ kernel-stable-Security-signoff-end:Friday, 09. May 2014 06:02 UTC

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

Title:
  linux-armadaxp: 3.2.0-1633.46 -proposed tracker

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

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


[Bug 1317331] Re: linux-armadaxp: 3.5.0-1631.41 -proposed tracker

2014-05-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New = Fix Released

** Description changed:

  This bug is for tracking the 3.5.0-1631.41 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:Thursday, 08. May 2014 02:14 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Thursday, 08. May 2014 02:14 UTC
  kernel-stable-master-bug:1317227
+ kernel-stable-Certification-testing-end:Friday, 09. May 2014 06:03 UTC
+ kernel-stable-Security-signoff-end:Friday, 09. May 2014 06:03 UTC

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

Title:
  linux-armadaxp: 3.5.0-1631.41 -proposed tracker

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

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


[Bug 1317752] [NEW] Right-clicking a file, choosing Open With - Other Application provides no way to run an arbitrary command on the file

2014-05-09 Thread Jesse Talavera-Greenberg
Public bug reported:

I installed Sublime Text 3 from a third-party source.  That installed
and worked fine, and it shows up in the Applications menu as normal.
When I right click any file (I've tried Makefiles and .txt files), click
Open With, then click Other Application, there's a list of possible
programs I can open the given file from.  Problem is, if the program I
want to use isn't on that list, I can't use it--i.e. I can't put in an
arbitrary command that can be saved and used in the future.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: nautilus 1:3.8.2-0ubuntu2.2
ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
Uname: Linux 3.11.0-19-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Fri May  9 02:03:14 2014
EcryptfsInUse: Yes
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'geometry' b'800x550+0+24'
 b'org.gnome.nautilus.window-state' b'maximized' b'true'
InstallationDate: Installed on 2013-09-26 (224 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: nautilus
UpgradeStatus: Upgraded to saucy on 2013-11-01 (188 days ago)

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


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

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

Title:
  Right-clicking a file, choosing Open With - Other Application
  provides no way to run an arbitrary command on the file

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

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


[Bug 1317055] Re: --shell does not launch, upon needs-building build failure

2014-05-09 Thread Martin Pitt
** Changed in: autopkgtest (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  --shell does not launch, upon needs-building build failure

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

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


[Bug 1283938] Re: Ubuntu 14.04 blank screen after wakeup from sleep

2014-05-09 Thread Patrick C
@biolyasser: I tried installing a fresh copy of Mint/xfce on a spare
partition, on my machine it has the same resume problem as every other
recent distro version I've tried. The only working versions for me are
not recent: Ubuntu 13.04, 13.10 and Debian wheezy.

One interesting thing that may or may not be related: doing cat 
/sys/power/state gives the following:
standby mem disk on older versions where suspend/resume works
freeze standby mem disk on versions where suspend/resume is broken

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

Title:
  Ubuntu 14.04 blank screen after wakeup from sleep

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

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


[Bug 1246172] Re: Tracks don't sort by disc number

2014-05-09 Thread James Henstridge
** Changed in: mediascanner2
   Status: In Progress = 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/1246172

Title:
  Tracks don't sort by disc number

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

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


[Bug 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-05-09 Thread Timo Jyrinki
Yes I agree this should be backported, but we need someone to sponsor my
branch lp:~timo-jyrinki/ubuntu/trusty/libsdl1.2/fix_backingstore_tearing
I prepared for trusty. So currently waiting for that, after which SRU
team will evaluate it, and this bug will be updated if/when it lands to
trusty-proposed since at that point people are asked to test it once
more.

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

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

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

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


[Bug 1317757] [NEW] hp-setup problem prevents printers from working

2014-05-09 Thread Harald Milz
Public bug reported:

There is a bug in Ubuntu 14.04's hplip-3.14.3 as well as the upstream (and
recent) 3.14.4 package.

When I try to use hp-setup to configure my new HP LaserJet 200 Color MFP M276n
printer, hp-setup tries to automatically find and assign the correct PPD file.
Sadly, the inserted path is

lsb/usr/HP/hp-laserjet_200_colormfp_m276-ps.ppd.gz

which does not point at the real file, which is at

/usr/share/ppd/HP/hp-laserjet_200_colormfp_m276-ps.ppd.gz

Result: the printer appears to be offline or switched off. When I enter the
correct path manually when using hp-setup, everything is fine. This deserves to
be corrected, also upstream.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: hplip (not installed)
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
ApportVersion: 2.14.1-0ubuntu3
Architecture: i386
CurrentDesktop: Unity
Date: Fri May  9 08:26:27 2014
InstallationDate: Installed on 2013-03-29 (405 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
SourcePackage: hplip
UpgradeStatus: Upgraded to trusty on 2014-04-25 (13 days ago)

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


** Tags: apport-bug i386 trusty

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

Title:
  hp-setup problem prevents printers from working

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

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


[Bug 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-05-09 Thread Andrejs Hanins
Just informing about testing results: I also have Intel Haswell graphics
and Timo's fix helped me. Using XBMC for a week with Timo's fix and no
problems. Tearing is gone. No side effects observed.

P.S. Thanks a lot Timo!

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

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

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

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


[Bug 1051559] Re: Build Firefox with GStreamer 1.0 support

2014-05-09 Thread Mozaic
Tested with Firefox's ubuntu ppa 32.0a1 (2014-05-08): work
Tested with Firefox's Mozilla 30.0 beta: fail, mp4 can't be played

Firefox' ubuntu ppa should have some modifications: one side mp4 could
be launched in ppa's version on other side ppa's version could not use
F10 to acess to menu bar like in Mozilla's version

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

Title:
  Build Firefox with GStreamer 1.0 support

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

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


[Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest

2014-05-09 Thread Hein Gustavsen
BTW, my installation was an upgrade from Ubuntu 10.04 to 12.04.
Motherboard is a dual socket Xeon fra ASUS with two E5-2630 v2 CPUs.

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

Title:
  Multiple CPUs causes blue screen on Windows guest

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

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


[Bug 1288747] Re: [334] Parts of the UI randomly flicker when moving the mouse

2014-05-09 Thread Geroen Dierckx
After using my system for a few weeks with the workaround I do notice a 
difference in some of the actions I perform in the OS.
Opening the window spread is very sluggish.
After reverting back to nvidia 331 and reverting the workaround, my system is 
much more responsive and haven't noticed the visual glitches anymore.

Ubuntu 14.04 x86_64
NVIDIA Quadro K2000M

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

Title:
  [334] Parts of the UI randomly flicker when moving the mouse

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

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


[Bug 1317587] Re: ClamAV 0.98.1 is Outdated

2014-05-09 Thread ricard
** Changed in: clamav (Ubuntu Utopic)
   Status: In Progress = Fix Committed

** Changed in: clamav (Ubuntu Utopic)
   Status: Fix Committed = 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/1317587

Title:
  ClamAV 0.98.1 is Outdated

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

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


[Bug 1201095] Re: gnome-panel crashes after launching steam game (Thomas was alone)

2014-05-09 Thread Erlenmayr
gnome-system-monitor also crashes. This means that Unity-based setups
are also affected. And it also happens on my Thinkpad with Intel
graphics, no proprietary drivers of any kind installed.

This makes the fglrx theory implausible to me and means it affects fully
Canonical-supported setups.


Tests to reproduce can be made with the MiniMetro game alpha version from here:
http://dinopoloclub.com/minimetro/

Steps to reproduce:
-Launch gnome-system-monitor
-Launch MiniMetro

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

Title:
  gnome-panel crashes after launching steam game (Thomas was alone)

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

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


[Bug 1310018] Re: nvidia-331-updates 331.38-0ubuntu7: nvidia-331-updates kernel module failed to build [clang: error: unknown argument: '-fno-delete-null-pointer-checks']

2014-05-09 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/1310018

Title:
  nvidia-331-updates 331.38-0ubuntu7: nvidia-331-updates kernel module
  failed to build [clang: error: unknown argument: '-fno-delete-null-
  pointer-checks']

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

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


[Bug 1250832] Re: cannot edit VPN preferences via GUI

2014-05-09 Thread Attila Hammer
When I want creating a new VPN connection and filled all required informations, 
the save button is grayed.
I using Ubuntu 14.04, GNOME Shell classic session.
Testcase:
1. Launch in terminal the nm-connection-editor command, or press super key in 
GNOME Shell and type network con part.
2. Click Add button.
3. If installed network-manager-gnome and network-manager-openvpn-gnome 
packages, select Open VPN and click create button.
4. Fill the proper informations. I give my gatevay, select password 
possibility, type username and password. After this the save button is graied.

Need reporting this partialy problem with a new bug?

Attila

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

Title:
  cannot edit VPN preferences via GUI

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

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


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-09 Thread AcCEsS
Yesterday I made 14.04 installation on another computer. (The computer has four 
HDD)
The error message is the same.

fdisk -l output:
/dev/sda1   *  63 4000184 261   83  Linux
/dev/sda2 40001854307026419535040   83  Linux
/dev/sda343070265  1943463374   950196555   83  Linux
/dev/sda4  1943463375  1953520064 5028345   82  Linux swap / Solaris

/dev/sdb1   *  63 4192964 20964516  FAT16
/dev/sdb2 4192965  2930272064  1463039550   83  Linux

/dev/sdc12048   125831167629145607  HPFS/NTFS/exFAT
/dev/sdc2   125831168  3907028991  1890598912   83  Linux

/dev/sdd12048  3907028991  1953513472   83  Linux

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

Title:
  error: malformed file, press any key to continue

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

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


[Bug 1317328] Re: linux-armadaxp: 3.2.0-1633.46 -proposed tracker

2014-05-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: New = In Progress

** Changed in: kernel-sru-workflow/upload-to-ppa
   Status: Invalid = 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/1317328

Title:
  linux-armadaxp: 3.2.0-1633.46 -proposed tracker

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

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


[Bug 1317331] Re: linux-armadaxp: 3.5.0-1631.41 -proposed tracker

2014-05-09 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: New = In Progress

** Changed in: kernel-sru-workflow/upload-to-ppa
   Status: Invalid = 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/1317331

Title:
  linux-armadaxp: 3.5.0-1631.41 -proposed tracker

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

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


[Bug 1305437] Re: software updater window can't be resized

2014-05-09 Thread Alexander Gitter
*** This bug is a duplicate of bug 1301776 ***
https://bugs.launchpad.net/bugs/1301776

** This bug has been marked a duplicate of bug 1301776
   Update manager is really small and not resizeable

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

Title:
  software updater window can't be resized

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

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


[Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest

2014-05-09 Thread Hein Gustavsen
Sorry, I meant from 12.04 to 14.04. 12.04 was a fresh installation.
Hyper-threading is enabled.

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

Title:
  Multiple CPUs causes blue screen on Windows guest

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

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


[Bug 1301776] Re: Update manager is really small and not resizeable

2014-05-09 Thread Alexander Gitter
As a workaround, right click on the title bar and choose the Resize
entry.

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

Title:
  Update manager is really small and not resizeable

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

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


[Bug 1317358] Re: qemu: race condition on stdin reading

2014-05-09 Thread Martin Pitt
For those following along, this is also required to fix that race:
http://anonscm.debian.org/gitweb/?p=autopkgtest/autopkgtest.git;a=commitdiff;h=03172b7022

and this for running with older (precise/saucy) QEMU:
http://anonscm.debian.org/gitweb/?p=autopkgtest/autopkgtest.git;a=commitdiff;h=777cd0d8ac

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

Title:
  qemu: race condition on stdin reading

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

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


[Bug 1278319] Re: [Dell Latitude E7240] Wifi slider does not work.

2014-05-09 Thread Edward Lin
It seems that dell-laptop.c removed rfkill code in kernel 3.11.10
After that, rfkill code added back and whitelisted Latitude models with 
following 2 patches.
--
commit 4cc8a57425c623753b10b77b15392e5b83baa5a3
Author: Hans de Goede hdego...@redhat.com
Date:   Sun Nov 17 14:00:16 2013 +0100

Revert dell-laptop: Remove rfkill code
--
commit 2a92551845bbbc8421ba908cd14bbdf065e0f454
Author: Hans de Goede hdego...@redhat.com
Date:   Sun Nov 17 14:00:17 2013 +0100

dell-laptop: Only enable rfkill on Latitudes


I will test these 2 patches after getting the machine to see if it is the root 
cause of this issue.

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

Title:
  [Dell Latitude E7240] Wifi slider does not work.

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

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


[Bug 1317776] [NEW] Ravello's MAC prefix (2c:c2:60) is not violating any scheme, but rather must be handled as if it is a virtual interface

2014-05-09 Thread Boris Figovsky
Public bug reported:

The MAC prefix 2c:c2:60 should be treated like 52:54:00 (KVM) and 00:0c:29 
VMWare (VMWare):
network devices with a MAC that starts with 2c:c2:60 shall not be persistent.

This MAC prefix belongs to Ravello Systems:
http://hwaddress.com/mac/2CC260-00.html
http://www.ravellosystems.com

According to /lib/udev/rules.d/75-persistent-net-generator.rules of
version 204-5ubuntu20, this MAC prefix is in the list of the local MAC
address assignment scheme violators, but in fact this MAC always belongs
to a virtual interface, such as KVM, VirtualBox and VMWare.

This bug affects Ubuntu Trusty.
(Ubuntu Precise had this bug as well, and already fixed: 
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/1099278).

An upstream patch is attached.

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

** Patch added: This is a patch for upstream
   
https://bugs.launchpad.net/bugs/1317776/+attachment/4108420/+files/0001-Ravello-Systems-provides-virtual-interfaces-which-ar.patch

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

Title:
  Ravello's MAC prefix (2c:c2:60) is not violating any scheme, but
  rather must be handled as if it is a virtual interface

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

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


[Bug 1298666] Re: Preferences option not present in Edit menu

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

** Changed in: gedit (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/1298666

Title:
  Preferences option not present in Edit menu

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

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


[Bug 1317779] [NEW] stuck on changing brightness throught keyboard

2014-05-09 Thread Ishan Gidwani
Public bug reported:

ubuntu starts very slow.
every time it gets stuck when i use brightness keyword

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.11.0-20-generic 3.11.0-20.35~precise1
ProcVersionSignature: Ubuntu 3.11.0-20.35~precise1-generic 3.11.10.6
Uname: Linux 3.11.0-20-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.11.0-20-generic.
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: MID [HDA Intel MID], device 0: 92HD81B1X5 Analog [92HD81B1X5 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ishangidwani   2386 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'MID'/'HDA Intel MID at 0xfbd0 irq 49'
   Mixer name   : 'Intel IbexPeak HDMI'
   Components   : 'HDA:111d7605,10280447,00100105 
HDA:80862804,80860101,0010'
   Controls  : 32
   Simple ctrls  : 13
Date: Fri May  9 12:52:02 2014
HibernationDevice: RESUME=UUID=4dba5f38-f018-4dcb-8f02-a337539aec61
InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64 
(20140204)
MachineType: Dell Inc. Inspiron N5010
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_IN:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-20-generic 
root=UUID=ed240f04-a085-44f6-b198-daf2aaa1a1e2 ro quiet splash 
acpi_backlight=vendor vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-20-generic N/A
 linux-backports-modules-3.11.0-20-generic  N/A
 linux-firmware 1.79.12
SourcePackage: linux-lts-saucy
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/08/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A14
dmi.board.vendor: Dell Inc.
dmi.board.version: A14
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A14
dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd06/08/2011:svnDellInc.:pnInspironN5010:pvrA14:rvnDellInc.:rn:rvrA14:cvnDellInc.:ct8:cvrA14:
dmi.product.name: Inspiron N5010
dmi.product.version: A14
dmi.sys.vendor: Dell Inc.

** Affects: linux-lts-saucy (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise qa-kernel-lts-testing running-unity

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

Title:
  stuck on changing brightness throught keyboard

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

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


[Bug 1308043] Re: Ubuntu 14.04: lightdm crashes when user has NFS mounted home directory

2014-05-09 Thread Harald Sitter
The update has now been released. Thanks for the bug report.

** Changed in: pam-kwallet (Ubuntu)
   Status: Incomplete = 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/1308043

Title:
  Ubuntu 14.04: lightdm crashes when user has NFS mounted home directory

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

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


[Bug 1262287] Re: SSH sockets on overlayfs report connection refused

2014-05-09 Thread Maxim Kuvyrkov
*** This bug is a duplicate of bug 1214500 ***
https://bugs.launchpad.net/bugs/1214500

** This bug has been marked a duplicate of bug 1214500
   consistent failure with overlayfs and unix sockets

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

Title:
  SSH sockets on overlayfs report connection refused

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

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


[Bug 1317452] Re: Ubuntu Software Center install wrong version

2014-05-09 Thread Matthew Paul Thomas
Hi Cédric. USC just looks where the /etc/apt/sources.list.d/ files tell
it to. How did you end up with the /etc/apt/sources.list.d/private-
ppa.launchpad.net_commercial-ppa-uploaders_ryzom_ubuntu.list file in the
first place?

** Changed in: software-center (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/1317452

Title:
  Ubuntu Software Center install wrong version

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

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

[Bug 1317757] Re: hp-setup problem prevents printers from working

2014-05-09 Thread Till Kamppeter
Can someone of the HPLIP developers at HP look into this? Thanks.

** Also affects: hplip
   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/1317757

Title:
  hp-setup problem prevents printers from working

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

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


[Bug 1233071] Re: Set up the translation domain automatically for click packages

2014-05-09 Thread David Planella
This was fixed at some point, and it's worked well for a while, but
we've regressed and I've thus opened a follow up bug 1317772

** Changed in: ubuntu-ui-toolkit
   Status: Fix Committed = 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/1233071

Title:
  Set up the translation domain automatically for click packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1233071/+subscriptions

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


[Bug 1316090] Re: Unable to drop/ place files and links on second screen in dual screen set up

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

** Changed in: xorg (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/1316090

Title:
  Unable to drop/ place files and links on second screen in dual screen
  set up

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

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


[Bug 1317604] Re: no wifi with kernel 3.15

2014-05-09 Thread volker kempter
apport information

** Tags added: apport-collected utopic

** Description changed:

  bug #1307744:
  
- this bug (which was reported for the mainline kernel 3.15rc1) occurs
- also when using the kernel 3.15.0-0.1 of the ppa of the canonical kernel
- team.
+ this bug (which was reported for the mainline kernel 3.15rc1) occurs also 
when using the kernel 3.15.0-0.1 of the ppa of the canonical kernel team.
+ --- 
+ ApportVersion: 2.14.2-0ubuntu2
+ Architecture: i386
+ CurrentDesktop: LXDE
+ DistroRelease: Ubuntu 14.10
+ InstallationDate: Installed on 2014-02-12 (85 days ago)
+ InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release i386 
(20131016.1)
+ NonfreeKernelModules: wl
+ Package: linux (not installed)
+ Tags:  utopic
+ Uname: Linux 3.14.3-031403-generic i686
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: Upgraded to utopic on 2014-05-03 (5 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
+ _MarkForUpload: True

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1317604/+attachment/4108449/+files/ProcEnviron.txt

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

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

Title:
  no wifi with kernel 3.15

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

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


  1   2   3   4   5   6   7   8   9   10   >