similar to: Removing Domain machine account

Displaying 20 results from an estimated 600 matches similar to: "Removing Domain machine account"

2002 Jul 09
2
Oplocks - samba 2.2.4 & Windows 2000 server
In investigating some performance issues (elderly server with just 10Mbps ethernet), I noticed that smbstatus reported hardly any open files with oplocks. In particular files opened with Office 2000 & XP stay un-oplocked. I have checked and testparm claims oplocks are enabled and manual says this is so by default. The clients are all Windows 2000 servers - so we have 1 samba connection with
2002 Nov 01
6
Roaming profiles problem - loading failure
I have a samba 2.2.4 PDC which acts as the repository of roaming profiles. Just recently some of our users have experienced failure to load roaming profiles. The clients are on a pair of Windows 2000 terminal servers. The failure does not seem to be confined to one server and only affects some people. The error given takes place during the loading profile stage: Windows can not copy: \\Samba
2001 Nov 06
1
Unix to SMB password synchronisation
I have set up a web page describing my Unix to SMB password synchronisiation which also has the source code to the C front end and expect script used. http://www.btinternet.com/~p.polkinghorne/samba/u2s/ Note this is a Solaris specific solution - but should be adaptable to other Unices. Hope this helps someone ... -- Peter Polkinghorne, IT Manager Kingsford Stacey Blackwell
2002 May 27
1
Odd high load occurance 2.2.4
I have Samba 2.2.4 installed for around 2 weeks - this seems to have fixed the problems we had with 2.2.2 and runaway processes. Today we had a Samba daemon runnig with a consistent 20% load (on a dual processor SPARC with Solaris 2.6. This machine acts as our PDC & WINS server. I used smbcontrol to up the debug levels from 1 to 2, then 3 - at 3 lots of: [2002/05/27 16:54:12, 3, pid=15255,
2001 Nov 05
0
smbd cpu spin & Failed to marshall NET_R_SAM_LOGON
Apologies if this has already been dealt with, but I am over 3 weeks behind on Samba mailing list reading - but desperately skimming to catch up. I have just upgraded to 2.2.2 from 2.2.1 in order to combat some runaway smbd daemons. This upgrade does not seemed to have helped. This is a Solaris 2.6 environment. Every time the smbd goes into CPU spin, I notice the following things: a) truss
2002 Jun 19
3
kill roaming profiles!
Greetings to everybody! Is there any way to turn off roaming profiles and use only local ones? In our company each of us connects to domain from its own workstation, so as I can see there's no need in roaming profiles. Why I'm asking such weird question? Because with roaming profiles Windows clients has readonly profiles! With Policy Editor I made HKEY_Local_Machine writeable,
2002 May 16
1
SAMBA Enterprise-wide solution?
Hello, Our university has a study in progress looking at using SAMBA to provide file/print sharing as an enterprise-wide solution. Does anyone know of an entity that uses SAMBA to support up to or more than 10 site locations, over 125 buildings, and supporting over 5000 workstations? -- Regards, /~\ The ASCII Richard Jackson \ / Ribbon Campaign Computer Systems Engineer,
2002 Feb 24
3
password synchronization.
Hello, I'm running samba 2.2 on FreeBSD 4.4. I was wondering if there was a way to sync up the samba and FreeBSD user passwords so that when either via the unix passwd or samba's smbpasswd program a user changes a password it is changed through both systems? If anyone is dong this successfully please let me know. Thanks. Dave.
2002 Jun 23
1
Kolmogorov-Smirnov tests: overflow
Dear All, I've got a problem with ks.test. I've two realy large vectors, that I'd like to test, but I get an overflow, and the p-value cannot be calculated: > length(genomesv) [1] 390025 > length(scopv) [1] 140002 > ks.test(genomesv, scopv) Two-sample Kolmogorov-Smirnov test data: genomesv and scopv D = 0.2081, p-value = NA alternative hypothesis: two.sided
2010 Mar 17
1
question about multinom function (nnet)
Dear All. I have the following table that I want to analyze using multinom function freq segments sample 4271 Seg1 tumour 4311 Seg2 tumour 3515 Seg1 normal 3561 Seg2 normal I want to compare model with both factors to the one where only sample is present. model1=multinom(freq~segments+sample,data=table) model2=multinom(freq~ sample,data=table)
2002 Mar 17
3
R on the web
Hello All, I'd like to create diagrams for dynamic web-pages via a cgi-script that itself uses R. Sadly, I found out that the png and jpeg devices need an X-server :-( , so I cannot use these nice devices. Does any one have any experience using R for on-the-flycreation of graphics for web-pages pages? Any suggestions for workarounds? thanks very much for help, Arne -- Arne Mueller
2002 Mar 09
1
labels outside plotting region
Hello, I've just started R, and I'm getting a bit mad using it. I've managed to produce a barplot with the labels for the ytick marks placed horizontally (perpendicular to the y-axis) usiing par(las=1). The problem is that most of my labels are in part beyond the plotting area because they are rather long (e.g. "H. sapiens", "D. melanogaster" ...). What is the
2002 Mar 11
1
filled bars with patterns
Hello All, I've created a view stacked barplots where some of the bars should contain a pattern such as stripes. Adjacent bars of the same stack should have the same colour but a different finnling pattern. Is R able to do that? Anyway, it's not the end of the world if not, a workaround would be to export the plot in fig format and then using xfig to make the bar filling striped,
2002 Mar 11
1
filled bars with patterns
Hello All, I've created a view stacked barplots where some of the bars should contain a pattern such as stripes. Adjacent bars of the same stack should have the same colour but a different finnling pattern. Is R able to do that? Anyway, it's not the end of the world if not, a workaround would be to export the plot in fig format and then using xfig to make the bar filling striped,
2002 Mar 12
1
mathematical expression in legend
Hello, I'm trying to put a mathematical expression into a legend, but R complains about a syntax error. Basically i'd like to do this: legend.text = c(expression(x < 10), expression(x >= 10)) The manual says that one can only pass mathematical expressions to axis, text etc. but not to the legend command? Is there a workaround for this? thanks a lot for help, Arne -- Arne
2002 Jun 22
1
KS test and data format
Dear All, I've a problem with the data format and the ks.test() function (Kolmogorov-Smirnov). The test function expects two numeric vectors, but the two data distributions I'd like to test are actually in the following format: 2 4 3 6 5 6 7 2 ... where the 1st column is a data position and the 2nd is the frequency this data point is observed. To generate an appropiate vector
2002 Mar 19
2
fitting with lm
Dear All, I'm getting confused with the concept R uses to do regression using lm. I'm afmiliar with gnuplot and the build-in fit command, but couldn't get R's lm to work on my data. I know that my data follows a powerlaw or maybe an exponential function, and I'd like to determine the best fitting factors for the formula: a*x^b where b < 0. I've tried thge follwoing:
2009 Feb 09
0
problems with lm for nested fixed-factor Anova
Dear R users, I want to run nested fixed-factor Anova in R on different experiments. In this toy example I have 3 levels of the main factor x1 and 7 levels of the nested factor z1 x1 and continuous response variable y1. x1 [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 [38] 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 [75] 3 3 3
2009 Feb 20
1
lm and aov produce different results for nested fixed-factor anova
Dear R users, I have trouble obtaining the same results for nested Anova with two fixed factors when using lm and aov functions. The formulas are: > e1=aov(y~x/z) > e2=lm(y~x/z) summary(e1) Df Sum Sq Mean Sq F value Pr(>F) x 47 260.0 5.5 18.0088 < 2.2e-16 *** x:z 195 169.6 0.9 2.8318 < 2.2e-16 *** Residuals 14425
1998 Jun 11
1
Samba performance and sizeing
We are moving from a PCNFS client to SMB client environment and hence moving from NFS for our Sun fileservers to Samba. I have seen figures indicating Samba is as good NT for SMB service. However what we are concerned with is: a) relative performance of Samba vs Sun's NFS b) loading on servers with lots of active connections (and hence lots of smbds). Do you need more memory than with