search for: use2

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

Did you mean: use
2010 Aug 11
3
Running something without a loop when the result from the previous iteration is require for the current iteration
...0 NA 0 NA NA NA NA 1 NA 1 NA NA NA NA 1 NA 1 NA NA NA NA 1 NA 1 NA NA NA NA 0 NA 0 NA > num # station to generate [1] 2 > use1 # 1st station to use in generation [1] 6 > use2 # 2nd station to use in generation [1] 4 > genmat = event.gen2(genmat,use1,use2,num,ortho_obs_used) # Generation function shown below > genmat # genmat - after it has gone through station 2 [,1] [,2] [,3] [,4] [,5] [,6] [,7] line_before 1 1 1 0 1 1 1...
2019 Nov 29
2
security = ads parameter not working in samba 4.9.5
On 29/11/2019 18:17, S?rgio Basto via samba wrote: > On Fri, 2019-11-29 at 17:19 +0000, Rowland penny via samba wrote: >> Lets start by removing this: krb5-server-1.15.1-37.el7_7.2.x86_64 > ATM I can't, it will remove all samba packages :) Then your packages are depending on the krb5-server package, which is MIT, which is experimental. This shouldn't be a problem on a Unix
2019 Dec 05
0
security = ads parameter not working in samba 4.10.10
...t find the trick :) . [4] Could not convert sid S-1-5-21-2685600491-4108878147-961307473-513: NT_STATUS_NONE_MAPPED [2] ll /srv/samba/users/ total 24 drwx------ 2 1000011 domain users 4096 Nov 7 19:21 administrator drwx------ 2 use domain users 4096 Nov 11 12:12 use drwx------ 3 use2 domain users 4096 Nov 7 18:28 use2 drwx------ 2 use3 domain users 4096 Nov 8 12:32 use3 drwx------ 2 usee domain users 4096 Nov 7 15:17 usee [3] ll /srv/samba/users/ total 24 drwx------ 2 administrator domain users 4096 Nov 7 19:21 administrator drwx------ 2 use...
2013 Jul 02
0
[LLVMdev] SCEV update problem
...expression of E1. loop1(...) { r1 = phi1(..., E2) = r1 // use 1 } loop2(...) { r2 = phi2(... r1) = r2 // use 2; --------------------- o. At beginning, both SCEVs of use1 and use-2 are in the form of SCEV(use1) = ... E2 ... SCEV(use2) = ... E2 ... SE dose not dig into E2 because the relationship between E1 and E2 is obscured by some instructions. o. loop2 is bit dull, and loop1 is more interesting. So, the SCEVs corresponding to the expression defined in loop1 are invalidated/updated frequently. On the o...
2019 Dec 05
2
security = ads parameter not working in samba 4.10.10
...-5-21-2685600491-4108878147-961307473-513: > NT_STATUS_NONE_MAPPED > > > > [2] > ll /srv/samba/users/ > total 24 > drwx------ 2 1000011 domain users 4096 Nov 7 19:21 > administrator > drwx------ 2 use domain users 4096 Nov 11 12:12 use > drwx------ 3 use2 domain users 4096 Nov 7 18:28 use2 > drwx------ 2 use3 domain users 4096 Nov 8 12:32 use3 > drwx------ 2 usee domain users 4096 Nov 7 15:17 usee > > > [3] > ll /srv/samba/users/ > total 24 > drwx------ 2 administrator domain users 4096 Nov 7...
2016 Oct 12
2
Selection DAG adding node question
I am having trouble adding a node to the selection DAG (e.g. during combine) E.g. node1 -> use1, use2 Now if you add a node2, with node1 -> node2 with node2 number of output values equal node1 number of output values, then combine as well as e.g. promotion pass with replace all of node1's uses with node2, leaving node1 dead. While this is kind of expected, does this mean a) always create n...