Displaying 20 results from an estimated 280 matches for "eecs".
Did you mean:
decs
2020 Oct 01
2
Kerberos ticket lifetime
...et lifetime = 24
>
> When I login to the client (which is using pam_winbind module), I have
> 10 hour ticket life.
>
> From klist output on the client:
>
> Valid starting?????? Expires????????????? Service principal
> 09/30/2020 19:13:38? 10/01/2020 05:13:37
> krbtgt/AD.EECS.YORKU.CA at AD.EECS.YORKU.CA
> ??? renew until 10/07/2020 19:13:38
>
> 10 hours.
>
> The client is mounting from an NFS server that is also part of the
> domain.
>
> I do notice that if I modify ticket_lifetime via /etc/krb5.conf on the
> client, it only takes effect if...
2011 Sep 19
3
[LLVMdev] Suggested base version for adding a new backend?
...so seen a couple of posts
asking about issues in 2.9 with responses that essentially came down to
"use TOT". Together, this leaves me wondering if 2.9 is such a good
base for development after all.
Thank you for taking the time to consider my question.
Philip Reames
Graduate Student
EECS, UC Berkeley
For anyone interested, the technical report covering the ISA for the
RISK-V architecture can be found here:
http://www.eecs.berkeley.edu/Pubs/TechRpts/2011/EECS-2011-62.pdf
2001 Jan 31
2
Problem installing R
...no
Tcl/Tk support: yes
R profiling support: yes
R as a shared library: no
configure: warning: you cannot build info versions of the R manuals
After running gmake:
gmake[3]: ar: Command not found
gmake[3]: *** [libappl.a] Error 127
gmake[3]: Leaving directory `/home/eecs/moks/R/R-1.2.1/src/appl''
gmake[2]: *** [R] Error 2
gmake[2]: Leaving directory `/home/eecs/moks/R/R-1.2.1/src/appl''
gmake[1]: *** [R] Error 1
gmake[1]: Leaving directory `/home/eecs/moks/R/R-1.2.1/src''
gmake: *** [R] Error 1
After running gmake check
gmake[4]: *** No r...
2020 Sep 30
3
Kerberos ticket lifetime
> On 30 Sep 2020, at 21:42, Jason Keltz via samba <samba at lists.samba.org> wrote:
>
>
> On 9/30/2020 3:01 PM, Remy Zandwijk via samba wrote:
>>>>> On the client, add:
>>>>>
>>>>> gensec_gssapi:requested_life_time = <int> # seconds
>>>>>
>>>>> to smb4.conf. E.g. a ticket life time of one hour:
2020 Nov 12
2
nfs root kerberos
...FS "root"
> access to work between a CentOS 7 client and CentOS 7 server? (AKA
> no_root_squash in /etc/exports).
>
> Finally, after a significant amount of effort, I figured that out last
> night.
>
> In my case, I needed to add a realms section for realm
> AD.EECS.YORKU.CA and include 2 auth_to_local rules as follows:
>
> [realms]
> ? AD.EECS.YORKU.CA = {
> ??? auth_to_local = RULE:[1:$1@$0](J1\$@AD.EECS.YORKU.CA)s/.*/root/
> ??? auth_to_local = DEFAULT
> ? }
>
> This allows root on "J1" to "really" be root.? Addit...
2020 Nov 09
2
nfs root kerberos
...nly has that one line
and it's otherwise just empty (which is the case now).? I restart the
samba-ad-dc on DC and rebooted the client... no difference.
>
> Can you please post the smb.conf
Sure..
on the dc:
# Global parameters
[global]
??????? netbios name = DC1
??????? realm = AD.EECS.YORKU.CA
??????? workgroup = EECSYORKUCA
??????? dns forwarder = 130.63.94.4
??????? server role = active directory domain controller
??????? idmap_ldb:use rfc2307 = yes
??????? interfaces = 127.0.0.1 130.63.94.66
??????? bind interfaces only = yes
[netlogon]
??????? path = /local/samba/sys...
2011 Sep 19
0
[LLVMdev] Suggested base version for adding a new backend?
...issues in 2.9 with responses that essentially came down to
> "use TOT". Together, this leaves me wondering if 2.9 is such a good
> base for development after all.
>
> Thank you for taking the time to consider my question.
>
> Philip Reames
> Graduate Student
> EECS, UC Berkeley
>
> For anyone interested, the technical report covering the ISA for the
> RISK-V architecture can be found here:
> http://www.eecs.berkeley.edu/Pubs/TechRpts/2011/EECS-2011-62.pdf
> _______________________________________________
> LLVM Developers mailing list
>...
2020 Nov 12
2
nfs root kerberos
On 11/11/2020 10:54, Jason Keltz via samba wrote:
> Hi Louis,
> I've looked into that and I'm not sure how this would be done?
> By the way, even with your NFS translation fix (which doesn't work for me because gssproxy), do you do this before accessing root files..?
> sudo root
> kinit -k 'host$'
>
OK, after a bit of a battle, I now have a Centos 7 Unix
2004 Nov 29
2
PlotML
Dear all,
Has anybody ever written some plot / hist functions that would return
PlotML code? [http://ptolemy.eecs.berkeley.edu/]
Regards,
Gregoire
2015 Jun 08
3
How to install clang on CentOS 7?
...CentOS 7. After executing "yum install
clang", it outputs:
[root at hp ~]# yum install clang
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mia.host-engine.com
* elrepo: elrepo.mirrors.arminco.com
* extras: centos.arvixe.com
* updates: centos.eecs.wsu.edu
No package clang available.
Error: Nothing to do
Doesn't CentOS 7 support rpm install clang? Thanks in advance!
Best Regards
Nan Xiao
2005 Jan 18
0
[LLVMdev] Re: LLVM to SUIF-MACH VM binary
...d on the work from SUIF. More
specifically, we are using MACHINE-SUIF as a backend to SUIF to generate code to
an embedded processor. We want to move away from using the SUIF frontend, but
the backend works fine. Essentially, for right now, I have to convert LLVM IR
to SUIFvm IR.
http://www.eecs.harvard.edu/hube/software/nci/suifvm.html
http://www.eecs.harvard.edu/hube/software/nci/overview.html
> -Chris
>
- John
2020 Nov 12
1
nfs root kerberos
...S 7 client and CentOS 7 server? (AKA
>>> no_root_squash in /etc/exports).
>>>
>>> Finally, after a significant amount of effort, I figured that out
>>> last night.
>>>
>>> In my case, I needed to add a realms section for realm
>>> AD.EECS.YORKU.CA and include 2 auth_to_local rules as follows:
>>>
>>> [realms]
>>> ? AD.EECS.YORKU.CA = {
>>> ??? auth_to_local = RULE:[1:$1@$0](J1\$@AD.EECS.YORKU.CA)s/.*/root/
>>> ??? auth_to_local = DEFAULT
>>> ? }
>>>
>>> This all...
2005 Jan 18
2
[LLVMdev] Re: LLVM to SUIF-MACH VM binary
...e
> specifically, we are using MACHINE-SUIF as a backend to SUIF to generate code
> to an embedded processor. We want to move away from using the SUIF frontend,
> but the backend works fine. Essentially, for right now, I have to convert
> LLVM IR to SUIFvm IR.
>
> http://www.eecs.harvard.edu/hube/software/nci/suifvm.html
> http://www.eecs.harvard.edu/hube/software/nci/overview.html
Okay, it's a RISCy architecture of sorts. I don't see any documentation
on the binary format. Does it require register allocation? If not, it
might be easier to write the target...
2009 Apr 13
1
[LLVMdev] MemoryDependenceAnalysis
On Apr 13, 2009, at 3:32 PM, Eli Friedman wrote:
> On Mon, Apr 13, 2009 at 9:06 AM, Anthony Danalis <adanalis at eecs.utk.edu
> > wrote:
>> How can I use MemoryDependenceAnalysis (or any other analysis for
>> that
>> matter) to gather that the instructions
>> j = N/2 (store i32 %11, i32* %j, align 4)
>> and
>> N = N+7 (store i32 %12, i32* %n, align 4)
>> are the...
2020 Nov 12
0
nfs root kerberos
...getting NFS to work - it was getting NFS "root"
access to work between a CentOS 7 client and CentOS 7 server? (AKA
no_root_squash in /etc/exports).
Finally, after a significant amount of effort, I figured that out last
night.
In my case, I needed to add a realms section for realm AD.EECS.YORKU.CA
and include 2 auth_to_local rules as follows:
[realms]
? AD.EECS.YORKU.CA = {
??? auth_to_local = RULE:[1:$1@$0](J1\$@AD.EECS.YORKU.CA)s/.*/root/
??? auth_to_local = DEFAULT
? }
This allows root on "J1" to "really" be root.? Additional of the first
line are requ...
1997 Sep 26
1
tty chowning
...'t require changing any binaries.
(I''m sending a copy of this to linux-kernel, but since I''m not on it
at the moment I''d appreciate if any discussion there would keep me on
the cc list.)
--
- David A. Holland | VINO project home page:
dholland@eecs.harvard.edu | http://www.eecs.harvard.edu/vino
2020 Nov 09
0
nfs root kerberos
...t need the username.map, but each Unix domain member
requires it.
Do you have Unix clients ? (not talking about Samba servers here), if
you don't, why are you using NFS ?
>
> on the dc:
>
> # Global parameters
> [global]
> ??????? netbios name = DC1
> ??????? realm = AD.EECS.YORKU.CA
> ??????? workgroup = EECSYORKUCA
> ??????? dns forwarder = 130.63.94.4
> ??????? server role = active directory domain controller
> ??????? idmap_ldb:use rfc2307 = yes
> ??????? interfaces = 127.0.0.1 130.63.94.66
> ??????? bind interfaces only = yes
>
> [netlogon]...
2020 Nov 12
0
nfs root kerberos
...cess to work between a CentOS 7 client and CentOS 7 server? (AKA
>> no_root_squash in /etc/exports).
>>
>> Finally, after a significant amount of effort, I figured that out
>> last night.
>>
>> In my case, I needed to add a realms section for realm
>> AD.EECS.YORKU.CA and include 2 auth_to_local rules as follows:
>>
>> [realms]
>> ? AD.EECS.YORKU.CA = {
>> ??? auth_to_local = RULE:[1:$1@$0](J1\$@AD.EECS.YORKU.CA)s/.*/root/
>> ??? auth_to_local = DEFAULT
>> ? }
>>
>> This allows root on "J1" to &q...
2004 Sep 09
2
Problem using pam_winbind to authenticate with Windows 2003 Active Directory Server.
We're trying to have AD Domain Users authenticate to AD server to login
to a Redhat Enterprise Linux AS (3.0) server.
Were running samba 3.06 on the Linux box. We're using specifically
winbind and pam_winbind for this purpose.
I've followed all the instructions in the HOW-TO samba documentation on
setting up windbind, kerberos, and pam_winbind.
I've successfully logged into the
2016 Oct 08
4
optim(…, method=‘L-BFGS-B’) stops with an error message while violating the lower bound
...es a
> variable-metric algorithm similar to that of L-BFGS-B but without the
> problem below. It's not surprisingly a creation of John Nash and quite
> impressive based on my experience. Just like L-BFGS, it can implement
> box constraints by adding the b.
>
> http://users.eecs.northwestern.edu/~morales/PSfiles/acm-remark.pdf
> <http://users.eecs.northwestern.edu/%7Emorales/PSfiles/acm-remark.pdf>
>
>
>
>
>
>
>
> On Sat, Oct 8, 2016 at 2:50 PM, Spencer Graves
> <spencer.graves at prodsyse.com <mailto:spencer.graves at prodsyse.c...