[Bug 1508577] Re: [wily] installing juju-local on ARM64 failed. broken apt dependency

2015-10-26 Thread Manoj Iyer
Dannf has a point. The kernel is built with default ARM64 defconfig with certain vendor specific configs enabled. No default configs were disabled. But that said, it could very well be a kernel issue, possibly because iptable_nat module is missing? lsmod on the target system shows: $ lsmod

[Bug 1508577] Re: [wily] installing juju-local on ARM64 failed. broken apt dependency

2015-10-22 Thread Manoj Iyer
$ systemctl status lxc-net.service ● lxc-net.service - LXC network bridge setup Loaded: loaded (/lib/systemd/system/lxc-net.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Thu 2015-10-22 14:31:57 UTC; 4min 34s ago Process: 4809

[Bug 1491978] [NEW] [wily] nginx fails to install on ARM64

2015-09-03 Thread Manoj Iyer
Public bug reported: Installing nginx on ARM64 in wily fails: Setting up nginx-core (1.9.3-1ubuntu1) ... Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details. invoke-rc.d: initscript nginx, action

[Bug 1491978] Re: [wily] nginx fails to install on ARM64

2015-09-03 Thread Manoj Iyer
Thomas, Appreciate your quick response. I have added the logs I found under /var/* related to nginx. I think the error is because nginx-core is not built for ARM64 ? or there is a package dependency issue ? ** Attachment added: "error log"

[Bug 1452875] Re: irqbalance degrades network performance on HP M800 server cartridge

2015-07-01 Thread Manoj Iyer
ubuntu@ms10-18n3-slayton:~$ apt-cache policy irqbalance irqbalance: Installed: 1.0.6-2ubuntu0.14.04.2 Candidate: 1.0.6-2ubuntu0.14.04.2 Version table: *** 1.0.6-2ubuntu0.14.04.2 0 500 http://ports.ubuntu.com/ubuntu-ports/ trusty-proposed/main armhf Packages 100

[Bug 1452875] Re: irqbalance degrades network performance on HP M800 server cartridge

2015-06-18 Thread Manoj Iyer
Incorporated review comments call fclose() when fread() fails. ** Patch added: patch to disable irqbalance on HP M800 server cartridge https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1452875/+attachment/4416835/+files/irqbalance.c.patch -- You received this bug notification

[Bug 1452875] Re: irqbalance degrades network performance on HP M800 server cartridge

2015-06-08 Thread Manoj Iyer
I have incorporated all the review comments and produced a new patch. Please review this patch and accept for trusty. ** Patch added: patch to disable irqbalance on HP M800 server cartridge

[Bug 1452875] Re: irqbalance degrades network performance on HP M800 server cartridge

2015-05-26 Thread Manoj Iyer
** Description changed: On HP M800 server cartridge we want to prevent irqbalance from running because it causes degradation in network throughput. + + [ SRU EXCEPTION REQUEST ] + A fix to this bug is limited in scope to 14.04 (Trusty) release. TI does not plan to support the Keystone II

[Bug 1452875] Re: Disable irqbalance on HP M800 server cartridge

2015-05-19 Thread Manoj Iyer
Please accept this patch for SRU, patch disables irqbalance from running on HP M800 server cartridge. ** Patch added: patch to disable irqbalance on HP M800 server cartridge https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1452875/+attachment/4400541/+files/irqbalance.c.patch --

[Bug 1452875] Re: Disable irqbalance on HP M800 server cartridge

2015-05-07 Thread Manoj Iyer
** Branch linked: lp:~manjo/ubuntu/trusty/irqbalance/hp-m800-disable -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to irqbalance in Ubuntu. https://bugs.launchpad.net/bugs/1452875 Title: Disable irqbalance on HP M800 server cartridge

[Bug 1452875] [NEW] Disable irqbalance on HP M800 server cartridge

2015-05-07 Thread Manoj Iyer
Public bug reported: On HP M800 server cartridge we want to prevent irqbalance from running because it causes degradation in network throughput. ** Affects: irqbalance (Ubuntu) Importance: High Assignee: Manoj Iyer (manjo) Status: New ** Changed in: irqbalance (Ubuntu

[Bug 1452875] Re: Disable irqbalance on HP M800 server cartridge

2015-05-07 Thread Manoj Iyer
** Description changed: On HP M800 server cartridge we want to prevent irqbalance from running because it causes degradation in network throughput. + + SRU TEMPLATE + + [Impact] + * With irqbalance running on Slayton (HP M800 server) it degrades network performance. + +

[Bug 1439988] Re: package init-system-helpers 1.22ubuntu4 failed to install/upgrade: trying to overwrite '/lib/init/apparmor-profile-load', which is also in package upstart-bin 1.13.2-0ubuntu9

2015-04-03 Thread Manoj Iyer
updating from http://us.archive.ubuntu.com/ubuntu/ vivid main I get the same error. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to init-system-helpers in Ubuntu. https://bugs.launchpad.net/bugs/1439988 Title: package

[Bug 1340836] Re: kvm juju deploy --lxc:machine error: error executing lxc-start

2014-07-11 Thread Manoj Iyer
ubuntu@ubuntu-local-machine-2:~$ cat /var/log/lxc/juju-machine-2-lxc-0.log lxc-start 1405096303.317 ERRORlxc_cgfs - cgroupfs failed to detect cgroup metadata lxc-start 1405096303.317 ERRORlxc_start - failed initializing cgroup support lxc-start 1405096303.339 ERROR

[Bug 1340836] Re: kvm juju deploy --lxc:machine error: error executing lxc-start

2014-07-11 Thread Manoj Iyer
ubuntu@ubuntu-local-machine-2:~$ dpkg -l | grep cgroup ii cgmanager0.24-0ubuntu7 amd64 Central cgroup manager daemon ii libcgmanager0:amd64 0.24-0ubuntu7 amd64 Central cgroup manager daemon (client library)

[Bug 1340836] [NEW] [juju/lxc] juju local deploy on kvm machine using lxc failed with error: error executing lxc-start

2014-07-11 Thread Manoj Iyer
Public bug reported: Deploying a (mysql) service on a KVM instance using juju local lxc fails in lxc-start. agent-state-info: '(error: error executing lxc-start: The container fa iled to start.; To get more details, run the container in foreground mode.; Additional information can be obtained

[Bug 1340836] Re: [juju/lxc] juju local deploy on kvm machine using lxc failed with error: error executing lxc-start

2014-07-11 Thread Manoj Iyer
ubuntu@ubuntu-local-machine-2:~$ find /sys/fs/cgroup -maxdepth 3 /sys/fs/cgroup /sys/fs/cgroup/cgmanager /sys/fs/cgroup/cgmanager/sock ubuntu@ubuntu-local-machine-2:~$ -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in

[Bug 1340836] Re: [juju/lxc] juju local deploy on kvm machine using lxc failed with error: error executing lxc-start

2014-07-11 Thread Manoj Iyer
I am not sure if this might be the cause of failure.. ignore this comment if this does not make sense. Reading this patch to lxc-dev: https://lists.linuxcontainers.org/pipermail/lxc-devel/2014-February/007780.html I see: + if (geteuid() == 0) + d-cgroup_pattern =

[Bug 1324992] Re: freeipmi patch for HP moonshot ARM cartridges with I2c

2014-07-08 Thread Manoj Iyer
Installed the package that dannf provided and ran the exact same command that works for Shashi with his version of freeipmi+patches: ubuntu@c3n3:~$ sudo bmc-info --no-probing --driver-type=SSIF --driver-address=0x10 --driver-device=/dev/i2c-2 --get-device-id --debug

[Bug 1206675] [NEW] [13.04] sudo maas createsuperuser not a valid command

2013-07-30 Thread Manoj Iyer
Public bug reported: ubuntu@c01:~$ sudo maas createsuperuser Traceback (most recent call last): File /usr/bin/django-admin, line 5, in module management.execute_from_command_line() File /usr/lib/python2.7/dist-packages/django/core/management/__init__.py, line 443, in

[Bug 1206675] Re: [13.04] sudo maas createsuperuser not a valid command

2013-07-30 Thread Manoj Iyer
sudo maas --version 1.4.5 cat /etc/issue Ubuntu 13.04 ** Changed in: maas (Ubuntu) Importance: Undecided = High -- 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/1206675 Title:

[Bug 1206675] Re: [13.04] sudo maas createsuperuser not a valid command

2013-07-30 Thread Manoj Iyer
Also the web page http://maas.ubuntu.com/docs/install.html needs updating with new command. -- 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/1206675 Title: [13.04] sudo maas

[Bug 1206681] Re: login page cluster controllers missing boot image warning message link pulls IP vs. URL

2013-07-30 Thread Manoj Iyer
Also according tohttp://maas.ubuntu.com/docs/nodes.html accept and commission all nodes from the commandline. maas-cli maas nodes accept-all usage: /usr/lib/python2.7/dist-packages/maascli/__main__.py [-h] COMMAND ... /usr/lib/python2.7/dist-packages/maascli/__main__.py: error: argument COMMAND:

[Bug 1206681] Re: login page cluster controllers missing boot image warning message link pulls IP vs. URL

2013-07-30 Thread Manoj Iyer
Please ignore my comment above I think that is a result of a usage error wrt to login -- 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/1206681 Title: login page cluster controllers