Displaying 2 results from an estimated 2 matches for "veroni".
Did you mean:
verona
2018 Aug 02
1
Samba4 DC JOIN in renamed domain exception WERR_DS_DIFFERENT_REPL_EPOCHS
...e "/usr/lib64/python2.7/site-packages/samba/drs_utils.py", line 313, in replicate
(level, ctr) = self.drs.DsGetNCChanges(self.drs_handle, req_level, req)
Tried joining the domain as DC but same error.
Is joining to renamed domains not supported or am I doing something wrong?
Andrea Veroni
______________________
GRAF S.p.A.
Via Galilei, 32/36
41015 Nonantola (MO), Italy
Tel. +39 059545111
Fax +39 059541272
web: http://www.grafspa.it
2013 Jan 29
1
problem wih plotrix:cluster.overplot
Hello,
I am trying to use cluster.overplot from package plotrix and I get an error message when I add the "away" parameter:
require(plotrix)
distance <- read.table("distance.txt")
cmd <- cmdscale(distance)
cp <- cluster.overplot(cmd, away=2)
Error in if (sum(overplots) > 1) { :
missing value where TRUE/FALSE needed
If I don't use "away",