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
@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
** 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
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
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
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
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
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/
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
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
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
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
** 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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
** 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.
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
** 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
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
** 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
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
** 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
** 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
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
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
** 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
** 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
@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
** 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
** 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
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
+
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
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 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
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"
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
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
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:/
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:/
** 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
** 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
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
*** 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
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
> 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
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
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:
60 matches
Mail list logo