search for: ologi

Displaying 5 results from an estimated 5 matches for "ologi".

Did you mean: logi
2006 Apr 05
2
R2WinBUGS error
...the error generated in R seems to imply it cannot locate a file. I've checked my paths and they are correct. Also, my data is loading correctly. Many thanks, Joe ######################################################### # R code # Runs Bayesian Ordered Logit by calling WinBUGS from R # ologit2.txt: WinBUGS commands library(R2WinBUGS) setwd("c:/docume~1/admini~1/mydocu~1/r_tuto~1") load("oldat.Rdata") # R data file containing data frame ol.dat # with vars: q02, bf23f, bf23b, bf22, bf34a, bf34.1, bf34.2 q02 <- ol.dat$q02 bf23f <...
2006 Apr 06
0
R2WinBUGS erro
...erated in R seems to imply it cannot locate a file. I've checked my paths and they are correct. Also, my data is loading correctly. Many thanks, Joe ######################################################### # R code # Runs Bayesian Ordered Logit by calling WinBUGS from R # ologit2.txt: WinBUGS commands library(R2WinBUGS) setwd("c:/docume~1/admini~1/mydocu~1/r_tuto~1") load("oldat.Rdata") # R data file containing data frame ol.dat # with vars: q02, bf23f, bf23b, bf22, bf34a, bf34.1, bf34.2 q02 <- ol.dat$q02...
1999 Feb 02
2
Benchmark results
Samba digest 1966, Jeremy Allison wrote: > For people who are looking for some objective > numbers to help recommend Samba to their employers (I > know there are some of you on this list :-) you might > want to look at the following couple of articles. > > The first one is in Smart Reseller (a USA trade press > magazine) at : > >
2017 Apr 14
4
rsync buffer overflow detected
Hello! I use rsync from python on my Debian Jessie amd64 and get this error: *** buffer overflow detected ***: <snip>/rsync terminated ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x731af)[0x7ffff78971af] /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7ffff791caa7] /lib/x86_64-linux-gnu/libc.so.6(+0xf6cc0)[0x7ffff791acc0]
2006 Jun 27
28
Supporting ~10K users on ZFS
...umbers of users (up to 1000 maybe), but I can also see it being a bit tedious for larger numbers than that. I just tried a quick test on Sol10u2: for x in 0 1 2 3 4 5 6 7 8 9; do for y in 0 1 2 3 4 5 6 7 8 9; do zfs create testpool/$x$y; zfs set quota=1024k testpool/$x$y done; done [apologies for the formatting - is there any way to preformat text on this forum?] It ran OK for a minute or so, but then I got a slew of errors: cannot mount ''/testpool/38'': unable to create mountpoint filesystem successfully created, but not mounted So, OOTB there''s a l...