search for: edu

Displaying 20 results from an estimated 77788 matches for "edu".

Did you mean: edi
2006 Oct 14
0
ADS authentication in disjointed, multiple forest
...h 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 environment is two domains sitting in separate forests: cit.univ.edu and dept.univ.edu. (These are separate active directory forests because that is the environment dictated by the university central IT. Cit.univ.edu is also a disjoined domain where all the computers for the domain sit in the univ.edu DNS zone.) There is a one way trust so the dept domain can use...
2012 Nov 14
1
[LLVMdev] problem trying to write an LLVM register-allocation pass
...usedPregSet. The attached Gcra includes code for this. It also moves the erasure of the subreg index out of the inner loop so that if a vreg appears multiple times in an instruction all subreg indexes will be cleared. - Lang. On Tue, Nov 13, 2012 at 2:58 PM, Susan Horwitz <horwitz at cs.wisc.edu> wrote: > Lang - > > Your fix does prevent the assembler errors, but it doesn't seem to produce > correct assembly. > > I created a slightly modified version that, for each instruction that > includes a vreg, adds a check that the preg selected is not already in that &g...
2003 Sep 22
1
Problem with non-interactive shells on Sol8 with 3.7.1p1
...n out around 3.6.1p2, but nothing that came right out and stated, "Yep, this is a problem we see on Solaris <version>". Has anyone else seen this? Any ideas how to trouble-shoot and solve this problem? Meanwhile, we'll keep digging... Thanks, Ed Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082 Systems Programmer III, Network and Systems Services Sep 22 13:12:39 ldap1.udel.edu sshd[21223]: [ID 800047 local4.info] Connection from 128.175.2.36 port 47865 Sep 22 13:12:39 ldap1.udel.edu sshd[21223]: [ID 800047 local4.info] Connection from 128.175.2.3...
2002 Jan 10
1
OpenSSH 3.0.Xp1, AIX -> Sun trusted host problem
...p ... aixhost1:patrol 350 /opt/patrol>id uid=6737(patrol) gid=1012(patrol) groups=0(system) aixhost1:patrol 351 /opt/patrol>ssh -2 sunhost uptime 1:27pm up 13 day(s), 2:45, 4 users, load average: 0.02, 0.02, 0.02 ... and from the sshd server log ... Jan 10 13:31:14 sunhost.stanford.edu sshd[6832]: Connection from aa.aa.aa.aa port 732 Jan 10 13:31:14 sunhost.stanford.edu sshd[6832]: debug1: Client protocol version 2.0; client software version OpenSSH_3.0.1p1 Jan 10 13:31:14 sunhost.stanford.edu sshd[6832]: debug1: match: OpenSSH_3.0.1p1 pat ^OpenSSH Jan 10 13:31:14 sunhost.stan...
2016 Jun 05
2
inconsistent DNS information, windows domain member issues..
...the other for their DNS server, anything > unknown to the DNS servers on the DCs should be forwarded to an external > DNS that does know or can find out. I understand that they need to be up simultaneously for replication, but otherwise that should not be the case. Or why? Imho the point of redundancy is that you can tolerate failure. In fact I would like to run this on two bananas but haven´t found a usable distribution so far that offers recent versions of Samba (and supports encryption at least of the relevant data). Running the windows hosts all the time is not an option due to noise,...
2019 Sep 15
0
Migrating Samba NT4 Domain to Samba AD
...t;> - how must be it done correctly? >> > Your domain workstations must use the AD DC(s) as their nameserver, > the DC(s) will forward anything outside the AD dns domain to an > external dns server. >> so i need only forward form my common DNS server querries to ad.wsisiz.edu.pl? (AD.WSISIZ.EDU.PL it is my samba AD)? >> So i have, current open problems: >> >> 1. share: >> >> [private] >> >> path = %H >> >> does not work: >> >> ?smbd[42055]:?? make_connection_snum: canonicalize_connect_path >> fai...
2019 Apr 05
1
wbinfo isn't working on domain member
...ld versions of Sun Java). #       default_tgs_enctypes = des3-hmac-sha1 #       default_tkt_enctypes = des3-hmac-sha1 #       permitted_enctypes = des3-hmac-sha1 # The following libdefaults parameters are only for Heimdal Kerberos.         fcc-mit-ticketflags = true [realms]         ATHENA.MIT.EDU = {                 kdc = kerberos.mit.edu                 kdc = kerberos-1.mit.edu                 kdc = kerberos-2.mit.edu:88                 admin_server = kerberos.mit.edu                 default_domain = mit.edu         }         ZONE.MIT.EDU = {                 kdc = casio.mit.edu   ...
2013 Jun 05
3
Samba4 and NVSv4
...good. All CentOS systems use sssd only and no winbind; this is also working (kinit, sudo, ssh, etc all good). Samba is at 3.6.9 on all systems except for the DC's. Samba4 works; DNS works; Kerberos works; NFSv4 works with sec=sys. I joined the clients to the domain ("TITAN.TEST.CORNELL.EDU") with: # net ads join -U Administrator ... # net ads testjoin and created the nfs service principals (on the client and NFSv4 server) with: # net ads keytab add nfs -U Administrator This all works. I can see that the nfs service principals have been added; on the client abbott....
2013 Jun 05
3
Samba4 and NVSv4
...good. All CentOS systems use sssd only and no winbind; this is also working (kinit, sudo, ssh, etc all good). Samba is at 3.6.9 on all systems except for the DC's. Samba4 works; DNS works; Kerberos works; NFSv4 works with sec=sys. I joined the clients to the domain ("TITAN.TEST.CORNELL.EDU") with: # net ads join -U Administrator ... # net ads testjoin and created the nfs service principals (on the client and NFSv4 server) with: # net ads keytab add nfs -U Administrator This all works. I can see that the nfs service principals have been added; on the client abbott....
2012 Nov 13
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...adds a new variable, preg_op, to hold the subregister of preg that will > be used for the operand currently being rewritten, and preg_op will be > set to a subreg of preg where appropriate. > > - Lang. > > > On Sun, Nov 11, 2012 at 10:30 AM, Susan Horwitz <horwitz at cs.wisc.edu > <mailto:horwitz at cs.wisc.edu>> wrote: > > Sorry about that. I created the assembly file and attached it (as > math.txt). > > Susan > > On 11/11/2012 12:41 AM, Lang Hames wrote: >> Hi Susan, >> >> It looks like the bitco...
2019 Sep 15
0
Migrating Samba NT4 Domain to Samba AD
...gt;>> Your domain workstations must use the AD DC(s) as their nameserver, >>> the DC(s) will forward anything outside the AD dns domain to an >>> external dns server. >>>> >> so i need only forward form my common DNS server querries to >> ad.wsisiz.edu.pl? (AD.WSISIZ.EDU.PL it is my samba AD)? > From any domain joined computers, yes. They would ask the DC for any > dns info they require, if it is something inside the AD domain, the DC > will return the data, if it is something outside the AD domain e.g. > google.com, the DC would a...
2006 Jan 10
2
lmer(): nested and non-nested factors in logistic regression
...p by Doug Bates (and the updated version of the Matrix package), I've refined my question about fitting nested and non-nested factors in lmer(). I can get it to work in linear regression but it crashes in logistic regression. Here's my example: # set up the predictors n.age <- 4 n.edu <- 4 n.rep <- 100 n.state <- 50 n <- n.age*n.edu*n.rep age.id <- rep (1:n.age, each=n.edu*n.rep) edu.id <- rep (1:n.edu, n.age, each=n.rep) age.edu.id <- n.edu*(age.id - 1) + edu.id state.id <- sample (1:n.state, n, replace=TRUE) # simulate the varying parameters a.age &lt...
2019 Apr 05
2
wbinfo isn't working on domain member
Hi Rowland, I made the change you suggested to auto refresh kerberos. It didn't seem to fix the issue unfortunately, even after a machine restart. Following your line of reasoning that it is a Kerberos issue, I then tried to grab a new kerberos ticket on the server in question which appears to fail though. Perhaps this gives some further insight? pi at fs1:~ $ kinit administrator at
2012 Nov 11
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...ry file. Alternatively you can attach > the LLVM assembly as text. You can generate an assembly file from > bitcode with: > > llvm-dis -o <asm file> <bitcode> > > Regards, > Lang. > > > On Fri, Nov 9, 2012 at 11:15 AM, Susan Horwitz <horwitz at cs.wisc.edu > <mailto:horwitz at cs.wisc.edu>> wrote: > > Thanks Lang, we are making progress! I no longer get the failed > assertion, but the code I'm using for vregs that don't get > allocated a preg, and thus need to be spilled and re-loaded is > causing...
2008 Feb 13
1
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...whom) is the > best place to report these and iterate until we fix them? > > Ted Neward > Java, .NET, XML Services > Consulting, Teaching, Speaking, Writing > http://www.tedneward.com > > > >> -----Original Message----- >> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >> On Behalf Of Seung Jae Lee >> Sent: Tuesday, February 12, 2008 9:20 PM >> To: llvmdev at cs.uiuc.edu >> Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio >> 2005? >> >> I simply found it at: &...
2012 Jul 10
2
[LLVMdev] Unable to do even basic Clang tutorial
...iled with exit code 1 (use -v to see > invocation) > > > ------------------------------------------------------------------------ > *From:* Ashok Nalkund <ashoknn at qualcomm.com> > *To:* NY Knicks Fan <nyknicksfan92009 at yahoo.com> > *Cc:* "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> > *Sent:* Tuesday, July 10, 2012 12:11 PM > *Subject:* Re: [LLVMdev] Unable to do even basic Clang tutorial > > You will need to link to the LLVM/clang libraries. To get the correct > flags, you can run: > ./llvm-config --ldflags --libs > &g...
2012 Nov 13
5
[LLVMdev] problem trying to write an LLVM register-allocation pass
...s as 'vreg'. The update adds a new variable, preg_op, to hold the subregister of preg that will be used for the operand currently being rewritten, and preg_op will be set to a subreg of preg where appropriate. - Lang. On Sun, Nov 11, 2012 at 10:30 AM, Susan Horwitz <horwitz at cs.wisc.edu> wrote: > Sorry about that. I created the assembly file and attached it (as > math.txt). > > Susan > > On 11/11/2012 12:41 AM, Lang Hames wrote: > > Hi Susan, > > It looks like the bitcode you have attached is corrupted. You should > make sure to attach it as...
2002 Nov 08
1
[LLVMdev] Iterating on the DSGraph... (fwd)
...er > DSNodeHandle& ptrNode = funcGraph.getNodeForValue(ptr); > DSNode* target = ptrNode.getNode(); // cannot be NULL > > > (Chris, am I right that a scalar pointer always points to some > graph node?) > > --Vikram > > > From llvmdev-admin at cs.uiuc.edu Fri Nov 8 17:18 CST 2002 > Received: from dcs-server1.cs.uiuc.edu (dcs-research1-server1.cs.uiuc.edu [128.174.244.4]) > by tank.cs.uiuc.edu (8.9.3/8.9.3) with ESMTP id RAA02614; > Fri, 8 Nov 2002 17:18:04 -0600 (CST) > Received: from dcs-server2.cs.uiuc.edu (dcs-server2.cs.uiuc.edu [...
2007 Nov 01
3
RPM Key in Readme file
The readme file on the cran website for linux EL5 contains the following RPMS for Red Hat Enterprise Linux created by Bob Kinney <rhel_cran at hmdc.harvard.edu>. The RPMS are signed with the following key available from pgp.mit.edu Type bits /keyID Date User ID pub 1024D/99B62126 2004/11/18 HMDC Linux Support <linux_support at latte.harvard.edu> I went ot pgp.mit.edu and could not find the key. Any suggestions? Have a Happy Hallow...
2016 Jun 05
0
inconsistent DNS information, windows domain member issues..
...heir DNS >> server, anything unknown to the DNS servers on the DCs should be >> forwarded to an external DNS that does know or can find out. > I understand that they need to be up simultaneously for replication, but otherwise that should not be the case. Or why? Imho the point of redundancy is that you can tolerate failure. In fact I would like to run this on two bananas but haven´t found a usable distribution so far that offers recent versions of Samba (and supports encryption at least of the relevant data). Running the windows hosts all the time is not an option due to noise,...