[Bug 1434684] Re: Pacemaker is not started and stopped automatically with Corosync

2015-06-25 Thread Baohua Yang
same problem in ubuntu 14.04 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to corosync in Ubuntu. https://bugs.launchpad.net/bugs/1434684 Title: Pacemaker is not started and stopped automatically with Corosync To manage notifications

[Bug 1436723] Re: Regression: Nested LXC is broken on Vivid

2015-06-25 Thread Vincent Ladeuil
@Chris: Thanks ! I had to implement a different scheme not using nested containers but still requiring lxc-1.1.2. I'll give nested containers another shot asap. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bu

[Bug 1448650] Re: rpc.server do not consume messages after message acknowledge failure

2015-06-25 Thread James Page
** Also affects: oslo.messaging (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: oslo.messaging (Ubuntu Wily) Importance: Undecided Status: New ** Also affects: oslo.messaging (Ubuntu Vivid) Importance: Undecided Status: New ** Changed in: oslo.mes

[Bug 1448650] Re: rpc.server do not consume messages after message acknowledge failure

2015-06-25 Thread James Page
trusty and vivid patches reviewed and uploaded for SRU team review. We're also going to need a fix for utopic, otherwise upgrades to Utopic or Juno from the CA will regress. ** Also affects: oslo.messaging (Ubuntu Utopic) Importance: Undecided Status: New ** Changed in: oslo.messaging

[Bug 1468742] [NEW] whois returns exit 1 for certain tlds

2015-06-25 Thread Guus Houtzager
Public bug reported: Hi, Really strange. The whois binary on precise shows the information it should for .org domains, but the binary exits with exit 1. If I use the trusty whois binary on the same server, it works just fine (exits with exit 0). Tried on several Precise systems, but they all s

[Bug 1449975] Re: Outstanding low priority security bugs in the tomcat7 packages

2015-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat7 - 7.0.52-1ubuntu0.3 --- tomcat7 (7.0.52-1ubuntu0.3) trusty-security; urgency=medium * SECURITY UPDATE: arbitrary file disclosure via XML parser (LP: #1449975) - debian/patches/CVE-2014-0119.patch: add defensive coding and ensure

[Bug 1468742] Re: whois returns exit 1 for certain tlds

2015-06-25 Thread Guus Houtzager
Update: I spoke a little too soon: the Trusty binary works fine for .org domains, but for .bz domains it also returns exit 1. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to whois in Ubuntu. https://bugs.launchpad.net/bugs/1468742 Titl

[Bug 1461276] Re: off-by-one in LDIF length

2015-06-25 Thread Kartik Subbarao
Any response on this? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1461276 Title: off-by-one in LDIF length To manage notifications about this bug go to: https://bugs.launchpad.net/

[Bug 1464165] Re: [MIR] python-os-client-config, appdirs

2015-06-25 Thread Adam Conrad
Both promoted to main. ** Changed in: appdirs (Ubuntu) Status: Fix Committed => Fix Released ** Changed in: python-os-client-config (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscri

[Bug 1468611] Re: dnsmasq fails to start in lxc-net

2015-06-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: dnsmasq (Ubuntu) Status: New => Confirmed -- 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/14

[Bug 1468611] Re: dnsmasq fails to start in lxc-net

2015-06-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: lxc (Ubuntu) Status: New => Confirmed -- 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/146861

[Bug 1468611] Re: dnsmasq fails to start in lxc-net

2015-06-25 Thread Christopher Townsend
I'm hitting this too. When the lxcbr0 device is not available, my unpriv'd containers will not start due to not being able to set up the network. If I just touch /etc/dnsmasq.conf, then it all works as expected. -- You received this bug notification because you are a member of Ubuntu Server Tea

[Bug 1468103] Re: rc.local runs earlier than cloud-init.service

2015-06-25 Thread Alberto Salvia Novella
** Also affects: hundredpapercuts Importance: Undecided Status: New ** Changed in: hundredpapercuts Status: New => Confirmed ** Changed in: cloud-init (Ubuntu) Importance: Undecided => High ** Changed in: hundredpapercuts Importance: Undecided => High -- You received thi

[Bug 1468804] [NEW] mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Public bug reported: This is a huge problem. After several iterations of - service mysql {start|stop|restart} - the mysql service becomes broken + unrecoverable. The problem becomes - service mysql stop - hangs forever, upon attempting... exec systemctl stop mysql.service What's required

[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we cannot work on this bug because your description didn't include enough information. You may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs

[Bug 1467611] Re: unprivileged lxc containers broken

2015-06-25 Thread Serge Hallyn
The cgmanager log shows: Invalid path /run/cgmanager/fs/none,name=systemd/system.slice/lsh- server.service/lxc/asterisk How are you logged in when you try to start the container? To start an unprivileged container, you must be logged into a regular user session, so /proc/self/cgroup should look

[Bug 1461012] Re: Hugepage and KSM not configured correctly under systemd

2015-06-25 Thread Serge Hallyn
It's on my list, but since the fix in w involved moving some files between packages, it's a 'scary" SRU which will require a bunch of testing (and time). I'm still not sure whether it is better to take the whole proper fix from w into v, or whether to just fix up the sysvinit script in v to do wha

[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Redneckery to allow reboots till this bug fixed don't work because apparently systemctl is seriously brain dead. So the normal shut magic won't work... echo 'mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf shutdown' > /etc/rc6.d/K00-msyql-stop chmod +x /etc/rc6.d/K00-msyql-stop Will upda

[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
apport-collect 1468804 does not seem to work correctly on headless (server) systems. Gets into some infinite loop with lynx or whatever tool is running. ovhfine# uname -a Linux fine.bizcooker.com 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux ovhfine

[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
This doesn't work either... echo 'mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf shutdown' > /etc/init.d/mysql-hard-stop ln -s /etc/init.d/mysql-hard-stop /etc/rc0.d/K01-aaa-mysql-hard-stop ln -s /etc/init.d/mysql-hard-stop /etc/rc6.d/K01-aaa-mysql-hard-stop -- You received this bug not

[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Changing the /etc/rc{016}.d/K01mysql scripts to do mysqladmin shutdown doesn't work, because inotifywait shows these files are never touched at shutdown. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu. https://bugs.

[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
dirwatch /etc | grep OPEN | egrep 'init.d|rc' shows that shutdown scripts are no longer run sensibly either. The K01mysql script never runs, so likely there's some other shutdown script with a dependency which is touching mysql + hanging before the K01mysql runs. -- You received this bug notific

[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Using inotifywait, reboot sequence is very odd... ovhfine# inotifywait -mr -e OPEN /etc | egrep 'init.d|rc' Setting up watches. Beware: since -r was given, this may take a while! Watches established. /etc/init.d/ OPEN rng-tools /etc/init.d/ OPEN rng-tools /etc/init.d/ OPEN ntp /etc/init.d/ OPEN n

[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Nothing related shows up in /var/log/syslog at reboot either... Jun 25 12:03:54 fine systemd[1]: Deactivating swap /dev/sdb3... Jun 25 12:03:54 fine systemd[1]: Starting Unattended Upgrades... Jun 25 12:03:54 fine systemd[1]: Deactivating swap /dev/sda3... Jun 25 12:03:54 fine systemd[1]: Stopped

[Bug 1263181] Re: curtin discovers HP /dev/cciss/c0d0 incorrectly

2015-06-25 Thread Timo
Thanks a lot, Curtin package (bzr221) from vivid-proposed works for me. Lucky I just stumbled across this issue right after this patch was merged. Cheers! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to curtin in Ubuntu. https://bugs.l

[Bug 1468103] Re: rc.local runs earlier than cloud-init.service

2015-06-25 Thread Scott Moser
Martin, I dont think your suggestion is correct solution. Independent of cloud- init, things in rc.local should be run as "the last thing in boot". rc.local came from a simpler time. sysvinit ran rc.local as the last thing, and that was that last thing that would run. Many people will do: a.) i

[Bug 1466550] Re: docker lxc driver fails

2015-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package docker.io - 1.6.2~dfsg1-1ubuntu2 --- docker.io (1.6.2~dfsg1-1ubuntu2) wily; urgency=medium * Add patches - d/p/lxc.autodev-support.patch: fix bug: LP: #1466550 Make LXC exec driver compatible with recent lxc where lxc.autodev is enabled

[Bug 1461012] Re: Hugepage and KSM not configured correctly under systemd

2015-06-25 Thread Dadio
Ok, can't help you there. Anyway, thanks in advance... -- 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/1461012 Title: Hugepage and KSM not configured correctly under systemd To manage

[Bug 1465014] Re: after update still vulnerable against LOGJAM

2015-06-25 Thread Alberto Salvia Novella
** Changed in: nss (Ubuntu) Status: Confirmed => Triaged ** Changed in: firefox (Ubuntu) Status: Confirmed => Triaged ** No longer affects: firefox (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nss in Ubuntu.

[Bug 1392018] Re: apparmor stops /var/run/ldapi from being read causing ldap to fail

2015-06-25 Thread Ryan Tandy
Apologies for the inconvenience. Attaching fixed (and tested) patches. ** Patch added: "utopic patch v2" https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1392018/+attachment/4420526/+files/openldap_2.4.31-1%2Bnmu2ubuntu11.2.debdiff -- You received this bug notification because you are

[Bug 1392018] Re: apparmor stops /var/run/ldapi from being read causing ldap to fail

2015-06-25 Thread Ryan Tandy
** Patch added: "vivid patch v2" https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1392018/+attachment/4420527/+files/openldap_2.4.31-1%2Bnmu2ubuntu12.2.debdiff -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubunt

[Bug 1462495] Re: [sru] Init file does not respect the LSB spec.

2015-06-25 Thread Brian Murray
Hello Jorge, or anyone else affected, Accepted haproxy into utopic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/haproxy/1.5.4-1ubuntu2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wi

[Bug 1465014] Re: after update still vulnerable against LOGJAM

2015-06-25 Thread Marc Deslauriers
** Also affects: firefox (Ubuntu) Importance: Undecided Status: New ** Changed in: firefox (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nss in Ubuntu. https://bugs.launchpad.net/bug

[Bug 1462495] Re: [sru] Init file does not respect the LSB spec.

2015-06-25 Thread Brian Murray
The trusty version of this patch contains some additional changes, when compared to the utopic patch, that don't seem related to the SRU e.g. check_haproxy_config and some other bits Are they all necessary to fix the bug? -- You received this bug notification because you are a member of Ubuntu S

[Bug 1462495] Re: [sru] Init file does not respect the LSB spec.

2015-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/haproxy -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to haproxy in Ubuntu. https://bugs.launchpad.net/bugs/1462495 Title: [sru] Init file does not respect the LSB spec. To manage notificat

[Bug 1467973] Re: uploadSuite.TearDownTest Fails

2015-06-25 Thread Aaron Bentley
** Also affects: mongodb (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mongodb in Ubuntu. https://bugs.launchpad.net/bugs/1467973 Title: uploadSuite.TearDownTest Fails To manage

[Bug 1463844] Re: Missing logrotate configuration for vpn_agent and metering_agent

2015-06-25 Thread Brian Murray
Hello Jorge, or anyone else affected, Accepted neutron into utopic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/neutron/1:2014.2.3-0ubuntu2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https

[Bug 1468879] [NEW] Haproxy doesn't checks for configuration on start/reload

2015-06-25 Thread Jorge Niedbalski
Public bug reported: [Environment] Trusty 14.04.2 [Description] Configuration is not tested before service start or reload [Suggested Fix] Backport current check_haproxy_config function from utopic+. ** Affects: haproxy (Ubuntu) Importance: Undecided Status: Fix Released ** Ch

[Bug 1463844] Re: Missing logrotate configuration for vpn_agent and metering_agent

2015-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/neutron -- 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/1463844 Title: Missing logrotate configuration for vpn_agent and metering_agent T

[Bug 1462495] Re: [sru] Init file does not respect the LSB spec.

2015-06-25 Thread Jorge Niedbalski
** Patch removed: "Trusty Patch" https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1462495/+attachment/4411678/+files/fix-lp-1462495-trusty.patch ** Patch added: "Trusty Patch" https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1462495/+attachment/4420534/+files/fix-lp-1462495-tru

[Bug 1462495] Re: [sru] Init file does not respect the LSB spec.

2015-06-25 Thread Jorge Niedbalski
@brian-murray, Corrected the patch addressing your comment. Thanks. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to haproxy in Ubuntu. https://bugs.launchpad.net/bugs/1462495 Title: [sru] Init file does not respect the LSB spec. To

[Bug 1468879] Re: Haproxy doesn't checks for configuration on start/reload

2015-06-25 Thread Brian Murray
** Also affects: haproxy (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to haproxy in Ubuntu. https://bugs.launchpad.net/bugs/1468879 Title: Haproxy doesn't checks for configu

[Bug 1468879] Re: Haproxy doesn't checks for configuration on start/reload

2015-06-25 Thread Jorge Niedbalski
** Changed in: haproxy (Ubuntu Trusty) Status: New => In Progress ** Changed in: haproxy (Ubuntu Trusty) Assignee: (unassigned) => Jorge Niedbalski (niedbalski) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to haproxy in Ubu

[Bug 1463844] Re: Missing logrotate configuration for vpn_agent and metering_agent

2015-06-25 Thread Brian Murray
For Trusty this was part of another upload. +neutron (1:2014.1.5-0ubuntu1) trusty; urgency=medium + + * Resynchronize with stable/icehouse (877df58) (LP: #1467533): +- [cae7108] Fix enable_snat column migration for Postgres + SQLite +- [61571b4] Persist DHCP leases to a local database +

[Bug 1468897] [NEW] multipath creates binding for Removable(USB) drives

2015-06-25 Thread Mike Rushton
Public bug reported: On a system with a multipath configuration, multipath bindings are being created for removable(USB) drives rendering them inaccessible as normal removable drives. in this case, the usb drive is detected as /dev/sdi: # lsblk|grep -A2 sdi sdi8:128 1 1

[Bug 1033096] Re: request to have sha2 module in contrib included in package

2015-06-25 Thread Ryan Tandy
The slapd package in wily now provides the pw-sha2 module. ** Changed in: openldap (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/1033

[Bug 667597] Re: conf.d directory not a configuration directory

2015-06-25 Thread Ryan Tandy
** Bug watch added: Debian Bug tracker #626911 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626911 ** Also affects: openldap (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626911 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1468897] Re: multipath creates binding for Removable(USB) drives

2015-06-25 Thread Mike Rushton
After following this post: https://www.redhat.com/archives/dm- devel/2008-September/msg00235.html I have prepended the following to /lib/udev/rules.d/95-multipath.rules: #Weed out the linear map. KERNEL=="dm-*", PROGRAM=="/sbin/dmsetup table -j %M -m %m", RESULT=="*linear*", OPTIONS="last_rule"

[Bug 680358] Re: ldapadd -W with -w password parameter causes assertion failure

2015-06-25 Thread Ryan Tandy
This was reported upstream as ITS#6849, and fixed in OpenLDAP 2.4.25. ** Changed in: openldap (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.ne

[Bug 1457639] Re: qemu-img qcow2 conversion hangs on large core systems

2015-06-25 Thread William Grant
We can reproduce this naturally within a few hours on ppc64el with a backport of vivid's qemu. -- 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/1457639 Title: qemu-img qcow2 conversion h

[Bug 1468879] Re: Haproxy doesn't checks for configuration on start/reload

2015-06-25 Thread Brian Murray
Hello Jorge, or anyone else affected, Accepted haproxy into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/haproxy/1.4.24-2ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https:/

[Bug 1462495] Re: [sru] Init file does not respect the LSB spec.

2015-06-25 Thread Brian Murray
Hello Jorge, or anyone else affected, Accepted haproxy into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/haproxy/1.4.24-2ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https:/

[Bug 667597] Re: conf.d directory not a configuration directory

2015-06-25 Thread Bug Watch Updater
** Changed in: openldap (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/667597 Title: conf.d directory not a configuration directory To manag

[Bug 1461012] Re: Hugepage and KSM not configured correctly under systemd

2015-06-25 Thread Nathaniel W. Turner
** Tags added: regression-release -- 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/1461012 Title: Hugepage and KSM not configured correctly under systemd To manage notifications about t

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

2015-06-25 Thread Chad
Would someone explain the last several updates? What is the SRU team and what kind of review are they performing? Finally (and possibly most importantly), how can the status be "In Progress" when the ticket is still "Unassigned"? Thanks in advance! -- You received this bug notification because

[Bug 1468293] Re: openvswitch-datapath-dkms 2.0.2-0ubuntu0.14.04.2: openvswitch kernel module failed to build

2015-06-25 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1426994 *** https://bugs.launchpad.net/bugs/1426994 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1426994, so it is being marked as such. Please look

[Bug 1468984] [NEW] hash.h not packaged but required by sql_common.h

2015-06-25 Thread Stewart Smith
Public bug reported: On Ubuntu Vivid $ grep hash.h /usr/include/mysql/sql_common.h #include $ find /usr/include/mysql|grep hash $ which is a problem if you're trying to compile software that includes sql_common.h $ dpkg -s libmysqlclient-dev Package: libmysqlclient-dev Status: install ok ins

[Bug 1468103] Re: rc.local runs earlier than cloud-init.service

2015-06-25 Thread Martin Pitt
> Independent of cloud-init, things in rc.local should be run as "the last thing in boot". So now we have "last thing except cloud-init" :-) There are other services which order themselves after it, like getty@, plymouth-quit and others, to avoid disturbing init.d/rc.local scripts with allocated V

Re: [Bug 1467716] Re: "gem install" fetches packages from unencrypted HTTP URL

2015-06-25 Thread Simon Déziel
On 06/23/2015 05:36 AM, Robie Basak wrote: > I know that years ago "gem install" was horribly insecure, but I believe > this has been improved upstream? So is this a bug in Ubuntu's packaging, > or is it that it is fixed in a newer upstream (and/or Ubuntu) release, > or is what you're reporting sti

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

2015-06-25 Thread Ryan Harper
On Thu, Jun 25, 2015 at 7:44 PM, Chad wrote: > Would someone explain the last several updates? What is the SRU team > and what kind of review are they performing? Finally (and possibly most Hi, I think most of your questions will be answered by looking at the Stable Release Update wiki page: