search for: d10

Displaying 20 results from an estimated 461 matches for "d10".

Did you mean: 10
2020 Nov 18
2
samba / debian 10 / security=ads
...wiki.samba.org/index.php/Distribution-specific_Package_Installation#Debian in particular winbind, libnss-winbind, libpam-winbind with this config none of the clients could access to shares Some diagnostic I could perform winbind seems working and samba can access to the service > root at vans-d10-cl:~# wbinfo -p > Ping to winbindd succeeded AD domain parameters seems correct and the seems to have correctly joined the domain (our domain is IFR) > root at vans-d10-cl:~# wbinfo --domain-info=IFR > Name : IFR > Alt_Name : ifremer.fr > SID : S...
2011 Jun 27
3
New to R, trying to use agnes, but can't load my ditance matrix
Hi, I'm mighty new to R. I'm using it on Windows. I'm trying to cluster using a distance matrix I created from the data on my own and called it D10.dist. I loaded the cluster package. Then tried the following command... > agnes("E:D10.dist", diss = TRUE, metric = "euclidean", stand = FALSE, > method = "average", par.method, keep.diss = n < 1000, keep.data = !diss) And it responded... Error in agnes(&qu...
2020 Nov 18
1
samba / debian 10 / security=ads
...ust verified in the debian 9 server. We don't use sssd nor nscd but yes nis are used on the host. > Add libpam-krb5 if you haven't already installed it. The package is installed/configured and seems to work on the debian 10 server. Not on the linux clients >>> root at vans-d10-cl:~# getent passwd grocher >>> grocher:$1$[password hash redacted]:21826:10022:Gregory ROCHER, >>> Ifremer Brest PDG-IRSI-RIC, 02 29 00 85 >>> 79:/home1/homedir1/perso/grocher:/bin/csh >>> root at vans-d10-cl:~# getent passwd IFR\\grocher >>> IFR\groc...
2014 Mar 10
4
[LLVMdev] neon registers llvm using
Hi, Everyone: Can anyone let me know the default NEON registers llvm going to use with armv7 devices? For example, d10 and d11 are treated as default zero? I am using Xcode5 + llvm and I got a case that compiler will generate neon codes " vst.8 {d10, d11}, [r1] " from C codes: "int aMV[4]; ...... aMV[0] = aMV[1] = aMV[2] = aMV[3] = 0; " and I didn't find any zero setting...
2020 Nov 18
0
samba / debian 10 / security=ads
...libpam-winbind Add libpam-krb5 if you haven't already installed it. > > with this config none of the clients could access to shares Strange, the rid backend is the easiest to set up. > > In /etc/nsswitch.conf I have added winbind as source for passwd and group >> root at vans-d10-cl:~# grep winbind /etc/nsswitch.conf passwd:???????? >> files winbind nis compat >> group:????????? files winbind nis compat I would remove 'nis' and 'compat', you do not need them. > > And the host seems to have correct information on both nis and domain > u...
2011 Feb 08
2
samba4 LDAP Timeout - Wrong IP?
...ct" error with an ldap:// url, and the message NT_STATUS_IO_TIMEOUT. In reviewing an strace, it looks to me like it might be trying to connect to the wrong IP. The command I'm using is: # strace -o ~/samba-join.log bin/samba-tool join ba-cam.local DC -Uadministrator --realm=ba-cam.local -d10 &> ~/samba-tool.log I've put pastes up of the -d10 output of samba-tool, and the strace. samba-tool output: http://pastey.net/145858 strace log: http://pastey.net/145857 Note that it appears to correctly find the IP of the PDC (192.168.14.253), but in the strace on lines 5486 and 5496...
2010 Jul 05
2
nested for loops
...ed for loops. I cannot do it by using expand.grid function because it results with memory allocation problems. Thanks for your time and consideration. for(d1 in 0:n){ for(d2 in 0:n){ for(d3 in 0:n){ for(d4 in 0:n){ for(d5 in 0:n){ for(d6 in 0:n){ for(d7 in 0:n){ for(d8 in 0:n){ for(d9 in 0:n){ for(d10 in 0:n){ for(d11 in 0:n){ for(d12 in 0:n){ for(d13 in 0:n){ for(d14 in 0:n){ for(d15 in 0:n){ for(d16 in 0:n){ for(d17 in 0:n){ for(d18 in 0:n){ for(d19 in 0:n){ for(d20 in 0:n){ list=c(d1,d2,d3,d4,d5,d6,d7,d8,d9,d10,d11,d12,d13,d14,d15,d16,d17,d18,d19,d20) }}}}}}}}}}}}}}}}}}}} [[alternative HTM...
2024 Jan 17
1
{Device Timeout} The I/O operation specified in %hs was not completed before the timeout period expired
On Wed, 17 Jan 2024 16:43:26 -0300 Elias Pereira <empbilly at gmail.com> wrote: > Okay. How do I know if the command really ran correctly? :D You ran: samba-tool drs replicate dc2 dc3 DC=ForestDnsZones,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br -d10 and got an error message. If you run: samba-tool drs replicate dc2 dc3 DC=ForestDnsZones,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br --async-op -d10 It should complete without the error. Rowland
2004 Jul 29
0
Question on getting a data from dataframe
I am working with amino acid sequences changing each letter to numbers.I have a data from acf transformation called Zm as shown below. I would like to get Indices D1 to D10 and then create F1 to F10 as indicated below. Is there anyway I can do that in R without typing each of them one by one. For example to get D1 to D3, I have to type D1<-c(Zm[[1]])[1][[1]], D2<-c(Zm[[2]])[1][[1]], and D3<-c(Zm[[3]])[1][[1]]. This is Zm was calculated. ReadZm<-r...
2015 Jun 04
5
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
On 03/06/15 23:54, ivenhov wrote: > I've made all changes to 3 files you mentioned, also removed everything > except localhost in hosts file. > SO I have minimal smb.conf and minimal krb5 file > > Unfortunately error is still the same. > > If I try to join with full OU path I get kerberos_kinit_password > testuser at MYNAT.MYCO.BCU failed: Cannot contact any KDC for
2003 Oct 31
2
vinum question: how could one correctly delete vinum module?
Dear colleagues, [I'm under 4-STABLE] What is the correct sequence to delete existing vinum module (for example, raid10) and do *not* use -f flags for vinum? in my case t is raid10 vovume: vinum -> l -r t V t State: up Plexes: 2 Size: 8191 MB P t.p0 S State: up Subdisks: 2 Size: 8191 MB P t.p1 S State: up Subdisks: 2 S...
2005 Nov 06
1
kinship package example data
I've been looking at the kinship package which looks as though it might be appropriate for my purposes. What I can't find is any reference to the data that is used in the example code. A dataframe called d10 with column names, upn, dadid, momid, sex and affect is required. One can get an idea of what sort of values should be in most columns from the description in the pedigree function, but I don't see anything to indicate what upn should look like. My efforts to contact the package maintainer ha...
2009 Jul 02
1
sum_to_zero_constraints
Dear kind R-experts. with miximum likelihood method i found the following estimations for my parameters vector: mu H A1 A2 . . . A10 D1 D2 . . . D10 but i want to add sum to zero constraints. sum(a1:a10)=0 and sum(d1:d10)=0 how i will do this? _________________________________________________________________ Show them the way! Add maps and directions to your party invites. [[alternative HTML version deleted]]
2010 May 30
0
How to interpret a result based on wmtsa
...he outcome R gave out: ###################################################################### $EDOF1 d1 d2 d3 d4 d5 d6 272462.52504 189076.44195 95736.37691 47830.40918 23593.41513 12409.42279 d7 d8 d9 d10 d11 d12 5977.28418 2887.81182 1408.06198 629.46550 368.87030 197.00823 d13 d14 d15 106.22607 29.75633 14.29115 $EDOF2 [1] NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA $EDOF3 d1 d2 d3 d4...
2024 Jan 03
1
{Device Timeout} The I/O operation specified in %hs was not completed before the timeout period expired
hi, After a "samba-tool drs showrepl" I saw that there had been an error in the replication of ForestDnsZones. I ran a "samba-tool drs replicate dc2 dc3 DC=ForestDnsZones,DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br -d10" and the error below occurred. ERROR(<class 'samba.drs_utils.drsException'>): DsReplicaSync failed - drsException: DsReplicaSync failed (3221225653, '{Device Timeout} The specified I/O operation on %hs was not completed before the time-out period expired.') File "...
2011 Dec 06
1
Sequential Sum in R
...F(B8<20,NA(),C8+IF(ISERROR(D7),0,D7)) 8 80 0.8 3.5 IF(B9<20,NA(),C9+IF(ISERROR(D8),0,D8)) 9 90 0.9 4.4 IF(B10<20,NA(),C10+IF(ISERROR(D9),0,D9)) 10 100 1 5.4 IF(B11<20,NA(),C11+IF(ISERROR(D10),0,D10)) The variable "Result" is obtained using the excel formula shown next to it. Column D contains the Result. dataFrame <- data.frame(a = seq(1:10),b = seq(10,100,by = 10),c = seq(0.1,1,by = 0.1)) Can someone please help me as how to calculate the sequential sum in R given b...
2013 May 24
0
zpool resource fails with incorrect error
..._raidz2.pp zpool { ''tank'': ensure => present, raidz => [ ''d01 d02 d03 d04'', ''d05 d06 d07 d08'' ], raid_parity => ''raidz2'', pool => ''tank'', log_mirror => ''d09 d10'', force => true, } I''ve put the full trace/debug in pastebin [1]. You''ll have to excuse the extra debug lines, as I''m trying to do a few things. * Add logged mirror support * Figure out and fix the inability to create striped RAIDZ sets * Add prope...
2020 Mar 31
2
[ARM] Register pressure with -mthumb forces register reload before each call
...= COPY $r0 64B ADJCALLSTACKDOWN 0, 0, 14, $noreg, implicit-def dead $sp, implicit $sp 80B %3:tgpr = tLDRpci %const.0, 14, $noreg :: (load 4 from constant-pool) 96B $r0 = COPY %0:tgpr 112B $r1 = COPY %1:tgpr 128B $r2 = COPY %2:tgpr 144B tBLXr 14, $noreg, %3:tgpr, <regmask $lr $d8 $d9 $d10 $d11 $d12 $d13 $d14 $d15 $q4 $q5 $q6 $q7 $r4 $r5 $r6 $r7 $r8 $r9 $r10 $r11 $s16 $s17 $s18 $s19 $s20 $s21 $s22 $s23 $s24 $s25 $s26 $s27 and 35 more...>, implicit-def dead $lr, implicit $sp, implicit $r0, implicit $r1, implicit $r2, implicit-def $sp 160B ADJCALLSTACKUP 0, 0, 14, $noreg, implicit...
2009 Mar 07
1
idmap_ad not returning correct UID under 3.3.1
...which I'll attach to the end. Perhaps this is part of the new support of idmap_ad for multiple domains? Has configuration changed and the man pages not been updated perhaps, where one has to specify a domain to use specifically due to this feature? >From winbindd -i -s /etc/samba/smb.conf -d10 -n 3.3.1: idmap_sid_to_uid: sid = [S-1-5-21-1659249844-2332029812-1458590236-1419], domain = '' Returning valid cache entry: key = IDMAP/SID2UID/S-1-5-21-1659249844-2332029812-1458590236-1419, value = 1000, timeout = Fri Mar 13 17:01:56 2009 idmap_cache_find_sid2uid found 1000 Returning po...
2014 Jan 14
2
Duda Regresión Multiple
Buenos días, *Muchas gracias, todas las aportaciones han sido bien útiles.* Las he tenido en cuenta y he pasado los datos con el R, siguiendo el siguiente comando: *modeloRTUN2<-lm(AVE.~ Tariff + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9+ d10 + d11+ d12+ d13+ d14+ d15+ d16+ d17+ d18+ d19+ d20 +d21 + Tariff*d1 + Tariff*d2 + Tariff*d10)* *summary(modeloRTUN2)* Siendo: AVE. = Variable dependiente (explicada) Tariff = Variable dependiente (explicativa) d1.....d22= los diferentes productos (dimensión producto: para comprobar si el tipo...