search for: bab

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

Did you mean: baby
2009 Jul 20
2
Samba is deleting samba-passwords out of ldap-tree
...serPassword: {crypt}RVp32Kd9mkUek sambaLogonTime: 0 sambaLogoffTime: 0 sambaPwdLastSet: 0 sambaProfilePath: \\homedirs\ds\.ntprofile sambaPwdCanChange: 0 sambaSID: S-1-5-21-2539381339-996027264-670411106-2015 sambaHomePath: \\homedirs\ds uid: ds cn: Daniel Spannbauer telephoneNumber: 27 roomNumber: bab givenName: Daniel sn: Spannbauer mail: ds at marco.de objectClass: person objectClass: organizationalPerson objectClass: inetOrgPerson objectClass: sambaSamAccount objectClass: shadowAccount objectClass: posixAccount objectClass: top businessCategory: Software Entwicklung street: Rechbergstr. 4 - 6...
2012 Sep 02
1
glmulti runs indefinitely when using genetic algorithm with lme4
...me random variables: y = runif(30,0,10) # mock dependent variable a = runif(30) # dummy covariate b = runif(30) # another dummy covariate c = runif(30) # an another one x = as.factor(round(runif(30),1))# dummy grouping factor # run exhaustive screening with lmer: bab <- glmulti(y~a*b*c, level = 2, fitfunc = lmer.glmulti, random = "+(1|x)") This works fine. The problem is when I tell it to use the genetic algorithm: babs <- glmulti(y~a*b*c, level = 2, fitfunc = lmer.glmulti, random = "+(1|x)", method = "g") It ju...
2012 Apr 24
2
Basic matrix manipulation problem
.... What function will I need to use to do the following. Move matrix a: A B C D x 1 2 3 4 y 5 6 7 8 to the mean of B&C and C&D: BC CD x 2.5 3.5 y 6.5 7.5 and then to the mean of B&CB, C&BC, C&CD, and D&CD: AAB BAB CCD DCD x 1.75 2.25 3.25 3.75 y 6.25 6.75 7.25 7.75 Thanks again for any help. I'm putting in some good time after work trying to learn this language and any help would be great. -- View this message in context: http://r.789695.n4.nabble.com/Basic-matrix-manipulation-problem-tp4584...
2012 Jul 27
2
producing a graph with glm poisson distributed respons count data and categorical independant variables
...p1 A 3 4 30 p1 D 2 5 157 p2 B 1 6 4 p2 C 2 7 119 p2 A 2 8 123 p2 D 1 Thanks, Babs -- View this message in context: http://r.789695.n4.nabble.com/producing-a-graph-with-glm-poisson-distributed-respons-count-data-and-categorical-independant-variabs-tp4638110.html Sent from the R help mailing list archive at Nabble.com.
2003 Aug 25
1
No locks available)
...Is it problem with nflocks can you please help me on this issue. /usr/local/samba/var/locks/connections.tdb): tdb_lock failed on list 60 ltype=2 (No locks available) locks file are avialable and the permission of the file drwxr-xr-x 2 root sys 1024 Aug 25 15:08 locks Regards bab
2007 Jun 12
4
pretty report
Dear Listers: I have a couple of data frames to report and each corresponds to different condtions, e.g. conditions=c(10, 15, 20, 25). In this examples, four data frames need to be exported in a "pretty" report. I knew Perl has some module for exporting data to Excel and after googling, I found R does not. So I am wondering if there is a package in R for generating good reports. I
2004 Jun 04
0
CA Arcserve backups of Samba 3.0 unicode filenames?
...000: 42 6a c3 b8 72 c3 87 c3 86 c3 a6 6e 0a Bj..r......n. However, CA Arcserve 9.0 doesn't seem to handle the LANG= correctly. It is actually able to backup and restore the above directory, but it does not display it correctly. I was wondering if anyone had figured out how to make CA BAB see that the filenames are UTF-8. See http://schnecke.bombcar.com/unicodename.jpg for an example of this. - -Tom P.S. It worked until we went to Samba 3 which meant we're now using UTF-8. [root@in214aa4 H67]# locale LANG=en_US.utf8 LC_CTYPE="en_US.utf8" LC_NUMERIC="en_US.utf8...
2008 Aug 10
2
Basic data structures
I'm new to R and very excited about its possibilities. But I'm struggling with some very simple things, probably because I haven't found the correct documentation. Here's a simple example which illustrates several of my problems. Suppose I want to have a regexp match against a string, and return all the matching substrings in a vector of strings. regexp <- "[ab]+" strlist <-...
2010 May 20
10
Question about templates from variables
I''m running into an issue trying to do something like the following: class test { file {"test": content => template(''mytemplate1'',''mytemplate2''), } } class test::test2 inherits test { File["test"] { content +> template(''mytemplate3''), } } So, basically I want the inherited class to tack on another
2006 Nov 14
1
??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
Airon, I used R2.4.0 on a Windows XP (SP2) (not Chinese :-)) and it still works: > data = read.csv("u:/airon.csv") > xdata = data$Adj..Close > modwt.la8 = modwt(xdata, "la8", n.level=6) > summary(modwt.la8) Length Class Mode d1 1467 -none- numeric d2 1467 -none- numeric d3 1467 -none- numeric d4 1467 -none- numeric d5 1467 -none- numeric d6 1467
1997 Jul 18
0
Samba 1.9.16pl11: dropping connections between Solaris 2.5.1 and WinNT4SP3
...dutchyn, exp010 pm_process() returned Yes Scanning username map /opt/samba/lib/users.map adding IPC service 07/15/97 16:43:44 changed root to / priming nmbd sending a packet of len 1 to (127.0.0.1) on port 137 of type DGRAM 07/15/97 16:43:44 Transaction 0 of length 72 netbios connect: name1=BABS name2=CDUTCHYN Scanning username map /opt/samba/lib/users.map Mapped user cdutchyn to cdutchyn 07/15/97 16:43:44 Transaction 1 of length 174 <well ... a new pid! why?> switch message SMBnegprot (pid 2211) Requested protocol [PC NETWORK PROGRAM 1.0]
2012 Nov 06
1
plm(): observations not used for modelling
Hello, I have posted this problem before, but thought I try to explain it a bit better. I'm using the function plm to create a fixed effects model for panel data, my method is therefor "within" my effect is "twoways". My Data contains unbalanced Panels due to missing Values, but contains 309 observation for 11 variables (incl. response), with no missing Values. These 309
2002 Jun 24
3
RegExpr in ---exclude
Hi there, is it possible to use regular expressions in the exclude-paramter of rsync ? For example: rsync --exclude "/path/to/*/[Ff][Oo][Ll][Dd][Ee][Rr]" I've tried it, but it will take no effect. -- SET THE CONTROLS FOR THE HEART OF THE SUN Jens
2002 Jul 17
6
Linux and Solaris performance
We have an interesting quandry here. When I'm rsync'ing my directory tree (100 directories each containing 1000 files) I see some strange results: All of these machines are on their own network segment (100t) in our QA lab Solaris->Solaris - time taken: 11m32s Solaris->RH Linux 7.2 - time taken: 206s RH Linux->Rn Linux - time taken 1m59s In each instance I have rsync running
2008 Dec 22
2
How can I avoid nested 'for' loops or quicken the process?
Hi All, I'm still pretty new to using R - and I was hoping I might be able to get some advice as to how to use 'apply' or a similar function instead of using nested for loops. Right now I have a script which uses nested for loops similar to this: i <- 1 for(a in Alpha) { for (b in Beta) { for (c in Gamma) { for (d in Delta) { for (e in Epsilon) { Output[i] <-
2004 Jan 27
0
Server Report [Incident: 040126-000715]
...Ps=99[3I=F3ye{=F5(=CF.=B3=8Ce=F0-=C3l=B1= =EAoD=A47=D7-=97=EC0=FE=D8tp Yk(=E3=87O=DE=99t{=AE|#=9C=DA=8E=A5:=BEs=9F=F5'=A3=EA=F6=E9(=EA=F1Bn=E5=8C= =B3=E6!=B1=E3=90=AB=9F=C3V=BC=F2y#=82=F7=88=BE=DF4=B3=88=8E=DA=C1=A7=C7WW= K=AD=91=C9kc=B7=AE=D6C=F3=8B3W"=E0x-=88=F4=B47=FAt=C2=8B=F2=91q2=FB=BAB=C2= 2<=D3=EC=F6=96=C8=F3=96=98[&=87=B3=F3)=BE=B8=BD=97=E49=F1=E8O=CED=E6v%=93= =C1;t9=F9ly=F2=98!2=92=B1=95H=81F=93=EB=97=B3e=E5=CDP8=C2=9A=9Cr=9A[0e=EC= =C6=8B:=9D;h[P =D4/=ED=FAd=C6sS,EE=BCN7=C8*mn#3 =ADv "=B83I=DA=D2=EF=90X=F1=8E$O=DDs=D0=8Bp=BB=E9=D5[=B7Y=E7=A2ly=AA=FEY8=CF{=C0= Z/=...
2005 Jan 23
1
Your message to seminar has been rejected
...jwEAXDsBAAlOAAAA EAAA7wMAAD1qAQDgEwAAAGAAAEAYAACwdgEAvDUAAACAAACItAEAAAAAANEU AAAAAAAAAAAAAAAAAABiowEAiKIBAAAAAAAAAAAAAAAAAG2jAQCUogEAAAAA AAAAAAAAAAAAeqMBAKiiAQAAAAAAAAAAAAAAAACGowEAsKIBAAAAAAAAAAAA AAAAAJGjAQC4ogEAAAAAAAAAAAAAAAAAnqMBAMCiAQAAAAAAAAAAAAAAAAAA AAAAAAAAAMiiAQDWogEAAAAAAOKiAQDwogEAAKMBABKjAQAAAAAAJKMBAAAA AAALAACAAAAAAECjAQAAAAAAVKMBAAAAAAAAAE1lc3NhZ2VCb3hBAAAAd3Nw cmludGZBAAAARXhpdFByb2Nlc3MAAABMb2FkTGlicmFyeUEAAAAAR2V0UHJv Y0FkZHJlc3MAAAAAVmlydHVhbFByb3RlY3QAAAAASW50ZXJuZXRHZXRDb25u ZWN0ZWRTdGF0ZQAAAEdldE5ldHdvcmtQYXJhbXMAAAAAUmVnT3BlbktleUEA VVNFUjMyLmRsbABLRVJORUwzMi5kbGwAV0lOS...
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...ih+`0B<6=TFbR9`Beu-3Y36EdJ<n at x*c57V=<kPBncNToV&}* z+!u+Bb%Dk^QVW}#hEIOI;a5L$ol3%co+$X0KYJEyVLbC70t$tZiW`%fKe{sJslAfJ z<C4lNlul8?p|l`T3aJHNfNWWDUWC|A6QF~@D*-{^ga_Ioued|daxP}2VKo32apq#A zAd!MXdx}n%I@{oA|0Y|*4bGjr at akR3=TQw#xB6b`w%^^UTW|zdA%$aiV)?aCe}kiC zpSM3+ at GF1zBDHrMR06F^3X^baB>Ci5_xQrIOU84JNdhWKD3kykK`2B3Ap&0dn5}x% zS_dr&LtqgIABe^(2_hz1L4a?+yp$3bLX3ej#1^4<NTra<v#Bhyzd>dSv`X1Ie~!(; z5b${aDp_N=8^jRY3u5sr at j33cMDJqz$_f6D5B~{YSw6z+FKqMIKDdd_72}blClz&o zfAN(Qe(TFK4kjf@(Wl$@n9$J3h)@t9WqSt(f%Fn90tgRMw(!N9H^gNEf{eTxFT$FU z?ujnb14w}&TB;;~R-hmamO&...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...ully with graphics, something > better!). To my knowledge, this doesn't exist, but one never knows. I look forward to hearing the other responses. Discrete-event simulation (DES) is generally done under one of two main world views--event-oriented, process-oriented. The more popular is probably the process-oriented view, but it requires something like threading, which would be problematic in R. It would be easy to take the event-oriented view, as it would just require coding up some kind of priority queue routine. In fact, a couple of weeks ago I made a note to myself to do this as an...
2018 Jul 10
0
Pam support
I have been looking at Samba's pam support and have noted that to enable it you need to set encrypt passwords to no, what would be a use case in this instance as it is very insecure? Has anyone implemented it and why? Also when encrypt passwords is set to no the pam modules do not get called because the plaintext password is null and we get a NT_STATUS_LOGON_FAILURE which I'm guessing is