[Bug 1766945] Re: (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure

2019-03-14 Thread Abhishek Gupta
** Changed in: ubiquity (Ubuntu) Assignee: (unassigned) => Abhishek Gupta (mabhi4819) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766945 Title: (EFI on top of legacy install) choos

[Bug 1193174] Re: Enable/disable Hyper-V drivers

2013-08-19 Thread Abhishek Gupta
The new 3.10 kernel does have the fix. Issue is resolved. Thank you and apologize for the delay in response. Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1193174 Title: Enable/disable Hyp

[Bug 1298192] Re: hv: Unable to take backups of Generation 2 VMs

2014-03-26 Thread Abhishek Gupta
Please ensure that both server and azure images include the patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1298192 Title: hyper-v: Unable to take backups of Generation 2 VMs To manage notific

[Bug 1298192] Re: hv: Unable to take backups of Generation 2 VMs

2014-03-26 Thread Abhishek Gupta
No logs required as defect is verified by Microsoft Hyper-V team. ** Summary changed: - hv: Unable to take backups of Generation 2 VMs + hyper-v: Unable to take backups of Generation 2 VMs ** Changed in: hv-kvp-daemon-init (Ubuntu) Status: New => Confirmed -- You received this bug notif

[Bug 1298192] [NEW] hyper-v: Unable to take backups of Generation 2 VMs

2014-03-26 Thread Abhishek Gupta
Public bug reported: We are unable to take backups of Generation 2 VMs because they include a FAT 32 EFI partition. This patch ignores such partitions while freezing the file-system to take a snapshot during the initial stages of the backup process. Since EFI partition is not expected to be modifi

[Bug 1301019] Re: hyper-v: ifdown command not working due to bad ifstate

2014-04-01 Thread Abhishek Gupta
Logs not required. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1301019 Title: hyper-v: ifdown command not working due to bad ifstate To manage notifications about this bug go to: https://bugs.lau

[Bug 1301019] [NEW] hyper-v: ifdown command not working due to bad ifstate

2014-04-01 Thread Abhishek Gupta
Public bug reported: It appears that ifdown command is not working because “/run/network/ifstate" does not contain eth0=eth0. This in turn causes hyper-v's script hv_set_ifconfig.sh to fail as follows: root@ubuntu:~# ./hv_set_ifconfig.sh /var/lib/hyperv/ifcfg-eth0 ifdown: interface eth0 not conf

[Bug 1297012] Re: hyper-v: Manual partitioning formats /boot with ext2 file-system

2014-04-02 Thread Abhishek Gupta
Hi Dimitri, Thanks for the explanation. The reason we are having trouble with ext2 is because ext2 does not seem to have a freeze file-system interface. The freeze interface typically flushes all dirty buffers to disk and allows the creation of a file-system consistent snapshot prior to backup. If

[Bug 1297012] Re: hyper-v: Manual partitioning formats /boot with ext2 file-system

2014-04-02 Thread Abhishek Gupta
Hey Dimitry, You seemed to have closed the bug as Won't fix. However given Phillip's and my comments above, I do see some sense in changing the default choice. Would it be possible to fix it? Please let us know. Thanks, Abhishek -- You received this bug notification because you are a member of

[Bug 1325306] Re: Keyboard does not work in Generation 2 Hyper-V VM's when linux-image-virtual is installed rather than linux-image-generic

2014-07-15 Thread Abhishek Gupta
Please do not drop the fix. We are working on validation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1325306 Title: Keyboard does not work in Generation 2 Hyper-V VM's when linux-image- virtual

[Bug 1301019] Re: hyper-v: ifdown command not working due to bad ifstate

2014-08-26 Thread Abhishek Gupta
Hi Mark, Please give me until tomorrow to find out what we were seeing originally. May be something got fixed in 04.1. Please hold. Thanks for taking note. Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1301019] Re: hyper-v: ifdown command not working due to bad ifstate

2014-08-27 Thread Abhishek Gupta
Hi Mark, It appears that the issue was there on 14.04 and has been fixed in 14.04.1. We can close this item. Thanks, Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1301019 Title: hyper-v: i

[Bug 1274702] Re: Hyper-V KVP infrastructure not working properly

2014-02-20 Thread Abhishek Gupta
Hi Andy, Will the changes also make things right for older distributions? Please let me know. Thanks, Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274702 Title: Hyper-V KVP infrastructur

[Bug 1233376] Re: hv_kvp_daemon is missing from linux-tools

2013-09-30 Thread Abhishek Gupta
It appears that both hv_kvp_daemon and hv_vss_daemon are absent from /usr/sbin . It is likely that due to this the daemons are not auto loading upon installation. Please include init startup scripts for both daemons. -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 1233433] [NEW] hv: util: Fix a bug in version negotiation code for util services

2013-09-30 Thread Abhishek Gupta
Public bug reported: The current code picked the highest version advertised by the host. WS2012 R2 has implemented a protocol version for KVP that is not compatible with prior protocol versions of KVP. Fix the bug in the current code by explicitly specifying the protocol version that the guest

[Bug 1233433] Re: hv: util: Fix a bug in version negotiation code for util services

2013-09-30 Thread Abhishek Gupta
Does not require logs as patch provided. ** 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/1233433 Title: hv: util: Fix a bug in ver

[Bug 1233376] Re: hv_kvp_daemon and hv_vss_daemon are missing from linux-tools

2013-09-30 Thread Abhishek Gupta
Daemons seem to be there under /usr/lib/linux-tools-3.11.0-9/ but no loading scripts present under /usr/sbin. ** Summary changed: - hv_kvp_daemon is missing from linux-tools + hv_kvp_daemon and hv_vss_daemon are missing from linux-tools -- You received this bug notification because you are a me

[Bug 1233466] [NEW] Hot-Add Memory failing for lack of udev rule

2013-09-30 Thread Abhishek Gupta
Public bug reported: It appears that the Hot-Add mechanism is not working because of lack of a udev rule. The required rule is attached to this bug. Please include it. Furthermore, please ensure that the following patches are included: https://git.kernel.org/cgit/linux/kernel/git/next/linux- nex

[Bug 1233466] Re: Hot-Add Memory failing for lack of udev rule

2013-09-30 Thread Abhishek Gupta
Log files not needed as solution included in bug report. ** 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/1233466 Title: Hot-Add Me

[Bug 1233466] Re: Hot-Add Memory failing for lack of udev rule

2013-10-01 Thread Abhishek Gupta
Being a little proactive and adding Andy as well as he is fixing the other bugs. Hope that is ok Ben. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1233466 Title: Hot-Add Memory failing for lack of

[Bug 1233466] Re: Hot-Add Memory failing for lack of udev rule

2013-10-01 Thread Abhishek Gupta
Could someone also ack that the udev rule will be included? Just want to make sure you guys noticed it. Furthermore, this is high pri than medium from our perspective. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1233466] Re: Hot-Add Memory failing for lack of udev rule

2013-10-01 Thread Abhishek Gupta
Testing now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1233466 Title: Hot-Add Memory failing for lack of udev rule To manage notifications about this bug go to: https://bugs.launchpad.net/ubunt

[Bug 1233466] Re: Hot-Add Memory failing for lack of udev rule

2013-10-01 Thread Abhishek Gupta
I am still testing the fix. It appears that the udev rule installs correctly but I see two issues: a) Memory demand from Ubuntu 13.10 is extraordinarily high on Hyper-V. It is likely to be a bug on our side and we will work on it. b) After applying all the packages under udev, our mouse driver is

[Bug 1234413] [NEW] Display driver is malfunctioning for Ubuntu 13.10 VMs on Hyper-V Server 2008R2

2013-10-02 Thread Abhishek Gupta
Public bug reported: Hi folks, We noticed that when a Ubuntu 13.10 VM is created on Windows Server 2008 R2, the graphical output is corrupted. The situation is so grave that one cannot even install Ubuntu 13.10 on Windows Server 2008R2. The patch below fixes the problem so please include it: htt

[Bug 1234417] [NEW] Ubuntu 13.10 VHD failing to boot on Windows Server 2008 R2

2013-10-02 Thread Abhishek Gupta
Public bug reported: Hi folks, It appears that the Windows 2008 R2 Hyper-V host is unable to handle the following scsi command: MAINTENANCE_IN (scsi command 0xa3) and that is the cause for this problem. Due to this reason, we are unable to boot an Ubuntu 13.10 virtual machine on Hyper-V Server

[Bug 1234413] Re: Display driver is malfunctioning for Ubuntu 13.10 VMs on Hyper-V Server 2008R2

2013-10-02 Thread Abhishek Gupta
Logs not required. ** 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/1234413 Title: Display driver is malfunctioning for Ubuntu 13.1

[Bug 1234417] Re: Ubuntu 13.10 VHD failing to boot on Windows Server 2008 R2

2013-10-02 Thread Abhishek Gupta
Console messages via serial log: [6.634334] scsi2 : storvsc_host_t [6.637240] scsi 2:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ : 0 ANSI: 4 [6.643174] sd 2:0:0:0: [sda] 20971520 512-byte logical blocks: (10.7 GB/10.0 GiB) [6.648714] sd 2:0:0:0: Attached scsi generic

[Bug 1233466] Re: Hot-Add Memory failing for lack of udev rule

2013-10-02 Thread Abhishek Gupta
Hi there! The udev rule works but after installing the following udev package the following drivers do not load anymore: 1. hyperv-fb 2. hv_utils 3. hv_balloon Is this just a side effect or something else is wrong? Please let us know. Thanks, Abhishek -- You received this bug notification beca

[Bug 1233376] Re: hv_kvp_daemon and hv_vss_daemon are missing from linux-tools

2013-10-02 Thread Abhishek Gupta
Hi there! It seems that the daemons are now in /usr/sbin however there are no startup scripts to kickstart the daemons. Please is it possible for you to include the startup scripts in init.d so that the daemons are loaded at boot time? Please let me know. Thanks, Abhishek -- You received this bu

[Bug 1240731] Re: Mouse middle wheel not working on Hyper-V

2013-12-18 Thread Abhishek Gupta
Per the above suggestion in the bug page, testing kernel v3.8-raring shows the same behavior. Furthermore, the hid_hyperv kernel module is not present at all for this version, as searched on the entire file-system which shows it only for the default v3.11 kernel. -- You received this bug notif

[Bug 1240731] Re: Mouse middle wheel not working on Hyper-V

2013-12-18 Thread Abhishek Gupta
Please advise on the next set of steps. ** 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/1240731 Title: Mouse middle wheel not work

[Bug 1240731] Re: Mouse middle wheel not working on Hyper-V

2013-12-04 Thread Abhishek Gupta
Hi there! Sorry for the delay on this. We tested all the kernels but none of them seems to have the middle wheel working. Please advise on the next steps. I will ensure that you get timely updates on this from now on. Thanks, Abhishek ** Changed in: linux (Ubuntu) Status: Incomplete => Con

[Bug 1199345] Re: Can't install on Hyper-V Server 2008 R2 SP1 (error video)

2013-12-05 Thread Abhishek Gupta
Hey CSRedRat, the installation ISO should be updated by January. It is being worked upon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1199345 Title: Can't install on Hyper-V Server 2008 R2 SP1 (er

[Bug 1210280] [NEW] System monitor reporting incorrect number of processors for Ubuntu 13.10 vms on Hyper-V

2013-08-08 Thread Abhishek Gupta
Public bug reported: We have noticed that when a Ubuntu 13.10 VM is configured with 64CPUs on Hyper-V, system monitor only shows 32 CPUs. This bug is also observed on Ubuntu 12.04. So it seems like an old issue. Please provide a fix. Attached are two files - One of the files is the output from sy

[Bug 1130326] Re: No Certificate Authority Certificate Dialog doesn't receive focus

2016-02-08 Thread abhishek gupta
Hi, Furkan, It works. Thanks for suggestion. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1130326 Title: No Certificate Authority Certificate Dialog doesn't receive focus To manage notifications

[Bug 1269576] Re: Include Hyper-V Host to Guest File Copy Feature in Ubuntu 14.04

2014-01-15 Thread Abhishek Gupta
Feature will also be useful in copying contents from Azure host in to VM. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1269576 Title: Include Hyper-V Host to Guest File Copy Feature in Ubuntu 14.04

[Bug 1269576] [NEW] Include Hyper-V Host to Guest File Copy Feature in Ubuntu 14.04

2014-01-15 Thread Abhishek Gupta
Public bug reported: Hi folks, We would like to include a new Hyper-V feature in Ubuntu 14.04. This feature allows an administrator to copy a file from host to guest without using the network. The feature does not restrict the contents or the location of data that is being copied in to the VM. Th

[Bug 1269576] Re: Include Hyper-V Host to Guest File Copy Feature in Ubuntu 14.04

2014-01-15 Thread Abhishek Gupta
No logs necessary as this is a feature request. ** Changed in: linux (Ubuntu) Status: Triaged => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1269576 Title: Include Hyper-V Host t

[Bug 1317695] [NEW] hyper-v: Unable to copy and boot Generation 2 Ubuntu 14.04 VHDs

2014-05-08 Thread Abhishek Gupta
Public bug reported: After creating a Generation 2 virtual machine, we are unable to shutdown the VM, copy the VHD and create a new Generation 2 virtual machine out of the VHD. It seems that once the copy out operation has occurred, the UEFI boot entry is not available on the file-system. This hin

[Bug 1317697] [NEW] hyper-v: Unable to dump core for Ubuntu 14.04 virtual machines.

2014-05-08 Thread Abhishek Gupta
Public bug reported: Hi, We need to include two new patches: http://git.kernel.org/cgit/linux/kernel/git/next/linux- next.git/commit/arch/x86/kernel/cpu/mshyperv.c?id=e179f6914152eca9b338e7d8445684062f560c55 http://git.kernel.org/cgit/linux/kernel/git/next/linux- next.git/commit/drivers/hv/conn

[Bug 1317697] Re: hyper-v: Unable to dump core for Ubuntu 14.04 virtual machines.

2014-05-08 Thread Abhishek Gupta
Logs not required. Patches provided. ** 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/1317697 Title: hyper-v: Unable to dump core f

[Bug 1301019] Re: hyper-v: ifdown command not working due to bad ifstate

2014-04-03 Thread Abhishek Gupta
I apologize for the lack of knowledge on this subject but Andy did Ben answer your question? Have you guys identified the issue? hv_set_ifconfig is indeed distro specific but it is failing because the ifstate file has a missing eth0=eth0 entry. Please let me know if this is not good enough expla

[Bug 1302268] Re: hyper-v: Unable to perform core dump on trusty

2014-04-03 Thread Abhishek Gupta
Please note that there are two patches. Please include both of them. They have also been sent upstream. Many thanks for your help on this. Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/130226

[Bug 1302268] Re: hyper-v: Unable to perform core dump on trusty

2014-04-03 Thread Abhishek Gupta
** Patch added: "[PATCH 1/1] Drivers: hv: vmbus: Negotiate version 3.0 when running on ws2012r2 hosts" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302268/+attachment/4064319/+files/0001-Drivers-hv-vmbus-Negotiate-version-3.0-when-running-.patch -- You received this bug notification

[Bug 1302268] [NEW] hyper-v: Unable to perform kernel crash dump on trusty

2014-04-03 Thread Abhishek Gupta
Public bug reported: Hi folks, I know we are past kernel freeze now but this is a very important issue to fix as kernel crash dump is a fundamental requirement for all our customers. I am attaching two patches. Both of them need to be applied to take care of this issue. Please accommodate in this

[Bug 1302268] Re: hyper-v: Unable to perform core dump on trusty

2014-04-03 Thread Abhishek Gupta
** Patch added: "[PATCH 1/1] x86/platfo​rm/hyperv: When on Hyper-v use NULL legacy PIC" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302268/+attachment/4064320/+files/0001-x86-platform-hyperv-When-on-Hyper-v-use-NULL-legacy-.patch -- You received this bug notification because you ar

[Bug 1302268] Re: hyper-v: Unable to perform kernel crash dump on trusty

2014-04-03 Thread Abhishek Gupta
** Summary changed: - hyper-v: Unable to perform core dump on trusty + hyper-v: Unable to perform kernel crash dump on trusty ** Description changed: Hi folks, I know we are past kernel freeze now but this is a very important issue - to fix as core dump is a fundamental requirement for al

[Bug 1272664] Re: Installing UEFI boot entry on Hyper-V gen 2 corrupts VM configuration, making the VM unuseable

2014-03-06 Thread Abhishek Gupta
There are two bugs here: a) The UEFI boot entry seems to be created incorrectly. It appears that there are 6 extra zeroes in the Hard Drive Media Device Path as shown in Red (See attached picture). We suspect that the structure related to the hard drive media device path is not packed because of w

[Bug 1272664] Re: Installing UEFI boot entry on Hyper-V gen 2 corrupts VM configuration, making the VM unuseable

2014-03-06 Thread Abhishek Gupta
The problem appears to be in the following UEFI structures: typedef struct { UINT8 Type; ///< 0x01 Hardware Device Path. ///< 0x02 ACPI Device Path. ///< 0x03 Messaging Device Path. ///< 0x04 Media Device Path. ///< 0x05 BIOS Boot Specification Device Path. ///<

[Bug 1290151] [NEW] hyper-v: Hyper-V network broken for Trusty on Server 2008R2

2014-03-09 Thread Abhishek Gupta
Public bug reported: Due to a bug in the Hyper-V host verion 2008R2, we need to use a slightly smaller receive buffer size, otherwise the buffer will not be accepted by the legacy hosts. Without this fix, the network driver will not load while hosting Trusty on Server 2008R2. The following patch

[Bug 1290151] Re: hyper-v: Hyper-V network broken for Trusty on Server 2008R2

2014-03-09 Thread Abhishek Gupta
Logs not required. ** 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/1290151 Title: hyper-v: Hyper-V network broken for Trusty on Se

[Bug 1274702] Re: Hyper-V KVP infrastructure not working properly in 14.04 Trusty

2014-03-11 Thread Abhishek Gupta
Thanks for the update Robert! Eagerly awaiting the fix. Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274702 Title: Hyper-V KVP infrastructure not working properly in 14.04 Trusty To mana

[Bug 1240731] Re: Mouse middle wheel not working on Hyper-V

2014-03-11 Thread Abhishek Gupta
Network issue is already fixed - https://bugs.launchpad.net/bugs/1290151 Thanks, Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240731 Title: Mouse middle wheel not working on Hyper-V To

[Bug 1285434] Re: hyper-v: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-03-12 Thread Abhishek Gupta
Hey Andy, should we file a new bug for the remaining drivers? Please let us know. Thanks, Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1285434 Title: hyper-v: Keyboard dysfunctional while

[Bug 1292216] [NEW] hyper-v: Hyper-V drivers missing from UEFI based installer

2014-03-13 Thread Abhishek Gupta
Public bug reported: Hi folks, We are unable to create Generation 2 VMs because Hyper-V drivers are missing from the UEFI based alternate installer for server builds. The ask is to include all hyper-v drivers in to the alternate server installer. Please see below bug for more details: https://bu

[Bug 1292216] Re: hyper-v: Hyper-V drivers missing from UEFI based installer

2014-03-13 Thread Abhishek Gupta
Hi Tim, Thanks for checking. Two follow up questions: a) How come these modules lister under virtio-modules? Shouldn't they be in some hyper-v specific folder? b) Previously we were missing the keyboard driver as outlined in the bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1285434

[Bug 1292216] Re: hyper-v: Hyper-V drivers missing from UEFI based installer

2014-03-14 Thread Abhishek Gupta
Thanks Andy for the explanation. We are seeing that the desktop release can be booted in to generation 2 mode but the server release cannot. Every time I try to boot the server release, I get an error saying that it could not mount the ISO. Do you think, this could be happening due to a missing ata

[Bug 1292216] Re: hyper-v: Hyper-V drivers missing from UEFI based installer

2014-03-14 Thread Abhishek Gupta
Hi folks, I confirm that the drivers are not present in the server builds located here: http://cdimage.ubuntu.com/ubuntu-server/daily/current/. Please can you help find out the reason? The drivers are there in the client builds. Our test guys confirmed this by opening up the initrd in the ISO. W

[Bug 1269576] Re: Include Hyper-V Host to Guest File Copy Feature in Ubuntu 14.04

2014-03-17 Thread Abhishek Gupta
Hey Andy, What is the plan for this feature? Note that it includes a daemon as well. Please let us know. Thanks, Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1269576 Title: Include Hyper-

[Bug 1294253] [NEW] hyper-v: Enabling dynamic memory on Hyper-V may lead to persistent load value of 1

2014-03-18 Thread Abhishek Gupta
Public bug reported: It appears that if you enable dynamic memory on Hyper-V, and then run the top command then load metrics may always show 1 for the 1 minute average (See attached image). This is because the ballooning mechanism sleeps in uninterruptible mode which adds to the system load metric

[Bug 1294253] Re: hyper-v: Enabling dynamic memory on Hyper-V may lead to persistent load value of 1

2014-03-18 Thread Abhishek Gupta
Logs not needed. ** 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/1294253 Title: hyper-v: Enabling dynamic memory on Hyper-V may le

[Bug 1274702] Re: Hyper-V KVP infrastructure not working properly in 14.04 Trusty

2014-03-19 Thread Abhishek Gupta
Hi Robert, Thank you for taking notice. Please could you add me and Chris to the new issue as well? Thank you, Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274702 Title: Hyper-V KVP infr

[Bug 1274702] [NEW] Hyper-V KVP infrastructure not working properly

2014-01-30 Thread Abhishek Gupta
Public bug reported: The Hyper-V KVP package is required to display various metadata from a virtual machine. Currently, the package is installed by using the following command: sudo apt-get install hv-kvp-daemon-init However the installed drivers and daemons do not start even after rebooting the

[Bug 1274752] [NEW] Hyper-V Submissions for 14.04

2014-01-30 Thread Abhishek Gupta
Public bug reported: There are a few bug fixes and features that need to be added for Hyper-V: a) Time synchronization related patch https://groups.google.com/forum/#!msg/linux.kernel/Km5qsxXZHNc/4QhvWVq0nQsJ b) Patches to ensure that kdump works correctly when multiple vCPUs are assigned to th

[Bug 1274752] Re: Hyper-V Submissions for 14.04

2014-01-30 Thread Abhishek Gupta
** Description changed: There are a few bug fixes and features that need to be added for Hyper-V: a) Time synchronization related patch https://groups.google.com/forum/#!msg/linux.kernel/Km5qsxXZHNc/4QhvWVq0nQsJ b) Patches to ensure that kdump works correctly when multiple vCPUs

[Bug 1274702] Re: Hyper-V KVP infrastructure not working properly

2014-01-31 Thread Abhishek Gupta
We are seeing this with both Ubuntu 12.10 and Ubuntu 13.10. The problems are slightly different on the two versions as I mentioned above. On Ubuntu 12.10, the default kernel version is 3.5.0-17 and the tools package that is installed is linux-tools-3.5.0-45. On Ubuntu 13.10, my setup shows kernel

[Bug 1274752] Re: Hyper-V Submissions for 14.04

2014-01-31 Thread Abhishek Gupta
** Package changed: ubuntu => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274752 Title: Hyper-V Submissions for 14.04 To manage notifications about this bug go to: https://bugs.la

[Bug 1269576] Re: Include Hyper-V Host to Guest File Copy Feature in Ubuntu 14.04

2014-01-31 Thread Abhishek Gupta
Patch for File copy from host to guest feature http://www.spinics.net/lists/kernel/msg1673437.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1269576 Title: Include Hyper-V Host to Guest File Cop

[Bug 1274752] Re: Hyper-V Submissions for 14.04

2014-01-31 Thread Abhishek Gupta
** 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/1274752 Title: Hyper-V Submissions for 14.04 To manage notifications about this bu

[Bug 1295401] [NEW] hyper-v: IP Injection failing on trusty

2014-03-20 Thread Abhishek Gupta
Public bug reported: Hi folks, It appears that the hyper-v specific script hv_set_ifconfig.sh in the hv-kvp-daemon-init package is failing because of the following: The occurrence of “IF_NAME” in hv_set_ifconfig.sh needs to be changed to “DEVICE” because the resulting KVP generated file /var/

[Bug 1295401] Re: hyper-v: IP Injection failing on trusty

2014-03-20 Thread Abhishek Gupta
Logs not essential. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1295401 Title: hyper-v: IP Injection failing on trusty To manage notifications about this bug go to: https://bugs.launchpad.net/ubu

[Bug 1295813] [NEW] hyper-v: vmbus: Specify the target CPU that should receive notification

2014-03-21 Thread Abhishek Gupta
Public bug reported: Hi, Please include the following patch as it is required to do core dump on multiple vCPUs: http://git.kernel.org/cgit/linux/kernel/git/next/linux- next.git/patch/drivers/hv/connection.c?id=e28bab4828354583bb66ac09021ca69b341a7db4 Also please verify if the patch below is alr

[Bug 1295813] Re: hyper-v: vmbus: Specify the target CPU that should receive notification

2014-03-21 Thread Abhishek Gupta
Issue is confirmed. No logs necessary. ** 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/1295813 Title: hyper-v: vmbus: Specify the

[Bug 1295813] Re: hyper-v: vmbus: Specify the target CPU that should receive notification

2014-03-21 Thread Abhishek Gupta
May I suggest to move priority to high pri as without these patches we cannot core dump on multiple vCPUs. This is a significant customer pain point. Thanks, Abhishek ** Description changed: Hi, Please include the following patch as it is required to do core dump on multiple vCPUs: http

[Bug 1297012] [NEW] hyper-v: Manual partitioning formats /boot with ext2 file-system

2014-03-24 Thread Abhishek Gupta
Public bug reported: Hi, It appears that if users manually partition the disk, the /boot partition is formatted using the ext2 file-system. This breaks certain backup scenarios for Hyper-V. Is it possible to change the default format for the /boot partition to ext4? Please let us know and see at

[Bug 1297012] Re: hyper-v: Manual partitioning formats /boot with ext2 file-system

2014-03-24 Thread Abhishek Gupta
Logs not required. ** Changed in: 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/1297012 Title: hyper-v: Manual partitioning formats /boot with ext2 file-syste

[Bug 1282700] Re: hyper-v: file copy host to guest support

2014-02-26 Thread Abhishek Gupta
Hi Andy, There are two patches of interest. Both are committed upstream. Please include. Drivers: hv: fcopy_open() can be static http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/hv?id=c765a6dfad10b857e9681d7c4dec375ebe78db8a http://git.kernel.org/cgit/linux/kernel/g

[Bug 1285434] Re: Keyboard dysfunctional while booting Generation 2 virtual machines on Hyper-v

2014-02-26 Thread Abhishek Gupta
Language menu hangs and keyboard is not operational. ** Attachment added: "Language-NOT-OK.jpg" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1285434/+attachment/3998545/+files/Language-NOT-OK.jpg ** Summary changed: - Keyboard dysfunctional while booting Generation 2 virtual machines

[Bug 1285434] [NEW] Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-02-26 Thread Abhishek Gupta
Public bug reported: Hi folks, While booting in to Generation 2 virtual machine mode, I noticed that the keyboard stops functioning. It appears that the keyboard is operational during the Grub 2 menu (see attached picture) but when we finally get to the screen to select a language, the keyboard s

[Bug 1285434] Re: Keyboard dysfunctional while booting Generation 2 virtual machines on Hyper-v

2014-02-26 Thread Abhishek Gupta
Grub Image showing that grub menu is functional. ** Attachment added: "Grub2-OK.jpg" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1285434/+attachment/3998544/+files/Grub2-OK.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1285434] Re: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-02-26 Thread Abhishek Gupta
No bug files are required. Description and pictures attached. ** 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/1285434 Title: Keybo

[Bug 1285434] Re: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-02-26 Thread Abhishek Gupta
To repro this issue you may disable the secure boot check as indicated in the attached picture. ** Attachment added: "Disable-secure-boot-OK.jpg" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1285434/+attachment/3998576/+files/Disable-secure-boot-OK.jpg -- You received this bug notifi

[Bug 1285434] Re: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-02-26 Thread Abhishek Gupta
** Description changed: Hi folks, While booting in to Generation 2 virtual machine mode, I noticed that the keyboard stops functioning. It appears that the keyboard is operational during the Grub 2 menu (see attached picture) but when we - finally get to the screen to select a language,

[Bug 1285434] Re: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-02-27 Thread Abhishek Gupta
Hi folks, This is a high priority scenario. Without a fix we will not have UEFI based virtual machine support for Ubuntu. Please increase priority to high if possible. Thanks, Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1285434] Re: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-02-27 Thread Abhishek Gupta
Btw, I picked up the latest binaries from here: http://cdimage.ubuntu.com/ubuntu-server/daily/current/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1285434 Title: Keyboard dysfunctional while booti

[Bug 1285434] Re: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-02-27 Thread Abhishek Gupta
Thanks for confirming Joseph. This is the first time I tested with Generation 2 VMs so not sure if it was caused by a recent update. I have not tested with upstream kernel because this is happening while the installer is running. I could try out the upstream kernel if I could get past the installa

[Bug 1274702] Re: Hyper-V KVP infrastructure not working properly

2014-02-27 Thread Abhishek Gupta
The daemons are not running by default in the latest trusty builds picked up from here: http://cdimage.ubuntu.com/ubuntu-server/daily/current/ Please could you suggest which build may have the daemons running by default? Thanks, Abhishek -- You received this bug notification because you are a m

[Bug 1285434] Re: hyper-v: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-02-27 Thread Abhishek Gupta
Hi Andy, I do think that might be the case. The installer does look different from the regular Ubuntu installer which is activated for non-UEFI based virtual machines. Is it possible for you to verify this theory at your end as well? I will try to debug from host side and send a confirmation tod

[Bug 1285434] Re: hyper-v: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-02-27 Thread Abhishek Gupta
Thanks Andy! Would you like to share privates with me or should I wait until the next daily build comes out? Please let me know. Thanks, Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1285434

[Bug 1285434] Re: hyper-v: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-02-28 Thread Abhishek Gupta
No problem. I shall wait. Thanks Andy! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1285434 Title: hyper-v: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V To

[Bug 1285434] Re: hyper-v: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-03-03 Thread Abhishek Gupta
I shall test it today and let you know Andy. Thank you for the quick response. Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1285434 Title: hyper-v: Keyboard dysfunctional while booting 14.

[Bug 1285434] Re: hyper-v: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-03-03 Thread Abhishek Gupta
Hi Andy, That solved the keyboard problem but now the installer cannot read the CDROM device. See attached picture. Perhaps we need to include all other Hyper-V drivers as well so that block devices can be accessed. Is it possible for you to include all Hyper-V drivers in the installer? If not the

[Bug 1287398] [NEW] hyper-v: frame buffer driver not loading in Generation 2 mode

2014-03-03 Thread Abhishek Gupta
Public bug reported: Hi folks, It appears that Hyper-V frame buffer driver may not load while booting on UEFI based Generation 2 VMs. The following patches address the problem. Please include: 1) vmbus: use resource for hyperv mmio region http://git.kernel.org/cgit/linux/kernel/git/next/linux-ne

[Bug 1287398] Re: hyper-v: frame buffer driver not loading in Generation 2 mode

2014-03-03 Thread Abhishek Gupta
Hi Joseph, Yes the target is trusty. This won't go in to stable as it is not a blocking issue. Let me know if you have other questions. Thanks, Abhishek ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu

[Bug 1274702] Re: Hyper-V KVP infrastructure not working properly

2014-03-04 Thread Abhishek Gupta
Hello, Can we get some update on this issue. It seems that the kvp and vss daemon have completely disappeared and now we neither have them in the ISO nor there are packages for them. Please can someone help fix this? Thanks, Abhishek -- You received this bug notification because you are a membe

[Bug 1285434] Re: hyper-v: Keyboard dysfunctional while booting 14.04 Generation 2 virtual machines on Hyper-V

2014-03-04 Thread Abhishek Gupta
Hi Andy, Please let us know what your plan is in this regard. Our Generation 2 testing is blocked on this. Thanks, Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1285434 Title: hyper-v: Key

[Bug 1240731] Re: Mouse middle wheel not working on Hyper-V

2014-03-05 Thread Abhishek Gupta
We are checking. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240731 Title: Mouse middle wheel not working on Hyper-V To manage notifications about this bug go to: https://bugs.launchpad.net/ubun

[Bug 1274702] Re: Hyper-V KVP infrastructure not working properly in 14.04

2014-03-05 Thread Abhishek Gupta
** Summary changed: - Hyper-V KVP infrastructure not working properly + Hyper-V KVP infrastructure not working properly in 14.04 ** Summary changed: - Hyper-V KVP infrastructure not working properly in 14.04 + Hyper-V KVP infrastructure not working properly in 14.04 Trusty -- You received this

[Bug 1234417] Re: Ubuntu 13.10 VHD failing to boot on Windows Server 2008 R2

2013-10-03 Thread Abhishek Gupta
Hey Andy, Is it possible for you to combine the fix for this bug and https://bugs.launchpad.net/bugs/1234413 in your private kernel. That way we can test it end to end. Please let us know. Thanks, Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1234417] Re: Ubuntu 13.10 VHD failing to boot on Windows Server 2008 R2

2013-10-03 Thread Abhishek Gupta
We tested it. The storage issue is fixed. Please could you combine this fix with the display driver issue: https://bugs.launchpad.net/bugs/1234413 Thanks, Abhishek -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

  1   2   >