search for: win2012r2

Displaying 20 results from an estimated 49 matches for "win2012r2".

Did you mean: win2008r2
2014 Sep 22
1
Possible bug in preview version of virt-v2v
[This email is either empty or too large to be displayed at this time]
2015 Aug 10
0
[PATCH 3/4] v2v: copy virtio drivers without guestfs handle leak
...p; extension <> "sys" then - raise Not_found; - - (* Using the full path, work out what version of Windows - * this driver is for. Paths can be things like: - * "NetKVM/2k12R2/amd64/netkvm.sys" or - * "./drivers/amd64/Win2012R2/netkvm.sys". - * Note we check lowercase paths. - *) - let pathelem elem = string_find lc_path ("/" ^ elem ^ "/") >= 0 in - let arch = - if pathelem "x86" || pathelem "i386" then "i386" -...
2015 Dec 10
2
Bug: windows server 2012R2 fails to start after virt-resize
Hello everyone! After I ran virt-resize (v1.31.28) on my disk with win2012R2 (partition table [GPT]: VFAT (100M), unknown (128M), NTFS (64G)) My VM fails to boot: black screen informing that Windows failed to start... Status: 0xc000000e Info: an unexpected error has occured. After some investigations, I realized that Windows remembers the GUID of disk it is installed to....
2016 Sep 13
3
The user name or password is incorrect
...into Samba > > AD Domain. > > But, now, when I try insert a Windows Server 2012 R2, I get this > > message: > > > > The user name or password is incorrect. > > It all depends on what you mean by 'insert', do you mean that you are > trying to join the Win2012R2 machine to the domain as a DC ? or as a > domain member ? > > You definitively cannot do the first because of a schema mis-match and > I am not sure you can do the second either. I think you are going to > have to give us a lot more info. > > Rowland > > > -- > To u...
2017 Jan 05
3
"[Announce] Samba 4.6.0rc1 Available for Download"
Release Announcements ===================== This is the first preview release of Samba 4.6. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Samba 4.6 will be the next version of the Samba suite. UPGRADING ========= vfs_fruit option
2017 Jan 05
3
"[Announce] Samba 4.6.0rc1 Available for Download"
Release Announcements ===================== This is the first preview release of Samba 4.6. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Samba 4.6 will be the next version of the Samba suite. UPGRADING ========= vfs_fruit option
2016 Sep 13
2
The user name or password is incorrect
Hello list I have Samba 4.1.17 installed via Zentyal Server 3.5. When I try with Windows 7 and Windows 10, I am able to get into Samba AD Domain. But, now, when I try insert a Windows Server 2012 R2, I get this message: The user name or password is incorrect. 5 minutes ago, I try it with Windows 7 and Windows 10, and everything works fine! And try it using the same username and password. Just
2015 Nov 17
0
[PATCH 3/3] v2v: windows: Use '*.inf' files to control how Windows drivers are installed.
...ot;drivers/amd64/Win2008R2/vioscsi.sys", Some win2k8r2_64; - "drivers/amd64/Win2008R2/qxl.cat", Some win2k8r2_64; - "drivers/amd64/Win2008R2/netkvm.cat", Some win2k8r2_64; "drivers/amd64/Win2008R2/vioscsi.inf", Some win2k8r2_64; "drivers/amd64/Win2012R2/viostor.inf", Some win2k12r2_64; - "drivers/amd64/Win2012R2/viostor.sys", Some win2k12r2_64; - "drivers/amd64/Win2012R2/vioscsi.cat", Some win2k12r2_64; "drivers/amd64/Win2012R2/netkvm.inf", Some win2k12r2_64; - "drivers/amd64/Win2012R2/netkvm.s...
2014 Sep 23
1
Another possible bug in the preview version of virt-v2v for RHEL/CentOS 7.1
I have been able to get a litle further with converting a windows VM. After getting the updated virt-v2v code and rhsrvany, I now get this error: libguestfs: trace: hivex_node_set_value = 0 libguestfs: trace: upload "/usr/share/virtio-win/drivers/amd64/Win2012R2/netkvm.cat" "/Windows/Drivers/VirtIO" guestfsd: main_loop: proc 365 (hivex_node_set_value) took 0.01 seconds guestfsd: main_loop: new request, len 0x44 guestfsd: receive_file: reading length word libguestfs: got daemon cancellation guestfsd: receive_file: got chunk: cancel = 0x1, len...
2015 Oct 13
2
[PATCH v2 2/4] v2v: copy virtio drivers without guestfs handle leak
...] in + if (not (List.mem extension extensions)) then raise Not_found; - (* Using the full path, work out what version of Windows - * this driver is for. Paths can be things like: - * "NetKVM/2k12R2/amd64/netkvm.sys" or - * "./drivers/amd64/Win2012R2/netkvm.sys". - * Note we check lowercase paths. - *) - let pathelem elem = String.find lc_path ("/" ^ elem ^ "/") >= 0 in - let arch = - if pathelem "x86" || pathelem "i386" then "i386" -...
2015 Dec 10
3
Re: Bug: windows server 2012R2 fails to start after virt-resize
On 12/10/2015 02:55 PM, Pino Toscano wrote: > On Thursday 10 December 2015 13:55:26 Maxim Perevedentsev wrote: >> Hello everyone! >> >> After I ran virt-resize (v1.31.28) on my disk with win2012R2 >> (partition table [GPT]: VFAT (100M), unknown (128M), NTFS (64G)) >> My VM fails to boot: black screen informing that >> >> Windows failed to start... >> Status: 0xc000000e >> Info: an unexpected error has occured. >> >> After some investigations, I...
2015 Aug 10
15
[PATCH 0/4] v2v: simplify driver copying from virtio-win iso
Libguestfs supports passing an ISO image as a source of virtio windows drivers to v2v. That support, however, looks too heavy-weight: in order to access those drivers, a separate guestfs handle is created (and thus a new emulator process is started), which runs until v2v completes. This series attempts to make it simpler and lighter-weight, by making the relevant code more local, and by
2015 Nov 17
8
[PATCH 0/3] v2v: windows: Use '*.inf' files to control how Windows drivers are installed.
https://github.com/rwmjones/libguestfs/tree/rewrite-virtio-copy-drivers Instead of trying to split and parse elements from virtio-win paths, use the '*.inf' files supplied with the drivers to control how Windows drivers are installed. The following emails best explain how this works: https://www.redhat.com/archives/libguestfs/2015-October/msg00352.html
2015 Nov 05
6
[PATCH 0/4] Provide better fake virtio-* test data for virt-v2v.
Patch 1 moves the v2v/fake-virtio-win and v2v/fake-virt-tools directories to the recently created test-data/ hierarchy. This is just refactoring with no functional change at all. Patches 2-4 then extend the available (fake) virtio-win drivers: - Patch 2 adds all of the drivers from the virtio-win RPM. - Patch 3 adds all of the drivers from the virtio-win ISO (which are different from the
2015 Oct 14
5
[PATCH v3 0/3] v2v: simplify driver copying from virtio-win iso
Libguestfs supports passing an ISO image as a source of virtio windows drivers to v2v. This series attempts to make it simpler and better scoped. Roman Kagan (3): v2v: consolidate virtio-win file copying v2v: copy virtio drivers without guestfs handle leak v2v: drop useless forced gc --- changes since v2: - drop patch 4 (reuse of the master guestfs handle for hot-adding the ISO image)
2015 Jun 23
0
[PATCH v2] v2v: Support loading virtio-win drivers from virtio-win.iso (RHBZ#1234351).
...Some (virtio_win_dir // "drivers/amd64/Win2012") - | "x86_64", 6, 3, "Client" -> - Some (virtio_win_dir // "drivers/amd64/Win8.1") - | "x86_64", 6, 3, "Server" -> - Some (virtio_win_dir // "drivers/amd64/Win2012R2") + (* Filter out only drivers matching the current guest. *) + let drivers = + List.filter ( + fun { vwd_os_arch = arch; + vwd_os_major = os_major; vwd_os_minor = os_minor; + vwd_os_variant = os_variant } -> + arch = inspect.i_arch &&a...
2015 Jun 23
2
[PATCH v2] v2v: Support loading virtio-win drivers from
In version 2: - Add a bunch of debugging output. - Recognize Windows Vista, Windows 10. - Compare driver paths case-insensitively.
2015 Jun 22
2
[PATCH] v2v: Support loading virtio-win drivers from virtio-win.iso (RHBZ#1234351).
...Some (virtio_win_dir // "drivers/amd64/Win2012") - | "x86_64", 6, 3, "Client" -> - Some (virtio_win_dir // "drivers/amd64/Win8.1") - | "x86_64", 6, 3, "Server" -> - Some (virtio_win_dir // "drivers/amd64/Win2012R2") + (* Filter out only drivers matching the current guest. *) + let drivers = + List.filter ( + fun { vwd_os_arch = arch; + vwd_os_major = os_major; vwd_os_minor = os_minor; + vwd_os_variant = os_variant } -> + arch = inspect.i_arch &&a...
2015 Mar 13
6
Re: Processor usage of qemu process.
...arget='0' unit='0'/> >> </disk> >> <disk type='file' device='cdrom'> >> <driver name='qemu' type='raw' cache='none'/> >> <source file='/var/lib/libvirt/images/poolCmsrvVH2/WIN2012R2.iso'/> >> <target dev='hdc' bus='ide'/> >> <readonly/> >> <shareable/> >> <alias name='ide0-1-0'/> >> <address type='drive' controller='0' bus='1' target=...
2015 Aug 07
0
virt-v2v conversion of Windows > 7 (was: Re: virt-v2v-1.28.1-1.49.el7.x86_64)
...my Centos7 server: > > [libguestfs-RHEL-7.1-preview] > name=libguestfs RHEL 7.1 preview - x86_64 > baseurl=http://people.redhat.com/~rjones/libguestfs-RHEL-7.2-preview/ > enabled=1 > gpgcheck=0 > > Is this the correct repo location as when I convert using virt-v2vb > a Win2012R2 server I still get the error that > win7 cannot be > converted: Yes, this is correct. > [ 91.0] Converting Windows Server 2012 R2 Standard to run on KVM > virt-v2v: error: virt-v2v cannot be used to convert Windows > 7 / 2008R2 > (see https://bugzilla.redhat.com/1190669) >...