search for: nns

Displaying 20 results from an estimated 23 matches for "nns".

Did you mean: fns
2023 Feb 15
2
[libnbd PATCH v3 02/29] generator/C.ml: use space consistently in func. and func.-like macro calls
...ion parameters: * eg. struct nbd_handle *, int, char * * => [ true, false, true ] - * => LIBNBD_ATTRIBUTE_NONNULL(1,3) - * => __attribute__((nonnull(1,3))) + * => LIBNBD_ATTRIBUTE_NONNULL (1, 3) + * => __attribute__ ((nonnull (1, 3))) *) let nns : bool list = [ true ] (* struct nbd_handle * *) @@ -267,7 +267,7 @@ let let nns = List.mapi (fun i b -> (i+1, b)) nns in let nns = filter_map (fun (i, b) -> if b then Some i else None) nns in let nns : string list = List.map string_of_int nns in - pr "\n LIBNBD_ATTRIBU...
2019 Apr 12
0
Samba nns winbind not working
On Fri, 12 Apr 2019 14:49:24 +0200 Marco Gemignani <marko.gem at inwind.it> wrote: > I decided to try with last version of samba(4.10.2), but in compiling > i have this error Why, if you are having a problem, did you think using the very latest version would fix it ? > > > Testing pyext configuration : Could not build python extensions > > > i have
2019 Apr 12
0
Samba nns winbind not working
On Fri, 12 Apr 2019 16:15:36 +0200 Marco Gemignani <marko.gem at inwind.it> wrote: > as you told me, i re-do al link for pam_winbind and libnss > > > and now "getent passwd TECNOGM\\testUser" work OK, one step forward ;-) > i still unable to login by ssh but i'm trying to solve Drat, I keep forgetting this. install oddjob-mkhomedir run 'authconfig
2019 Apr 12
0
Samba nns winbind not working
On Fri, 12 Apr 2019 17:46:22 +0200 Marco Gemignani <marko.gem at inwind.it> wrote: > Il 12/04/2019 16:32, Rowland Penny via samba ha scritto: > > On Fri, 12 Apr 2019 16:15:36 +0200 > > Marco Gemignani <marko.gem at inwind.it> wrote: > > > >> as you told me, i re-do al link for pam_winbind and libnss > >> > >> > >> and now
2004 Mar 29
1
Interpreting knn Results
Maybe you should show your colleague how to access help pages in R? Right in ?knn, it says: prob: If this is true, the proportion of the votes for the winning class are returned as attribute 'prob'. so 1.0 mean all three NNs are of the `winning'; i.e., predicted, class, and 0.66667 means 2 out of the 3 NNs are of the winning class, etc. Andy > From: Ko-Kang Kevin Wang > > Hi, > > [I'm posting this on behalf of a colleague -- as I don't know > knn myself...] > > How to interpr...
2016 Apr 16
1
A Neural Network question
People, I thought I needed to have some familiarity with NNs for some of my current (non-profit, brain-related) projects so I started looking at various programming environments including R and I got this working: http://gekkoquant.com/2012/05/26/neural-networks-with-r-simple-example however I needed pictures to help understand what was going on and t...
2006 Jan 17
0
samba 3.0.21 PDC with LDAP problems
...cn=Replicators,ou=Groups,dc=msdpl,dc=com" write by anonymous auth by * none # some attributes need to be readable anonymously so that 'id user' can answer correctly access to attrs=objectClass,entry,homeDirectory,uid,uidNumber,gidNumber,memberUid by dn="cn=nns,ou=Groups,dc=msdpl,dc=com" write by dn="cn=Domain Admins,ou=Groups,dc=msdpl,dc=com" write by * read # somme attributes can be writable by users themselves access to attrs=description,telephoneNumber,roomNumber,homePhone,loginShell,gecos,cn,sn,givenname by dn="cn=nn...
2006 Jan 20
0
samba wbinfo -U "error Looking up domain users"
...plicators,ou=Groups,dc=msdpl,dc=com" write by anonymous auth by * none # some attributes need to be readable anonymously so that 'id user' can answer correctly access to attrs=objectClass,entry,homeDirectory,uid,uidNumber,gidNumber,memberUid by dn="cn=nns,ou=Groups,dc=msdpl,dc=com" write by dn="cn=Domain Admins,ou=Groups,dc=msdpl,dc=com" write by * read # somme attributes can be writable by users themselves access to attrs=description,telephoneNumber,roomNumber,homePhone,loginShell,gecos,cn,sn,givenname by dn="...
2007 Jan 25
1
LDAP Timeout
...-root/*.sh/*.scr/.recycle/ dos filemode = yes store dos attributes =yes #dos filemode = yes [softdumps$] Comment = Soft Dumps Path = /dumps/softdumps browseable = no writeable = yes inherit permissions = yes inherit acls = yes veto files = lost+found/.Trash-root/*.sh/*.scr/.recycle/ write list = @nns, root, @codesec vfs objects = recycle dos filemode = yes store dos attributes =yes [dumps] Comment = Dumps Path = /dumps/dumps browseable = yes inherit permissions = yes inherit acls = yes read only = yes vfs objects = recycle veto files = desktop.ini/lost+found/.Trash-root/*.sh/*.scr/.recycle/ d...
2019 Apr 12
6
Samba nns winbind not working
Hi, i have a centos7 system, build samba from source usif samba-4.9.6.tar.gz done provision as ad dc and all working good (i use samba a lot of time in past) than i have problem on domain users/group, system not read them vi /usr/local/samba/etc/smb.conf [global]         dns forwarder = 192.168.0.1         netbios name = DC         realm = TECNOGM.LAN         server role = active
2015 Jan 13
1
Request for help with UBSAN and total absense of CRAN response
On 13 January 2015 at 08:21, Dan Tenenbaum wrote: | Where should the package source be downloaded from? I see it in CRAN (but presumably the latest version that causes the issue is not yet downloadable) and in github. The "presumable" assumption is incorrect AFAIK. The error should presumably came up in both versions as annoylib.h did not change there. Feel free to prove me wrong :)
2006 Mar 09
1
HCLUST subroutine question -- FORTRAN DO loops
...I correct? Dave ---------------------------- C Initializations C DO 10 I=1,N C We do not initialize MEMBR in order to be able to restart the C algorithm from a cut. C MEMBR(I)=1. 10 FLAG(I)=.TRUE. NCL=N C C Carry out an agglomeration - first create list of NNs C Note NN and DISNN are the nearest neighbour and its distance C TO THE RIGHT of I. C DO 30 I=1,N-1 DMIN=INF DO 20 J=I+1,N IND=IOFFST(N,I,J) IF (DISS(IND).GE.DMIN) GOTO 20 DMIN=DISS(IND) JM=J 20 CONTINUE...
2008 Feb 14
5
data manipulation for plotting
Hi, i'd like to plot some data that I have with the value on the x axis and freq on the y axis. So, I need to calculate the freq a value is seen within my data vector for example, say i have a vector of data data=c(1,1,1,4,5,5,6) I want values<-c(1,4,5,6) freq<-c(3,1,2,1) in order to enable me to plot this. Sorry, i'm new to R. What is standard
2023 Dec 22
0
sshd and password expiration
...is not used for the password change, but the one that was configured in /etc/pam.d/passwd. In the source code I then saw that the passwd binary is called directly, which explains the behavior. Furthermore I saw in the source that in special cases pam_chauthtok is called. As an experiment I made the nns redirection to the root user and set PermitRootLogin to yes in the sshd_config. Then the pam module which was configured in /etc/pam.d/sshd is called to change the password, as I would have expected in the case of the non-root user. So I wonder why pam_chauthtok is only called in special cases (!u...
2009 Dec 04
0
Problems while plotting with ROCR
...diction(hiv.svm$predictions, hiv.svm$labels) perf.svm <- performance(pred.svm, 'tpr', 'fpr') pred.nn <- prediction(hiv.nn$predictions, hiv.svm$labels) perf.nn <- performance(pred.nn, 'tpr', 'fpr') plot(perf.svm, lty=3, col="red",main="SVMs and NNs for prediction of HIV-1 coreceptor usage") now I see some dotted red ROC curves. Now after the next command: plot(perf.nn, lty=3, col="blue",add=TRUE) there happens exactly the same as if i would call: plot(perf.nn, lty=3, col="blue") I now see only some dotted blue ROC...
2004 Aug 03
1
request
...it i wish to get some thing beautiful so i am sending to you my personal request please send me free tapes. i want to understand the reality of life through your tapes i am very thankful to you for this kind of actness WISH YOU GOOD LUCK NAME : IMRAN ALI PURANA NANKANA NEAR MUSJID SAFINA NNS 39100 PAKISTAN _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
2006 Mar 23
1
Smbd hanging
Problem ------------ SMBD processes spawn out of control until the Samba stops responding. Restarting the service does not clear the processes. Only a reboot of the server will bring it back to a usable state. This server is home to our postgres databases, Access front ends, and Production Files (excel, word...). It is a samba domain member server. We have multiple Samba file servers
2020 Mar 26
0
[PATCH nbdkit 9/9] tests/old-plugins: Add plugin from nbdkit 1.18.2.
...FdSeTv5uDB_O%(sVvOVD!0>fdhWfI zg-%DKTdyn}?7pL}(B<jiHU&Imxsk5+pFodi-EK0yM(_Rx!VSU7`|Iwwwy?Cz+gVqb zx3dZNDI*^iA}n2Q*S5OCoSysTyz7|!FJ5TrETi#6e|Lee=ar3~j>&g(`fA*TK%WLW z<~O3u=>AhWooYrf(md~&9O8V7!PoOgD7uyl41z#vCdGRBXQsbB`YHH&I}AR}*VKd3 zu9meqigq(J9P`i+AORUcZuPAl({|A0D?MSH4`nnS%%f{TW0}ebV{JelB2A`;l1X@n z8WY}uy&YG3;FAJAGWSAPO-G=xoTB<^H2fIu!0_6>-89t<52||}^mGpSJ?7F5`kBzv zIk^oi;3Qz&3rFC33-9o7u%{v<I2UvZFxZ*;S5W1Ay>Yg_&%MB_e+i*{^wC}KriqBS zeX&;m9m2oJ;uQo6<{7+DVECYe;s7z&UQIFhc8=F^R9{q>*HbOVkz6u$Pdqex>JeA# zUFfpA<2sN2#*Q3Z8gHJY8G)2S...
2020 Mar 26
15
[PATCH nbdkit 0/9] Create libnbdkit.so
This creates libnbdkit.so as discussed in the following thread: https://www.redhat.com/archives/libguestfs/2020-March/thread.html#00203 test-delay-shutdown.sh fails for unclear reasons. This series starts by reverting "tests: Don't strand hung nbdkit processes" which is because several other tests fail randomly unless I revert this patch. I didn't investigate this yet so it
2003 Dec 01
0
No subject
...netatalk with good success and would like to do something similar with Samba. I am not using Samba to provide file shares, just printing services. I am a newbie to Samba so I may just need someone to clue me in. Thanks! vital info: Red Hat Linux 6.2 Samba 2.2.0 (samba-2.2.0-20010417.i386.rpm) nns/pam ldap (nss_ldap-122-1.6.i386.rpm) -- Curt Koehn ITS Operations System Analyst Bethel College St. Paul, MN 55112 Return-Path: <tpot@samba.org> Delivered-To: samba@samba.org Received: by lists.samba.org (Postfix, from userid 1007) id 7297A461F; Fri, 18 May 2001 19:25:10 -0700 (PDT) From...