[Touch-packages] [Bug 1670959] Re: systemd-resolved using 100% CPU

2019-01-30 Thread JuanJo Ciarlante
For other souls facing this "Medium" issue, a hammer-ish workaround that works for me: 1) Run: apt-get install cpulimit 2) edit /lib/systemd/system/systemd-resolved.service: 2a) Comment out: #Type=notify 2b) Replace line (may want to remove the -k to let cpulimit throttle it): #ExecStart=!!/li

[Touch-packages] [Bug 1670959] Re: systemd-resolved using 100% CPU

2019-01-23 Thread JuanJo Ciarlante
Also happening to me after 16.04 -> 18.04 LTS upgrade (via do-release- upgrade) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/1670959 Title: systemd-resolved using 100% C

[Touch-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2017-06-07 Thread JuanJo Ciarlante
Indeed that had been the case, thx for replying. ** Changed in: iproute2 (Ubuntu) Status: Confirmed => Invalid ** Changed in: linux (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subsc

[Touch-packages] [Bug 1668123] Re: lxc fails to start with cgroup error

2017-03-09 Thread JuanJo Ciarlante
FYI because of other maintenance I had to do on the affected nodes, after upgrading to linux-generic-lts-xenial 4.4.0-66-generic this issue didn't show anymore. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu

[Touch-packages] [Bug 1582394] Re: [16.04, lxc] Failed to reset devices.list on ...

2017-02-08 Thread JuanJo Ciarlante
I can't make it work even after manually installing squashfuse (FYI lxc created by juju deploy cs:ubuntu --to lxc:1 ) root@juju-machine-1-lxc-14:~# uname -a Linux juju-machine-1-lxc-14 4.8.0-34-generic #36~16.04.1-Ubuntu SMP Wed Dec 21 18:55:08 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux root@juju-m

[Touch-packages] [Bug 1511495] Re: lxc 1.0.7-0ubuntu0.9 has buggy apparmor profiles

2015-10-29 Thread JuanJo Ciarlante
** Changed in: lxc (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1511495 Title: lxc 1.0.7-0ubuntu0.9 has buggy apparmor profiles Statu

[Touch-packages] [Bug 1511495] [NEW] lxc 1.0.7-0ubuntu0.9 has buggy apparmor profiles

2015-10-29 Thread JuanJo Ciarlante
Public bug reported: lxc packages: *** 1.0.7-0ubuntu0.9 0 500 http://archive.ubuntu.com//ubuntu/ trusty-updates/main amd64 Packages lxc apparmor profiles loading fails with: root@host:~# apparmor_parser -r /etc/apparmor.d/lxc/lxc-default-with-mounting Found reference to variable PROC,

[Touch-packages] [Bug 1439649] Re: Pacemaker unable to communicate with corosync on restart under lxc

2015-08-31 Thread JuanJo Ciarlante
FYI to re-check workaround (then possible actual fix), kicked corosync+pacemaker on cinder, glance services deployed with juju: $ juju run --service=cinder,glance "service corosync restart; service pacemaker restart" , which broke pacemaker start on all of them, with same "Invalid IPC credentia

[Touch-packages] [Bug 1439649] Re: Pacemaker unable to communicate with corosync on restart under lxc

2015-08-31 Thread JuanJo Ciarlante
After trying several corosync/pacemaker restarts without luck, I was able to workaround this by adding an 'uidgid' entry for hacluster:haclient: * from /var/log/syslog: Aug 31 18:33:18 juju-machine-3-lxc-3 corosync[901082]: [MAIN ] Denied connection attempt from 108:113 $ getent passwd 108 hacl

[Touch-packages] [Bug 1350947] Re: apparmor: no working rule to allow making a mount private

2015-08-19 Thread JuanJo Ciarlante
FYI I'm able to successfully drive netns inside LXC, manually then also via openstack neutron-gateways, via this crafted aa profile: /etc/apparmor.d/lxc/lxc-default-with-netns -> https://gist.github.com/jjo/ff32b08e48e4a52bfc36 -- You received this bug notification because you are a member of Ub

[Touch-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-05-20 Thread JuanJo Ciarlante
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1426589 Title: tc class statistics rates are all zero

[Touch-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-05-01 Thread JuanJo Ciarlante
FYI peeking at patch-3.11-rc1, shows [...] - struct gnet_stats_rate_est tcfc_rate_est; + struct gnet_stats_rate_est64tcfc_rate_est; with its correspondent addition: + * struct gnet_stats_rate_est64 - rate estimator + * @bps: current byte rate + * @pps: current packet rate +

[Touch-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-05-01 Thread JuanJo Ciarlante
With kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline/, I've narrowed down to: * OK: tc-class-stats.3.10.76-031076-generic.txt: rate 1600bit 2pps backlog 0b 0p requeues 0 * BAD: tc-class-stats.3.11.0-031100rc1-generic.txt: rate 0bit 0pps backlog 0b 0p requeues 0 * BAD: tc-class-sta

[Touch-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-05-01 Thread JuanJo Ciarlante
As per comment #13, I've added the following tags: * kernel-fixed-upstream-3.10 * kernel-bug-exists-upstream kernel-bug-exists-upstream-3.11rc1 kernel-bug-exists-upstream-4.1-rc1 Please correct them if I misunderstood the naming convention, FYI my narrowed bisect corresponds to: *** OK ***: lin

[Touch-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-05-01 Thread JuanJo Ciarlante
@peanlvch: FYI as per comment #4 I already tested v4.1-rc1-vivid, same bad results. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1426589 Title: tc class statistics rate

[Touch-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-04-28 Thread JuanJo Ciarlante
FYI tried iproute2-3.19.0, same zero rate output. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1426589 Title: tc class statistics rates are all zero after upgrade to Tr

[Touch-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-04-28 Thread JuanJo Ciarlante
FYI there are several changes at https://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.10.12 that refer to htb rate handling. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bu

[Touch-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-04-28 Thread JuanJo Ciarlante
** Also affects: linux-meta (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1426589 Title: tc class statistics rates a

[Touch-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-04-28 Thread JuanJo Ciarlante
FYI this has been reported to debian also (kernel 3.16): https://lists.debian.org/debian-kernel/2014/11/msg00288.html -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1426589

[Touch-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-04-28 Thread JuanJo Ciarlante
By installing different kernel versions (trusty, manual download and dpkg -i), I narrowed this down to: - linux-image-3.8.0-44-generic: OK - linux-image-3.11.0-26-generic: BAD (zero rate counters). FYI I used this script: # cat htb.sh /sbin/tc qdisc del dev eth0 root /sbin/tc qdisc add dev eth0 ro

[Touch-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-04-28 Thread JuanJo Ciarlante
FYI linux-image-4.1.0-040100rc1-generic_4.1.0-040100rc1.201504270235_i386.deb (from ~kernel-ppa) failed the same way. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1426589

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

2015-01-05 Thread JuanJo Ciarlante
** Tags added: canonical-bootstack -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1355813 Title: Interface MTU management across MAAS/juju Status in juju-core: In Progress