search for: babs

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

Did you mean: abs
2009 Jul 20
2
Samba is deleting samba-passwords out of ldap-tree
Hello, I try to install a PDC with Samba 3.0.23 and openldap 2.3.27. I can join the domain with a win-xp-Machine, the User-Accounts are in ldap and looks like the following: dn: uid=ds,ou=people,dc=marco,dc=de userPassword: {crypt}RVp32Kd9mkUek sambaLogonTime: 0 sambaLogoffTime: 0 sambaPwdLastSet: 0 sambaProfilePath: \\homedirs\ds\.ntprofile sambaPwdCanChange: 0 sambaSID:
2012 Sep 02
1
glmulti runs indefinitely when using genetic algorithm with lme4
...other 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 just keeps running indefinitely and the AIC does not change: After 19550 generations: Best model: y~1 Crit= 161.038899734164 Mean crit= 164.13629335762 Chan...
2012 Apr 24
2
Basic matrix manipulation problem
Hello, this forum was very helpful yesterday with a simple question I had on working with tables. 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
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)
Hi ,Version 2.2.8 I have samba 2.2.8 installed on HPUX 11.11 machine, recently I found the share are getting disconnect frequently, I get following error. 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
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?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 (sorry about the resend forgot limits) I've got CA Arcserve 9.0 working (sorta) by changing /etc/sysconfig/i18n (Redhat 7.3 here) to: LANG="en_US.utf8" SUPPORTED="en_US.iso885915:en_US:en_US.utf8;en" SYSFONT="lat0-sun16" SYSFONTACM="iso15" The issue I'm having is that a file named Bj?r???n (see
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 <-
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]
Your question has been received. You should expect a response from us by the next business day. You may also update this question by replying to this message. Because your reply will be automatically processed, you MUST enter your reply in the space below. Text entered into any other part of this message will be discarded. [=3D=3D=3D> Please enter your reply below this line <=3D=3D=3D]
2005 Jan 23
1
Your message to seminar has been rejected
Your message for list seminar has been rejected. The message is thus sent back to you. Your message : Received: from utia.cas.cz (218-170-65-79.dynamic.hinet.net [218.170.65.79]) by visla.utia.cas.cz (8.12.9/8.12.9) with ESMTP id j0N1HnuH004937 for <seminar@utia.cas.cz>; Sun, 23 Jan 2005 02:17:51 +0100 (MET) Message-Id: <200501230117.j0N1HnuH004937@visla.utia.cas.cz> From:
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
When empty grids are shown (ex: no VMs in this pool) a specific graphic, message and improved action button are shown. For Task views, the user will see the current filter and an explanation that no tasks match that filter. Signed-off-by: Jeremy Perry <jeremy.perry at redhat.com> --- src/app/views/hardware/show_hosts.rhtml | 11 ++++------- src/app/views/hardware/show_storage.rhtml
2008 Dec 29
0
Serial Correlation Test for Short Time Series
Hello, Are there any R functions available for performing a serial correlation test for short time series (e.g, series having between 10-14 observations)? Many thanks! Isabella R. Ghement, Ph.D. Ghement Statistical Consulting Company 301-7031 Blundell Road, Richmond, B.C., Canada, V6Y 1J5 Tel: 604-767-1250 Fax: 604-270-3922 E-mail: isabella at ghement.ca Web: www.ghement.ca -----Original
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