search for: randomlli

Displaying 6 results from an estimated 6 matches for "randomlli".

Did you mean: randomlly
2015 Sep 01
2
on linux samba file shares, groups and user are randomlly lost. Using samba4 as Domain controller
Great thanks, I'll test your config files now! some questions before: > I would also recommend Installing the 'acl' & 'attr' packages (if not already installed), those are installed and at the latest version on the file share server, are they needed on the AD too (I would think no)? > read up on using POSIX ACLs and lose the 'force' lines in the member
2015 Sep 01
0
on linux samba file shares, groups and user are randomlly lost. Using samba4 as Domain controller
On 01/09/15 12:04, Mario Pio Russo wrote: > > Good day All > > I am re proposing this topic as it keeps happening in our enviroment and is > creating some trouble now. > > I have 1 samba file share server, and a different samba4 AD server. > > the file server has been recently updated to Ubuntu 14 and its native samba > 4.1.6. The samba4 AD is on Ubuntu 14 and on
2003 Nov 18
1
Failing Authentication
I am running Samba on a box serving a network of 30 clients, and 2 MS SQL 2000 servers. The SQL servers are members of the domain, and use NT authentication for connections and such. For the most part, this works fine. However, it seems that every now and then, pretty randomlly, NT authentication is failing for these services. Errors returned are pretty typical of DC-not-working problems: Login
2015 Sep 01
2
on linux samba file shares, groups and user are randomlly lost. Using samba4 as Domain controller
Good day All I am re proposing this topic as it keeps happening in our enviroment and is creating some trouble now. I have 1 samba file share server, and a different samba4 AD server. the file server has been recently updated to Ubuntu 14 and its native samba 4.1.6. The samba4 AD is on Ubuntu 14 and on sernet-samba 4.2.2. what happens is that every 4~5 days the file share server loses randomly
2012 Apr 05
2
random sample from list
random selection of cells in raster based on distance from xy locations Hi, I am trying to sample a raster for random cells that occur within a specific distance of point locations. I have successfully found multiple ways of doing this but have memory issues with very large datasets. To overcome this problem I am working with lists. I am now stuck on how to randomlly sample the correct elements
2012 Mar 25
2
avoiding for loops
I have data that looks like this: > df1 group id 1 red A 2 red B 3 red C 4 blue D 5 blue E 6 blue F I want a list of the groups containing vectors with the ids. I am avoiding subset(), as it is only recommended for interactive use. Here's what I have so far: df1 <- data.frame(group=c("red", "red", "red", "blue",