search for: saintmarys

Displaying 20 results from an estimated 21 matches for "saintmarys".

2018 Apr 05
1
Binding to AD 2016
...bound in this manner with old versions of Samba and Winbind would still work correctly and bind and authenticate when we elevate our AD domain to 2016 level? Thank you. Steve Hideg Senior Networking & Systems Administrator Department of Information Technology Saint Mary's College hideg at saintmarys.edu
1998 Jul 10
0
SAMBA digest 1743
...or authentication, there is no sense of a user name. Use the Access Control tab of the Win95 Network Control Panel and select Share-level access control. > ------------------------------ > > Date: Thu, 9 Jul 1998 18:06:44 -0400 (Eastern Daylight Time) > From: Dan Mandell <dmandell@saintmarys.edu> > To: Multiple recipients of list <samba@samba.anu.edu.au> > Subject: Problems creating an msdos Samba Boot disk > Message-ID: <Pine.WNT.3.96.980709175507.-394695Q-100000@dmandell.saintmarys.edu> > > Last year we made up a Dos disk that connects to our Samba serv...
2002 Mar 20
7
how does while work
i am having some problems with a program that i am writing and i think that knowing how the while command works will help me to figure out where i am going wrong *when do you get kicked out of a while loop?* (i.e., in the following example what would the final value of 'a' be?) i thought it would be 99 but running it in R i get 101 (and 101 for x too!) while (x <100) { for (i in
1998 Jul 19
0
scaling SAMBA to handle ResNet students
...to encounter any issues of scale that might affect us in moving from 100 users to over 1000. I can see some problems keeping the Win95 computer identity unique on each system, but I wonder if there are known limits to the size of a single workgroup, etc. thanks, Dan Dan Mandell <dmandell@saintmarys.edu> Saint Mary's College. Information technology Phone: (219) 284-4610 / Fax: (219) 284-4716
1998 Oct 09
1
Help with Samba urgently needed
...ezone is UTC-5.0 security=user SMBtconX failed. ERRSRV - ERRbadpw (Bad password - name/password pair in a TreeConnect or Session Setup are invalid.) Perhaps you are using the wrong sharename, username or password? Suggestions or observation would be most welcome... Dan Dan Mandell <dmandell@saintmarys.edu> Saint Mary's College. Information technology Phone: (219) 284-4610 / Fax: (219) 284-4716
2001 Sep 28
3
evaluating the contents of a string
Hi, suppose I do: b <- matrix(1:9,3,3) bname <- "b" now dim(b) returns [1] 3 3 and dim(bname) returns NULL is there a function to pass bname to such that dim returns the dimensions of b? like dim(somefunc(bname)) returns [1] 3 3 does 'somefunc' exist? daver +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |David Richmond It
1998 Jul 28
4
problems with samba 1.9.18p8
...erything is ok again. Our samba server is a Sun Ultra 2170 running Solaris 2.5.1. Any help will be greatly appreciated. Sally -- _______________________________________________________________________________ Sally L Goldberg | Information Technology goldberg@saintmarys.edu | Saint Mary's College phone: 1-219-284-4737 | Notre Dame, IN 46556
2003 Nov 26
9
Error Message
I noticed this error message within some of my users log files; rpc_server/srv_samr_nt.c:_samr_query_aliasmem(2626) _samr_query_aliasmem: Not yet implemented. Why does this mean and what do I need to do to stop this error message from appearing. BTW, the users all have XP machines. Martin Stacey IT Support Manager Safcol Australia Pty Ltd
2001 Oct 30
2
extracting object names as strings
Hi, I'm looking for a function which returns the name of the argument object as a string: >vect <- 1:3 >function(vect) "vect" I've looked at 'name', 'names', 'objects', none seem to do exactly what I want. ls/objects comes close, but I can't figure out how to force it to give me only one object name. daver
2001 Sep 17
5
Samba 2.2.1a
...config file or logs, please let me know. There's a lynch mob after me... Thanks, Sally _______________________________________________________________________________ Sally L Goldberg Network & System Administrator, Saint Mary's College, Notre Dame Indiana <goldberg@saintmarys.edu> <phone> 219-284-4737 <fax> 219-284-4716
2019 Jan 10
2
mixed versions, mixed UIDs
...idmap config ADSMC:range = 1500-100000 idmap config * :range = 1500-100000 Is this an acceptable solution, or is there something more radical I need to do? Thanks. Steve Hideg Director of Network & System Administration Department of Information Technology Saint Mary's College hideg at saintmarys.edu
2001 Sep 29
1
how much memory does one need...
to allocate 7.8 MB to a vector? (on R running on MacOS 8.6 with a 100MB partition) I get this error from a function which is trying to create a 1000x1000 matrix: Error: cannot allocate vector of size 7812 Kb the error occurs here: dist <- as.single((t(pos)-pos)/n) where pos is a matrix of integers, and n is the size of the first dimension. It appears to first create a double with
2001 Dec 14
0
polylog
Hi, Does R do the "PolyLog" function, also know as Jonquiere's function: Li-n(z) = sum over k= 1 to inf. of (z^k)/(k^n) ? dave +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |David Richmond It works on a | + Dept. of Sociology complex scientific + |Saint Mary's College principle, known as | + Notre Dame, IN
2002 Feb 28
1
postscript output sideways
Hi, My plots are all coming out sideways! If I do the following: > postscript("plot1.ps",horizontal=TRUE,paper="letter") > plot(ns,meanpl/maxvec) > dev.off(2) The output file has "ns" on the left and the "meanpl/maxvec" on the top! It doesn't matter if I change the horizontal flag to FALSE. I have noticed, however that If I create my own
1998 Jul 13
0
Making DOS Boot Disks for Samba
Thanks to several very helpful souls on this list we have been able to replace ndis2 NIC drivers and boot successfully in DOS, map a Samba drive ... permitting us to use a DOS Ghost to build lab systems. The guy who figured this stuff out last year has left the college and I don't understand what protocols, or clients he used to support a DOS-Samba connection. (I'ld be lost if I had to
1999 Mar 22
0
Visual Studio C++ problems
Since upgrading samba to version 2.0.3, we're now unable to create new Visual C++ files, projects and build executables in network home directories. No other problems are reported! When creating a new Project an error message occurs: "The specified filename is invalid", except C++ goes ahead and creates the directory. It does create the necessary directory, but never seems to find
2001 Oct 14
1
recursive functions and global variables
Hi, I am trying to write a recursive routine which passes some variables through the function calls but also refers to some global variables. I need the global variables because they are very big (n by n matrices where n is <= 1000) and I don't have the huge amount of memory needed to spawn dozens of copies of these matrices. The problem seems to be that while variables in the root
2001 Oct 09
3
find indices of nonzero elements
Hi, Is there a function func(x) where x is an array such that it returns a list of the indices of all non-zero elements of the array? for example: a: 1 0 0 0 0 1 0 1 0 func(a) returns two vectors r and c: r c 1 1 2 3 3 2 daver +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |David Richmond It works on a | + Dept. of Sociology complex scientific
2001 Nov 29
3
pause/get input
Hi, Is there a simple command to pause a script until the user hits return? Alternatively, is there a command which prompts the user for some input and assigns the input into a variable? dave +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |David Richmond It works on a | + Dept. of Sociology complex scientific + |Saint Mary's College
2019 Jan 10
1
mixed versions, mixed UIDs
Okay, so I've now read 'man idmap_rid'. It states that the use of the base_rid parameter is deprecated, so does that change ID formula to this? ID = RID + LOW_RANGE_ID Assuming that the default value for the now-deprecated base_rid is 0. Following the example on the man page, I am going to try this: idmap config * : backend = tdb idmap config * :range = 1000000-1999999 idmap