[Bug 1874719] Re: [SRU] Use the hostname as the node name instead of hardcoded 'node1'

2022-03-15 Thread Ante Karamatić
Both DD's and Lucas' PoV has merits, imho. There's no right and wrong
here. I would even prefer if we reduce the delta with Debian.

However, hacluster charm should be handling this situation. There's
nothing special here - corosync has specific behaviour out of the box.
Charms should handle it.

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

Title:
  [SRU] Use the hostname as the node name instead of  hardcoded 'node1'

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-hacluster/+bug/1874719/+subscriptions


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

[Bug 1945311] Re: Fix for CVE-2021-40438 breaks existing configs

2021-09-28 Thread Ante Karamatić
Packages from PPA fix the problem on 18.04.

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

Title:
  Fix for CVE-2021-40438 breaks existing configs

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


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

[Bug 1927868] Re: vRouter not working after update to 16.3.1

2021-06-17 Thread Ante Karamatić
For those looking for 16.3.0 packages, they are available at
https://launchpad.net/~ubuntu-cloud-archive/+archive/ubuntu/ussuri-
staging/+build/21146273

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

Title:
  vRouter not working after update to 16.3.1

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

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

[Bug 1927219] Re: context deadline exceeded: unknown in containerd with latest runc version

2021-05-28 Thread Ante Karamatić
As Colin stated, this version of runc is causing a serious regression.
As such it should be marked as High.

** Changed in: runc (Ubuntu)
   Importance: Undecided => High

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

Title:
  context deadline exceeded: unknown in containerd with latest runc
  version

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

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

[Bug 1915238] [NEW] warning: /var/spool/postfix/etc/ssl/certs/ca-certificates.crt and /etc/ssl/certs/ca-certificates.crt differ

2021-02-09 Thread Ante Karamatić
Public bug reported:

Postfix package doesn't utilize update-ca-certificate's hooks mechanism.
By simply copying certs from /etc/ssl/certs/ca-certificates.crt to
/var/spool/postfix/etc/ssl/certs/ca-certificates.crt, this warning and
potential security issues could be avoided.

Something like this would be a start:

$ cat /etc/ca-certificates/update.d/postfix 
#!/bin/bash

if [ -e /var/spool/postfix/etc/ssl/certs/ca-certificates.crt ]; then
echo "Updating postfix chrooted certs"
cp /etc/ssl/certs/ca-certificates.crt 
/var/spool/postfix/etc/ssl/certs/ca-certificates.crt
systemctl reload postfix
fi

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

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

Title:
  warning: /var/spool/postfix/etc/ssl/certs/ca-certificates.crt and
  /etc/ssl/certs/ca-certificates.crt differ

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

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

[Bug 1903745] Re: upgrade from 1.1.14-2ubuntu1.8 to 1.1.14-2ubuntu1.9 breaks clusters

2020-11-12 Thread Ante Karamatić
** Also affects: charm-hacluster
   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/1903745

Title:
  upgrade from 1.1.14-2ubuntu1.8 to 1.1.14-2ubuntu1.9 breaks clusters

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-hacluster/+bug/1903745/+subscriptions

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

[Bug 1903745] Re: upgrade from 1.1.14-2ubuntu1.8 to 1.1.14-2ubuntu1.9 breaks clusters

2020-11-11 Thread Ante Karamatić
Well, yes. Therefore, if unattended upgrades wants to update stuff
randomly and mimic an operator, it should do it as an operator and not
do it partially. I guess what I'm saying is that this is a bug in
unattended upgrades, rather than pacemaker/corosync. It should have a
way of defining an upgrade procedure or at least blacklist corosync and
pacemaker, and many other services that require updates in specific
order/way.

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

Title:
  upgrade from 1.1.14-2ubuntu1.8 to 1.1.14-2ubuntu1.9 breaks clusters

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

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

[Bug 1903745] Re: upgrade from 1.1.14-2ubuntu1.8 to 1.1.14-2ubuntu1.9 breaks clusters

2020-11-10 Thread Ante Karamatić
Big problem with corosync and pacemaker packages is that they don't put
resources into unmanaged state before upgrade. Hitting an issue like
this is also tightly related to configuration of the pacemaker/corosync.
Upgrading corosync, without stopping pacemaker (and therefore lrmd) has
high probability to result with this behaviour. In the end, corosync is
only a messaging bus.

So the upgrade procedure should really be:
1) put pacemaker's resource into unmanaged mode
2) stop pacemaker
3) upgrade corosync
4) restart corosync
5) start pacemaker
6) put resources into managed mode

Steps 3 & 4 are automatically done by corosync upgrade package, but all
other steps are left to the operator. If upgrade is done by unattended
upgrades, this will quite likely happen again.

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

Title:
  upgrade from 1.1.14-2ubuntu1.8 to 1.1.14-2ubuntu1.9 breaks clusters

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

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

[Bug 1847361] Re: Upgrade of qemu binaries causes running instances not able to dynamically load modules

2020-09-16 Thread Ante Karamatić
OpenSack Stein (and coresponding qemu package) are still supported in
Ubuntu Cloud Archive and therefore should also have this fixed.

** Also affects: cloud-archive
   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/1847361

Title:
  Upgrade of qemu binaries causes running instances not able to
  dynamically load modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1847361/+subscriptions

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

[Bug 1864768] Re: usercount.pl shipped by irssi and irssi-scripts

2020-02-25 Thread Ante Karamatić
** Tags added: champagne

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

Title:
  usercount.pl shipped by irssi and irssi-scripts

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

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

[Bug 1861322] Re: PPTP VPN doesn't work out of the box - nf_conntrack_pptp missing

2020-01-30 Thread Ante Karamatić
Hi Seb

It seems I can't reproduce the problem any more. I now can clearly see
nf_conntrack_pptp loading when I try to establish PPTP connection in NM.
I have no idea how this changed. Thank you for looking into it, I'll
close the bug and reopen it occurs again.

** Changed in: network-manager-pptp (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  PPTP VPN doesn't work out of the box - nf_conntrack_pptp missing

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

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

[Bug 1861322] [NEW] PPTP VPN doesn't work out of the box - nf_conntrack_pptp missing

2020-01-29 Thread Ante Karamatić
Public bug reported:

PPTP based VPN doesn't work out of the box on Focal Fossa. From syslog:

Jan 29 19:41:35 thinkpad pppd[8734]: Plugin 
/usr/lib/pppd/2.4.7/nm-pptp-pppd-plugin.so loaded.
Jan 29 19:41:35 thinkpad NetworkManager[8734]: Plugin 
/usr/lib/pppd/2.4.7/nm-pptp-pppd-plugin.so loaded.
Jan 29 19:41:35 thinkpad pptp[8739]: nm-pptp-service-8722 log[main:pptp.c:353]: 
The synchronous pptp option is NOT activated
Jan 29 19:41:35 thinkpad pptp[8750]: nm-pptp-service-8722 
log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 1 
'Start-Control-Connection-Request'
Jan 29 19:41:35 thinkpad pptp[8750]: nm-pptp-service-8722 
log[ctrlp_disp:pptp_ctrl.c:781]: Received Start Control Connection Reply
Jan 29 19:41:35 thinkpad pptp[8750]: nm-pptp-service-8722 
log[ctrlp_disp:pptp_ctrl.c:815]: Client connection established.
Jan 29 19:41:36 thinkpad pptp[8750]: nm-pptp-service-8722 
log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 7 
'Outgoing-Call-Request'
Jan 29 19:41:36 thinkpad pptp[8750]: nm-pptp-service-8722 
log[ctrlp_disp:pptp_ctrl.c:900]: Received Outgoing Call Reply.
Jan 29 19:41:36 thinkpad pptp[8750]: nm-pptp-service-8722 
log[ctrlp_disp:pptp_ctrl.c:938]: Outgoing call established (call ID 44616, 
peer's call ID 0).
Jan 29 19:42:03 thinkpad pptp[8750]: nm-pptp-service-8722 
log[ctrlp_disp:pptp_ctrl.c:976]: Call disconnect notification received (call id 
44616)
Jan 29 19:42:06 thinkpad pptp[8750]: nm-pptp-service-8722 
log[logecho:pptp_ctrl.c:719]: Echo Request received.
Jan 29 19:42:06 thinkpad pptp[8750]: nm-pptp-service-8722 
log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 6 'Echo-Reply'
Jan 29 19:42:06 thinkpad pptp[8739]: nm-pptp-service-8722 
warn[decaps_hdlc:pptp_gre.c:226]: short read (-1): Input/output error
Jan 29 19:42:06 thinkpad pptp[8739]: nm-pptp-service-8722 
warn[decaps_hdlc:pptp_gre.c:238]: pppd may have shutdown, see pppd log
Jan 29 19:42:06 thinkpad pppd[8734]: Child process /usr/sbin/pptp 
161.53.xxx.yyy --nolaunchpppd --loglevel 0 --logstring nm-pptp-service-8722 
(pid 8737) terminated with signal 15
Jan 29 19:42:06 thinkpad NetworkManager[8734]: Child process /usr/sbin/pptp 
161.53.xxx.yyy --nolaunchpppd --loglevel 0 --logstring nm-pptp-service-8722 
(pid 8737) terminated with signal 15
Jan 29 19:42:06 thinkpad pptp[8750]: nm-pptp-service-8722 
log[callmgr_main:pptp_callmgr.c:245]: Closing connection (unhandled)
Jan 29 19:42:06 thinkpad pptp[8750]: nm-pptp-service-8722 
log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 12 
'Call-Clear-Request'
Jan 29 19:42:06 thinkpad pptp[8750]: nm-pptp-service-8722 
log[call_callback:pptp_callmgr.c:84]: Closing connection (call state)

Once nf_conntrack_pptp kernel module is loaded, VPN connection succeeds:

Jan 29 19:44:02 thinkpad pppd[10166]: Plugin 
/usr/lib/pppd/2.4.7/nm-pptp-pppd-plugin.so loaded.
Jan 29 19:44:02 thinkpad NetworkManager[10166]: Plugin 
/usr/lib/pppd/2.4.7/nm-pptp-pppd-plugin.so loaded.
Jan 29 19:44:02 thinkpad pptp[10170]: nm-pptp-service-10156 
log[main:pptp.c:353]: The synchronous pptp option is NOT activated
Jan 29 19:44:02 thinkpad pptp[10183]: nm-pptp-service-10156 
log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 1 
'Start-Control-Connection-Request'
Jan 29 19:44:02 thinkpad pptp[10183]: nm-pptp-service-10156 
log[ctrlp_disp:pptp_ctrl.c:781]: Received Start Control Connection Reply
Jan 29 19:44:02 thinkpad pptp[10183]: nm-pptp-service-10156 
log[ctrlp_disp:pptp_ctrl.c:815]: Client connection established.
Jan 29 19:44:03 thinkpad pptp[10183]: nm-pptp-service-10156 
log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 7 
'Outgoing-Call-Request'
Jan 29 19:44:03 thinkpad pptp[10183]: nm-pptp-service-10156 
log[ctrlp_disp:pptp_ctrl.c:900]: Received Outgoing Call Reply.
Jan 29 19:44:03 thinkpad pptp[10183]: nm-pptp-service-10156 
log[ctrlp_disp:pptp_ctrl.c:938]: Outgoing call established (call ID 61223, 
peer's call ID 0).

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


** Tags: champagne

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

Title:
  PPTP VPN doesn't work out of the box - nf_conntrack_pptp missing

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

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

[Bug 1737428] Re: VRF support to solve routing problems associated with multi-homing

2020-01-17 Thread Ante Karamatić
** Tags added: sts

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

Title:
  VRF support to solve routing problems associated with multi-homing

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

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

[Bug 1298325] Re: ifenslave can't delete interfaces from a bond

2019-07-17 Thread Ante Karamatić
** Also affects: ifenslave (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Tags added: 4010

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

Title:
  ifenslave can't delete interfaces from a bond

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

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

[Bug 1831787] Re: Bogus routes after DHCP lease change

2019-06-06 Thread Ante Karamatić
It's exactly the same as that systemd issue.

** Attachment added: "log"
   
https://bugs.launchpad.net/netplan/+bug/1831787/+attachment/5269074/+files/log

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

Title:
  Bogus routes after DHCP lease change

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

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

[Bug 1784401] Re: [SRU] ceph 10.2.11

2019-01-11 Thread Ante Karamatić
James, any idea why this is still only in -proposed for mitaka? Thanks!

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

Title:
  [SRU] ceph 10.2.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1784401/+subscriptions

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

[Bug 1787110] Re: False positives in reporting server unavailable

2018-08-28 Thread Ante Karamatić
** Tags added: cpe-onsite

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

Title:
  False positives in reporting server unavailable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins-rabbitmq/+bug/1787110/+subscriptions

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

[Bug 1777131] Re: Wrong RAM size shown for server

2018-08-23 Thread Ante Karamatić
** Changed in: lshw (Ubuntu)
   Importance: Undecided => High

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

Title:
  Wrong RAM size shown for server

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

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

Re: [Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-08-06 Thread Ante Karamatić
Christian are you testing this on real hardware or on 32bit VMs?

Regression is isolated to just kernel. Same machine, if only kernel is
downgraded works just fine.

On Mon, Aug 6, 2018 at 6:45 AM  Christian Ehrhardt  <
1767...@bugs.launchpad.net> wrote:

> That implies that for you it is some other config than the current
> kernel (or a combination thereof), so far multiple people including me
> have not been able to reproduce this - so to further fix things we have
> to spot what is different within your setup triggering the issue for
> you.
>
> Unfortunately we have checked the obvious (32bit host) with varying
> results comment #19 and comment #24. So it must be something else than
> "just" the kernel, but what?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1767857
>
> Title:
>   Kernel 4.4.0-122 Breaks qemu-system-x86
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions
>
-- 
Ante Karamatić
ante.karama...@canonical.com
Canonical

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

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

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

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

Re: [Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-05-28 Thread Ante Karamatić
Host needs to be 32bit. Guest arch is irrelevant for the problem.

On 64bit host everything works fine.
pon, 28. svi 2018. u 07:50  Christian Ehrhardt  <
1767...@bugs.launchpad.net> napisao je:

> And given we have two reporters that point to the upgrade lets tag it a
> regression due to that.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1767857
>
> Title:
>   Kernel 4.4.0-122 Breaks qemu-system-x86
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions
>
-- 
Ante Karamatić
ante.karama...@canonical.com
Canonical

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

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

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

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

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-05-27 Thread Ante Karamatić
I can confirm that, while 4.4.0-119 works just fine, 4.4.0-121 doesn't
work.

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

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

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

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

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-05-25 Thread Ante Karamatić
I've hit the same problem on 32bit 14.04 with both latest 3.13.0-149 and
4.4.0-127 kernels. I can confirm it works with 4.4.0-119. I could
provide some kernel version bisection (both 3.13 and 4.4), but only over
the weekend. These are production machines during the week :/

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

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

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

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

[Bug 1767087] Re: ceph-volume: block device permissions sometimes not set on initial activate call

2018-05-09 Thread Ante Karamatić
** Tags added: cpe-onsite

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

Title:
  ceph-volume: block device permissions sometimes not set on initial
  activate call

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

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

[Bug 1758919] Re: static routes get lost when lxd container being deployed [MAAS environment]

2018-03-26 Thread Ante Karamatić
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: juju
   Status: New => Invalid

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

Title:
  static routes get lost when lxd container being deployed [MAAS
  environment]

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

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

[Bug 1686063] Re: Rbd driver can't delete image with unprotected snapshot

2018-01-09 Thread Ante Karamatić
** Also affects: cloud-archive
   Importance: Undecided
   Status: New

** Also affects: python-glance-store (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: cpe-onsite

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

Title:
  Rbd driver can't delete image with unprotected snapshot

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1686063/+subscriptions

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

[Bug 1737640] Re: /usr/sbin/fanctl: arithmetic expression: expecting primary | unconfigured interfaces cause ifup failures

2018-01-04 Thread Ante Karamatić
** Description changed:

+ [Impact]
+ 
+  * This bug effects anyone deploying LXD with juju on a machine with
+ unconfigured interfaces. Since this is a very common use case, SRU is
+ needed.
+ 
+ [Test Case]
+ 
+  * Detailed process can be seen at https://paste.ubuntu.com/26169937/
+ 
+ [Regression Potential]
+ 
+  * Potential for regression is low because of the nature of the error.
+ It's just missing a case stanza for interfaces that are defined with
+ IP/mask
+ 
+ [Other Info]
+  
+  * Original report:
+ 
  I'm seeing this error as the status of multiple containers in my deploy:
  
  http://paste.ubuntu.com/26166720/
  
  I can't connect to the parent machines anymore either - it seems
  networking is totally hosed on the machines.
  
  This is with juju 2.3.1.

** Summary changed:

- /usr/sbin/fanctl: arithmetic expression: expecting primary | unconfigured 
interfaces cause ifup failures
+ [SRU] /usr/sbin/fanctl: arithmetic expression: expecting primary | 
unconfigured interfaces cause ifup failures

** Description changed:

  [Impact]
  
-  * This bug effects anyone deploying LXD with juju on a machine with
- unconfigured interfaces. Since this is a very common use case, SRU is
- needed.
+  * This bug effects anyone deploying LXD with juju on a machine with
+ interfaces configured as IP/mask. Since this is a very common use case,
+ SRU is needed.
  
  [Test Case]
  
-  * Detailed process can be seen at https://paste.ubuntu.com/26169937/
+  * Detailed process can be seen at https://paste.ubuntu.com/26169937/
  
  [Regression Potential]
  
-  * Potential for regression is low because of the nature of the error.
+  * Potential for regression is low because of the nature of the error.
  It's just missing a case stanza for interfaces that are defined with
  IP/mask
  
  [Other Info]
-  
-  * Original report:
+ 
+  * Original report:
  
  I'm seeing this error as the status of multiple containers in my deploy:
  
  http://paste.ubuntu.com/26166720/
  
  I can't connect to the parent machines anymore either - it seems
  networking is totally hosed on the machines.
  
  This is with juju 2.3.1.

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

Title:
  [SRU] /usr/sbin/fanctl: arithmetic expression: expecting primary |
  unconfigured interfaces cause ifup failures

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

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

[Bug 1599886] Re: apt-mirror does not override security.ubuntu.com for containers on trusty

2017-12-13 Thread Ante Karamatić
@John I fully agree. All this information is already available to juju,
so IMHO juju should just use it. Instead of picking up information from
MAAS, juju should just take a peak into host's cloud-config data and use
it to generate LXD and KVM cloud-config. Obviously, it should override
some settings with its own, but instead of implementing all these
features, it would be much easier to consume the already available data.
Reading cloud-config from the host also makes it provider agnostic.

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

Title:
  apt-mirror does not override security.ubuntu.com for containers on
  trusty

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

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

[Bug 1720109] Re: snmpd stop on host stops snmpd on LXD containers, but host-restart of snmpd doesnt restart lxd process

2017-11-20 Thread Ante Karamatić
** Changed in: net-snmp (Ubuntu)
 Assignee: Ante Karamatić (ivoks) => Arno van Huyssteen (avanhuys)

** Changed in: net-snmp (Ubuntu)
   Importance: Undecided => Medium

** Changed in: net-snmp (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/1720109

Title:
  snmpd stop on host stops snmpd on LXD containers, but host-restart of
  snmpd doesnt restart lxd process

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

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

[Bug 1720109] Re: snmpd stop on host stops snmpd on LXD containers, but host-restart of snmpd doesnt restart lxd process

2017-09-29 Thread Ante Karamatić
** Changed in: net-snmp (Ubuntu)
 Assignee: (unassigned) => Ante Karamatić (ivoks)

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

Title:
  snmpd stop on host stops snmpd on LXD containers, but host-restart of
  snmpd doesnt restart lxd process

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

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

[Bug 1709604] Re: package installs and enables two panels

2017-09-27 Thread Ante Karamatić
** Tags added: cpe-onsite

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

Title:
  package installs and enables two panels

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1709604/+subscriptions

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

[Bug 1705493] Re: [4.4][backport] Multiple partitions are not supported on a bcache device

2017-09-27 Thread Ante Karamatić
** Tags removed: cpec
** Tags added: cpe-onsite

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

Title:
  [4.4][backport] Multiple partitions are not supported on a bcache
  device

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

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

[Bug 1484022] Re: please pick os-endpoint-type fix for Kilo

2017-09-27 Thread Ante Karamatić
** Tags removed: cpec
** Tags added: cpe-onsite

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

Title:
  please pick os-endpoint-type fix for Kilo

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1484022/+subscriptions

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

[Bug 1481216] Re: [SRU] unreadable text color in confirmation dialog with ubuntu theme

2017-09-27 Thread Ante Karamatić
** Tags removed: cpec
** Tags added: cpe-onsite

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

Title:
  [SRU] unreadable text color in confirmation dialog with ubuntu theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1481216/+subscriptions

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

[Bug 1599886] Re: apt-mirror does not override security.ubuntu.com for containers on trusty

2017-09-27 Thread Ante Karamatić
** Tags removed: cpec
** Tags added: cpe-onsite

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

Title:
  apt-mirror does not override security.ubuntu.com for containers on
  trusty

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

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

[Bug 1549998] Re: Parsing of IPv6 proxies is broken in urllib

2017-09-27 Thread Ante Karamatić
** Tags removed: cpec

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

Title:
  Parsing of IPv6 proxies is broken in urllib

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

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

[Bug 1590689] Re: MAAS 1.9.3 + Juju 1.25.5 - on the Juju controller node eth0 and juju-br0 interfaces have the same IP address at the same time

2017-09-27 Thread Ante Karamatić
** Tags removed: cpec

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

Title:
  MAAS 1.9.3 + Juju 1.25.5 - on the Juju controller node eth0 and juju-
  br0 interfaces have the same IP address at the same time

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

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

[Bug 1628031] Re: [OSSA-2017-001] CatchErrors leaks sensitive values in oslo.middleware (CVE-2017-2592)

2017-06-28 Thread Ante Karamatić
** Also affects: python-oslo.middleware (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [OSSA-2017-001] CatchErrors leaks sensitive values in oslo.middleware
  (CVE-2017-2592)

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

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


[Bug 1437353] Re: UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit SFI/SFP+

2017-05-04 Thread Ante Karamatić
I've replaced grubx64.efi from 16.04 with the one from 17.04 and problem
went away. This means that problem is indeed in grub or grub in 16.04
doesn't have needed workarounds for faulty firmwares.

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

** Changed in: grub2 (Ubuntu)
   Importance: Undecided => High

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

Title:
  UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit
  SFI/SFP+

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

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


[Bug 1437353] Re: UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit SFI/SFP+

2017-03-01 Thread Ante Karamatić
@Russell I'd test it. I'm having this problem with latest packages in
Xenial.

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

Title:
  UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit
  SFI/SFP+

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

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


Re: [Bug 1618429] Re: Curtin doesn't clean up previous MD configuration

2017-01-18 Thread Ante Karamatić
Yes, failures are consistent and happen even after 'erase disks' is enabled
in MAAS. They also happen on all nodes. I'm afraid I can't get any more
logs than this. This is all that MAAS can capture in this environment.

On Wed, Jan 18, 2017 at 3:00 PM Ryan Harper <1618...@bugs.launchpad.net>
wrote:

> Is it possible to include the entire installation.log?
>
> Do repeat deploys to the same node and same configuration fail
> consistently?
>
> On Wed, Jan 18, 2017 at 6:50 AM, Ante Karamatić <
> ante.karama...@canonical.com> wrote:
>
> > ** Attachment added: "installation.log"
> >https://bugs.launchpad.net/curtin/+bug/1618429/+
> > attachment/4805810/+files/installation.log
> >
> > --
> > You received this bug notification because you are subscribed to the bug
> > report.
> > https://bugs.launchpad.net/bugs/1618429
> >
> > Title:
> >   Curtin doesn't clean up previous MD configuration
> >
> > To manage notifications about this bug go to:
> > https://bugs.launchpad.net/curtin/+bug/1618429/+subscriptions
> >
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1618429
>
> Title:
>   Curtin doesn't clean up previous MD configuration
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/curtin/+bug/1618429/+subscriptions
>
-- 
Ante Karamatić
ante.karama...@canonical.com
Canonical

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

Title:
  Curtin doesn't clean up previous MD configuration

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

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

[Bug 1618429] Re: Curtin doesn't clean up previous MD configuration

2017-01-18 Thread Ante Karamatić
** Attachment added: "installation.log"
   
https://bugs.launchpad.net/curtin/+bug/1618429/+attachment/4805810/+files/installation.log

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

Title:
  Curtin doesn't clean up previous MD configuration

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

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


[Bug 1618429] Re: Curtin doesn't clean up previous MD configuration

2017-01-18 Thread Ante Karamatić
I'm not sure this is fixed. We are still seeing problems:

MAAS' curtin version is 0.1.0~bzr425-0ubuntu1~16.04.1. Installation log
and curtin-config (obfuscated) is provided as attachments.

** Attachment added: "curtin-config.txt"
   
https://bugs.launchpad.net/curtin/+bug/1618429/+attachment/4805809/+files/curtin-config.txt

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

Title:
  Curtin doesn't clean up previous MD configuration

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

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


[Bug 1640079] Re: LXDs doesn't start after a reboot

2016-12-09 Thread Ante Karamatić
Just one datapoint.

I have a 100+ LXDs over here and they all autostart when host is
rebooted. These are on different juju versions (beta15 and 2.0.1) and
they all have:

  user.boot.autostart: "true"

I repeat, they autostart every time. Difference is that this is Ubuntu
14.04 and LXD 2.0.3 and 2.0.4. So, to me this looks like a different
behaviour between Ubuntu versions, rather than a juju bug.

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

Title:
  LXDs doesn't start after a reboot

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

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


[Bug 1574113] Re: curtin/maas don't support multiple (derived) archives/repositories with custom keys

2016-11-07 Thread Ante Karamatić
Is there any way to use this functionality in 14.04?

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

Title:
  curtin/maas don't support multiple (derived) archives/repositories
  with custom keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1574113/+subscriptions

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


[Bug 1553563] Re: bconsole to Bacula Director fails with authorization problem message

2016-10-21 Thread Ante Karamatić
7.0.5+dfsg-4ubuntu0.1 solves the problem in 16.04 (I've even tested same
binaries on 14.04)

** Tags added: verification-done-xenial

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

Title:
  bconsole to Bacula Director fails with authorization problem message

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

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


[Bug 1622622] Re: connection loss, application crashes, unable to edit or open documents

2016-09-30 Thread Ante Karamatić
Jinx! You owe me a Coke

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

Title:
  connection loss, application crashes, unable to edit or open documents

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

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


[Bug 1622622] Re: connection loss, application crashes, unable to edit or open documents

2016-09-30 Thread Ante Karamatić
@Jon I think this bug was resolved few days ago when 4.3.11 was released
in both Xenial and Trusty updates.

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

Title:
  connection loss, application crashes, unable to edit or open documents

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

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


[Bug 1622622] Re: connection loss, application crashes, unable to edit or open documents

2016-09-12 Thread Ante Karamatić
This impacts Samba 4.3.9+dfsg-0ubuntu0.14.04.3.

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

Title:
  connection loss, application crashes, unable to edit or open documents

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

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


[Bug 1590689] Re: MAAS 1.9.3 + Juju 1.25.5 - on the Juju controller node eth0 and juju-br0 interfaces have the same IP address at the same time

2016-06-20 Thread Ante Karamatić
After some discussion on Hangout between Andrew, Dimiter and myself, we
realized that ifenslave in Trusty is not compatible with kernel 3.13 nor
ifupdown version from Trusty.

So, this would mean that bonding in 14.04 is in general broken.

Bugs:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742410
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791906

** Bug watch added: Debian Bug tracker #742410
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742410

** Bug watch added: Debian Bug tracker #791906
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791906

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

** Changed in: ifenslave (Ubuntu)
   Importance: Undecided => High

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

Title:
  MAAS 1.9.3 + Juju 1.25.5 - on the Juju controller node eth0 and juju-
  br0 interfaces have the same IP address at the same time

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

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


[Bug 1524989] Re: ScaleIO driver could attach wrong volume to the VM

2016-05-27 Thread Ante Karamatić
** Also affects: python-os-brick (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  ScaleIO driver could attach wrong volume to the VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/os-brick/+bug/1524989/+subscriptions

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


[Bug 1515768] Re: Instance creation fails with libvirtError: Unable to create tap device: Device or resource busy

2016-03-30 Thread Ante Karamatić
** Also affects: heat (Ubuntu)
   Importance: Undecided
   Status: New

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

** No longer affects: heat (Ubuntu)

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

Title:
  Instance creation fails with libvirtError: Unable to create tap
  device: Device or resource busy

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

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


[Bug 1515768] Re: Instance creation fails with libvirtError: Unable to create tap device: Device or resource busy

2016-03-30 Thread Ante Karamatić
** Also affects: heat (Ubuntu)
   Importance: Undecided
   Status: New

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

** No longer affects: heat (Ubuntu)

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

Title:
  Instance creation fails with libvirtError: Unable to create tap
  device: Device or resource busy

To manage notifications about this bug go to:
https://bugs.launchpad.net/heat/+bug/1515768/+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 1549998] [NEW] Parsing of IPv6 proxies is broken in urllib

2016-02-25 Thread Ante Karamatić
Public bug reported:

When IPv6 proxies are used, urllib in 14.04 won't work always. Example
with 'neutron net-list':

⟫ neutron --debug net-list
DEBUG: neutronclient.neutron.v2_0.network.ListNetwork 
get_data(Namespace(columns=[], fields=[], formatter='table', page_size=None, 
quote_mode='nonnumeric', request_format='json', show_details=False, 
sort_dir=[], sort_key=[]))
DEBUG: neutronclient.client 
REQ: curl -i http://192.168.0.1:5000/v2.0/tokens -X POST -H "Content-Type: 
application/json" -H "Accept: application/json" -H "User-Agent: 
python-neutronclient" -d '{"auth": {"tenantName": "test", 
"passwordCredentials": {"username": "test", "password": "test"}}}'

DEBUG: neutronclient.client throwing ConnectionFailed : invalid literal for 
int() with base 10: 'ea2a:eaff:fe39:a800]:8080'
ERROR: neutronclient.shell Connection to neutron failed: invalid literal for 
int() with base 10: 'ea2a:eaff:fe39:a800]:8080'
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/neutronclient/shell.py", line 526, in 
run_subcommand
return run_command(cmd, cmd_parser, sub_argv)
  File "/usr/lib/python2.7/dist-packages/neutronclient/shell.py", line 79, in 
run_command
return cmd.run(known_args)
  File "/usr/lib/python2.7/dist-packages/neutronclient/common/command.py", line 
34, in run
return super(OpenStackCommand, self).run(parsed_args)
  File "/usr/lib/python2.7/dist-packages/cliff/display.py", line 84, in run
column_names, data = self.take_action(parsed_args)
  File "/usr/lib/python2.7/dist-packages/neutronclient/common/command.py", line 
40, in take_action
return self.get_data(parsed_args)
  File 
"/usr/lib/python2.7/dist-packages/neutronclient/neutron/v2_0/__init__.py", line 
610, in get_data
data = self.retrieve_list(parsed_args)
  File 
"/usr/lib/python2.7/dist-packages/neutronclient/neutron/v2_0/__init__.py", line 
556, in retrieve_list
neutron_client = self.get_client()
  File 
"/usr/lib/python2.7/dist-packages/neutronclient/neutron/v2_0/__init__.py", line 
350, in get_client
return self.app.client_manager.neutron
  File 
"/usr/lib/python2.7/dist-packages/neutronclient/common/clientmanager.py", line 
40, in __get__
self._handle = self.factory(instance)
  File "/usr/lib/python2.7/dist-packages/neutronclient/neutron/client.py", line 
36, in make_client
instance.initialize()
  File 
"/usr/lib/python2.7/dist-packages/neutronclient/common/clientmanager.py", line 
94, in initialize
httpclient.authenticate()
  File "/usr/lib/python2.7/dist-packages/neutronclient/client.py", line 239, in 
authenticate
content_type="application/json")
  File "/usr/lib/python2.7/dist-packages/neutronclient/client.py", line 154, in 
_cs_request
raise exceptions.ConnectionFailed(reason=e)
ConnectionFailed: Connection to neutron failed: invalid literal for int() with 
base 10: 'ea2a:eaff:fe39:a800]:8080'
DEBUG: neutronclient.shell clean_up ListNetwork
DEBUG: neutronclient.shell Got an error: Connection to neutron failed: invalid 
literal for int() with base 10: 'ea2a:eaff:fe39:a800]:8080'

This has been fixed with urllib 1.11:

https://github.com/shazow/urllib3/pull/668/files

** Affects: python (Ubuntu)
 Importance: High
 Status: New


** Tags: cpec

** Changed in: python (Ubuntu)
   Importance: Undecided => High

** Tags added: cpec

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

Title:
  Parsing of IPv6 proxies is broken in urllib

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

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

[Bug 1546320] Re: crash starting at kernel v3.13.0-72 in timer code

2016-02-18 Thread Ante Karamatić
** Tags added: cpec

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

Title:
  crash starting at kernel v3.13.0-72  in timer code

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

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


[Bug 1316272] Re: juju destroy-environment =256 nodes fails

2015-06-29 Thread Ante Karamatić
@Curtis, we are seeing this with juju 1.22.

-- 
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/1316272

Title:
  juju destroy-environment =256 nodes fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1316272/+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 1316272] Re: juju destroy-environment =256 nodes fails

2015-06-29 Thread Ante Karamatić
@Curtis, we are seeing this with juju 1.22.

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

Title:
  juju destroy-environment =256 nodes fails

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

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


[Bug 1355813] Re: Interface MTU management across MAAS/juju

2015-06-23 Thread Ante Karamatić
** Tags added: cpec

-- 
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/1355813

Title:
  Interface MTU management across MAAS/juju

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1355813/+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 1355813] Re: Interface MTU management across MAAS/juju

2015-06-23 Thread Ante Karamatić
** Tags added: cpec

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

Title:
  Interface MTU management across MAAS/juju

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

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


[Bug 1455608] Re: upstart job state switched to running before the sock file created

2015-05-18 Thread Ante Karamatić
** Tags added: cpec

** Changed in: libvirt (Ubuntu)
   Importance: Undecided = High

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

Title:
  upstart job state switched to running before the sock file created

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

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


[Bug 1398182] Re: Cannot set publicURL for public access

2015-05-18 Thread Ante Karamatić
** Tags added: cpec

** Changed in: swift-proxy (Juju Charms Collection)
   Importance: Undecided = High

** Also affects: nova-cloud-controller (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: nova-cloud-controller (Ubuntu)

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

Title:
  Charms need config option to set publicURL

To manage notifications about this bug go to:
https://bugs.launchpad.net/charms/+source/ceilometer/+bug/1398182/+subscriptions

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


[Bug 1454796] Re: btrfs blocks root filesystem mount on 15.04

2015-05-16 Thread Ante Karamatić
3.19.0-18 also works. It boots when 3.19.0-16 doesn't.

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

Title:
  btrfs blocks root filesystem mount on 15.04

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

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


[Bug 1454796] Re: btrfs blocks root filesystem mount on 15.04

2015-05-14 Thread Ante Karamatić
I can easily reproduce the problem if I do unclean shutdown. After that,
it doesn't boot. 3.13.0 boots without issues.

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

Title:
  btrfs blocks root filesystem mount on 15.04

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

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


[Bug 1454796] Re: btrfs blocks root filesystem mount on 15.04

2015-05-14 Thread Ante Karamatić
Did few more reboots, and I can confirm that it does solve the problem.
Reproduced the problem multiple times with 3.19, while I couldn't with
4.1.

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

Title:
  btrfs blocks root filesystem mount on 15.04

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

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


[Bug 1454796] Re: btrfs blocks root filesystem mount on 15.04

2015-05-14 Thread Ante Karamatić
I've tested it with '4.1.0-040100rc3-generic #201505102036'. I've forced
shutdown 4 times and each time it booted up fine with this kernel. Then,
5th time I tried booting 3.19.0 and it failed. I rebooted with
'4.1.0-040100rc3-generic #201505102036' and it booted just fine. So, it
looks like this kernel does fixes this problem.

** Tags added: kernel-fixed-upstream

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

Title:
  btrfs blocks root filesystem mount on 15.04

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

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


[Bug 1454796] Re: btrfs blocks root filesystem mount on 15.04

2015-05-14 Thread Ante Karamatić
I can't reproduce it with 3.19.8.

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

Title:
  btrfs blocks root filesystem mount on 15.04

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

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


[Bug 1454796] Re: btrfs blocks root filesystem mount on 15.04

2015-05-13 Thread Ante Karamatić
Tried older 3.16.0, same result. 3.13 booted fine. Next reboot, after
3.13, 3.19 also booted fine.

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

Title:
  btrfs blocks root filesystem mount on 15.04

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

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


[Bug 1454796] [NEW] btrfs blocks root filesystem mount on 15.04

2015-05-13 Thread Ante Karamatić
Public bug reported:

Powered on my laptop (XPS 13) and it newer booted up. Attaching
screenshots showing btrfs blocking mounting.

Kernel 3.19.0-15-generic

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

** Attachment added: IMAG0725.jpg
   
https://bugs.launchpad.net/bugs/1454796/+attachment/4396934/+files/IMAG0725.jpg

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

Title:
  btrfs blocks root filesystem mount on 15.04

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

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


[Bug 1454796] Re: btrfs blocks root filesystem mount on 15.04

2015-05-13 Thread Ante Karamatić
Well, filesystem was not mounted, I could not collect logs, which
haven't been written.

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

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

Title:
  btrfs blocks root filesystem mount on 15.04

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

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


[Bug 1454796] Re: btrfs blocks root filesystem mount on 15.04

2015-05-13 Thread Ante Karamatić
** Attachment added: IMAG0723.jpg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454796/+attachment/4396935/+files/IMAG0723.jpg

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

Title:
  btrfs blocks root filesystem mount on 15.04

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

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


[Bug 1454796] Re: btrfs blocks root filesystem mount on 15.04

2015-05-13 Thread Ante Karamatić
** Attachment added: IMAG0727.jpg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454796/+attachment/4396936/+files/IMAG0727.jpg

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

Title:
  btrfs blocks root filesystem mount on 15.04

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

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


[Bug 1454796] Re: btrfs blocks root filesystem mount on 15.04

2015-05-13 Thread Ante Karamatić
This is actually a second time it happened. First time it was with
3.16.0 a month ago. Multiple reboots, power off/on, nothing helped. At
that time I didn't collect any additional data. Now, second time it
happened, symptoms were exactly the same - and way to fix it was exactly
the same. I usually do not power off my laptop, rather suspend it. But
I'll power it off more often now in order to reproduce it again.

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

Title:
  btrfs blocks root filesystem mount on 15.04

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

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


[Bug 1408370] Re: rabbit: drain_events is sometimes called with None

2015-05-07 Thread Ante Karamatić
We used 1.3.0-0ubuntu1.1 and we confirm it solves the problem.

** 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/1408370

Title:
  rabbit: drain_events is sometimes called with None

To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo.messaging/+bug/1408370/+subscriptions

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


[Bug 1400268] Re: rabbit/Qpid reconnection retry doesn't work as expected

2015-05-07 Thread Ante Karamatić
We used 1.3.0-0ubuntu1.1 and we confirm it solves the problem.

** 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/1400268

Title:
  rabbit/Qpid reconnection retry doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo.messaging/+bug/1400268/+subscriptions

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


[Bug 1338732] Re: Timed out waiting for a reply via rabbit

2015-05-07 Thread Ante Karamatić
We used 1.3.0-0ubuntu1.1 and we confirm it solves the problem.

** 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/1338732

Title:
  Timed out waiting for a reply via rabbit

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1338732/+subscriptions

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


[Bug 1427160] Re: MAAS allocates all disk space to /home (d-i installer)

2015-03-04 Thread Ante Karamatić
Uniqness of this machine is that it had a lot more RAM than disk.
partman-auto couldn't deploy 'atomic' recipe and went with next one,
which was 'home'. This can happen with regular d-i, without MAAS.

** Also affects: partman-auto (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: cts

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

Title:
  MAAS allocates all disk space to /home (d-i installer)

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

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


[Bug 1425994] [NEW] Squirrelmail 'From' and 'Subject' apear blank

2015-02-26 Thread Ante Karamatić
Public bug reported:

In Ubuntu 14.04, behavior of PHP's htmlspecialchars() has changed. This
results in pretty bad behavior with squirrelmail. Rendering of non-utf8
and non-iso-8859-1 messages fails in a way that message is not visible
and/or Subject and/or From fields are also not visible.

More about problem can be seen at upstream bug:

http://sourceforge.net/p/squirrelmail/bugs/2806/

Attached patch solves the problem in Ubuntu 14.04. It's the patch
provided by upstream's bug report.

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

** Patch added: quoted_printable_fix-1.4.x-version_2.diff
   
https://bugs.launchpad.net/bugs/1425994/+attachment/4328522/+files/quoted_printable_fix-1.4.x-version_2.diff

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

Title:
  Squirrelmail 'From' and 'Subject' apear blank

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

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


[Bug 1403648] Re: Apparmor denies qemu access to a number of important directories.

2015-01-30 Thread Ante Karamatić
Ideally, this would've been:

/var/lib/charm/*/ceph.conf r,

service name can be different. For example:

[534614.823259] type=1400 audit(1422553522.478:143): apparmor=DENIED
operation=open profile=libvirt-a7605ca2-0b10-4afa-b25e-3b6a83ae5552
name=/var/lib/charm/az1-compute/ceph.conf pid=43088 comm=qemu-
system-x86 requested_mask=r denied_mask=r fsuid=110 ouid=0

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

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

** Changed in: libvirt (Ubuntu Utopic)
   Status: Fix Committed = Confirmed

-- 
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/1403648

Title:
  Apparmor denies qemu access to a number of important directories.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1403648/+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 1403648] Re: Apparmor denies qemu access to a number of important directories.

2015-01-30 Thread Ante Karamatić
Ideally, this would've been:

/var/lib/charm/*/ceph.conf r,

service name can be different. For example:

[534614.823259] type=1400 audit(1422553522.478:143): apparmor=DENIED
operation=open profile=libvirt-a7605ca2-0b10-4afa-b25e-3b6a83ae5552
name=/var/lib/charm/az1-compute/ceph.conf pid=43088 comm=qemu-
system-x86 requested_mask=r denied_mask=r fsuid=110 ouid=0

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

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

** Changed in: libvirt (Ubuntu Utopic)
   Status: Fix Committed = Confirmed

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

Title:
  Apparmor denies qemu access to a number of important directories.

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

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


[Bug 1412830] [NEW] [AHBL] spamassassin is returning false positives by default

2015-01-20 Thread Ante Karamatić
Public bug reported:

AHBL has discontinued their operations and is deliberetly marking all
checks as positive:

http://www.ahbl.org/content/last-notice-wildcarding-services-jan-1st

AHBL is enabled by default in SpamAssassin in at least 10.04, 12.04 and
14.04. This means that every mail gets 2 points on spam score list.

10.04:

# grep -sr AHBL /usr/share/spamassassin/
/usr/share/spamassassin/30_text_de.cf:lang de describe DNS_FROM_AHBL_RHSBL 
Absenderadresse in Liste von dnsbl.ahbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:header DNS_FROM_AHBL_RHSBL  
eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.')
/usr/share/spamassassin/20_dnsbl_tests.cf:describe DNS_FROM_AHBL_RHSBL
Envelope sender listed in dnsbl.ahbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:tflags DNS_FROM_AHBL_RHSBL  net
/usr/share/spamassassin/20_dnsbl_tests.cf:reuse  DNS_FROM_AHBL_RHSBL
/usr/share/spamassassin/50_scores.cf:score DNS_FROM_AHBL_RHSBL 0 2.438 0 2.699 
# n=0 n=2

12.04:

# grep -sr AHBL /usr/share/spamassassin/
/usr/share/spamassassin/50_scores.cf:score DNS_FROM_AHBL_RHSBL 0 2.438 0 2.699 
# n=0 n=2
/usr/share/spamassassin/30_text_de.cf:lang de describe DNS_FROM_AHBL_RHSBL 
Absenderadresse in Liste von dnsbl.ahbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:header DNS_FROM_AHBL_RHSBL  
eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.')
/usr/share/spamassassin/20_dnsbl_tests.cf:describe DNS_FROM_AHBL_RHSBL
Envelope sender listed in dnsbl.ahbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:tflags DNS_FROM_AHBL_RHSBL  net
/usr/share/spamassassin/20_dnsbl_tests.cf:reuse  DNS_FROM_AHBL_RHSBL

14.04:

# grep -sr AHBL /usr/share/spamassassin/
/usr/share/spamassassin/30_text_de.cf:lang de describe DNS_FROM_AHBL_RHSBL 
Absenderadresse in Liste von dnsbl.ahbl.org
/usr/share/spamassassin/50_scores.cf:score DNS_FROM_AHBL_RHSBL 0 2.438 0 2.699 
# n=0 n=2
/usr/share/spamassassin/30_text_pt_br.cf:lang pt_BR describe 
DNS_FROM_AHBL_RHSBL Envelope sender consta em dnsbl.ahbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:header DNS_FROM_AHBL_RHSBL  
eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.')
/usr/share/spamassassin/20_dnsbl_tests.cf:describe DNS_FROM_AHBL_RHSBL
Envelope sender listed in dnsbl.ahbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:tflags DNS_FROM_AHBL_RHSBL  net
/usr/share/spamassassin/20_dnsbl_tests.cf:reuse  DNS_FROM_AHBL_RHSBL


AHBL should be removed from SpamAssassin ASAP.

** Affects: spamassassin (Ubuntu)
 Importance: Critical
 Status: Confirmed

** Description changed:

  AHBL has discontinued their operations and is deliberetly marking all
  checks as positive:
  
  http://www.ahbl.org/content/last-notice-wildcarding-services-jan-1st
  
- AHBL is enabled by default in SpamAssassin in at least 10.04 and 12.04.
- This means that every mail gets 2 points on spam score list.
+ AHBL is enabled by default in SpamAssassin in at least 10.04, 12.04 and
+ 14.04. This means that every mail gets 2 points on spam score list.
  
  10.04:
  
  # grep -sr AHBL /usr/share/spamassassin/
  /usr/share/spamassassin/30_text_de.cf:lang de describe DNS_FROM_AHBL_RHSBL 
Absenderadresse in Liste von dnsbl.ahbl.org
  /usr/share/spamassassin/20_dnsbl_tests.cf:header DNS_FROM_AHBL_RHSBL  
eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.')
  /usr/share/spamassassin/20_dnsbl_tests.cf:describe DNS_FROM_AHBL_RHSBL
Envelope sender listed in dnsbl.ahbl.org
  /usr/share/spamassassin/20_dnsbl_tests.cf:tflags DNS_FROM_AHBL_RHSBL  net
  /usr/share/spamassassin/20_dnsbl_tests.cf:reuse  DNS_FROM_AHBL_RHSBL
  /usr/share/spamassassin/50_scores.cf:score DNS_FROM_AHBL_RHSBL 0 2.438 0 
2.699 # n=0 n=2
  
  12.04:
  
  # grep -sr AHBL /usr/share/spamassassin/
  /usr/share/spamassassin/50_scores.cf:score DNS_FROM_AHBL_RHSBL 0 2.438 0 
2.699 # n=0 n=2
  /usr/share/spamassassin/30_text_de.cf:lang de describe DNS_FROM_AHBL_RHSBL 
Absenderadresse in Liste von dnsbl.ahbl.org
  /usr/share/spamassassin/20_dnsbl_tests.cf:header DNS_FROM_AHBL_RHSBL  
eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.')
  /usr/share/spamassassin/20_dnsbl_tests.cf:describe DNS_FROM_AHBL_RHSBL
Envelope sender listed in dnsbl.ahbl.org
  /usr/share/spamassassin/20_dnsbl_tests.cf:tflags DNS_FROM_AHBL_RHSBL  net
  /usr/share/spamassassin/20_dnsbl_tests.cf:reuse  DNS_FROM_AHBL_RHSBL
  
+ 14.04:
+ 
+ # grep -sr AHBL /usr/share/spamassassin/
+ /usr/share/spamassassin/30_text_de.cf:lang de describe DNS_FROM_AHBL_RHSBL 
Absenderadresse in Liste von dnsbl.ahbl.org
+ /usr/share/spamassassin/50_scores.cf:score DNS_FROM_AHBL_RHSBL 0 2.438 0 
2.699 # n=0 n=2
+ /usr/share/spamassassin/30_text_pt_br.cf:lang pt_BR describe 
DNS_FROM_AHBL_RHSBL Envelope sender consta em dnsbl.ahbl.org
+ /usr/share/spamassassin/20_dnsbl_tests.cf:header DNS_FROM_AHBL_RHSBL  
eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.')
+ /usr/share/spamassassin/20_dnsbl_tests.cf:describe DNS_FROM_AHBL_RHSBL
Envelope sender listed in dnsbl.ahbl.org
+ 

[Bug 1412830] [NEW] [AHBL] spamassassin is returning false positives by default

2015-01-20 Thread Ante Karamatić
Public bug reported:

AHBL has discontinued their operations and is deliberetly marking all
checks as positive:

http://www.ahbl.org/content/last-notice-wildcarding-services-jan-1st

AHBL is enabled by default in SpamAssassin in at least 10.04, 12.04 and
14.04. This means that every mail gets 2 points on spam score list.

10.04:

# grep -sr AHBL /usr/share/spamassassin/
/usr/share/spamassassin/30_text_de.cf:lang de describe DNS_FROM_AHBL_RHSBL 
Absenderadresse in Liste von dnsbl.ahbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:header DNS_FROM_AHBL_RHSBL  
eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.')
/usr/share/spamassassin/20_dnsbl_tests.cf:describe DNS_FROM_AHBL_RHSBL
Envelope sender listed in dnsbl.ahbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:tflags DNS_FROM_AHBL_RHSBL  net
/usr/share/spamassassin/20_dnsbl_tests.cf:reuse  DNS_FROM_AHBL_RHSBL
/usr/share/spamassassin/50_scores.cf:score DNS_FROM_AHBL_RHSBL 0 2.438 0 2.699 
# n=0 n=2

12.04:

# grep -sr AHBL /usr/share/spamassassin/
/usr/share/spamassassin/50_scores.cf:score DNS_FROM_AHBL_RHSBL 0 2.438 0 2.699 
# n=0 n=2
/usr/share/spamassassin/30_text_de.cf:lang de describe DNS_FROM_AHBL_RHSBL 
Absenderadresse in Liste von dnsbl.ahbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:header DNS_FROM_AHBL_RHSBL  
eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.')
/usr/share/spamassassin/20_dnsbl_tests.cf:describe DNS_FROM_AHBL_RHSBL
Envelope sender listed in dnsbl.ahbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:tflags DNS_FROM_AHBL_RHSBL  net
/usr/share/spamassassin/20_dnsbl_tests.cf:reuse  DNS_FROM_AHBL_RHSBL

14.04:

# grep -sr AHBL /usr/share/spamassassin/
/usr/share/spamassassin/30_text_de.cf:lang de describe DNS_FROM_AHBL_RHSBL 
Absenderadresse in Liste von dnsbl.ahbl.org
/usr/share/spamassassin/50_scores.cf:score DNS_FROM_AHBL_RHSBL 0 2.438 0 2.699 
# n=0 n=2
/usr/share/spamassassin/30_text_pt_br.cf:lang pt_BR describe 
DNS_FROM_AHBL_RHSBL Envelope sender consta em dnsbl.ahbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:header DNS_FROM_AHBL_RHSBL  
eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.')
/usr/share/spamassassin/20_dnsbl_tests.cf:describe DNS_FROM_AHBL_RHSBL
Envelope sender listed in dnsbl.ahbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:tflags DNS_FROM_AHBL_RHSBL  net
/usr/share/spamassassin/20_dnsbl_tests.cf:reuse  DNS_FROM_AHBL_RHSBL


AHBL should be removed from SpamAssassin ASAP.

** Affects: spamassassin (Ubuntu)
 Importance: Critical
 Status: Confirmed

** Description changed:

  AHBL has discontinued their operations and is deliberetly marking all
  checks as positive:
  
  http://www.ahbl.org/content/last-notice-wildcarding-services-jan-1st
  
- AHBL is enabled by default in SpamAssassin in at least 10.04 and 12.04.
- This means that every mail gets 2 points on spam score list.
+ AHBL is enabled by default in SpamAssassin in at least 10.04, 12.04 and
+ 14.04. This means that every mail gets 2 points on spam score list.
  
  10.04:
  
  # grep -sr AHBL /usr/share/spamassassin/
  /usr/share/spamassassin/30_text_de.cf:lang de describe DNS_FROM_AHBL_RHSBL 
Absenderadresse in Liste von dnsbl.ahbl.org
  /usr/share/spamassassin/20_dnsbl_tests.cf:header DNS_FROM_AHBL_RHSBL  
eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.')
  /usr/share/spamassassin/20_dnsbl_tests.cf:describe DNS_FROM_AHBL_RHSBL
Envelope sender listed in dnsbl.ahbl.org
  /usr/share/spamassassin/20_dnsbl_tests.cf:tflags DNS_FROM_AHBL_RHSBL  net
  /usr/share/spamassassin/20_dnsbl_tests.cf:reuse  DNS_FROM_AHBL_RHSBL
  /usr/share/spamassassin/50_scores.cf:score DNS_FROM_AHBL_RHSBL 0 2.438 0 
2.699 # n=0 n=2
  
  12.04:
  
  # grep -sr AHBL /usr/share/spamassassin/
  /usr/share/spamassassin/50_scores.cf:score DNS_FROM_AHBL_RHSBL 0 2.438 0 
2.699 # n=0 n=2
  /usr/share/spamassassin/30_text_de.cf:lang de describe DNS_FROM_AHBL_RHSBL 
Absenderadresse in Liste von dnsbl.ahbl.org
  /usr/share/spamassassin/20_dnsbl_tests.cf:header DNS_FROM_AHBL_RHSBL  
eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.')
  /usr/share/spamassassin/20_dnsbl_tests.cf:describe DNS_FROM_AHBL_RHSBL
Envelope sender listed in dnsbl.ahbl.org
  /usr/share/spamassassin/20_dnsbl_tests.cf:tflags DNS_FROM_AHBL_RHSBL  net
  /usr/share/spamassassin/20_dnsbl_tests.cf:reuse  DNS_FROM_AHBL_RHSBL
  
+ 14.04:
+ 
+ # grep -sr AHBL /usr/share/spamassassin/
+ /usr/share/spamassassin/30_text_de.cf:lang de describe DNS_FROM_AHBL_RHSBL 
Absenderadresse in Liste von dnsbl.ahbl.org
+ /usr/share/spamassassin/50_scores.cf:score DNS_FROM_AHBL_RHSBL 0 2.438 0 
2.699 # n=0 n=2
+ /usr/share/spamassassin/30_text_pt_br.cf:lang pt_BR describe 
DNS_FROM_AHBL_RHSBL Envelope sender consta em dnsbl.ahbl.org
+ /usr/share/spamassassin/20_dnsbl_tests.cf:header DNS_FROM_AHBL_RHSBL  
eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.')
+ /usr/share/spamassassin/20_dnsbl_tests.cf:describe DNS_FROM_AHBL_RHSBL
Envelope sender listed in dnsbl.ahbl.org
+ 

[Bug 1382837] Re: nova-compute is started before libvirt

2014-12-02 Thread Ante Karamatić
What I believe it's happening here is that libvirt declares itself as
started, but it's not functional yet. Maybe nova-compute should do some
while looping in upstart's pre-start? :)

-- 
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/1382837

Title:
  nova-compute is started before libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1382837/+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 1382837] Re: nova-compute is started before libvirt

2014-12-02 Thread Ante Karamatić
What I believe it's happening here is that libvirt declares itself as
started, but it's not functional yet. Maybe nova-compute should do some
while looping in upstart's pre-start? :)

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

Title:
  nova-compute is started before libvirt

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

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


[Bug 1382842] Re: SRU breaks pacemaker in 14.04

2014-11-07 Thread Ante Karamatić
This is becoming serious issue cause it can easily be reproduced when
upgrading charms.

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

Title:
  SRU breaks pacemaker in 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1382842/+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 1382842] Re: SRU breaks pacemaker in 14.04

2014-11-07 Thread Ante Karamatić
This is becoming serious issue cause it can easily be reproduced when
upgrading charms.

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

Title:
  SRU breaks pacemaker in 14.04

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

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


[Bug 1386523] Re: After upgrade from Ubuntu 14.04 to 14.10, I can't use touchpad

2014-10-28 Thread Ante Karamatić
Ah, invalidating this bug cause it was caused by user error of
blacklisting of i2c_hid module.

** Changed in: ubuntu
   Status: New = Invalid

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

Title:
  After upgrade from Ubuntu 14.04 to 14.10, I can't use touchpad

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

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


[Bug 1386523] [NEW] After upgrade from Ubuntu 14.04 to 14.10, I can't use touchpad

2014-10-27 Thread Ante Karamatić
Public bug reported:

I have Dell XPS 13 Developer edition. Update from 14.04 to 14.10 went
without issues, but after reboot I cannot use the touchpad. Cursor shows
up on the login screen and then goes away within a second or two.
Touchpad is not functioning at all. I don't see Xorg recognizing mouse.

** Affects: ubuntu
 Importance: Undecided
 Status: Invalid

** Attachment added: Xorg.0.log
   https://bugs.launchpad.net/bugs/1386523/+attachment/4246761/+files/Xorg.0.log

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

Title:
  After upgrade from Ubuntu 14.04 to 14.10, I can't use touchpad

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

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


[Bug 1382774] Re: Postgresql installation for MAAS fails on locales missing language packs

2014-10-22 Thread Ante Karamatić
I sshed from trusty to trusty. On client, locales are generated, default
and functioning normally. 'Server' Trusty was installed with en_US
locale and hr_HR locale was not installed or configured.

Requested information:

root@maas:~# cat /etc/environment 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
root@maas:~# cat /etc/default/locale 
LANG=en_US.UTF-8
LANGUAGE=en_US:en
root@maas:~# locale -a
C
C.UTF-8
en_US.utf8
POSIX
root@maas:~#

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

Title:
  Postgresql installation for MAAS fails on locales missing language
  packs

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

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


[Bug 1382837] [NEW] nova-compute is started before libvirt

2014-10-18 Thread Ante Karamatić
Public bug reported:

Ubuntu 14.04, nova 2014.1.2-0ubuntu1.1

Rebooting nova-compute node results in a non-running nova-compute
service. This is due the fact that nova-compute starts before libvirt:

2014-10-19 01:49:20.686 2993 AUDIT nova.service [-] Starting compute node 
(version 2014.1.2)
2014-10-19 01:50:15.141 2993 WARNING nova.virt.libvirt.driver [-] URI 
qemu:///system does not support events: Cannot write data: Broken pipe
2014-10-19 01:50:15.147 2993 ERROR nova.openstack.common.threadgroup [-] 
internal error: client socket is closed
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup Traceback 
(most recent call last):
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/threadgroup.py, line 
117, in wait
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
x.wait()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/threadgroup.py, line 
49, in wait
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup return 
self.thread.wait()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 168, in wait
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup return 
self._exit_event.wait()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/event.py, line 116, in wait
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup return 
hubs.get_hub().switch()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py, line 187, in switch
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup return 
self.greenlet.switch()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 194, in main
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup result 
= function(*args, **kwargs)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/service.py, line 483, 
in run_servic
e
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
service.start()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 163, in start
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
self.manager.init_host()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 1030, in 
init_host
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
self.driver.init_host(host=self.host)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 658, in 
init_host
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
self._do_quality_warnings()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 641, in 
_do_quality_warnings
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup caps = 
self.get_host_capabilities()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 2870, in 
get_host_capabilities
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup xmlstr 
= self._conn.getCapabilities()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 179, in doit
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup result 
= proxy_call(self._autowrap, f, *args, **kwargs)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 139, in proxy_call
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup rv = 
execute(f,*args,**kwargs)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 77, in tworker
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup rv = 
meth(*args,**kwargs)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/libvirt.py, line 3303, in getCapabilities
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup if ret 
is None: raise libvirtError ('virConnectGetCapabilities() failed', conn=self)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
libvirtError: 

[Bug 1382842] [NEW] Security update breaks pacemaker in 14.04

2014-10-18 Thread Ante Karamatić
Public bug reported:

Ubuntu 14.04

If system is running with pacemaker from the archive:

$ dpkg -l | grep 1.1.10+git20130802-1ubuntu2
ii  libcib3   
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - CIB
ii  libcrmcluster4
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - CRM
ii  libcrmcommon3 
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - common CRM
ii  libcrmservice1
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - crmservice
ii  liblrmd1  
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - lrmd
ii  libpe-rules2  
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - rules for P-Engine
ii  libpe-status4 
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - status for P-Engine
ii  libpengine4   
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - P-Engine
ii  libstonithd2  
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - stonith
ii  libtransitioner2  
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - transitioner
ii  pacemaker 
1.1.10+git20130802-1ubuntu2 amd64HA cluster 
resource manager
ii  pacemaker-cli-utils   
1.1.10+git20130802-1ubuntu2 amd64Command line 
interface utilities for Pacemaker

$ sudo crm status
Last updated: Sat Oct 18 20:52:32 2014
Last change: Sat Oct 18 20:51:28 2014 via crmd on saturn
Stack: corosync
Current DC: saturn (2130706433) - partition with quorum
Version: 1.1.10-42f2063
1 Nodes configured
0 Resources configured

Online: [ saturn ]

And then one installs pacemaker (which pulls in pacemaker from
-security):

$ sudo apt-get install pacemaker
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libccrtp0 libdbus-c++-1-0 libucommon6 libyate5.0.0 libzrtpcpp2
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
  pacemaker
1 upgraded, 0 newly installed, 0 to remove and 59 not upgraded.
Need to get 364 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://hr.archive.ubuntu.com/ubuntu/ trusty-updates/main pacemaker amd64 
1.1.10+git20130802-1ubuntu2.1 [364 kB]
Fetched 364 kB in 1s (197 kB/s)
(Reading database ... 638230 files and directories currently installed.)
Preparing to unpack .../pacemaker_1.1.10+git20130802-1ubuntu2.1_amd64.deb ...
Unpacking pacemaker (1.1.10+git20130802-1ubuntu2.1) over 
(1.1.10+git20130802-1ubuntu2) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up pacemaker (1.1.10+git20130802-1ubuntu2.1) ...
addgroup: The group `haclient' already exists as a system group. Exiting.
Warning: The home dir /var/lib/heartbeat you specified already exists.
The system user `hacluster' already exists. Exiting.

Restarting pacemaker results in havoc:

$ sudo /etc/init.d/pacemaker stop
Signaling Pacemaker Cluster Manager to terminate: [  OK  ]
Waiting for cluster services to unload:^[[A.[  OK  ]
$ sudo /etc/init.d/pacemaker start
Starting Pacemaker Cluster Manager: [  OK  ]

$ sudo crm status
Last updated: Sat Oct 18 20:54:03 2014
Last change: Sat Oct 18 20:51:28 2014 via crmd on saturn
Stack: corosync
Current DC: NONE
1 Nodes configured
0 Resources configured

Node saturn (2130706433): UNCLEAN (offline)

From the syslog:

Oct 18 20:54:16 saturn crmd[23424]:  warning: do_lrm_control: Failed to sign on 
to the LRM 2 (30 max) times
Oct 18 20:54:16 saturn crmd[23424]:  warning: do_lrm_control: Failed to sign on 
to the LRM 3 (30 max) times
Oct 18 20:54:16 saturn crmd[23424]:  warning: do_lrm_control: Failed to sign on 
to the LRM 4 (30 max) times

This is because pacemaker package depends on wrong library versions:

Package: pacemaker
Priority: optional
Section: admin
Installed-Size: 1564
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Debian HA Maintainers 
debian-ha-maintain...@lists.alioth.debian.org
Architecture: amd64
Version: 1.1.10+git20130802-1ubuntu2.1
Replaces: pacemaker-heartbeat, pacemaker-openais
Depends: libc6 (= 2.14), libcfg6 (= 2.3.0), libcib3 (= 1.1.10+git20130802), 

[Bug 1382774] [NEW] MAAS can't connect to postgresql

2014-10-18 Thread Ante Karamatić
Public bug reported:

Ubuntu 14.04 with all updates as of time of the writing.

MAAS - 1.5.4+bzr2294-0ubuntu1.1

# apt-get install maas
...
Setting up maas-dns (1.5.4+bzr2294-0ubuntu1.1) ...
 * Stopping domain name service... bind9

 waiting for pid 29580 to 
die


  [ OK ]
 * Starting domain name service... bind9

  [ OK ] 
Setting up maas-region-controller (1.5.4+bzr2294-0ubuntu1.1) ...
locale: Cannot set LC_ALL to default locale: No such file or directory
Considering dependency proxy for proxy_http:
Module proxy already enabled
Module proxy_http already enabled
Module expires already enabled
Module wsgi already enabled
rsyslog stop/waiting
rsyslog start/running, process 32763
squid-deb-proxy stop/waiting
squid-deb-proxy start/running, process 349
 * Restarting message broker rabbitmq-server

  [ OK ] 
Creating user maas_longpoll ...
...done.
Creating vhost /maas_longpoll ...
...done.
Setting permissions for user maas_longpoll in vhost /maas_longpoll ...
...done.
Creating user maas_workers ...
...done.
Creating vhost /maas_workers ...
...done.
Setting permissions for user maas_workers in vhost /maas_workers ...
...done.
 * No PostgreSQL clusters exist; see man pg_createcluster
dbconfig-common: writing config to 
/etc/dbconfig-common/maas-region-controller.conf

Creating config file /etc/dbconfig-common/maas-region-controller.conf with new 
version
unable to connect to postgresql server.
error encountered creating user:
psql: could not connect to server: No such file or directory Is the server 
running locally and accepting connections on Unix domain socket 
/var/run/postgresql/.s.PGSQL.5432?
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory

Here's the environment:
# export
declare -x HOME=/root
declare -x LANG=en_US.UTF-8
declare -x LANGUAGE=en_US:en
declare -x LC_ADDRESS=hr_HR.UTF-8
declare -x LC_IDENTIFICATION=hr_HR.UTF-8
declare -x LC_MEASUREMENT=hr_HR.UTF-8
declare -x LC_MONETARY=hr_HR.UTF-8
declare -x LC_NAME=hr_HR.UTF-8
declare -x LC_NUMERIC=hr_HR.UTF-8
declare -x LC_PAPER=hr_HR.UTF-8
declare -x LC_TELEPHONE=hr_HR.UTF-8
declare -x LC_TIME=hr_HR.UTF-8
declare -x LESSCLOSE=/usr/bin/lesspipe %s %s
declare -x LESSOPEN=| /usr/bin/lesspipe %s
declare -x LOGNAME=root
declare -x 
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;
 
35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
declare -x MAIL=/var/mail/root
declare -x OLDPWD
declare -x PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
declare -x PWD=/root
declare -x SHELL=/bin/bash
declare -x SHLVL=1
declare -x SUDO_COMMAND=/bin/bash
declare -x SUDO_GID=1000
declare -x SUDO_UID=1000
declare -x SUDO_USER=ubuntu
declare -x TERM=xterm
declare -x USER=root
declare -x USERNAME=root

After installing language-pack-hr package, I was successful at
installing MAAS. To fix it, I had to purge maas.* and postgresql.*
packages and then install maas package again.

This could easily be postgresql packaging bug, but it also renders MAAS
uninstallable.

** Affects: maas
 Importance: Undecided
 Status: New

** Affects: postgresql-9.3 

[Bug 1382837] [NEW] nova-compute is started before libvirt

2014-10-18 Thread Ante Karamatić
Public bug reported:

Ubuntu 14.04, nova 2014.1.2-0ubuntu1.1

Rebooting nova-compute node results in a non-running nova-compute
service. This is due the fact that nova-compute starts before libvirt:

2014-10-19 01:49:20.686 2993 AUDIT nova.service [-] Starting compute node 
(version 2014.1.2)
2014-10-19 01:50:15.141 2993 WARNING nova.virt.libvirt.driver [-] URI 
qemu:///system does not support events: Cannot write data: Broken pipe
2014-10-19 01:50:15.147 2993 ERROR nova.openstack.common.threadgroup [-] 
internal error: client socket is closed
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup Traceback 
(most recent call last):
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/threadgroup.py, line 
117, in wait
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
x.wait()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/threadgroup.py, line 
49, in wait
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup return 
self.thread.wait()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 168, in wait
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup return 
self._exit_event.wait()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/event.py, line 116, in wait
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup return 
hubs.get_hub().switch()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py, line 187, in switch
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup return 
self.greenlet.switch()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 194, in main
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup result 
= function(*args, **kwargs)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/service.py, line 483, 
in run_servic
e
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
service.start()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 163, in start
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
self.manager.init_host()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 1030, in 
init_host
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
self.driver.init_host(host=self.host)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 658, in 
init_host
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
self._do_quality_warnings()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 641, in 
_do_quality_warnings
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup caps = 
self.get_host_capabilities()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 2870, in 
get_host_capabilities
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup xmlstr 
= self._conn.getCapabilities()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 179, in doit
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup result 
= proxy_call(self._autowrap, f, *args, **kwargs)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 139, in proxy_call
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup rv = 
execute(f,*args,**kwargs)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 77, in tworker
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup rv = 
meth(*args,**kwargs)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/libvirt.py, line 3303, in getCapabilities
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup if ret 
is None: raise libvirtError ('virConnectGetCapabilities() failed', conn=self)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
libvirtError: 

[Bug 1382774] Re: MAAS can't connect to postgresql

2014-10-18 Thread Ante Karamatić
Kiko I don't really care about currencies and all. I use my desktop with
my locale and I use it to connect to a server. For some odd reason, SSH
chooses to enforce my desktop locale on the server too. Then I have to
install locale on the server too, before installing postgresql or at
least generate a fake one.

It's pretty serious issue with posgresql packaging, taking into account
that by default Ubuntu's sshd happily uses locale that is defined on
user's desktop :)

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

Title:
  MAAS can't connect to postgresql

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

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


[Bug 1382842] [NEW] Security update breaks pacemaker in 14.04

2014-10-18 Thread Ante Karamatić
Public bug reported:

Ubuntu 14.04

If system is running with pacemaker from the archive:

$ dpkg -l | grep 1.1.10+git20130802-1ubuntu2
ii  libcib3   
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - CIB
ii  libcrmcluster4
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - CRM
ii  libcrmcommon3 
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - common CRM
ii  libcrmservice1
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - crmservice
ii  liblrmd1  
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - lrmd
ii  libpe-rules2  
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - rules for P-Engine
ii  libpe-status4 
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - status for P-Engine
ii  libpengine4   
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - P-Engine
ii  libstonithd2  
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - stonith
ii  libtransitioner2  
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - transitioner
ii  pacemaker 
1.1.10+git20130802-1ubuntu2 amd64HA cluster 
resource manager
ii  pacemaker-cli-utils   
1.1.10+git20130802-1ubuntu2 amd64Command line 
interface utilities for Pacemaker

$ sudo crm status
Last updated: Sat Oct 18 20:52:32 2014
Last change: Sat Oct 18 20:51:28 2014 via crmd on saturn
Stack: corosync
Current DC: saturn (2130706433) - partition with quorum
Version: 1.1.10-42f2063
1 Nodes configured
0 Resources configured

Online: [ saturn ]

And then one installs pacemaker (which pulls in pacemaker from
-security):

$ sudo apt-get install pacemaker
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libccrtp0 libdbus-c++-1-0 libucommon6 libyate5.0.0 libzrtpcpp2
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
  pacemaker
1 upgraded, 0 newly installed, 0 to remove and 59 not upgraded.
Need to get 364 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://hr.archive.ubuntu.com/ubuntu/ trusty-updates/main pacemaker amd64 
1.1.10+git20130802-1ubuntu2.1 [364 kB]
Fetched 364 kB in 1s (197 kB/s)
(Reading database ... 638230 files and directories currently installed.)
Preparing to unpack .../pacemaker_1.1.10+git20130802-1ubuntu2.1_amd64.deb ...
Unpacking pacemaker (1.1.10+git20130802-1ubuntu2.1) over 
(1.1.10+git20130802-1ubuntu2) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up pacemaker (1.1.10+git20130802-1ubuntu2.1) ...
addgroup: The group `haclient' already exists as a system group. Exiting.
Warning: The home dir /var/lib/heartbeat you specified already exists.
The system user `hacluster' already exists. Exiting.

Restarting pacemaker results in havoc:

$ sudo /etc/init.d/pacemaker stop
Signaling Pacemaker Cluster Manager to terminate: [  OK  ]
Waiting for cluster services to unload:^[[A.[  OK  ]
$ sudo /etc/init.d/pacemaker start
Starting Pacemaker Cluster Manager: [  OK  ]

$ sudo crm status
Last updated: Sat Oct 18 20:54:03 2014
Last change: Sat Oct 18 20:51:28 2014 via crmd on saturn
Stack: corosync
Current DC: NONE
1 Nodes configured
0 Resources configured

Node saturn (2130706433): UNCLEAN (offline)

From the syslog:

Oct 18 20:54:16 saturn crmd[23424]:  warning: do_lrm_control: Failed to sign on 
to the LRM 2 (30 max) times
Oct 18 20:54:16 saturn crmd[23424]:  warning: do_lrm_control: Failed to sign on 
to the LRM 3 (30 max) times
Oct 18 20:54:16 saturn crmd[23424]:  warning: do_lrm_control: Failed to sign on 
to the LRM 4 (30 max) times

This is because pacemaker package depends on wrong library versions:

Package: pacemaker
Priority: optional
Section: admin
Installed-Size: 1564
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Debian HA Maintainers 
debian-ha-maintain...@lists.alioth.debian.org
Architecture: amd64
Version: 1.1.10+git20130802-1ubuntu2.1
Replaces: pacemaker-heartbeat, pacemaker-openais
Depends: libc6 (= 2.14), libcfg6 (= 2.3.0), libcib3 (= 1.1.10+git20130802), 

[Bug 1246236] Re: pxe boot from maas fails due to time out

2014-10-17 Thread Ante Karamatić
** Tags added: cts

-- 
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/1246236

Title:
  pxe boot from maas fails due to time out

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1246236/+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 1246236] Re: pxe boot from maas fails due to time out

2014-10-17 Thread Ante Karamatić
** Tags added: cts

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

Title:
  pxe boot from maas fails due to time out

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

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


[Bug 1370368] Re: Failed to install Ubuntu 14.04.1 LTS on Dell C6220

2014-10-15 Thread Ante Karamatić
** Tags added: cts

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

Title:
  Failed to install Ubuntu 14.04.1 LTS on Dell C6220

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1370368/+subscriptions

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


[Bug 1038139] Re: Missing running check on init script

2014-09-22 Thread Ante Karamatić
Patch

** Patch added: init.patch
   
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+attachment/4211282/+files/init.patch

-- 
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/1038139

Title:
  Missing running check on init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+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 1038139] Re: Missing running check on init script

2014-09-22 Thread Ante Karamatić
This still won't be enough. I suggest something like this:

--- haproxy.old 2014-09-22 10:52:07.599718882 +
+++ haproxy.new 2014-09-22 10:51:34.815653158 +
@@ -46,7 +46,9 @@
return 0
fi
for pid in $(cat $PIDFILE) ; do
-   /bin/kill $pid || return 4
+if [ ! kill -0 $pid ]; then
+   /bin/kill $pid || return 4
+fi
done
rm -f $PIDFILE
return 0

-- 
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/1038139

Title:
  Missing running check on init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+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 1038139] Re: Missing running check on init script

2014-09-22 Thread Ante Karamatić
This still won't be enough. I suggest something like this:

--- haproxy.old 2014-09-22 10:52:07.599718882 +
+++ haproxy.new 2014-09-22 10:51:34.815653158 +
@@ -46,7 +46,9 @@
return 0
fi
for pid in $(cat $PIDFILE) ; do
-   /bin/kill $pid || return 4
+if [ ! kill -0 $pid ]; then
+   /bin/kill $pid || return 4
+fi
done
rm -f $PIDFILE
return 0

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

Title:
  Missing running check on init script

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

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


[Bug 1038139] Re: Missing running check on init script

2014-09-22 Thread Ante Karamatić
Patch

** Patch added: init.patch
   
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+attachment/4211282/+files/init.patch

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

Title:
  Missing running check on init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+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   >