search for: depts

Displaying 20 results from an estimated 8173 matches for "depts".

Did you mean: depth
2005 Aug 26
3
On the fly Machine accounts
I have been trying for 2 months to get my samba server to add machine accounts 'on the fly" I have added both of these to my smb.conf add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u add machine script = /usr/sbin/useradd -d /dev/null -g 102 -s /bin/false Neither of these seems to do anything. I have around 250 computers to add, so adding the machine
2005 Oct 27
4
Nest sortables?
Hello All, I''m wondering if it''s possible to nest sortables: <ul id="first"> <li>One</li> <li>Two</li> <li> <ul id="second"> <li>Three</li> </ul> </li> <li>Four</li> </ul> <script> ... create sortables out of
2013 Nov 14
6
Sieve script problem (don't know if is it possible to do this)
Hello: I'm loosing my mind trying to classify my outgoing messages with sieve-test (2.0.9, centos 6.4). It came to the point I think it's not even possible with a sieve script. I need to classify my outgoing messages in three folders: 1- To my department (@dept.example.com) 2- To my company (@example.com, @anyotherdept.example.com) (anyotherdept.example.com as in a way to say "any
2006 Oct 14
0
ADS authentication in disjointed, multiple forest
All, I have recently come across a problem I have been unable to resolve. I have been running Samba with Winbind ADS authentication for the last couple of years with good success until recently. About 2 weeks ago, I restarted the Samba and Winbind services on a Fedora Core 3 machine runing Samba 3.0.10-1 (installed from FC3 RPMs) and the active directory authentication has started failing. The
2004 Nov 30
1
RE: question about rails regarding handling more than onetable in one view
...to specify the relation between the table as you have suggested, The part that I have trouble to understand is 1. Since I have a third table ProvWorkAtDept, do I need to specify this table somewhere when I define Provider or Dept? 2. If the provider view has both the provider name and several depts the provider works on, how that data will be handled by the Provider model or controller, Do I need write code in Provider model (or the controller) to call Provider#Dept<<Dept (or Provider#Dept.Build, Create) to save the relation to ProvWorkAtDept table Or rails will handle it automatically...
2005 Sep 27
0
SMB/LDAP: Confused...
Hi. I have an existing departmental network based on AFS, Kerberos 5 and LDAP. All unixes work nicely, logging in remotely. So, Samba acting as a PDC with OpenLDAP. Now I'd like to interoperate with all windows workstations. I chose the LDAP way, since it's the most flexible and secure way... or at least, it seems to me more flexible than using a single /etc/passwd file on a
2012 Jan 26
1
ftable.formula
I apologize in advance if this is the wrong forum for this report/request, and for the fact that I have not read the code for ftable.formula in any detail. >From reading the documentation for ftable.formula, I expected that the following two calls to ftable would produce the same results: data(UCBAdmissions) ftable(UCBAdmissions, row.vars = "Dept", col.vars = c("Gender",
2004 Nov 18
4
adjusting the map of France to 1830
I'm doing some analyses of historical data from France in 1830 on 'moral statistics' that I'd like to show on a map. I've done most of my analyses in SAS, but a few things would work better in R. To do this, I have to adjust the modern map, library(maps) map('france') to adjust for changes in departments (86 in 1830, to 97 now). I've read the documentation
2013 May 11
1
prediction in a loop with only one sample
Dear all, I have a sample with 920 observations. I want to create a loop which takes 300 of these observations for the prediction and the rest to estimate the model. My idea was to create something like this: cs.training.dat <- read.table... cs.training.dat_sub1 <- subset(cs.training.dat, Income>10) cs.training.dat_sub2 <- subset(cs.training.dat_sub1, Dept.Ratio<=1)
2010 Nov 21
3
R help
Dear All, I'm a beginner user in R and I would like to make a quadratic and plateau model in R. Can you help please with an example? Thanks so much -- Ahmed M. Attia Assistant Lecturer El-Khattara farm Station Agronomy Dept., Zgazig Univ., Egypt Visiting Scientist Haskell Agricultural laboratory Agronomy and Horticultural Dept., Univ. of Nebraska-Lincoln ahmedatia at zu.edu.eg
2012 May 12
1
categorical analysis - grouping rows
I apologize up front if this has been covered elsewhere - but I can't find any such question. I have a data set that contains academic data: term (i.e., semester), student id, dept, class, success (1=Y, 0=N) I want to look at dept by term to determine descriptive statistics for success to failure ratios. The intent being to discover if there are departments that contribute significantly to
2011 Mar 28
3
Splitting Datasets
On R 2.12 for Mac OSX, I have a dataset with both numerical and character values. I want to split dataset "ZIDL", into individual datasets based on the string content of variable "Dept". I can create one subset dataset at a time using a script I found on the net, but rather than run the same function 17 times, can R look at the "Dept" variable and create
2019 Nov 02
0
Subject=Re: Mac Clients Disconnect with: source3/smbd/service.c:1050(close_cnum) closed connection to service data
And sorry, to answer your question here's what the smb.conf's looked like: SERVERA - Ubuntu 18.04 (Samba 4.7.6) sudden issue: Hi Louis, > When you get a chance, it seems like a number of our excel files were > corrupted. We can't seem to open them at all. I tried opening them from R > and SPSS. > They give different errors: > My error (mac): > Excel cannot open the
2008 Feb 07
1
samba-3.0.25b-1.el4_6.4
I would appreciate any ideas on how to correct the problem that we are having that is outlined below. Thanks for your help. I have been running samba for a long time. Currently we are having problems with it filling up /var/log/messages with Feb 7 10:45:02 servername smbd[2157]: Can't become connected user! Feb 7 10:45:02 servername smbd[2158]: [2008/02/07 10:45:02, 0] smbd/
2007 Aug 11
1
binomial simulation
hello, I asked about this simulation a few days ago, but still i can't get what i need. I have 2 units: icu and regular. from icu I want to take 200 observations from binomial distribution, when probability for disease is: p=0.6. from regular I want to take 300 observation with the same probability: p=0.6 . the distribution to detect disease when disease occurred- *for someone from icu* - is:
2014 Jan 10
0
proposal: stats::as.matrix.ftable method
Following some discussion on R-help, I'd like to propose that an as.matrix method be added to those available for ftable objects. The reason for this is that there are a variety of situations where one needs to flatten a 3+ way table, but then use that for analysis as a matrix, not just for pretty-printing. There is an as.table method to turn the result back to a table, but an as.matrix
2019 Nov 07
0
Macintosh sandbox denying access folder
Hi all, Have any of you had experience with macintosh's sandbox denying access to a folder served by Samba? I don't know exactly how to reproduce, so here's everything (?): I'm running macOS Catalina (10.15.1). In the terminal I start a python command interpreter. python # then >>>import os # then I repeatedly list a directory others have been having problems
2003 Apr 14
1
samba pdc premissions problem
...and I created 6 specific groups: compras, contabil, diretoria, dp, engenharia and financeiro. I also created the folowing directory structure: /home/Netlogon set to root:smbusers and 0755. /home/Profiles set to root:smbusers and 0050. /home/Users set to root:smbusers and 0050. /home/Depts set to root:smbusers and 0050. on /home/Depts I have to following. /home/Depts/Compras set to root:compras 0070 /home/Depts/Contabil set to root:contabil 0070 /home/Depts/Diretoria set to root:diretoria 0070 /home/Depts/DP set to root:dp 0070 /home/Depts/Engenharia set to root:en...
2012 May 22
3
How to remove square brackets, etc. from address strings?
Hello, I'd like to remove the individual pairs of square brackets along with their content - plus the space directly behind it - from address strings such as this: [Swidsinski, Alexander; Loening-Baucke, Vera; Lochs, Herbert] Charite Humboldt Univ, Innere Klin, D-10098 Berlin, Germany; [Hale, Laura P.] Duke Univ, Med Ctr, Dept Pathol, Durham, NC 27710 USA I'd like get the
2012 Dec 28
3
example curl-based puppetdb query equivalent to select node.name, node.role from nodes where dept = 'finance'
The examples in the puppetdb docs show how I can query for a list of node names. What if I want more fields? Could someone share an example of how you query puppetdb to return multiple values? Like what if you want the node''s name and what the custom fact "role" says, for all nodes that have the custom fact "dept" = "finance"? In other words as an