Displaying 3 results from an estimated 3 matches for "evhr".
Did you mean:
ever
2004 Jan 07
1
Migrating winbindd_idmap.tdb to ldap idmap backend
We're using s. 2.2.8a in conjunction with a win2k dc. For uid/gid-mapping we
use winbindd. Now we plan the migration to samba 3. We have about 100 Users
and i don't want to rebuild the idmaps by hand. Is it possible to move the
winbindd_idmap.tdb to the ldap idmap backend?
--
+++ GMX - die erste Adresse f?r Mail, Message, More +++
Neu: Preissenkung f?r MMS und FreeMMS!
2003 May 13
2
RMySQL crashes R
I have justed upgraded R v1.7.0 on Windows NT 4 and have installed the
latest RMySQL (version 0.5-1)and DBI (version 0.1-5) packages.
When I issue the following commands (tactfully adjusted) R just crashes and
disappears, any ideas?
require(RMySQL)
m <- dbDriver("MySQL")
con <- dbConnect(m, dbname="xxx", user="xxx", password="xxx",
2003 May 14
2
abrupt end to R
Dear All,
I haven't seen any further comments about the problem that John Marsland
first noted and that I also have:
> library(DBI)
> library(RMySQL)
Warning message:
DLL attempted to change FPU control word from 8001f to 9001f
> mgr <- dbDriver("MySQL")
> con <- dbConnect(mgr, host="localhost", dbname="marketing")
upon which R dies...