Displaying 10 results from an estimated 10 matches for "freebsd6.1".
2006 Sep 28
1
unable to load lapack.so
Hi,
I'm having problems using ACML with R. I made two changes in
config.site by setting
LDFLAGS="-L/opt/acml3.1.0/gnu64/lib"
BLAS_LIBS="-lacml"
./config and make go through but when I try to use the lm() function,
I get the error message
Error in chol2inv(Qr$qr[p1, p1, drop = FALSE]) :
lapack routines cannot be loaded
In addition: Warning message:
unable to load
2006 Mar 28
2
R 2.3.0 (alpha) on FreeBSD 6.1 fails make check-all
Hi Developers,
The alpha, compiles successfully, but it is failing make check-all (on
two seperate machines, both FreeBSD 6.1).
Here is the version string:
platform i386-unknown-freebsd6.1
arch i386
os freebsd6.1
system i386, freebsd6.1
status alpha
major 2
minor 3.0
year 2006
month 03
day 27
svn rev
2006 Oct 20
1
Samba3.023c host can't join 2003AD on Freebsd6.1 AMD64
Hi
??I installed Samba 3.0.23c on the freebsd 6.1 via ports, I have configure krb5.conf and nsswitch.conf, when I execute ?kinit username@domain.com? system response ?kinit: NOTICE: ticket renewable lifetime is 10 hours?
??But when I execute ?net ads join ?U administrator@DOMAIN.COM? system response
??
??? ?[2006/10/20 09:21:41, 0] utils/net_ads.c:ads_startup(281)
? ads_connect: Response too
2006 Oct 24
1
Cook's Distance in GLM (PR#9316)
Hi Community,
I'm trying to reconcile Cook's Distances computed in glm. The
following snippet of code shows that the Cook's Distances contours on
the plot of Residuals v Leverage do not seem to be the same as the
values produced by cooks.distance() or in the Cook's Distance against
observation number plot.
counts <- c(18,17,15,20,10,20,25,13,12)
outcome <- gl(3,1,9)
2006 May 26
2
R 2.3.1 release candidates starting tomorrow
Starting with tomorrow's build, the beta designation will be replaced
by RC. This also implies that we are in "hard" code freeze, and that
we're not going to change anything unless it is critical. If you do
not want such critical bugs to slip into the final release, please
check the release candidates on your platform and report back if you
find problems.
The directory for
2006 Jun 28
1
Very slow read.table on Linux, compared to Win2000 [Broad cast]
From: Peter Dalgaard
>
> <davidek at zla-ryba.cz> writes:
>
> > Dear all,
> >
> > I read.table a 17MB tabulator separated table with 483
> > variables(mostly numeric) and 15000 observations into R.
> This takes a
> > few seconds with R 2.3.1 on windows 2000, but it takes
> several minutes
> > on my Linux machine. The linux machine is
2006 Oct 20
2
mac_portacl
Hi, folks.
I am trying to implement reverse proxy using squid with mac_portacl,
but i have problem while binding squid to port 80.
Am i missed something?
Here is my mac_portacl variables:
# sysctl security.mac.portacl.
security.mac.portacl.enabled: 1
security.mac.portacl.suser_exempt: 1
security.mac.portacl.autoport_exempt: 1
security.mac.portacl.port_high: 1023
security.mac.portacl.rules:
2006 Sep 02
2
Local groups invisible (ldapsam & 3.0.23b, 3.0.23c)
Hello all,
I'm running samba3 as domain controller.
I have upgraded samba from 3.0.22 to 3.0.23b and faced an issue
with groups display: samba does not see any groups.
"net rpc group -U Administrator" returns empty set.
usrmgr.exe does not show any groups also.
Groups are present in ldap, nss_ldap works fine:
# id asv
uid=2005(asv) gid=513(Domain Users) groups=513(Domain Users),
2006 Nov 05
1
RC11 Build Failure on FreeBSD 6.1
I just ran into a build failure on Dovecot 1.0RC11 on FreeBSD 6.1.
Identical command sequence for the build worked fine for RC10. uname -a:
FreeBSD thor.krellis.org 6.1-RELEASE-p5 FreeBSD 6.1-RELEASE-p5 #0: Fri
Sep 1 01:47:32 EDT 2006
root at jail7.jvds.com:/usr/obj/usr/src/sys/JAIL7 i386
Configured with a straight ./configure, no options, no problems reported
during configure, but make
2006 Dec 31
2
zero random effect sizes with binomial lmer [sorry, ignore previous]
I am fitting models to the responses to a questionnaire that has
seven yes/no questions (Item). For each combination of Subject and
Item, the variable Response is coded as 0 or 1.
I want to include random effects for both Subject and Item. While I
understand that the datasets are fairly small, and there are a lot of
invariant subjects, I do not understand something that is happening
here, and in