similar to: - Domain Users and Windows 2000... Help

Displaying 20 results from an estimated 10000 matches similar to: "- Domain Users and Windows 2000... Help"

2002 May 23
2
- Win2k local groups and domain groups on linux PDC
I am currently running Samba 2.2.4 on a RH 7.1 box acting as a PDC with two Win2k test clients attaching to it. Users authenticate to the PDC via an LDAP server running on the PDC and that works ok. I can also join the domain with no problems. What I am trying to accomplish is to have a domain user or better yet a group of domain users, be able to log into the win2k box and have the linux
2002 May 09
7
Windows 2000 and Samba
I have a Samba server running on an AIX 4.4.3 RS6000 that has been serving up files without problem. Recently, a pair of machines, both Windows 2000 Pro, haven't been able to gain access to any of the Samba resources on the AIX server though they were both able to previously. Other WinNT and Win2k machines can get to these shared resources fine, just not these two. I haven't found anything
2002 Dec 12
5
oplocks and samba 2.2.7
About two months ago our sysadmin upgraded to samba 2.2.7 and we have not had any oplock problems since. A heartfelt thanks from the University of Wisconsin in Madison to the Samba team for all their hard work. If our hundreds of users understood what was going on behind the scenes, they'd be thanking you too. --- Sam Barasch Computer Systems Support Department of Biostatistics
2005 Jun 29
3
Smbd processes out of control
In the past few months we have seen a couple of our production servers crash that are running samba-3.0.14a-1. What seems to happen is the smbd pid's seem to grow and grow until an out of memory error occurs and the smbd process just hangs. A simple restart does not even clear out the pid's. I end up rebooting to just clear it all out and start fresh. It probably has happened at
2002 Sep 10
2
loading printers
I just configured a server to use the CUPS printing system and have all my printers shared out by Samba. I made all the necessary changes to the smb.conf file but don't want to restart samba in the middle of the day since it is a high traffic server and don't want to break connections. Is there a way to just have samba load all these printers without restarting the service????
2006 Mar 23
1
Smbd hanging
Problem ------------ SMBD processes spawn out of control until the Samba stops responding. Restarting the service does not clear the processes. Only a reboot of the server will bring it back to a usable state. This server is home to our postgres databases, Access front ends, and Production Files (excel, word...). It is a samba domain member server. We have multiple Samba file servers
2004 Nov 23
6
Weibull survival regression
Dear R users, Please can you help me with a relatively straightforward problem that I am struggling with? I am simply trying to plot a baseline survivor and hazard function for a simple data set of lung cancer survival where `futime' is follow up time in months and status is 1=dead and 0=alive. Using the survival package: lung.wbs <- survreg( Surv(futime, status)~ 1, data=lung,
2008 Nov 26
1
survreg and pweibull
Dear all - I have followed the thread the reply to which was lead by Thomas Lumley about using pweibull to generate fitted survival curves for survreg models. http://tolstoy.newcastle.edu.au/R/help/04/11/7766.html Using the lung data set, data(lung) lung.wbs <- survreg( Surv(time, status)~ 1, data=lung, dist='weibull') curve(pweibull(x, scale=exp(coef(lung.wbs)),
2009 Sep 08
1
Obtaining value of median survival for survfit function to use in calculation
Hi, I'm sure this should be simple but I can't figure it out! I want to get the median survival calculated by the survfit function and use the value rather than just be able to print it. Something like this: library(survival) data(lung) lung.byPS = survfit(Surv (time, status) ~ ph.ecog, data=lung) # lung.byPS Call: survfit(formula = Surv(time, status) ~ ph.ecog, data = lung) 1
2002 Aug 19
2
angry red X's & disconnected drives
Esteemed Ladies and Gentlemen of the Samba list, I have a curious problem on one of my windows 2000 machines. As soon as the user connects to a samba share, they are disconnected and the drive appears marked with a red X The samba logs indicate that 10-20 seconds after any user of this machine connects to a network drive, they are disconnected. Oddly enough, you can browse the contents of
2020 Oct 24
3
Issue with data() function
I found an issue with the data() command this evening when working on the survival package. 1. I have a lot of data sets in the package, almost all used in at least one vignette, help file, or test.? As a space saving measure, I have bundled many of them together, i.e., the file data/cancer.rda contains 19 data sets, many of them small. The resulting file (using xz compression) is quite a bit
2010 May 23
3
"order" issue
Hi everybody, this is a real dummy thing. I sorted a matrix based on a given column, and what I get is right, until it comes to columns of negative and positive values; than, "order" orders everything from max to min in the negative values, and then AGAIN from max to min in the positive values!!! Why isn't everything order from max to min, and that's it? Thank you!!! Attached
2010 Jan 29
1
help on drawing right colors within a grouped xyplot (Lattice)
Hi, I've lost my mind on it... I have to scatterplot two vectors, grouped by a third variable, with two different dimensions according to whether each cell line in the plot is sensitive or resistant to a given drug, and with a different color for each of 9 tissues of origin. Here's what I've done:
2004 Jan 01
1
Barplot errors in MASS script
Reading "Modern Applied Statististics with S" and trying the corresponding examples both in the book and in ../lib/R/library/MASS/script, I'm now trying chapter 4 plotting bars with the following code on a linux box with R 1.8.1: ---------------------- library(MASS) library(lattice) options(echo=T, width=65, digits=5) lung.deaths <- aggregate(ts.union(mdeaths, fdeaths), 1)
2012 Jun 05
1
model.frame and predvars
I was looking at how the model.frame method for lm works and comparing it to my own for coxph. The big difference is that I try to retain xlevels and predvars information for a new model frame, and lm does not. I use a call to model.frame in predict.coxph, which is why I went that route, but never noted the difference till now (preparing for my course in Nashville). Could someone shed light
2004 Nov 24
2
confidence interval of a average...
I have a sample of lung capacities from a population measured against height. I need to know the 95% CI of the lung capacity of a person of average height. I have fitted a regression line. How do I get a minimum and maximum values of the 95% CI? My thinking was that this has something to do with covariance, but how? My other thinking was that I could derive the 0.975 (sqrt 0.95) CI for the
2009 Jan 30
3
paste together object names to pass it on to a function
Hello, I have a maybe trivial question, but I simply don't understand well enought how to work with text/strings: I have a rather compelx data structure, a big list with several sub-lists/dataframes and for certain calculations (which I do in loops), I only need a certain group of sub-lists/dataframes, which I want to specify with a name vector and paste together the object name and pass it
2005 Mar 17
1
smbpasswd to LDAP
Is there a way to take users samba passwords from an old 2.x Samba server, and insert them into a new 3.x Samba server that using an LDAP backend? The new server is already populated with all users and groups in LDAP and is currently on a test network. All that is needed is the users samba passwords from the old server that is using the smbpasswd file. Thanks -- Matt Lung Midwest Tool &
2012 Oct 14
1
Problems with coxph and survfit in a stratified model, with interactions
First, here is your message as it appears on R-help. On 10/14/2012 05:00 AM, r-help-request@r-project.org wrote: > I?m trying to set up proportional hazard model that is stratified with > respect to covariate 1 and has an interaction between covariate 1 and > another variable, covariate 2. Both variables are categorical. In the > following, I try to illustrate the two problems that
2012 Oct 13
4
Problems with coxph and survfit in a stratified model with interactions
I?m trying to set up proportional hazard model that is stratified with respect to covariate 1 and has an interaction between covariate 1 and another variable, covariate 2. Both variables are categorical. In the following, I try to illustrate the two problems that I?ve encountered, using the lung dataset. The first problem is the warning: To me, it seems that there are too many dummies