search for: everyother

Displaying 4 results from an estimated 4 matches for "everyother".

2008 May 21
1
Samba4 wouldn't create smbpython
Hello, i have installed samba alpha3, domain-join works fine. But smbpython setup/adduser is buggy, so i tried to install newest checkout. (I also tried it with a new installed machine) After configure, make, and make install there is no smbpython in source/bin. Everyother seems to bee there. It is a ubuntu with the packets installed mentioned in the tutorial plus python and python-dev and build-essential,linux-headers. I can't see any errors regarding this in the make-msgs. Anyone an idea were (my) smbpython is? best regards, Martin Faust
2006 Nov 14
3
the secret (?) language of lists
...stagger two lists, a and b, to return a list in the form of a[1], b[1], a[2], b[2], a[3].... In particular, the summary of his question was in reference to lists defined by x <- 5 tempin <- seq(1,1411, by=30) a <- tempin b <- tempin + x I offered the following function everyOther <- function(tempin, x){ tempout <- array(data=NA, dim=length(tempin)*2) tempout[seq(1,length(tempin)*2, by=2)]<-tempin tempout[seq(2,length(tempin)*2, by=2)]<-tempin+x tempout } which did what it was supposed to, and Gavin Simpson offered a similar function. Peter Dalg...
2011 Sep 28
0
Trouble with performing post hoc analysis Tukey for lme model using ghlt
...s: library(multcomp) > PHA <- lme(DiffPHA48 ~ Tempfact, random= ~1|Hen, na.action=na.omit) > summary(glht(PHA, linfct=mcp(Tempfact = "Tukey"))) Error in contrMat(table(mf[[nm]]), type = types[pm]) : less than two groups I am confused why it would work the first time and now everyother time it comes up with this error. Can anyone please help me?? Thanks! -- View this message in context: http://r.789695.n4.nabble.com/Trouble-with-performing-post-hoc-analysis-Tukey-for-lme-model-using-ghlt-tp3849982p3849982.html Sent from the R help mailing list archive at Nabble.com.
2005 Apr 25
1
wbinfo -t fails but other wbinfo and getent items work.
Problem: wbinfo -t fails. As long as it fails, I am unable to map sids to Group Names. I need this functionality for my application. I can use just about everyother function of wbinfo at least partially... Distro: Debian woody. Packages: ii samba 3.0.11-0woody1 a LanManager-like file and printer server fo ii samba-common 3.0.11-0woody1 Samba common files used by both the server a ii samba-doc 3.0.11-0woody1 Samba documentation ii libpam-sm...