[Bug 1257435] Re: Chef does not run with all install types

2014-09-29 Thread Anand
+1 2C does not work here is the snippet im trying to make it work on AWS EC2 with 2014.03 Amazon linux or on 2014.09 Amazon AMI linux (aka. CentOS customized) chef: install_type: omnibus force_install: false omnibus_url: https://www.opscode.com/chef/install.sh; environment: production I'm yet

[Bug 1374782] [NEW] OpenVPN doesnt ask for pkcs12 password

2014-09-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Hi All, today I have upgraded my Kubuntu client to Utopic, and now OpenVPN doesen't ask me for my pkcs12 password I start it via init.d script as root root@client:~# /etc/init.d/openvpn start CLIENT1 * Starting virtual private network daemon(s)...

[Bug 1375129] [NEW] cloud-init: 0.7.2 on Amazon AMI Linux package_update/package_upgrade does not run yum upgrade

2014-09-29 Thread Anand
Public bug reported: I'm trying to do a yum upgrade in cloud-init as described here - http://cloudinit.readthedocs.org/en/latest/topics/examples.html#run-apt- or-yum-upgrade running either package_upgrade: true or package_update: true does not seem to work. In cloud-init logs, I do not see

[Bug 1374782] Re: OpenVPN interactively asks for a password in an init script

2014-09-29 Thread Martin Pitt
Aside from that, it is utterly wrong to interactively ask for stuff in an init script. That totally does not work on a server and is very inconvenient on a desktop too. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvpn in Ubuntu.

[Bug 1374782] Re: OpenVPN doesnt ask for pkcs12 password

2014-09-29 Thread Martin Pitt
Ubuntu does not yet install a systemd-ask-password agent. It seems openvpn went too much ahead and is relying on this without checking whether a password agent is running. ** Package changed: systemd (Ubuntu) = openvpn (Ubuntu) ** Summary changed: - OpenVPN doesnt ask for pkcs12 password +

[Bug 1375129] Re: cloud-init: 0.7.2 on Amazon AMI Linux package_update/package_upgrade does not run yum upgrade

2014-09-29 Thread Robie Basak
Thank you for taking the time to report this bug. I presume this is for cloud-init for an RPM-based distro, so redirecting to the upstream project as this presumably has nothing to do with Ubuntu. ** Package changed: cloud-init (Ubuntu) = cloud-init -- You received this bug notification

[Bug 1374782] Re: OpenVPN interactively asks for a password in an init script

2014-09-29 Thread Robie Basak
** Changed in: openvpn (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvpn in Ubuntu. https://bugs.launchpad.net/bugs/1374782 Title: OpenVPN interactively asks for a password in an init

[Bug 1291321] Re: migration fails between 12.04 Precise and 14.04 Trusty

2014-09-29 Thread Raphael Thoma
@Serge Thank you very much. This was exactly the missing piece in my puzzle! The live-migration between 12.04 and 14.04 is now working as expected. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1257186] Re: memory leakage messages (no talloc stackframe)

2014-09-29 Thread steve.horsley
FTR, the bug also seems to prevent vsftpd FTP server from accepting user logins, rendering vsftpd unusable. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1257186 Title: memory

[Bug 1371137] Re: l3 HA requires new dependency on keepalived

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 1:2014.2~b3-0ubuntu4 --- neutron (1:2014.2~b3-0ubuntu4) utopic; urgency=medium * d/control: Add radvd to neutron-l3-agent Depends to support IPv6 subnet configurations. * d/control: Add keepalived to neutron-l3-agent Depends to

[Bug 1347147] Re: krb5 database operations enter infinite loop

2014-09-29 Thread Iain Lane
Thanks Sam, I've uploaded krb5. ** Changed in: krb5 (Ubuntu Trusty) Status: Triaged = In Progress ** Changed in: krb5 (Ubuntu Trusty) Assignee: (unassigned) = Sam Hartman (hartmans) -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1375252] [NEW] Hostname change is not preserved across reboot on Azure Ubuntu VMs

2014-09-29 Thread Joe Clifford
Public bug reported: Whilst a hostname change is effective using hostname hostname or using hostnamectl, and the hostname appears under hostname in the Azure dashboard, upon rebooting the Ubuntu VM, the hostname reverts to the VM name as displayed in the Azure dashboard. ProblemType: Bug

[Bug 1314677] Re: nova-cells fails when using JSON file to store cell information

2014-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~gnuoy/nova/bug1314677 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1314677 Title: nova-cells fails when using JSON file to store cell information To manage

[Bug 1371620] Re: Setting up database schema with db_sync fails in migration 039 (SQLITE)

2014-09-29 Thread James Page
** Also affects: keystone (Ubuntu) Importance: Undecided Status: New ** Changed in: keystone (Ubuntu) Importance: Undecided = High ** Changed in: keystone (Ubuntu) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1312507] Re: rabbitmq-server fails to start on a IPv6-Only environment/epmd is not IPv6 enabled

2014-09-29 Thread David Hedberg
I suspect that this fix also broke rabbitmq on one of my servers. For unimportant reasons this particular server had ipv6 disabled through the kernel command line ( GRUB_CMDLINE_LINUX=ipv6.disable=1 ). I ran strace on epmd and this is, I assume, the relevant section: --- socket(PF_INET6,

[Bug 1367354] Re: oslo.db's master breaks unittest in OS projects

2014-09-29 Thread James Page
** Also affects: keystone (Ubuntu) Importance: Undecided Status: New ** Changed in: keystone (Ubuntu) Importance: Undecided = Medium ** Changed in: keystone (Ubuntu) Status: New = Triaged ** Changed in: keystone (Ubuntu) Assignee: (unassigned) = James Page (james-page)

[Bug 1375275] [NEW] drbd-utils has replaced drbd8-utils

2014-09-29 Thread Simon Déziel
Public bug reported: The DRBD team now maintains a unified codebase for DRBD 8.3, 8.4 and 9.0 userspace utilities: drbd-utils. Ubuntu should stop shipping drbd8-utils and move to the unified tools. The move already happened in Debian: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=751475

Re: [Bug 1374782] Re: OpenVPN interactively asks for a password in an init script

2014-09-29 Thread Simon Déziel
On 09/29/2014 02:18 AM, Martin Pitt wrote: Aside from that, it is utterly wrong to interactively ask for stuff in an init script. That totally does not work on a server and is very inconvenient on a desktop too. I believe that most people wanting to enter a password when starting a VPN do not

[Bug 1363348] Re: [SRU] Multipart base64 file decoding of fails with large files - greater than 47406

2014-09-29 Thread Andres Rodriguez
We have tested this and confirmed this works as expect! ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-django in Ubuntu.

[Blueprint servercloud-u-server-core] General server work for Utopic

2014-09-29 Thread Robie Basak
Blueprint changed by Robie Basak: Work items changed: Work items for ubuntu-14.06: [serge-hallyn] convert libvirt to cgmanager (4d): DONE [racb] Early cycle merge report: POSTPONED [serge-hallyn] merge qemu: DONE Work items for ubuntu-14.07: [serge-hallyn] cgmanager package into

[Bug 1375275] Re: drbd-utils has replaced drbd8-utils

2014-09-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: drbd8 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu.

[Bug 1371159] Re: MacBookPro 11, 1 (Haswell, retina) fails to both suspend and hibernate with ubuntu 14.04

2014-09-29 Thread Albert
Update: finally figured out the pattern. With the thunderbolt ethernet adapter plugged in, the MacBookPro 11,1 laptop won't suspend at all. Without it, the laptop suspends every time. Given that the thunderbolt ethernet adapter cannot be hotplugged, best is to leave it unused for now. A USB

[Bug 1371620] Re: Setting up database schema with db_sync fails in migration 039 (SQLITE)

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 1:2014.2~b3-0ubuntu2 --- keystone (1:2014.2~b3-0ubuntu2) utopic; urgency=medium * Start failing package builds on unit test failures again: - d/rules: Fail build on any test failures. - d/p/skip-pysaml2.patch: Skip federation

[Bug 1367354] Re: oslo.db's master breaks unittest in OS projects

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 1:2014.2~b3-0ubuntu2 --- keystone (1:2014.2~b3-0ubuntu2) utopic; urgency=medium * Start failing package builds on unit test failures again: - d/rules: Fail build on any test failures. - d/p/skip-pysaml2.patch: Skip federation

[Bug 1372893] Re: Neutron has an empty database after deploying juno on utopic

2014-09-29 Thread Ryan Beisner
Nova sec operations are now OK after deploying with ncc and neutron-api. http://paste.ubuntu.com/8459292/ FYI, the deployer bundle used: http://paste.ubuntu.com/8459289/ lint checks pass for: https://code.launchpad.net/~gnuoy/charms/trusty/nova-cloud-controller/next-fix-1372893

[Bug 1372893] Re: Neutron has an empty database after deploying juno on utopic

2014-09-29 Thread Ryan Beisner
** Tags removed: osci ** Tags added: uosci -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1372893 Title: Neutron has an empty database after deploying juno on utopic To manage

[Bug 1314677] Change abandoned on nova (stable/icehouse)

2014-09-29 Thread OpenStack Infra
Change abandoned by Liam Young (liam.yo...@canonical.com) on branch: stable/icehouse Review: https://review.openstack.org/124811 Reason: One of the chaged files went awol -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu.

[Bug 1314677] Fix proposed to nova (stable/icehouse)

2014-09-29 Thread OpenStack Infra
Fix proposed to branch: stable/icehouse Review: https://review.openstack.org/124811 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1314677 Title: nova-cells fails when using JSON file

[Bug 1372893] Re: Neutron has an empty database after deploying juno on utopic

2014-09-29 Thread Ryan Beisner
fyi, same bundle deploys ok with 104+41, and nova-secgroup cmds succeed. ## revnos deployed: ceilometer: 52 ceilometer-agent: 41 ceph: 82 cinder: 45 glance: 62 keystone: 79 mongodb: 52 mysql: 126 neutron-api: 41 neutron-gateway: 65 neutron-openvswitch: 31 nova-cloud-controller: 104 nova-compute:

[Bug 1312533] Re: Installing apache2 fails in apache2.preinst when a previous version was in removed state

2014-09-29 Thread Bug Watch Updater
** Changed in: apache2 (Debian) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu. https://bugs.launchpad.net/bugs/1312533 Title: Installing apache2 fails in apache2.preinst when a

[Bug 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Brian Murray
** Tags removed: verification-done ** Tags added: verification-done-precise verification-needed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs in Ubuntu. https://bugs.launchpad.net/bugs/1316125 Title: Autofs leak file

[Bug 1370452] Re: [MIR] python-django-pyscss, python-pyscss

2014-09-29 Thread Corey Bryant
Hi Michael, Thanks for reviewing! In response to your python-pyscss comments. - The lintian warning maintainer-script-should-not-use-update- alternatives-remove seems like something that should be fixed I'm not seeing this. Am I missing something? - It runs 215 tests, but skips 271! Why so

[Bug 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Rafael David Tinoco
# verification-trusty inaddy@trusty.1315535:~$ cat /etc/auto.master /- /etc/auto.direct inaddy@trusty.1315535:~$ cat /etc/auto.direct # cat /etc/auto.direct # /nfs.client localhost:/nfs.server /nfs.client/dir01 localhost:/nfs.server /nfs.client/dir02 localhost:/nfs.server # after changing

[Bug 1276719] Re: apparmor denies VFIO passthrough: RLIMIT_MEMLOCK and /dev/vfio/XX

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.2.2-0ubuntu13.1.4 --- libvirt (1.2.2-0ubuntu13.1.4) trusty-proposed; urgency=medium * debian/apparmor/usr.sbin.libvirtd - add cap-sys-resource to fully fix (LP: #1276719) libvirt (1.2.2-0ubuntu13.1.3) trusty-proposed;

[Bug 1322568] Re: nova interface-attach fails

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.2.2-0ubuntu13.1.4 --- libvirt (1.2.2-0ubuntu13.1.4) trusty-proposed; urgency=medium * debian/apparmor/usr.sbin.libvirtd - add cap-sys-resource to fully fix (LP: #1276719) libvirt (1.2.2-0ubuntu13.1.3) trusty-proposed;

[Bug 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Rafael David Tinoco
# verification-precise inaddy@precise.1315535:~$ sudo mkdir /nfs.server inaddy@precise.1315535:~$ sudo mkdir /nfs.client inaddy@precise.1315535:~$ sudo vi /etc/exports inaddy@precise.1315535:~$ sudo service nfs-kernel-server restart inaddy@precise.1315535:~$ sudo vi /etc/auto.master

[Bug 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Rafael David Tinoco
# verification-saucy inaddy@saucy.1315535:~$ sudo mkdir /nfs.server/ mkdir: cannot create directory ‘/nfs.server/’: File exists inaddy@saucy.1315535:~$ sudo mkdir /nfs.client inaddy@saucy.1315535:~$ sudo vi /etc/exports inaddy@saucy.1315535:~$ sudo vi /etc/exports inaddy@saucy.1315535:~$ sudo

[Bug 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package autofs5 - 5.0.6-0ubuntu5.2 --- autofs5 (5.0.6-0ubuntu5.2) precise; urgency=low * Fix file descriptor leak when reloading daemon. (LP: #1316125) -- Rafael David Tinoco rafael.tin...@canonical.com Mon, 12 May 2014 10:46:04 -0500 ** Changed in:

[Bug 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Brian Murray
** Tags removed: verification-done verification-done-saucy ** Tags added: precise -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs in Ubuntu. https://bugs.launchpad.net/bugs/1316125 Title: Autofs leak file descriptors when

[Bug 1316125] Update Released

2014-09-29 Thread Brian Murray
The verification of the Stable Release Update for autofs5 has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Bug 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package autofs - 5.0.7-3ubuntu3.1 --- autofs (5.0.7-3ubuntu3.1) trusty-proposed; urgency=low * Fix file descriptor leak when reloading daemon. (LP: #1316125) -- Rafael David Tinoco rafael.tin...@canonical.com Thu, 15 May 2014 17:47:51 -0300 ** Changed

[Bug 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Brian Murray
** Changed in: autofs (Ubuntu Saucy) Status: Fix Committed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs in Ubuntu. https://bugs.launchpad.net/bugs/1316125 Title: Autofs leak file descriptors when

[Bug 1292102] Re: AttributeError: 'NoneType' object has no attribute 'obj' (driver.obj.release_segment(session, segment))

2014-09-29 Thread Adam Gandelman
** Also affects: neutron/icehouse Importance: Undecided Status: New ** Changed in: neutron/icehouse Status: New = Fix Committed ** Changed in: neutron/icehouse Milestone: None = 2014.1.3 -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 574773] Re: Cannot make directory '/var/run/screen': Permission denied (convert init to upstart)

2014-09-29 Thread Bob Ballister
I am having this problem with Ubuntu 14.04. There is an /etc/init.d/screen-cleanup script instead of an /etc/init /screen-cleanup.conf script unlike 12.04. Is this intended? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to screen in

[Bug 1372977] Re: 1.7.0~beta3+bzr3043-0ubuntu1~ppa3 upgrade breaks squid proxy setup

2014-09-29 Thread Andres Rodriguez
** Changed in: maas Status: New = Fix Committed -- 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/1372977 Title: 1.7.0~beta3+bzr3043-0ubuntu1~ppa3 upgrade breaks squid proxy setup

[Bug 1257186] Re: memory leakage messages (no talloc stackframe)

2014-09-29 Thread Bill Weinel
Same problems noted here after an upgrade from 12.04 server to 14.04.1 server preventing user logins to vsftpd. I apt-get removed libpam- smbpass and vsftpd now works again here. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba

[Bug 1312854] Re: dh-apache2 causes a postinst failure when a package depends on an apache2-bin provided module

2014-09-29 Thread Bug Watch Updater
** Changed in: apache2 (Debian) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu. https://bugs.launchpad.net/bugs/1312854 Title: dh-apache2 causes a postinst failure when

[Bug 1258026] Re: Default configuration file Apache 2.2 not Apache 2.4

2014-09-29 Thread Nelson Minar
I believe Ubuntu 14.04 now ships with Apache 2.4 by default, but Munin has not been updated to the 2.4-style configuration file. At least, I just set up Ubuntu 14.04 with a naive apt-get install apache2 munin munin-node, and wasn't able to access http://localhost/munin/. Something like jm-3's

[Bug 1257186] Re: memory leakage messages (no talloc stackframe)

2014-09-29 Thread monochromec
Please note that this bug affects *all* packages using libsmclient, ranging from the python client side library right up to VLC and XBMC apart from the ones mentioned above. I am a bit surpised that - given the scope of this bug - it's still unassigned (although the importance has been raised to

[Blueprint servercloud-u-lxc] LXC work for Utopic

2014-09-29 Thread Serge Hallyn
Blueprint changed by Serge Hallyn: Work items changed: Work items for ubuntu-14.06: [tycho-s] test/fix basic multi-process criu: DONE [tycho-s] send patch to fix c/r of pseudofs mounts (pstore etc): DONE [tycho-s] c/r cgroup settings: DONE [serge-hallyn] fix btrfs issues with lxc

[Bug 881887] Re: tcp filter not work with wlan0 iface

2014-09-29 Thread Launchpad Bug Tracker
[Expired for iptraf (Ubuntu) because there has been no activity for 60 days.] ** Changed in: iptraf (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iptraf in Ubuntu.

[Bug 903832] Re: No sound after resuming from suspend

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pm-utils (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu.

[Bug 841520] Re: Dell Studio 15 Hangs when power cable is removed

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pm-utils (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu.

[Bug 846613] Re: cannot suspend when using xorg 'dummy' driver

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pm-utils (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu.

[Bug 827869] Re: [HP pavillion dv5-1070el] Doesn't hibernate

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pm-utils (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu.

[Bug 849873] Re: failed assertion: too many hard links

2014-09-29 Thread Launchpad Bug Tracker
[Expired for rsync (Ubuntu) because there has been no activity for 60 days.] ** Changed in: rsync (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rsync in Ubuntu.

[Bug 740136] Re: check_nrpe reports All OK even if it is not all OK.

2014-09-29 Thread Launchpad Bug Tracker
[Expired for nagios-nrpe (Ubuntu) because there has been no activity for 60 days.] ** Changed in: nagios-nrpe (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nagios-nrpe in Ubuntu.

[Bug 676365] Re: Acer Aspire 5742z fails to suspend/resume

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pm-utils (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu.

[Bug 864527] Re: PPTP VPN not work on ubuntu X64 10.04 - undefined symbol PR_UnloadLibrary

2014-09-29 Thread Launchpad Bug Tracker
[Expired for nss (Ubuntu) because there has been no activity for 60 days.] ** Changed in: nss (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nss in Ubuntu.

[Bug 587507] Re: incorrect error message Must run suid root for multiuser support

2014-09-29 Thread Launchpad Bug Tracker
[Expired for screen (Ubuntu) because there has been no activity for 60 days.] ** Changed in: screen (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to screen in Ubuntu.

[Bug 584002] Re: Suspend/Resume worked in Ubuntu 9.04, now does not

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pm-utils (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu.

[Bug 589085] Re: [Lucid] Black screen when trying to resume from sleep

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pm-utils (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu.

[Bug 589916] Re: [kubuntu] [karmic] [regression] Mouse problems after resume if lock screen on resume is NOT checked

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pm-utils (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu.

[Bug 656396] Re: screen segmentation fault

2014-09-29 Thread Launchpad Bug Tracker
[Expired for screen (Ubuntu) because there has been no activity for 60 days.] ** Changed in: screen (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to screen in Ubuntu.

[Bug 582000] Re: sony vaio ar71vgn brigntness change do not work

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pm-utils (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu.

[Bug 582804] Re: rsync timeouts and stays in state D

2014-09-29 Thread Launchpad Bug Tracker
[Expired for rsync (Ubuntu) because there has been no activity for 60 days.] ** Changed in: rsync (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rsync in Ubuntu.

[Bug 412011] Re: Can't wake up after a long standby

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pm-utils (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu.

[Bug 551160] Re: laptop does not wakeup after suspend

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pm-utils (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu.

[Bug 580495] Re: rexml can't deal with XML element names containing a - character

2014-09-29 Thread Launchpad Bug Tracker
[Expired for ruby1.8 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: ruby1.8 (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ruby1.8 in Ubuntu.

[Bug 522142] Re: Unable to configure Cacti database on install (no MySQL root password)

2014-09-29 Thread Launchpad Bug Tracker
[Expired for dbconfig-common (Ubuntu) because there has been no activity for 60 days.] ** Changed in: dbconfig-common (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dbconfig-common in

[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-09-29 Thread Tony Breeds
openstack review at: https://review.openstack.org/#/c/123957/ Qemu patches at: http://patchwork.ozlabs.org/patch/393494/ ; and http://patchwork.ozlabs.org/patch/393495/ ** Changed in: nova Assignee: (unassigned) = Tony Breeds (o-tony) ** Changed in: qemu Status: New = In

[Bug 1257435] Re: Chef does not run with all install types

2014-09-29 Thread Anand
+1 2C does not work here is the snippet im trying to make it work on AWS EC2 with 2014.03 Amazon linux or on 2014.09 Amazon AMI linux (aka. CentOS customized) chef: install_type: omnibus force_install: false omnibus_url: https://www.opscode.com/chef/install.sh; environment: production I'm yet

[Bug 1375121] Status changed to Confirmed

2014-09-29 Thread Brad Figg
This change was made by a bot. ** Changed in: linux (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375121 Title: package linux-image-3.13.0-36-generic (not

[Bug 1283938] Re: [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from sleep

2014-09-29 Thread Ubuntuser
I tried a live from Kubuntu 14.04.1, the bug still present. -- 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: [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from sleep

[Bug 1375129] [NEW] cloud-init: 0.7.2 on Amazon AMI Linux package_update/package_upgrade does not run yum upgrade

2014-09-29 Thread Anand
Public bug reported: I'm trying to do a yum upgrade in cloud-init as described here - http://cloudinit.readthedocs.org/en/latest/topics/examples.html#run-apt- or-yum-upgrade running either package_upgrade: true or package_update: true does not seem to work. In cloud-init logs, I do not see

[Bug 1374782] Re: OpenVPN doesnt ask for pkcs12 password

2014-09-29 Thread Martin Pitt
Ubuntu does not yet install a systemd-ask-password agent. It seems openvpn went too much ahead and is relying on this without checking whether a password agent is running. ** Package changed: systemd (Ubuntu) = openvpn (Ubuntu) ** Summary changed: - OpenVPN doesnt ask for pkcs12 password +

[Bug 1374782] Re: OpenVPN interactively asks for a password in an init script

2014-09-29 Thread Martin Pitt
Aside from that, it is utterly wrong to interactively ask for stuff in an init script. That totally does not work on a server and is very inconvenient on a desktop too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1374310] Re: i have installed Klavaro in a ubuntu 12.04 but i cannot set greek language although it has greek keyboard. i installed it in another pc with ubuntu 14 and it's ok

2014-09-29 Thread pappas panos
Hello Felipe. I tried your command while i had oped Klavaro and while not. Nothing at all. In menu of Klavaro i cannot set up greek language (it doesn't have that option). Although it mixes greek and english letters!!! Any help would be appreciate -- You received this bug notification because

[Bug 1375131] [NEW] TLS support missing

2014-09-29 Thread Jakob Schlyter
Public bug reported: Mosquitto in 14.04 lacks TLS support, will this be fixed in future updates? ** Affects: mosquitto (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1374441] Re: Translations not loaded for No data sources available

2014-09-29 Thread Martin Pitt
I built new RTM langpacks yesterday, but they were based on an export from Sep 25, so they don't yet contain these. I now adjusted langpack-o-matic to pull translations directly from trunk to speed this up. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1359249] Re: Launching PAVUControl works from Xubuntu, but not from Xfce

2014-09-29 Thread Roman
roman@Roman-PC:~$ echo $XDG_CURRENT_DESKTOP XFCE roman@Roman-PC:~$ echo $DESKTOP_SESSION xfce The thing is, I would rather have the gnome audio manager over PAVUControl (I consider it more user-friendly) and certainly o.ver the Unity one, especially since Unity is planning on switching to

[Bug 1322568] Re: nova interface-attach fails

2014-09-29 Thread Jens Rosenboom
Just verified that http://launchpad.net/ubuntu/+source/libvirt/1.2.2-0ubuntu13.1.4 fixes the original issue, i.e. running nova interface-attach works again after updating libvirt. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification

[Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2014-09-29 Thread Johann M. Santos
I'm using Ubuntu 14.04 LTS (64-bit) on the following hardware: Dell Vostro 5460 8 GB Memory Processor -- Intel® Core™ i5-3230M CPU @ 2.60GHz × 4 Graphics Card -- GeForce GT 630M/PCIe/SSE2 with 2 GB dedicated video memory 500 GB Seagate hard drive I have also been experiencing the 'freeze' at

[Bug 1343341] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core:

2014-09-29 Thread Antti Kaijanmäki
Jussi, please take a look ASAP. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1343341 Title: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-

[Bug 1372746] Re: linux-keystone: 3.13.0-14.24 -proposed tracker

2014-09-29 Thread Ike Panhc
** Summary changed: - linux-keystone: 3.13.0-14.23 -proposed tracker + linux-keystone: 3.13.0-14.24 -proposed tracker ** Changed in: kernel-sru-workflow/verification-testing Status: Fix Released = New ** Changed in: kernel-sru-workflow/regression-testing Status: Confirmed = New

[Bug 1347913] Re: Turn screen on when phone is moved during a call

2014-09-29 Thread Andreas Pokorny
The assumption here is that the speaker ouput mode or a blue tooth evice is used for the call? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1347913 Title: Turn screen on when phone is moved during

[Bug 1367241] Re: Incorrect udev-fallback-graphics.conf

2014-09-29 Thread Dariusz Gadomski
@TWC Service Thank you for checking this. ** 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/1367241 Title: Incorrect

[Bug 1374701] Re: mount.cifs gives input/output error when connecting to port 139

2014-09-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: cifs-utils (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1374701 Title:

[Bug 1364741] Re: /lib/udev/rules.d/69-libmtp.rules in libmtp-common is corrupt

2014-09-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: libmtp (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/1364741 Title:

[Bug 1372657] Re: linux: 2.6.32-67.134 -proposed tracker

2014-09-29 Thread Po-Hsu Lin
The Hardware Certification team have begun testing this -proposed kernel ** Changed in: kernel-sru-workflow/certification-testing Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1367628] Re: [Lenovo B490s] hdapsd failed with Could not find a suitable interface on 12.04.5

2014-09-29 Thread Po-Hsu Lin
Hello, sorry for the late reply, I tried with the repo, but it's still complaining about Could not find a suitable interface And here is the output form umockdev-record ubuntu@201307-13943:~/hdapsd/src$ sudo umockdev-record /sys/class/input/input11 P: /devices/virtual/input/input11 E: ABS=7 E:

[Bug 1375137] [NEW] please let CONFIG_BONDING=m

2014-09-29 Thread Ike Panhc
Public bug reported: diff --git a/debian.keystone/config/config.common.ubuntu b/debian.keystone/config/config.common.ubuntu index 84e66e1..71eae49 100644 --- a/debian.keystone/config/config.common.ubuntu +++ b/debian.keystone/config/config.common.ubuntu @@ -544,7 +544,7 @@ CONFIG_BNX2=m

[Bug 1374581] Re: black box corruption on firefox

2014-09-29 Thread Chris Wilson
The suspicion is that this is a mesa bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1374581 Title: black box corruption on firefox To manage notifications about this bug go to:

[Bug 1289730] Re: systemd-udev fails to execute alsactl during start-up if /usr and/or /var are separate volumes

2014-09-29 Thread David Henningsson
Hi! I believe this is now fixed in Ubuntu 14.10, because the patches were included in upstream alsa-utils 1.0.28 which is in Utopic since end of July. Please confirm and reopen the bug if it is not. Thanks! Reference:

[Bug 1343341] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core:

2014-09-29 Thread Jussi Pakkanen
** Branch linked: lp:~jpakkane/indicator-network/youknowwhat ** Changed in: indicator-network (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1343341

[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-09-29 Thread Marko
Hello! I still have this issue on my Acer 5755G laptop. Only complete disabling of screen lock after suspend or hibernation solves the issue (though I have no security now), or restarting lightdm from TTY1. Solutions from #56 didn't work. Any suggestions? -- You received this bug notification

[Bug 1375146] [NEW] bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2: bcmwl kernel module failed to build

2014-09-29 Thread Tejas Ghalsasi
Public bug reported: i dont kno ProblemType: Package DistroRelease: Ubuntu 14.04 Package: bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2 Uname: Linux 3.12.20-031220-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.14.1-0ubuntu3.4 Architecture: amd64 DKMSKernelVersion:

[Bug 1375145] [NEW] bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2: bcmwl kernel module failed to build

2014-09-29 Thread Tejas Ghalsasi
Public bug reported: i dont kno ProblemType: Package DistroRelease: Ubuntu 14.04 Package: bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2 Uname: Linux 3.12.20-031220-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.14.1-0ubuntu3.4 Architecture: amd64 DKMSKernelVersion:

[Bug 1266078] Re: Xprint is deprecated, so remove libxp?

2014-09-29 Thread Bug Watch Updater
** Changed in: xutils-dev (Debian) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1266078 Title: Xprint is deprecated, so remove libxp? To manage notifications

[Bug 1266147] Re: package python-audioread 1.0.1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-09-29 Thread Stefano Rivera
/usr/local/lib/python2.7/site-packages/cPickle.so Sounds like /usr/bin/python is not an Ubuntu python. ** Changed in: audioread (Ubuntu) Status: New = Incomplete ** Changed in: audioread (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are

  1   2   3   4   5   6   7   8   9   10   >