search for: 2k16

Displaying 10 results from an estimated 10 matches for "2k16".

Did you mean: 2016
2019 Feb 27
2
[osinfo-db PATCH 1/2] win: add Windows Server 2019 data
...> + <_name>Microsoft Windows Server 2019</_name> + <version>10.0</version> + <_vendor>Microsoft Corporation</_vendor> + <family>winnt</family> + <distro>win</distro> + <derives-from id="http://microsoft.com/win/2k16"/> + <upgrades id="http://microsoft.com/win/2k16"/> + + <release-date>2018-10-02</release-date> + + <resources arch="x86_64"> + <minimum> + <cpu>1400000000</cpu> + <n-cpus>1</n-cpus> +...
2019 Feb 28
2
[PATCH] v2v: -o libvirt: write win2k19 osinfo ID
...oduct } + when String.find product "2019" >= 0 -> + Some "http://microsoft.com/win/2k19" + | { i_type = "windows"; i_major_version = 10; i_minor_version = 0; i_product_variant = "Server" } -> Some "http://microsoft.com/win/2k16" -- 2.20.1
2016 Jul 12
1
[PATCH] v2v: Add support for Win2016 virtio drivers
...347 100644 --- a/v2v/windows_virtio.ml +++ b/v2v/windows_virtio.ml @@ -330,6 +330,8 @@ and virtio_iso_path_matches_guest_os path inspect = (6, 3, not_client) else if pathelem "w10" || pathelem "win10" then (10, 0, is_client) + else if pathelem "2k16" || pathelem "win2016" then + (10, 0, not_client) else raise Not_found in -- 2.9.0
2018 Apr 12
0
Online Disk Resize with Windows Server 2016
...show. However, when I perform the same resize on a Windows Server 2012 or even a Sever 2008 system, the Action > Rescan works fine and the newly-created disk space is recognized without needed to detach the drive or reboot the VM. Does anyone have an idea of what may have changed in Windows 2k16 that might be causing this? Possibly some undocumented registry change or something? -- Andre Goree -=-=-=-=-=- Email - andre at drenet.net Website - http://blog.drenet.net PGP key - http://www.drenet.net/pubkey.html -=-=-=-=-=-
2015 Dec 30
2
LMTP crashes on Debian with dovecot backports from rename-it.nl
Hello Timo, On 29.12.2015 19:25, Timo Sirainen wrote: > So looking up a header causes a crash. Can you send me one such mail > that causes this crash? I'll ask one of the users suffering from the crash if I may "borrow" one of the mails. This will probably take some days. Thank you! Best wishes for the new year, Christian -- No signature available. -------------- next
2015 Dec 30
2
LMTP crashes on Debian with dovecot backports from rename-it.nl
...days. > Actually no need. This should fix it: https://github.com/dovecot/core/commit/a4392e9d312e3b5973fe5dbaee7028197a700ff0 Great!!! Thank you very much, Timo! Do you (or does anybody )know when this patch will make it into Stephan Bosch's repository? Kind Regards & all the best for 2k16, Christian -- No signature available. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5326 bytes Desc: S/MIME Cryptographic Signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20151230/1141ac74/...
2018 Apr 11
2
Possible to resize a Windows guest's disk while online?
I'm looking for a way to online resize a Windows disk -- i.e., be able to resize the disk without shutting down, rebooting, or detaching the disk. Is this at all possible? Or am I just barking up the wrong tree? I'm not finding a way to do this and even Amazon has a weird workaround, in which the user must write data to the newly resized-drive in order to recognize the new size
2018 Nov 23
2
[PATCH] v2v: Add support for libosinfo metadata
...= "windows"; i_major_version = 6; i_minor_version = 3 } -> + Some "http://microsoft.com/win/8.1" + + | { i_type = "windows"; i_major_version = 10; i_minor_version = 0; + i_product_variant = "Server" } -> + Some "http://microsoft.com/win/2k16" + + | { i_type = "windows"; i_major_version = 10; i_minor_version = 0 } -> + Some "http://microsoft.com/win/10" + + | { i_type = typ; i_distro = distro; + i_major_version = major; i_minor_version = minor; i_arch = arch; + i_product_name = product } ->...
2018 Nov 23
0
Re: [PATCH] v2v: Add support for libosinfo metadata
...major_version = 6; i_minor_version = 3 } -> > + Some "http://microsoft.com/win/8.1" > + > + | { i_type = "windows"; i_major_version = 10; i_minor_version = 0; > + i_product_variant = "Server" } -> > + Some "http://microsoft.com/win/2k16" > + > + | { i_type = "windows"; i_major_version = 10; i_minor_version = 0 } -> > + Some "http://microsoft.com/win/10" > + > + | { i_type = typ; i_distro = distro; > + i_major_version = major; i_minor_version = minor; i_arch = arch; > +...
2018 Nov 23
1
[PATCH v2] v2v: Add support for libosinfo metadata
...= "windows"; i_major_version = 6; i_minor_version = 3 } -> + Some "http://microsoft.com/win/8.1" + + | { i_type = "windows"; i_major_version = 10; i_minor_version = 0; + i_product_variant = "Server" } -> + Some "http://microsoft.com/win/2k16" + + | { i_type = "windows"; i_major_version = 10; i_minor_version = 0 } -> + Some "http://microsoft.com/win/10" + + | { i_type = typ; i_distro = distro; + i_major_version = major; i_minor_version = minor; i_arch = arch; + i_product_name = product } ->...