search for: ttuhsc

Displaying 8 results from an estimated 8 matches for "ttuhsc".

2003 May 12
3
Failed to setup RT_SIGNAL_LEASE handler
hi, my smbd.log file is full of such messages: ----------------------------- [2003/05/09 09:35:42, 0] smbd/oplock_linux.c:linux_init_kernel_oplocks(287) Failed to setup RT_SIGNAL_LEASE handler [2003/05/09 09:37:27, 0] smbd/oplock_linux.c:linux_init_kernel_oplocks(287) Failed to setup RT_SIGNAL_LEASE handler ----------------------------- on redhat9 with kernel-2.4.20-9 and
2006 Feb 15
1
ADS and RPC
...other domain, call it 'theirdomain.edu. I have found that RPC access has been disabled on the DC's in theirdomain.edu and my samba server can no longer authenticate users on theirdomain.edu. Is there some workaround for this? Samba version 3.0.14a -- Mike Collins Sr. Programmer/Analyst TTUHSC Information Technology 806-743-2870 ext. 271
2005 Feb 10
2
net ads join requires full domain admin account?
Problem: I have an account that allows me to join an AD domain, this works fine from any win box. However it fails with "ads_add_machine_acct (client_name): Insufficient access" when I do a net ads join from a linux box. To get samba to join the domain, I have to use an account with full domain admin privs. (ie net ads join -Ufull_domain_admin) Is this expected behavior?
2008 Feb 21
2
Problems with aggregate
Hello list, I'm new to this list, so please forgive my ignorance. I have searched R-help for some hints into what might be my problem, but I truly have no idea where to go from here. I have an object of approximately 15,000 rows and 2 columns. There are many duplicates in the first column, all with different corresponding values in the second column. For example (2 is duplicated):
2006 Jun 06
0
Score test to evalutate the proportional odds assumption.
To the list: What R commands will perform the score test on an ordered multinomial logit model to evaluate the proportional odds assumption? Many thanks. Mtichell Wachtel [[alternative HTML version deleted]]
2007 Jun 15
2
Grahpics problem
To the group: A marvelous thing is combining graphs with the par function, but there remains an issue. What if you wish to put a title on top of the set of graphs or a general x or y axis label? How does one do this? With kindest regards. Mitchell S. Wachtel, MD [[alternative HTML version deleted]]
2011 Feb 04
1
rbinom and probability
Hello compadRes, I'm developing a script that selects "cells" over a certain metabolic rate to kill them. A rate between 9 and 12 means that the cells are candidates for death. I'll show you what I mean: # a would be a vector of cell metabolic rates. a<-c(8, 7, 9, 6, 10, 11, 4, 5, 6) #now identify which cells will be candidates for death, namely those cells with metabolic
2011 Mar 27
1
Bootstrap 95% confidence intervals for splines
There appear to be reports in the literature that transform continuous independent variablea by the use of splines, e.g., assume the dependent variable is hot dogs eaten per week (HD) and the independent variable is waistline (WL), a normal linear regression model would be: nonconfusing_regression <- lm(HD ~ WL) One might use a spline, confusion_inducing_regression_with_spline <- lm(HD