[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2014-08-05 Thread Manoj Iyer
** Description changed: Some ARM board uses GPIO gpio_key.12 for power control (key=116). The proposed patch adds entry to logind's 70-power-switch.rules to initiate soft shutdown of the cartridge from ilo. Here is the udevadm output for /dev/input/event0 sudo udevadm info

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2014-08-06 Thread Manoj Iyer
I tested the systemd package from proposed and it works as expected. Below are the test results: ubuntu@ubuntu:~$ sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be

[Touch-packages] [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

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 Touch seeded packages, which is subscribed to init-system-helpers in Ubuntu. https://bugs.launchpad.net/bugs/1439988 Title: package

[Touch-packages] [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

[Touch-packages] [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

[Touch-packages] [Bug 1594452] Re: Add vulcan support

2016-06-20 Thread Manoj Iyer
The following patch to GCC is making its way upstream and is currently under review. https://gcc.gnu.org/ml/gcc-patches/2016-06/msg01339.html ** Also affects: gcc Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1531928] Re: [Xenial] root=PARTUUID= is not recognized as valid syntax.

2016-02-02 Thread Manoj Iyer
I have tested the initramfs-tools in ppa:apw/ubuntu/initramfs-tools and I can report that boot with root=PARTUUID= works. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.

[Touch-packages] [Bug 1548120] Re: [xenial][initramfs-tools] support uppercase and lowercase uuids

2016-02-23 Thread Manoj Iyer
and lower case also works. $ cat /proc/cmdline BOOT_IMAGE=/EFI/BOOT/vmlinuz-4.3.0-8-generic boot=local earlycon=pl011,0x3ced1000 console=ttyAMA1 debug user_debug=31 loglevel=9 uefi_debug e1000e.IntMode=1 pci=pcie_bus_safe acpi=force cpuidle.off=1 usb-storage.delay_use=1 rootwait rw

[Touch-packages] [Bug 1548120] Re: [xenial][initramfs-tools] support uppercase and lowercase uuids

2016-02-23 Thread Manoj Iyer
$ apt-cache policy initramfs-tools initramfs-tools: Installed: 0.122ubuntu5~rc2 Candidate: 0.122ubuntu5~rc2 Version table: *** 0.122ubuntu5~rc2 500 500 http://ppa.launchpad.net/apw/initramfs-tools-test/ubuntu xenial/main arm64 Packages 100 /var/lib/dpkg/status

[Touch-packages] [Bug 1548120] [NEW] [xenial][initramfs-tools] support uppercase and lowercase uuids

2016-02-22 Thread Manoj Iyer
Assignee: Manoj Iyer (manjo) Status: New ** Changed in: initramfs-tools (Ubuntu) Assignee: (unassigned) => Manoj Iyer (manjo) ** Changed in: initramfs-tools (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1548120] Re: [xenial][initramfs-tools] support uppercase and lowercase uuids

2016-02-22 Thread Manoj Iyer
This patch fixes this issue. I tested the functionality of this function by creating a script invoking this function as standalone. $ sudo ./test.sh + resolve_device PARTUUID=275f782b-3c55-4b3f-acb2-c17db0eaee8d + DEV=PARTUUID=275f782b-3c55-4b3f-acb2-c17db0eaee8d + case "$DEV" in + case "$DEV"

[Touch-packages] [Bug 1548120] Re: [xenial][initramfs-tools] support uppercase and lowercase uuids

2016-02-23 Thread Manoj Iyer
@apw can you pls fix these dependencies in your packge? initramfs-tools : Depends: initramfs-tools-core (= 0.122ubuntu5~rc1) but it is not going to be installed initramfs-tools-core : Depends: initramfs-tools-bin (= 0.122ubuntu5~rc1) but 0.122ubuntu4 is to be installed initramfs-tools-bin is

[Touch-packages] [Bug 1548120] Re: [xenial][initramfs-tools] support uppercase and lowercase uuids

2016-02-23 Thread Manoj Iyer
I was able to boot with the package/patch in your PPA. root=PARTUUID= $ cat /proc/cmdline BOOT_IMAGE=/EFI/BOOT/vmlinuz-4.3.0-8-generic boot=local earlycon=pl011,0x3ced1000 console=ttyAMA1 debug user_debug=31 loglevel=9 uefi_debug e1000e.IntMode=1 pci=pcie_bus_safe acpi=force cpuidle.off=1

[Touch-packages] [Bug 1548120] Re: [xenial][initramfs-tools] support uppercase and lowercase uuids

2016-02-22 Thread Manoj Iyer
Sorry here is what does not work: (initramfs) echo "81780AD9-068C-4A80-A795-56856973B8F9" | tr '[:upper:]' '[:lower:]' 81780AD9-068C-4A80-A795-56856973B8F9 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in

[Touch-packages] [Bug 1548120] Re: [xenial][initramfs-tools] support uppercase and lowercase uuids

2016-02-22 Thread Manoj Iyer
tr trick does not work in the initramfs environement. (initramfs) echo "81780AD9-068C-4A80-A795-56856973B8F9" | cut -f 2 -d = | tr '[ :upper:]' '[:lower:]' 81780AD9-068C-4A80-A795-56856973B8F9 But awk works: (initramfs) echo "81780ad9-068c-4a80-a795-56856973b8f9" | awk '{print tolower($0)}'

[Touch-packages] [Bug 1548120] Re: [xenial][initramfs-tools] support uppercase and lowercase uuids

2016-02-22 Thread Manoj Iyer
** Changed in: initramfs-tools (Ubuntu) Status: Fix Released => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1548120 Title:

[Touch-packages] [Bug 1548120] Re: [xenial][initramfs-tools] support uppercase and lowercase uuids

2016-02-22 Thread Manoj Iyer
With the attached patch I was able to boot with root=PARUUID= $ cat /proc/cmdline BOOT_IMAGE=/EFI/BOOT/vmlinuz-4.3.0-8-generic boot=local earlycon=pl011,0x3ced1000 console=ttyAMA1 debug user_debug=31 loglevel=9 uefi_debug e1000e.IntMode=1 pci=pcie_bus_safe acpi=force cpuidle.off=1

[Touch-packages] [Bug 1553107] Re: initramfs-tools: UUID checks now fail for NTFS which has upper cases UUIDS

2016-03-04 Thread Manoj Iyer
I was able to boot with both upper and lowercase PARTUUID using: $ apt-cache policy initramfs-tools initramfs-tools: Installed: 0.122ubuntu6~rc2 Candidate: 0.122ubuntu6~rc2 Version table: *** 0.122ubuntu6~rc2 500 500 http://ppa.launchpad.net/apw/initramfs-tools-test/ubuntu

[Touch-packages] [Bug 1553107] Re: initramfs-tools: UUID checks now fail for NTFS which has upper cases UUIDS

2016-03-04 Thread Manoj Iyer
$ apt-cache policy initramfs-tools initramfs-tools: Installed: 0.122ubuntu6~rc1 Candidate: 0.122ubuntu6~rc1 Version table: *** 0.122ubuntu6~rc1 500 500 http://ppa.launchpad.net/apw/initramfs-tools-test/ubuntu xenial/main arm64 Packages

[Touch-packages] [Bug 1337576] Re: dash inability - cron starts binary with /bin/sh

2017-02-06 Thread Manoj Iyer
Based on Steve's comment #8, this issue needs to worked with the upstream dash. Marking this as incomplete and removing taco screen team as the owner. ** Changed in: dash (Ubuntu) Status: Triaged => Incomplete ** Changed in: dash (Ubuntu) Assignee: Taco Screen team (taco-screen-team)

[Touch-packages] [Bug 1489483] Re: Enable llvmpipe on libgl-mesa-dri

2017-02-06 Thread Manoj Iyer
Based on comment #8 I am marking this as fix committed. ** Changed in: mesa (Ubuntu) Status: Triaged => Fix Committed ** Changed in: mesa (Ubuntu) Assignee: Taco Screen team (taco-screen-team) => (unassigned) -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1484249] Re: Add xserver-xorg-video-ati as a dependency for ubuntu-desktop/ubuntu-gnome-desktop

2017-02-06 Thread Manoj Iyer
** Changed in: xorg (Ubuntu) Assignee: Taco Screen team (taco-screen-team) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1484249 Title: Add

[Touch-packages] [Bug 1655181] Re: P9 support in binutils

2017-01-23 Thread Manoj Iyer
Steve, could you please take a look at this request? ** Changed in: binutils (Ubuntu) Importance: Undecided => High ** Changed in: binutils (Ubuntu) Assignee: Taco Screen team (taco-screen-team) => Steve Langasek (vorlon) -- You received this bug notification because you are a member

[Touch-packages] [Bug 1651518] Re: systemd/logind parsing problem: HTX exercisers stopped on error: rc 11, errno 11 from main(): pthread_create

2017-01-23 Thread Manoj Iyer
** Changed in: systemd (Ubuntu) Assignee: Taco Screen team (taco-screen-team) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1651518 Title:

[Touch-packages] [Bug 1706948] Re: [Ubuntu 1710] [Feature] Inconsistent report of pm CanSuspend state by systemd and pm-utils

2017-07-31 Thread Manoj Iyer
** Tags added: triage-g -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pm-utils in Ubuntu. https://bugs.launchpad.net/bugs/1706948 Title: [Ubuntu 1710] [Feature] Inconsistent report of pm CanSuspend state by systemd and

[Touch-packages] [Bug 1629226] Re: Bash exits after a few failed fork()-s

2017-07-19 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu. https://bugs.launchpad.net/bugs/1629226 Title: Bash exits after a few failed fork()-s

[Touch-packages] [Bug 1696710] Re: Ubuntu 16.04.02: depmod: WARNING: needs unknown symbol .TOC.

2017-07-19 Thread Manoj Iyer
** Changed in: kmod (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-power-systems Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to kmod in Ubuntu.

[Touch-packages] [Bug 1651518] Re: systemd/logind parsing problem: HTX exercisers stopped on error: rc 11, errno 11 from main(): pthread_create

2017-07-19 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1651518 Title: systemd/logind parsing problem: HTX

[Touch-packages] [Bug 1696710] Re: Ubuntu 16.04.02: depmod: WARNING: needs unknown symbol .TOC.

2017-07-25 Thread Manoj Iyer
Ah! I did not have proposed enabled in my PPA.. Let me re-try with proposed enabled. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to kmod in Ubuntu. https://bugs.launchpad.net/bugs/1696710 Title: Ubuntu 16.04.02: depmod:

[Touch-packages] [Bug 1696710] Re: Ubuntu 16.04.02: depmod: WARNING: needs unknown symbol .TOC.

2017-07-25 Thread Manoj Iyer
Building Zesty kernel source in Xenial series in launchpad PPA, I am able to reproduce this bug: many such messages: depmod: WARNING: /<>/debian/linux-image-4.10.0-29-generic/lib/modules/4.10.0-29-generic/kernel/zfs/splat/splat.ko needs unknown symbol .TOC. EE: Unresolved module dependencies

[Touch-packages] [Bug 1696710] Re: Ubuntu 16.04.02: depmod: WARNING: needs unknown symbol .TOC.

2017-07-25 Thread Manoj Iyer
With -proposed enabled in the PPA, Zesty source kernel built for Xenial series was successful with no warning like those reported previously. +--+ | Summary

[Touch-packages] [Bug 1696710] Re: Ubuntu 16.04.02: depmod: WARNING: needs unknown symbol .TOC.

2017-07-25 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to kmod in Ubuntu. https://bugs.launchpad.net/bugs/1696710 Title: Ubuntu 16.04.02: depmod: WARNING: needs

[Touch-packages] [Bug 1702240] Re: [Ubuntu 17.04] 'make test' failures seen when e2fsprogs instrumented with 'undefined behavior sanitizer'

2017-07-24 Thread Manoj Iyer
Once this is released upstream we can consider backporting the patch to Ubuntu. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to e2fsprogs in Ubuntu. https://bugs.launchpad.net/bugs/1702240 Title: [Ubuntu 17.04] 'make test'

[Touch-packages] [Bug 1702240] Re: [Ubuntu 17.04] 'make test' failures seen when e2fsprogs instrumented with 'undefined behavior sanitizer'

2017-07-24 Thread Manoj Iyer
** Tags added: triage-g -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to e2fsprogs in Ubuntu. https://bugs.launchpad.net/bugs/1702240 Title: [Ubuntu 17.04] 'make test' failures seen when e2fsprogs instrumented with

[Touch-packages] [Bug 1699759] Re: LXC Alpine template broken on ppc64le

2017-07-24 Thread Manoj Iyer
** Tags added: triage-a -- 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/1699759 Title: LXC Alpine template broken on ppc64le Status in The Ubuntu-power-systems project: Fix

[Touch-packages] [Bug 1696710] Re: Ubuntu 16.04.02: depmod: WARNING: needs unknown symbol .TOC.

2017-07-24 Thread Manoj Iyer
** Changed in: kmod (Ubuntu) Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => Canonical Kernel Team (canonical-kernel-team) ** Tags added: triage-a -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1706948] Re: [Ubuntu 1710] [Feature] Inconsistent report of pm CanSuspend state by systemd and pm-utils

2017-07-27 Thread Manoj Iyer
** Changed in: pm-utils (Ubuntu) Milestone: None => ubuntu-17.10 ** Changed in: pm-utils (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pm-utils in Ubuntu.

[Touch-packages] [Bug 1699759] Re: LXC Alpine template broken on ppc64le

2017-07-19 Thread Manoj Iyer
** Changed in: lxc (Ubuntu) Importance: Undecided => Medium -- 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/1699759 Title: LXC Alpine template broken on ppc64le Status in

[Touch-packages] [Bug 1702240] Re: [Ubuntu 17.04] 'make test' failures seen when e2fsprogs instrumented with 'undefined behavior sanitizer'

2017-07-19 Thread Manoj Iyer
** Changed in: e2fsprogs (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-power-systems Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to e2fsprogs in Ubuntu.

[Touch-packages] [Bug 1629226] Re: systemd's service killed by cgroup controller pids

2017-04-26 Thread Manoj Iyer
** Also affects: ubuntu-power-systems Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu. https://bugs.launchpad.net/bugs/1629226 Title: systemd's service killed by

[Touch-packages] [Bug 1629226] Re: Bash exits after a few failed fork()-s

2017-08-07 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: New => Invalid ** Tags added: triage-g -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu. https://bugs.launchpad.net/bugs/1629226 Title: Bash exits after a

[Touch-packages] [Bug 1651518] Re: systemd/logind parsing problem: HTX exercisers stopped on error: rc 11, errno 11 from main(): pthread_create

2017-05-09 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1651518 Title: systemd/logind parsing problem: HTX

[Touch-packages] [Bug 1629226] Re: Bash exits after a few failed fork()-s

2017-06-01 Thread Manoj Iyer
** Tags added: ubuntu-17.04 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu. https://bugs.launchpad.net/bugs/1629226 Title: Bash exits after a few failed fork()-s Status in The Ubuntu-power-systems project:

[Touch-packages] [Bug 1651518] Re: systemd/logind parsing problem: HTX exercisers stopped on error: rc 11, errno 11 from main(): pthread_create

2017-05-08 Thread Manoj Iyer
** Also affects: ubuntu-power-systems Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1651518 Title: systemd/logind parsing

[Touch-packages] [Bug 1708409] Re: kdump service does not start after configure/reboot

2017-09-18 Thread Manoj Iyer
** Tags added: triage-a -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1708409 Title: kdump service does not start after configure/reboot Status in The

[Touch-packages] [Bug 1208508] Re: unable to update an bug with an existing .crash file

2017-09-18 Thread Manoj Iyer
This would be a very useful feature for cases where bugs are mirrored from a bug tracking tool like bugzilla to launchpad, usually servers are behind firewalls, so .apport could be collected offline and later (the mirrored lp bug could be) updated with .apport information. -- You received this

[Touch-packages] [Bug 1719579] Re: [Ubuntu 16.04.2] [libvirt] virsh restore fails from state file saved in /var/tmp folder using virsh save

2017-10-02 Thread Manoj Iyer
** Tags added: triage-g -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1719579 Title: [Ubuntu 16.04.2] [libvirt] virsh restore fails from state file saved in /var/tmp

[Touch-packages] [Bug 1699759] Re: LXC Alpine template broken on ppc64le

2017-08-21 Thread Manoj Iyer
** Tags removed: triage-a ** Tags added: triage-g -- 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/1699759 Title: LXC Alpine template broken on ppc64le Status in The

[Touch-packages] [Bug 1708409] Re: kdump service does not start after configure/reboot

2017-08-23 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Assignee: (unassigned) => Canonical Foundations Team (canonical-foundations) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1708409

[Touch-packages] [Bug 1732865] Re: [LTCTest][OPAL][FW860.20] lscpu failed to list cpu max and min frequencies

2017-11-28 Thread Manoj Iyer
** Changed in: util-linux (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu. https://bugs.launchpad.net/bugs/1732865 Title: [LTCTest][OPAL][FW860.20] lscpu

[Touch-packages] [Bug 1732032] Re: ip maddr show and ip maddr show dev enP20p96s0 show different data

2017-11-28 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Assignee: David Britton (davidpbritton) => Canonical Server Team (canonical-server) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu.

[Touch-packages] [Bug 1724152] Re: ISST-LTE: pVM: aureport couldn't get the right auid from the audit log on ubuntu16.04

2017-11-13 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to audit in Ubuntu. https://bugs.launchpad.net/bugs/1724152 Title: ISST-LTE: pVM: aureport

[Touch-packages] [Bug 1732032] Re: ip maddr show and ip maddr show dev enP20p96s0 show different data

2017-11-20 Thread Manoj Iyer
** Changed in: iproute2 (Ubuntu) Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => David Britton (davidpbritton) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu.

[Touch-packages] [Bug 1706948] Re: [Ubuntu 1710] [Feature] Inconsistent report of pm CanSuspend state by systemd and pm-utils

2017-11-20 Thread Manoj Iyer
Assigning to the foundations team to follow up on this feature when we update package in 18.04 ** Changed in: pm-utils (Ubuntu) Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => Canonical Foundations Team (canonical-foundations) ** Summary changed: - [Ubuntu 1710]

[Touch-packages] [Bug 1699759] Re: LXC Alpine template broken on ppc64le

2017-11-20 Thread Manoj Iyer
David could you please mark as fix released if this has made it into a release? ** Changed in: lxc (Ubuntu) Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => David Britton (davidpbritton) -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1719579] Re: [Ubuntu 16.04.2] [libvirt] virsh restore fails from state file saved in /var/tmp folder using virsh save

2017-11-21 Thread Manoj Iyer
** Changed in: apparmor (Ubuntu) Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => John Johansen (jjohansen) ** Changed in: ubuntu-power-systems Assignee: John Johansen (jjohansen) => Canonical Kernel Team (canonical-kernel-team) -- You received this bug

[Touch-packages] [Bug 1732865] Re: [LTCTest][OPAL][FW860.20] lscpu failed to list cpu max and min frequencies

2017-11-21 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Assignee: David Britton (davidpbritton) => Canonical Server Team (canonical-server) ** Changed in: util-linux (Ubuntu) Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => David Britton (davidpbritton) -- You received this bug

[Touch-packages] [Bug 1706948] Re: [Ubuntu 1710] [Feature] Inconsistent report of pm CanSuspend state by systemd and pm-utils

2017-11-06 Thread Manoj Iyer
** Changed in: pm-utils (Ubuntu) Milestone: ubuntu-17.10 => ubuntu-18.04 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pm-utils in Ubuntu. https://bugs.launchpad.net/bugs/1706948 Title: [Ubuntu 1710] [Feature]

[Touch-packages] [Bug 1719579] Re: [Ubuntu 16.04.2] [libvirt] virsh restore fails from state file saved in /var/tmp folder using virsh save

2017-11-06 Thread Manoj Iyer
Please restest with 16.04.3 and also consider the setup proposed in the comment #7 ** Changed in: apparmor (Ubuntu) Status: New => Incomplete ** Changed in: apparmor (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1719720] Re: [LTCTest][libvpd] Process '/bin/touch /run/run.vpdupdate' failed with exit code 127

2017-12-04 Thread Manoj Iyer
** Changed in: coreutils (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to coreutils in Ubuntu. https://bugs.launchpad.net/bugs/1719720 Title: [LTCTest][libvpd] Process

[Touch-packages] [Bug 1764628] Re: incorrect hypervisor and virtualization type reported in compat mode guest

2018-06-25 Thread Manoj Iyer
** Changed in: util-linux (Ubuntu) Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => Canonical Foundations Team (canonical-foundations) ** Changed in: util-linux (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a

[Touch-packages] [Bug 1742941] Re: zlib: improve crc32 performance on P8

2018-01-16 Thread Manoj Iyer
** Changed in: zlib (Ubuntu) Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => David Britton (davidpbritton) ** Changed in: zlib (Ubuntu) Importance: Undecided => Low ** Changed in: ubuntu-power-systems Status: New => Triaged -- You received this bug

[Touch-packages] [Bug 1719579] Re: [Ubuntu 16.04.2] [libvirt] virsh restore fails from state file saved in /var/tmp folder using virsh save

2018-01-16 Thread Manoj Iyer
** Changed in: libvirt (Ubuntu) Assignee: (unassigned) => David Britton (davidpbritton) ** Changed in: libvirt (Ubuntu) Importance: Low => High ** Changed in: ubuntu-power-systems Assignee: Ubuntu Server Team (ubuntu-server) => David Britton (davidpbritton) ** Changed in:

[Touch-packages] [Bug 1733870] Re: [Ubuntu 18.10] Add GDB support to access/display POWER8 registers

2018-02-05 Thread Manoj Iyer
** Changed in: gdb (Ubuntu) Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => Canonical Foundations Team (canonical-foundations) ** Changed in: gdb (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1742941] Re: zlib: improve crc32 performance on P8

2018-02-05 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to zlib in Ubuntu. https://bugs.launchpad.net/bugs/1742941 Title: zlib: improve crc32 performance on P8

[Touch-packages] [Bug 1719579] Re: [Ubuntu 18.04] [libvirt] virsh restore fails from state file saved in /var/tmp folder using virsh save

2018-01-29 Thread Manoj Iyer
** Summary changed: - [Ubuntu 16.04.2] [libvirt] virsh restore fails from state file saved in /var/tmp folder using virsh save + [Ubuntu 18.04] [libvirt] virsh restore fails from state file saved in /var/tmp folder using virsh save -- You received this bug notification because you are a

[Touch-packages] [Bug 1737662] Re: Unable to install ubuntu1804 build with Debootstrap warning on witherspoon system

2018-02-12 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to busybox in Ubuntu. https://bugs.launchpad.net/bugs/1737662 Title: Unable to install

[Touch-packages] [Bug 1719579] Re: [Ubuntu 18.04] [libvirt] virsh restore fails from state file saved in /var/tmp folder using virsh save

2018-02-12 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1719579 Title: [Ubuntu 18.04] [libvirt] virsh

[Touch-packages] [Bug 1742941] Re: zlib: improve crc32 performance on P8

2018-02-12 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Assignee: (unassigned) => Canonical Foundations Team (canonical-foundations) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to zlib in Ubuntu. https://bugs.launchpad.net/bugs/1742941

[Touch-packages] [Bug 1733870] Re: [Ubuntu 18.10] Add GDB support to access/display POWER8 registers

2018-02-12 Thread Manoj Iyer
Any updates on the upstream code status? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gdb in Ubuntu. https://bugs.launchpad.net/bugs/1733870 Title: [Ubuntu 18.10] Add GDB support to access/display POWER8 registers

[Touch-packages] [Bug 1779815] Re: [Ubuntu 18.04.01][BostonLC][mpt3sas] installer does not detect any LSI based SAS/md raid device

2018-07-30 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1779815 Title: [Ubuntu

[Touch-packages] [Bug 1778844] Re: ISST-LTE:PNV:Ubuntu180401:Witherspoon:woo: After triggering crash, kdump is not working and system enters into initramfs state

2018-07-30 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1778844 Title:

[Touch-packages] [Bug 1784347] Re: ISST-LTE: KVM:UBUNTU1804: BostonLC: fdisk -l shows the conflicting partitions name for the mpath

2018-08-13 Thread Manoj Iyer
** Changed in: util-linux (Ubuntu) Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => Canonical Foundations Team (canonical-foundations) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux

[Touch-packages] [Bug 1733870] Re: [Ubuntu 18.10] Add GDB support to access/display POWER8 registers

2018-08-20 Thread Manoj Iyer
IBM, 18.10 feature freeze is on the 23rd of Aug, any news on the upstream status of this patch? ** Changed in: gdb (Ubuntu) Milestone: None => ubuntu-18.10 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gdb in Ubuntu.

[Touch-packages] [Bug 1764628] Re: incorrect hypervisor and virtualization type reported in compat mode guest

2018-08-20 Thread Manoj Iyer
IBM, Xenial-updates is currently on version (https://packages.ubuntu.com /xenial-updates/util-linux) util-linux (2.27.1-6ubuntu3.6) could you please retest and confirm that this is now fixed ? ** Changed in: ubuntu-power-systems Status: Triaged => Incomplete -- You received this bug

[Touch-packages] [Bug 1784347] Re: ISST-LTE: KVM:UBUNTU1804: BostonLC: fdisk -l shows the conflicting partitions name for the mpath

2018-08-20 Thread Manoj Iyer
** Changed in: util-linux (Ubuntu) Importance: Undecided => High ** Tags removed: triage-g ** Tags added: triage-a -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu.

[Touch-packages] [Bug 1742941] Re: [18.10] zlib: improve crc32 performance on P8

2018-08-20 Thread Manoj Iyer
IBM, 18.10 feature freeze is on the 23rd of Aug, any news on the upstream status of this patch? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to zlib in Ubuntu. https://bugs.launchpad.net/bugs/1742941 Title: [18.10] zlib:

[Touch-packages] [Bug 1778844] Re: ISST-LTE:PNV:Ubuntu180401:Witherspoon:woo: After triggering crash, kdump is not working and system enters into initramfs state

2018-07-23 Thread Manoj Iyer
** Changed in: makedumpfile (Ubuntu) Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: initramfs-tools (Ubuntu) Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: initramfs-tools (Ubuntu) Importance: Undecided

[Touch-packages] [Bug 1779815] Re: [Ubuntu 18.04.01][BostonLC][mpt3sas] installer does not detect any LSI based SAS/md raid device

2018-07-23 Thread Manoj Iyer
abdhalee, Looks like you have successfully verified, could you please change the tag to verification-done-bionic ? ** No longer affects: linux (Ubuntu) ** No longer affects: linux (Ubuntu Xenial) ** No longer affects: linux (Ubuntu Bionic) -- You received this bug notification because you are

[Touch-packages] [Bug 1719579] Re: [Ubuntu 16.04.2] [libvirt] virsh restore fails from state file saved in /var/tmp folder using virsh save

2018-01-22 Thread Manoj Iyer
ChristianEhrhardt, any plans to backport these fixes to 16.04? Or is this going to be an 18.04 feature? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1719579 Title:

[Touch-packages] [Bug 1679704] Re: libvirt profile is blocking global setrlimit despite having no rlimit rule

2018-04-05 Thread Manoj Iyer
** Tags added: triage-a -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1679704 Title: libvirt profile is blocking global setrlimit despite having no rlimit rule

[Touch-packages] [Bug 1742941] Re: [18.10] zlib: improve crc32 performance on P8

2018-04-05 Thread Manoj Iyer
** Summary changed: - zlib: improve crc32 performance on P8 + [18.10] zlib: improve crc32 performance on P8 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to zlib in Ubuntu. https://bugs.launchpad.net/bugs/1742941 Title:

[Touch-packages] [Bug 1724152] Re: ISST-LTE: pVM: aureport couldn't get the right auid from the audit log on ubuntu16.04

2018-04-04 Thread Manoj Iyer
** Changed in: audit (Ubuntu Zesty) Status: Fix Committed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to audit in Ubuntu. https://bugs.launchpad.net/bugs/1724152 Title: ISST-LTE: pVM: aureport couldn't

[Touch-packages] [Bug 1763534] Re: ifconfig -s (or -a -s) only outputs 8 characters of the interface name, when interfaces are 10+ characters.

2018-04-12 Thread Manoj Iyer
** Changed in: net-tools (Ubuntu Bionic) Assignee: (unassigned) => Canonical Foundations Team (canonical-foundations) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to net-tools in Ubuntu.

[Touch-packages] [Bug 1763534] Re: ifconfig -s (or -a -s) only outputs 8 characters of the interface name, when interfaces are 10+ characters.

2018-04-12 Thread Manoj Iyer
Because this bug causes the following to happen: https://bugs.launchpad.net/maas/+bug/1759284 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to net-tools in Ubuntu. https://bugs.launchpad.net/bugs/1763534 Title: ifconfig -s

[Touch-packages] [Bug 1732865] Re: [LTCTest][OPAL][FW860.20] lscpu failed to list cpu max and min frequencies

2018-04-16 Thread Manoj Iyer
** Tags removed: triage-g ** Tags added: triage-a -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu. https://bugs.launchpad.net/bugs/1732865 Title: [LTCTest][OPAL][FW860.20] lscpu failed to list cpu max

[Touch-packages] [Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-23 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does

[Touch-packages] [Bug 1708409] Re: kdump service does not start after configure/reboot

2018-03-05 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: Incomplete => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1708409 Title: kdump service does not start

[Touch-packages] [Bug 1742941] Re: zlib: improve crc32 performance on P8

2018-03-05 Thread Manoj Iyer
IBM, Can you please update this bug when this patch lands upstream? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to zlib in Ubuntu. https://bugs.launchpad.net/bugs/1742941 Title: zlib: improve crc32 performance on P8

[Touch-packages] [Bug 1732865] Re: [LTCTest][OPAL][FW860.20] lscpu failed to list cpu max and min frequencies

2018-03-05 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu. https://bugs.launchpad.net/bugs/1732865 Title: [LTCTest][OPAL][FW860.20]

[Touch-packages] [Bug 1708409] Re: kdump service does not start after configure/reboot

2018-02-26 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1708409 Title: kdump service does not start after

[Touch-packages] [Bug 1784347] Re: ISST-LTE: KVM:UBUNTU1804: BostonLC: fdisk -l shows the conflicting partitions name for the mpath

2018-10-15 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Importance: High => Medium ** Changed in: util-linux (Ubuntu) Importance: High => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu.

[Touch-packages] [Bug 1778844] Re: nvme multipath does not report path relationships

2018-10-01 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1778844 Title: nvme multipath does not

[Touch-packages] [Bug 1764628] Re: incorrect hypervisor and virtualization type reported in compat mode guest

2019-01-07 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu. https://bugs.launchpad.net/bugs/1764628 Title: incorrect hypervisor and virtualization

[Touch-packages] [Bug 1786940] Re: Enable arm-linux-gnueabi target on ppc64el toolchain

2018-09-17 Thread Manoj Iyer
** Changed in: gcc-defaults (Ubuntu) Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => Canonical Foundations Team (canonical-foundations) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to binutils

[Touch-packages] [Bug 1764628] Re: incorrect hypervisor and virtualization type reported in compat mode guest

2019-04-02 Thread Manoj Iyer
Please review and consider this debdiff to Xenial. It fixes the issue reported here. == Before Patch == ubuntu@P8lpar4:~$ lscpu Architecture: ppc64le Byte Order:Little Endian CPU(s):128 On-line CPU(s) list: 0-127 Thread(s) per core:8 Core(s) per

[Touch-packages] [Bug 1764628] Re: incorrect hypervisor and virtualization type reported in compat mode guest

2019-04-02 Thread Manoj Iyer
Please review and consider this debdiff to Xenial. It fixes the issue reported here. == Before the patch == ubuntu@P8lpar3:~$ lscpu Architecture:ppc64le Byte Order: Little Endian CPU(s): 128 On-line CPU(s) list: 0-127 Thread(s) per core: 8 Core(s) per socket: 1

[Touch-packages] [Bug 1764628] Re: incorrect hypervisor and virtualization type reported in compat mode guest

2019-04-02 Thread Manoj Iyer
A test package is available in PPA: https://launchpad.net/~manjo/+archive/ubuntu/lp1764628/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu. https://bugs.launchpad.net/bugs/1764628 Title: incorrect

[Touch-packages] [Bug 1818953] Re: mblen() failing in Perl / Perl core dumping core on UBUNTU 19.04 by executing perl script, multiple architectures

2019-04-01 Thread Manoj Iyer
@steve, look like its now fixed in Debian 5.28.1-6 and we are close to beta freeze, are we going to cherry-pick this one? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to perl in Ubuntu. https://bugs.launchpad.net/bugs/1818953

[Touch-packages] [Bug 1742941] Re: [18.10] zlib: improve crc32 performance on P8

2019-04-08 Thread Manoj Iyer
Looks like this patch is still waiting to be merged upstream, looking at this link: https://github.com/madler/zlib/pull/335 Could you please advice if this is being considered to be merged upstream by the maintainer? -- You received this bug notification because you are a member of Ubuntu Touch

  1   2   >