search for: win2k16

Displaying 18 results from an estimated 18 matches for "win2k16".

Did you mean: win2k1
2020 Mar 24
2
samba-4-10 as Win2k16 member
Hi, I want to join samba 4.10.13 to an Win2k16 Server as member. The join was succesfully: net ads join -U administrator Using short domain name -- CRANIX Joined 'ADMIN' to dns domain 'cranix.win' wbinfo -u lists all users. But wininfo -u <username> delivers following error: wbinfo -i administrator failed to call wbcGetpw...
2020 Mar 24
0
samba-4-10 as Win2k16 member
On 24/03/2020 18:56, Dipl.-Ing. P?ter Varkoly via samba wrote: > Hi, > > I want to join samba 4.10.13 to an Win2k16 Server as member. The join > was succesfully: > net ads join -U administrator > Using short domain name -- CRANIX > Joined 'ADMIN' to dns domain 'cranix.win' > > wbinfo -u lists all users. But wininfo -u <username> delivers following > error: > wbinfo -...
2020 Mar 24
1
samba-4.10 WinServer compatibility
What is the compatibility level of samba-4-10.13? When I try to replicate Win2k12RC2 or Win2k16 I got everytime the error:DsAddEntry failed with status WERR_ACCESS_DENIED info (8567, 'WERR_DS_INCOMPATIBLE_VERSION') Thanks a lot. -- Dipl.-Ing. P?ter Varkoly Greuleinweg 37. D-90411 N?rnberg
2019 Feb 25
1
[PATCH] inspect: return osinfo short IDs for recent Windows versions
...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 safe_strdup (g, "win10"); + } + break; + } + } /* No ID could be guessed, return "unknown". */ return safe_strdup (g, "unknown"); -- 2.20.1
2019 Feb 28
1
[PATCH v2] inspect: return osinfo short IDs for recent Windows versions
...+ break; + case 10: + switch (minor) { + case 0: + if (strstr (product_variant, "Server")) { + if (strstr (product_name, "2019")) + return safe_strdup (g, "win2k19"); + else + return safe_strdup (g, "win2k16"); + } else + return safe_strdup (g, "win10"); + } + break; + } + } /* No ID could be guessed, return "unknown". */ return safe_strdup (g, "unknown"); -- 2.20.1
2023 Mar 09
1
[V2V PATCH v2 1/1] convert_windows: add firstboot script to install drivers with pnputil
...[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 necessary drivers are installed. [1] https://l...
2023 Mar 08
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...[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 necessary drivers are installed. [1] https://l...
2023 Mar 08
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...gh 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 > necessary drivers...
2023 Mar 09
2
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...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...
2023 Mar 09
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...ind >> 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 &gt...
2023 Mar 13
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...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 ad...
2023 Mar 13
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...tall 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 sto...
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
2018 Sep 15
6
Network Meltdown after Samba 4.9.0 Upgrade
...tandalone server server string = Samba Server %v unix extensions = No unix password sync = Yes username map = /etc/samba/smbusers workgroup = REUB idmap config * : backend = tdb There are four very basic shares specified after this. There is a Win2k16 server on the network but it is not currently providing any services and is not configured to support domain logins (workgroup only). I have uploaded the pcap file and the daemon logs to my web server: https://www.reub.net/files/samba/Samba-Syslog.log https://www.reub.net/files/samba/Samba-4.9....
2018 Sep 15
0
Network Meltdown after Samba 4.9.0 Upgrade
...ba Server %v >          unix extensions = No >          unix password sync = Yes >          username map = /etc/samba/smbusers >          workgroup = REUB >          idmap config * : backend = tdb > > There are four very basic shares specified after this. > > There is a Win2k16 server on the network but it is not currently  > providing any services and is not configured to support domain > logins  > (workgroup only). > > I have uploaded the pcap file and the daemon logs to my web server: > > https://www.reub.net/files/samba/Samba-Syslog.log > htt...
2018 Jan 15
1
Demote a samba DC and rejoin as member
Am 15.01.2018 um 11:35 schrieb Denis Cardon via samba: > Yes, when switching, it is much safer to clean up your /var/lib/samba. > Be sure to recreate the /var/lib/samba/private folder after cleanup, > that folder is not recreated automatically most of the time. > > There is nothing very complicated in what you wanted to do. Just be > sure to double check the replication before
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