search for: w10

Displaying 20 results from an estimated 230 matches for "w10".

Did you mean: 10
2013 Apr 04
5
Help for bootstrapping‏
...###Region indecies, check above.lamdaseq<-seq(0,1,.05) ###the lamda sequence. currently from 0 to 1 by .05. x<-numeric(bs*length(lamdaseq)) ###w1<-matrix(x, bs, length(lamdaseq)) ###To initialise the matrices.w5<-matrix(x, bs, length(lamdaseq)) ###1, 5, 10 denote the horizon.w10<-matrix(x, bs, length(lamdaseq)) ### for (i in 1: bs){BSData<-GetBSData(OriData)+1j=1 for (lamda in lamdaseq){ w1[i,j]<-Opt(BSData, 1, Region, lamda)[1] w5[i,j]<-Opt(BSData, 5, Region, lamda)[1] w10[i,j]<-Opt(BSData, 10, Region, lamda)[1] j=j+1 } x<-numeric(length(lamdaseq)*9)...
2019 Sep 04
4
Samba4 computers not on W10 Network
My Samba4 computers (DC's & member server) are not shown within W10 File Explorer Network. Only the other workstations appear. I believe this is due to smb1 being depreciated. All the folder redirection still works, gpo, etc. Domain users can log in. What do I need to adjust so these machines appear in smb2? (I know this has been talked about before sorry.) --...
2019 Jun 27
2
W10, NT domain, profiles that work for some users and not for others...
As subject say, we are trying to ''integrate'' some W10 machine on a NT domain, with samba as PDB/BDC, OpenLDAP backend. profile share is defined as: [profiles] comment = Network Profiles Share path = /srv/samba/profiles read only = No create mask = 0600 directory mask = 0700 store dos attributes = Yes browseable = No csc policy = disable ro...
2020 Oct 09
4
creating and copying users
This topic may have been discussed many times, sorry to repeat here. I have been trying various combinations of adding test users via ADUC. The first three (3) added fine. Then the strange began. Many, many W10 client re-starts throughout these process to make client capture any changes from servers. In one case, create the user, give him/her a password. Login from W10 client. Logout of W10 client. Return to ADUC, add profile path. Back to W10 client, login. Check creation of profile on member server pat...
2019 Jun 27
0
W10, NT domain, profiles that work for some users and not for others...
On 27/06/2019 14:53, Marco Gaiarin via samba wrote: > As subject say, we are trying to ''integrate'' some W10 machine on a NT > domain, with samba as PDB/BDC, OpenLDAP backend. > > profile share is defined as: > > [profiles] > comment = Network Profiles Share > path = /srv/samba/profiles > read only = No > create mask = 0600 > directory mask = 0700 > store dos attri...
2010 Nov 22
6
DO NOT REPLY [Bug 7809] New: I/O errors other than IOERR_GENERAL should not suppress deletion
https://bugzilla.samba.org/show_bug.cgi?id=7809 Summary: I/O errors other than IOERR_GENERAL should not suppress deletion Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org
2019 Apr 27
2
Windows clients require reboot once a day in order to access mapped drives
On Fri, 26 Apr 2019 15:03:07 -0700 Mason Schmitt via samba <samba at lists.samba.org> wrote: > Hey Rowland and Louis (and anyone else that has been following this > thread), > > It looks like the issue, with W10 clients needing to reboot each > morning to regain access to samba mapped drives, has been worked > around with a single smb.conf change. > > The only change I made (which I did only to help with troubleshooting > via packet capture) was as follows: > OLD - smb encrypt = desired...
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...add x8, x8, #1 2d4e4: a2 13 00 d1 sub x2, x29, #4 2d4e8: e9 03 08 aa mov x9, x8 2d4ec: df 64 ff 97 bl #-158852 <__hwasan_check_x2_18_short> 2d4f0: ea 03 1f 2a mov w10, wzr 2d4f4: aa c3 1f b8 stur w10, [x29, #-4] 2d4f8: a2 23 00 d1 sub x2, x29, #8 2d4fc: e9 03 08 aa mov x9, x8 2d500: da 64 ff 97 bl #-158872 <__hwasan_check_x2_18_short> 2d504: a0 83...
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...; 2d4e4: a2 13 00 d1 sub x2, x29, #4 >> 2d4e8: e9 03 08 aa mov x9, x8 >> 2d4ec: df 64 ff 97 bl #-158852 >> <__hwasan_check_x2_18_short> >> 2d4f0: ea 03 1f 2a mov w10, wzr >> 2d4f4: aa c3 1f b8 stur w10, [x29, #-4] >> 2d4f8: a2 23 00 d1 sub x2, x29, #8 >> 2d4fc: e9 03 08 aa mov x9, x8 >> 2d500: da 64 ff 97 bl #-158872 >> <_...
2016 Apr 03
0
some questions to samba and W7 and W10
...-R workgroup /srv/samba > chmod -R 770 /srv/samba > chmod g+s /srv/samba > for ((i=1;i<21;i++));do useradd -g workgroup -p "" user$i;done > for ((i=1;i<21;i++));do pdbedit -c '[NX ]' -u user$i;done > > Connecting W7 to the samba shares is working, > but W10 won't connect to the shares. > net use y: \\192.168.0.98\share1 /USER:user1 > net use z: \\192.168.0.98\dump /USER:user1 > > This won't work on W10-clients. > > First question: > Man pages: > client max protocol (G) > The value of the parameter (a string) is the h...
2019 Sep 04
0
Samba4 computers not on W10 Network
...with SMB1. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland penny via samba > Verzonden: woensdag 4 september 2019 15:48 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Samba4 computers not on W10 Network > > On 04/09/2019 14:36, Robert Wooden via samba wrote: > > My Samba4 computers (DC's & member server) are not shown > within W10 File > > Explorer Network. Only the other workstations appear. > > > > I believe this is due to smb1 being depreciated...
2016 Apr 03
2
some questions to samba and W7 and W10
...ba setup: groupadd workgroup chgrp -R workgroup /srv/samba chmod -R 770 /srv/samba chmod g+s /srv/samba for ((i=1;i<21;i++));do useradd -g workgroup -p "" user$i;done for ((i=1;i<21;i++));do pdbedit -c '[NX ]' -u user$i;done Connecting W7 to the samba shares is working, but W10 won't connect to the shares. net use y: \\192.168.0.98\share1 /USER:user1 net use z: \\192.168.0.98\dump /USER:user1 This won't work on W10-clients. First question: Man pages: client max protocol (G) The value of the parameter (a string) is the highest protocol level that will be supporte...
2020 Jun 22
2
Hardware ASan Generating Unknown Instruction
...sub x2, x29, #4 > >>> 2d4e8: e9 03 08 aa mov x9, x8 > >>> 2d4ec: df 64 ff 97 bl #-158852 > >>> <__hwasan_check_x2_18_short> > >>> 2d4f0: ea 03 1f 2a mov w10, wzr > >>> 2d4f4: aa c3 1f b8 stur w10, [x29, #-4] > >>> 2d4f8: a2 23 00 d1 sub x2, x29, #8 > >>> 2d4fc: e9 03 08 aa mov x9, x8 > >>> 2d500: da 64 ff 97...
2016 Sep 19
2
Windows 10 anniversary update (1607) causing profile sync errors
...On the same workstation my user cannot load profile while another unpriv user has no problem. As usual, nothing useful either on samba logs (debug level 3 ~10) nor on event viewer (who knows?). > > Have you found something? > > Regards. > > -- > *Marcio Merlone* I have two W10 machines here. One is W10 Version 1511, it signs on just fine. The other is W10 Version 1607 and ". . . can't sign onto your account." So, I began uninstalling the last round of updates. I cannot uninstall the KB3176936 which is the version 1607 upgrade. (I have disabled automat...
2019 Jun 25
0
W10 Pro 1903 and Samba with Roaming Profiles: "We can't sign in to your account"
..., use FQDN\share only these days, it helps.. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Oliver Doll via samba > Verzonden: dinsdag 25 juni 2019 15:26 > Aan: samba at lists.samba.org > Onderwerp: [Samba] W10 Pro 1903 and Samba with Roaming > Profiles: "We can't sign in to your account" > > [see also my thread started here > https://social.technet.microsoft.com/Forums/en-US/b653e756-f96 > 6-4f8f-9d13-f19a88d4cc5e/w10-pro-1903-and-samba-with-roaming-p > rofiles-quotwe-ca...
2018 Jun 18
2
Does DomainCompatibilityMode still work for NT4 domain joins in Windows 10?
...he domain name I provide is not found. I began to observe a slight delay from the time I would provide the domain name and receive the failure message, which led me to believe the DNS lookup is still occurring. I added the name of my DC to both the local HOSTS file and even the LMHOSTS file on the W10 box, neither to any avail. I am suspecting now that this most recent build of Windows has quietly turned off the last vestige of NT4 domain-join support by now ignoring minimally the DomainCompatibilityMode setting. I was wondering if any other users with a very recent Windows 10 Pro build might h...
2017 Apr 03
0
Re: [PATCH 1/1] v2v: windows convert: fix virtio block driver installation for w10/w2k16
...t; ^ > + "\x7b\xe9\x36\x4d\x25\xe3\xce\x11" ^ > + "\xbf\xc1\x08\x00\x2b\xe1\x03\x18" ^ > + (String.make 24 '\x00')) ]; > + (* Version is necessary for Windows-Kernel-Pnp in w10/w2k16 *) > + > [ "DriverDatabase"; "DriverPackages"; drv_inf_label; > "Configurations"; drv_config ], > [ "ConfigFlags", REG_DWORD 0_l; > -- > 2.11.0 Thanks Pavel, I will push this shortly. Rich. -- Richard Jones, Virtu...
2019 Aug 29
1
[OT?] W10, SYSTEM, guest access.
Mandi! Rowland penny via samba In chel di` si favelave... > Are you also aware the the Guest user is turned off on Windows 10 by default? Aware yes, but i supposed was related to guest access TO the client, not guest access OF the client to server share... But, i'll give it a try. Thanks. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra
2019 Jun 25
2
W10 Pro 1903 and Samba with Roaming Profiles: "We can't sign in to your account"
[see also my thread started here https://social.technet.microsoft.com/Forums/en-US/b653e756-f966-4f8f-9d13-f19a88d4cc5e/w10-pro-1903-and-samba-with-roaming-profiles-quotwe-cant-sign-in-to-your-accountquot?forum=win10itprogeneral] Hello, since the upgrade from W10 pro 1809 to 1903 roaming users can still logon, but they are 'greeted' with the message: "We can't sign in to your account", letting th...
2019 Aug 28
0
[OT?] W10, SYSTEM, guest access.
...ually open an attack vector in your provisioning process. Best Regards, Joachim -----Urspr?ngliche Nachricht----- Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Marco Gaiarin via samba Gesendet: Wednesday, 28 August 2019 18:15 An: samba at lists.samba.org Betreff: [Samba] [OT?] W10, SYSTEM, guest access. [ I've just asked abut that, here, but now seems a simpler things, so i retry... ] This seems NON a samba touble, but a different behaviour in M$ client OS. But, really, i've not clue how to find an answer... Suppose to have a Win7 and a Win10 machine, both NOT...