search for: win2k12r2

Displaying 15 results from an estimated 15 matches for "win2k12r2".

Did you mean: win2012r2
2019 Feb 25
1
[PATCH] inspect: return osinfo short IDs for recent Windows versions
...2: + if (strstr (product_variant, "Server")) + return safe_strdup (g, "win2k12"); + else + return safe_strdup (g, "win8"); + case 3: + if (strstr (product_variant, "Server")) + return safe_strdup (g, "win2k12r2"); + else + return safe_strdup (g, "win8.1"); + } + break; + case 10: + switch (minor) { + case 0: + if (strstr (product_variant, "Server")) + return safe_strdup (g, "win2k16"); + else + return...
2018 Sep 18
3
Fw: Share cannot be accessed when samba is in Domain with security enabled
Begin forwarded message: Date: Mon, 17 Sep 2018 22:36:21 -0500 (CDT) From: shivappa Sangapur via samba-technical <samba-technical at lists.samba.org> To: samba-technical at lists.samba.org Subject: Share cannot be accessed when samba is in Domain with security enabled Hi, I'm using samba-4.7.4. I have put my samba server in Domain. (Not using winbind) using NT domain with user test.
2019 Feb 28
1
[PATCH v2] inspect: return osinfo short IDs for recent Windows versions
...2: + if (strstr (product_variant, "Server")) + return safe_strdup (g, "win2k12"); + else + return safe_strdup (g, "win8"); + case 3: + if (strstr (product_variant, "Server")) + return safe_strdup (g, "win2k12r2"); + else + return safe_strdup (g, "win8.1"); + } + break; + case 10: + switch (minor) { + case 0: + if (strstr (product_variant, "Server")) { + if (strstr (product_name, "2019")) + return safe_strd...
2023 Mar 09
1
[V2V PATCH v2 1/1] convert_windows: add firstboot script to install drivers with pnputil
...the DevicePath registry value. As documented in [1], this should be enough for Windows to find device drivers and successfully install them. However, it doesn't always happen. Commit 73e009c04 ("v2v: windows: Document use of pnputil to install drivers.") describes such issues with Win2k12R2. I'm seeing the same problem with Win2k16 and netkvm.sys driver not being installed. That same commit 73e009c04 suggests adding a firstboot script invoking pnputil at an early stage to install all the drivers we put into the drivers store. So let's add such a script to make sure all the...
2023 Mar 08
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...the DevicePath registry value. As documented in [1], this should be enough for Windows to find device drivers and successfully install them. However, it doesn't always happen. Commit 73e009c04 ("v2v: windows: Document use of pnputil to install drivers.") describes such issues with Win2k12R2. I'm seeing the same problem with Win2k16 and netkvm.sys driver not being installed. That same commit 73e009c04 suggests adding a firstboot script invoking pnputil at an early stage to install all the drivers we put into the drivers store. So let's add such a script to make sure all the...
2023 Mar 08
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...value. As documented in [1], this should be enough for Windows to find > device drivers and successfully install them. > > However, it doesn't always happen. Commit 73e009c04 ("v2v: windows: > Document use of pnputil to install drivers.") describes such issues with > Win2k12R2. I'm seeing the same problem with Win2k16 and netkvm.sys > driver not being installed. > > That same commit 73e009c04 suggests adding a firstboot script invoking > pnputil at an early stage to install all the drivers we put into the > drivers store. So let's add such a scr...
2023 Mar 09
2
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...enough for Windows to find > >> device drivers and successfully install them. > >> > >> However, it doesn't always happen. Commit 73e009c04 ("v2v: windows: > >> Document use of pnputil to install drivers.") describes such issues with > >> Win2k12R2. I'm seeing the same problem with Win2k16 and netkvm.sys > >> driver not being installed. > >> > >> That same commit 73e009c04 suggests adding a firstboot script invoking > >> pnputil at an early stage to install all the drivers we put into the > >>...
2023 Mar 09
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...ed in [1], this should be enough for Windows to find >> device drivers and successfully install them. >> >> However, it doesn't always happen. Commit 73e009c04 ("v2v: windows: >> Document use of pnputil to install drivers.") describes such issues with >> Win2k12R2. I'm seeing the same problem with Win2k16 and netkvm.sys >> driver not being installed. >> >> That same commit 73e009c04 suggests adding a firstboot script invoking >> pnputil at an early stage to install all the drivers we put into the >> drivers store. So let...
2023 Mar 13
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...dows to find >>>> device drivers and successfully install them. >>>> >>>> However, it doesn't always happen. Commit 73e009c04 ("v2v: windows: >>>> Document use of pnputil to install drivers.") describes such issues with >>>> Win2k12R2. I'm seeing the same problem with Win2k16 and netkvm.sys >>>> driver not being installed. >>>> >>>> That same commit 73e009c04 suggests adding a firstboot script invoking >>>> pnputil at an early stage to install all the drivers we put into the &...
2018 Sep 18
0
Share cannot be accessed when samba is in Domain with security enabled
...ng domain user 'test' > and access samba-4.7.4 share, > the share access successfully. > > test,test2 have full rights as domain users, Administrator and > etc..... > > Any suggestions ?? > OK, as I said yesterday it sounds like you are running an NT domain on a win2k12R2 server, this isn't possible, so it sounds like a misconfiguration somewhere. Please post your smb.conf Post it here on the 'samba' mailing list, not on the 'samba technical' list, that is not the correct place to post this type of question. I think I know what your problem is...
2023 Mar 13
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...;>>> device drivers and successfully install them. >>>>> >>>>> However, it doesn't always happen. Commit 73e009c04 ("v2v: windows: >>>>> Document use of pnputil to install drivers.") describes such issues with >>>>> Win2k12R2. I'm seeing the same problem with Win2k16 and netkvm.sys >>>>> driver not being installed. >>>>> >>>>> That same commit 73e009c04 suggests adding a firstboot script invoking >>>>> pnputil at an early stage to install all the drivers w...
2023 Mar 09
1
[V2V PATCH v2 0/1] convert_windows: add firstboot script to install drivers with pnputil
v1 discussion: https://listman.redhat.com/archives/libguestfs/2023-March/031001.html v1 -> v2: * Omit redirecting output to a separate log with "%~dpn0.log". Andrey Drobyshev (1): convert_windows: add firstboot script to install drivers with pnputil convert/convert_windows.ml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) -- 2.31.1
2023 Mar 08
1
[V2V PATCH 0/1] convert_windows: add firstboot script to install drivers with pnputil
I've been experiencing problem with the drivers not always being installed. This patch merely implements the solution offered by Richard in the commit 73e009c04 ("v2v: windows: Document use of pnputil to install drivers."). The solution wasn't implemented back then, but rather added merely as a comment. Thus I wonder is there some issues which it may cause? The most obvious
2023 Mar 16
3
[V2V PATCH v4 0/2] convert_windows: add firstboot script to install drivers with pnputil
While messing around this script, I added one more tiny patch making wait-pnp log its output into the common log.txt file, as suggested by Richard here: https://listman.redhat.com/archives/libguestfs/2023-March/031023.html Discussion on v3: https://listman.redhat.com/archives/libguestfs/2023-March/031070.html v3 -> v4: * Remove unneeded line break from the script; * Add another small
2018 Sep 18
3
Share cannot be accessed when samba is in Domain with security enabled
...ss samba-4.7.4 share, >> the share access successfully. >> >> test,test2 have full rights as domain users, Administrator and >> etc..... >> >> Any suggestions ?? >> > > OK, as I said yesterday it sounds like you are running an NT domain on > a win2k12R2 server, this isn't possible, so it sounds like a > misconfiguration somewhere. > > Please post your smb.conf > > Post it here on the 'samba' mailing list, not on the 'samba technical' > list, that is not the correct place to post this type of question. >...