Displaying 20 results from an estimated 600 matches similar to: "How to: users print with their username, guests with guest account"
2014 Jul 19
0
Fwd: Re: demote DC
Hi Marc,
Thanks for your reply.
On 18/07/2014 21:19, Marc Muehlfeld wrote:
> Hello Fernando,
>
> Am 18.07.2014 20:14, schrieb Fernando Rodriguez:
>> I am having a problem while demoting a DC.
>>
>> The DC i want to demotes is still online. When i try to use the command
>> samba-tool domain demote this is the message i get:
>>
>> root at
2014 Jul 24
2
Failed to bind to uuid (GUID)._msdcs.DOMAIN NT_STATUS_NO_LOGON_SERVERS & IRPC callback failed for DsReplicaSync - NT_STATUS_IO_TIMEOUT
Hello everyone.
After all the problems I had demoting my DC and managed it to work
again, it was working for only a week.
Now i am getting this messages on the log:
[2014/07/22 16:13:11.745783, 0]
.../source4/librpc/rpc/dcerpc_util.c:681(dcerpc_pipe_auth_recv)
Failed to bind to uuid e3514235-4b06-11d1-ab04-00c04fc2dcd2 for
e3514235-4b06-11d1-ab04-00c04fc2dcd2 at
2014 Jul 18
1
demote DC
Hello everyone!
I am having a problem while demoting a DC.
The DC i want to demotes is still online. When i try to use the command
samba-tool domain demote this is the message i get:
root at hoorn:/home/newhang# samba-tool domain demote
ERROR: Current DC is still the owner of 2 role(s), use the role command
to transfer roles to another DC
root at hoorn:/home/newhang#
But after a fsmo show,
2017 Jun 21
0
customizing color key with plot3D
Karline,
Thank you for your help. I discovered that in addition to including clim, I needed to omit breaks. This code uses one of your other examples as a starting point and works as intended:
persp3D(z = volcano, zlim = c(-60, 200), phi = 20,
colkey = list(length = 0.2, width = 0.4, shift = 0.15,
cex.axis = 0.8, cex.clab = 0.85), lighting = TRUE, lphi = 90,
clab =
2001 Feb 23
1
statistical help
Hi All,
Briefly, I belong to a fisheries research group. At this time I'm working
on my PhD and I'm looking for some statistical help. My mathematical and
statistical skills are still scarce, I've gathered many different types of
data (landings, climate and upwelling indexes, rains, etc) and I wonder
about what kind of statistical procedure use with them. I'm a little
confused
2009 Mar 27
3
Ploting a matrix
Hi evrybody,
in a matrix consisting of 49 columns, I would like to plot all columns
against the first in 48 different graphs.
Can you help me?
Thank you in advance
Sebastian
--
***************************************************************************************************************
Dipl. Biol. Sebastian Krug
PhD - student
IFM - GEOMAR
Leibniz Institute of Marine Sciences
Research
2017 Oct 31
0
Course in Lisbon: Introduction to Linear Mixed Effects Models and GLMM with R
We would like to announce the following statistics course:
Course: Introduction to Linear Mixed Effects Models and GLMM with R
Where:? Lisbon, Portugal
When:?? 19-23 February 2018
Course website: http://highstat.com/index.php/courses
Course flyer:
http://highstat.com/Courses/Flyers/2018/Flyer2018_02LisbonV2.pdf
Kind regards,
Alain Zuur
--
Dr. Alain F. Zuur
Highland Statistics Ltd.
9 St
2004 Nov 12
2
whether R can import netcdf file format data ?
Hello R Users,
Whether 'R' can import Netcdf format data files ??
Any package in 'R' that can help me on this front ??
Many thanks in advance,
Regards,
Yogesh
--
===========================================
Yogesh K. Tiwari,
Max-Planck Institute for Biogeochemistry,
Postfach 10 01 64, D-07701 Jena,
Germany
Office : +49 3641 576376
Fax : +49 3641 577300
Home : +49
2005 Oct 25
1
how to increase the font size of axis data
Hello R Users,
I am a new user to R.
When we make a simple plot then how to
increase the font size of the data at the
each axis.
Many thanks,
Kind regards,
Yogesh
--
===========================================
Yogesh Tiwari,
Max-Planck Institute for Biogeochemistry,
Hans-Knoell Strasse 10,
D-07745 Jena,
Germany
Office : 0049 3641 576 376
Home : 0049 3641 223 163
Fax : 0049 3641
2008 Nov 18
1
reshape question
Hi,
It's probably a simple issue but I'm struggling with that. I'll use the
example shown in the help page.
head(Indometh)
wide <- reshape(Indometh, v.names="conc", idvar="Subject",
timevar="time", direction="wide")
head(wide)
reshape(wide, idvar="Subject", varying=list(2:12),
v.names="conc",
2009 Mar 26
2
Tables
Hi,
I am just starting using R. Hence, sorry for asking probably rather easy
questions.
I used "read.table" to bring an .txt Table to R. Unfortunately the
columns do not have the same length. I tried "fill=TRUE", to fill the
blank space with "na". In a certain kind of way it worked, but befor
filling the spaces it moved data from later columns to the first:
1
2016 Aug 30
1
cat(..., append=TRUE) on sftp share
Dear R-SIG-Debian Team,
r-devel sent me to you.
Situation:
Ubuntu 16.04, R-3.3.1, and a file in a folder mounted with sftp via
gnome virtual file system.
for(i in 1:10){cat(i,file =
"/run/user/1001/gvfs/sftp:host=server/path on server/test2",append = TRUE)}
gives a file that reads |10| and not |12345678910|
Further checking:
* A mapped network drive on Windows 7 and
2007 May 14
1
cross-validation / sensitivity anaylsis for logistic regression model
Hi,
I have developed a logistic regression model in the form of (factor_1~ numeric
+ factor_2) and would like to perform a cross-validation or some similar
form of sensitivity analysis on this model.
using cv.glm() from the boot package:
# dataframe from which model was built in 'z'
# model is called 'm_geo.lrm'
# as suggested in the man page for a binomial model:
cost <-
2006 May 23
1
standardization of values before call to pam() or clara()
Greetings,
Experimenting with the cluster package, and am starting to scratch my head in
regards to the *best* way to standardize my data. Both functions can
pre-standardize columns in a dataframe. according to the manual:
Measurements are standardized for each variable (column), by subtracting the
variable's mean value and dividing by the variable's mean absolute deviation.
This
2005 Apr 01
3
plot axis appearance problem
Hello,
When I plot any data with simple plot command in
R, for example :-
plot(time,co2,ylim=c(350,380),xlim=c(1993,2003),xlab=NA,ylab=NA,type="p",col=5)
Then the first value of x-axis(350) and
y-axis(1993) never starts from origin, always they
sifted from the origin. Is there any command that
I can correct this in the ploted figure and both
the axis values start from origin.
2005 Jan 14
1
how to produce 2-d color plots in R
Hello 'R' Users,
I am very new on 'R', so excuse me if I ask something wrong.
I have ASCII data and the colums of the data are looks like :-
!-------------------------
time,yr,mo,dy,hr,min,sec,lat,lon,ht,co2obs,sigma,co2model
--
-
--
!----------------------------
Each column has data value. Now I want to produce 2-d color maps,
for example the plot should look like :-
on
2006 Oct 04
2
compiling rgdal package on windows / macos
Greetings:
As I am not a windows user, I cannot try this: is it possible to install rgdal
on windows without having to compile it from source ?
Compilation on MacOS is within my abilities, however each time i try and
install the rgdal package it dies complaining that it cannot find
gdal-config --- which was recently installed with GRASS. I have updated my
PATH environment variable, logged
2007 Feb 27
1
prop.test or chisq.test ..?
Hi everyone,
Suppose I have a count the occurrences of positive results, and the total
number of occurrences:
pos <- 14
total <- 15
testing that the proportion of positive occurrences is greater than 0.5 gives
a p-value and confidence interval:
prop.test( pos, total, p=0.5, alternative='greater')
1-sample proportions test with continuity correction
data: 14 out of
2006 Nov 07
0
evaluation of 2 matrices: categorical comparison
Greetings,
I have two matrices, read in from raster data stored in GRASS. Each matrix
represents the output of a aggregation process on categorical data (Nomial /
Ordinal) - derived from imagery.
I have compared these two data by the following methods:
***** pretending the data is continuous approaches (flawed i am sure...)
1. computing a difference map by computing the absolute difference
2006 Oct 25
1
any good way to convert sp class objects to splancs object
Greetings:
are there any simple ways to convert an sp class object to a splancs ppp class
object, outside of reading the coordinates and computing a bounding box?
cheers,
--
Dylan Beaudette
Soils and Biogeochemistry Graduate Group
University of California at Davis
530.754.7341