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

2019-04-15 Thread Manoj Iyer
** Changed in: util-linux (Ubuntu) Assignee: Manoj Iyer (manjo) => 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 in Ubuntu. https://bugs.launchpad.net/b

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

2019-04-16 Thread Manoj Iyer
xnox, would you please elaborate what "in unapproved" means ? -- 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 type

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

2019-04-16 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: In Progress => Fix Released ** Changed in: ubuntu-power-systems Status: Fix Released => Fix Committed ** Also affects: util-linux (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: util-linux (Ubuntu Xenial)

[Touch-packages] [Bug 1657646] Re: Missing thin-provisioning-tools prevents VG with thin pool LV from being (de)activated, but not its creation

2019-05-08 Thread Manoj Iyer
The lvm2 package lists thin-provisioning-tools as a suggested package rather than "Depends", this is because thin-provisioning-tools is in the universe archive (Community supported) and lvm2 is in the main archive (Canonical supported). So, when you install lvm2 you should see thin- provisioning-to

[Touch-packages] [Bug 1657646] Re: Missing thin-provisioning-tools prevents VG with thin pool LV from being (de)activated, but not its creation

2019-05-08 Thread Manoj Iyer
I have lowered the priority on this bug to Medium and we are expected to address this in 20.04. The proposed fix is to add thin-provisioning- tools package to "recommends" in lvm2 so that it will be automatically installed when we install lvm2. ** Changed in: lvm2 (Ubuntu) Importance: High =>

[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 init-

[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" in

[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 U

[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: [xenial][initramfs

[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 usb-storage.

[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 al

[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 0.122ubun

[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 root=PARTUU

[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 usb-

[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 root=PARTUUID=7c5978e5-a56f-4c4c-a3f1-de1467d0

[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 xenial/m

[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 pac

[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. https://bugs.launchpad.net/bu

[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 --query=

[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 up

<    1   2