search for: jhuapl

Displaying 20 results from an estimated 74 matches for "jhuapl".

2006 Feb 03
5
trouble with winbind
...However, I can't get a second machine to the domain, using the exact same procedures. The machine claims to be bound, wbinfo -t returns "checking the trust secret via RPC calls succeeded" But, when I run wbinfo --sequence, it returns, APL : DISCONNECTED BIOLINUX : 1 BUILTIN : 1 JHUAPL : DISCONNECTED Kerberos is working, I can do a kinit user@JHUAPL.EDU, and get a ticket. My smb.conf is: [global] workgroup = JHUAPL server string = edna socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 IPTOS_LOWDELAY encrypt password = yes...
2012 Dec 13
5
[PATCH] Disable caml-stubdom by default
Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> --- stubdom/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubdom/configure.ac b/stubdom/configure.ac index db44d4a..384a94a 100644 --- a/stubdom/configure.ac +++ b/stubdom/configure.ac @@ -18,7 +18,7 @@ m4_include([../m4/depends.m4]) # Enable/disable...
2002 Feb 12
10
Winbind - Why won't you authenticate???
...user list as well as a "wbinfo -g and get a group list. For some reason though, the authentication isn't working. I tried to "wbinfo -a" and used a number of possible names. The samba server is on an NT domain called "jwad" and it has a trust relationship with "jhuapl". My user account is on jhuapl, and I want to get authenticated. When I try the wbinfo -a jhuapl\thomadj1%PASSWORD it returns fail signals on both clear text and challange/reponse methods. From what I see though, it doesn't even appear to be trying to talk to the domain controller, becau...
2013 Jan 19
0
[xen-unstable test] 15155: regressions - FAIL
...e who touched revisions under test: Boris Ostrovsky <boris.ostrovsky@amd.com> Ian Campbell <ian.campbell@citrix.com> Ian Jackson <ian.jackson@eu.citrix.com> Jan Beulich <jbeulich@suse.com> Keir Fraser <keir@xen.org> Matthew Fioravante <matthew.fioravante@jhuapl.edu> Paolo Bonzini <pbonzini@redhat.com> Phil Evans <Phil.Evans@m247.com> Stefano Stabellini <stefano.stabellini@eu.citrix.com> Tim Deegan <tim@xen.org> ------------------------------------------------------------ jobs: build-amd64...
2012 Oct 01
7
[PATCH] Matthew Fioravante now maintains VTPM
See MAINTAINERS file Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> diff --git a/MAINTAINERS b/MAINTAINERS index 094fe9e..f562efa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -261,6 +261,21 @@ S: Supported F: tools/xentrace/ F: xen/common/trace.c +VTPM +M: Matthew Fioravante <matthew.fioravante@jhuapl.edu> +S: Supported +F: tools/...
2002 Feb 15
2
Samba Team? - "ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_winbind.so.1: symbol socket: referenced symbol not fou n d"
...ve NSS configured right. I can't tell if the nss library is installed right. I can't tell if winbind is running right, or if it authenticated wit the PDC. The above tests will answer those questions. Hope this helps. -----Original Message----- From: Thomas, Daniel J. [mailto:Daniel.Thomas@jhuapl.edu] Sent: Friday, February 15, 2002 2:46 PM To: 'Herb Lewis'; Thomas, Daniel J. Cc: Samba (E-mail); 'samba-technical@lists.samba.org' Subject: RE: [Samba] Samba Team? - "ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_winbind.so.1: symbol socket: referenced symbol not...
2002 Feb 14
0
Sharing to domain users?
...to add winbind as a method in your /etc/nsswitch.conf file: passwd: files winbind group: files winbind Then use the getent command to make sure that you are able to get entries back from your NT domain. Hope this helps, Don -----Original Message----- From: Thomas, Daniel J. [mailto:Daniel.Thomas@jhuapl.edu] Sent: Thursday, February 14, 2002 10:12 AM To: 'MCCALL,DON (HP-USA,ex1)' Subject: RE: [Samba] Winbind - Why won't you authenticate??? If figured before you had to ask for them I'd send my logs over. Maybe it will shed light on the subject? once again I cleared the logs befo...
2002 Apr 11
1
rsync : old file dates generating error during nfs rsync session: Value Too large for defined data type
...found at http://lists.samba.org/pipermail/rsync/2001-October/005002.html (thanks Michael!). Thanks, Karen Wieprecht --------------------------------- Karen Wieprecht Senior Unix Systems Administrator 11100 Johns Hopkins Road Laurel, MD, 20723 443-778-3075 karen.wieprecht@jhuapl.edu ---------------------------------
2002 Feb 15
3
Samba Team? - "ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_winbind.so.1: symbol socket: referenced symbol not foun d"
I've recompiled samba 2.2.3a and still any time I do a ls -l in a directory where there are files from a PC I get the error : ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_winbind.so.1: symbol socket: referenced symbol not found If I shut off winbind or take winbind out for my /etc/nsswitch.conf file, I can get a directory listing and it lists the users ID that winbind assigned to
2002 Aug 15
1
Winbind in Samba 2.2.5 not automatically mapping the NT users with corresponding UNIX accounts
...<unixusername> = "<domainname>+<username>" I?m using a script that generates the domainuser.map automaticly, because our users are using NIS and Samba accounts with the same name. Bernd -----Original Message----- From: Wieprecht, Karen M. [mailto:Karen.Wieprecht@jhuapl.edu] Sent: Wednesday, August 14, 2002 8:54 PM To: 'samba@lists.samba.org' Subject: [Samba] Winbind in Samba 2.2.5 not automatically mapping the NT users with corresponding UNIX accounts Running the SGI freeware build of samba 2.2.5, using winbind successfully (wbinfo -u works like a cham...
2017 Sep 19
1
Re: Rollback to running VM
2012 Sep 27
18
[PATCH 09/11] add iomem support to libxl
This patch adds a new option for xen config files for directly mapping hardware io memory into a vm. Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 013270d..428da21 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -496,6 +496,17 @@ is given in hexadecimal and may either a span e.g. C<2f8-2ff> It is recommended to use this option only for trusted V...
2004 Sep 20
2
R/web interface
I am trying to develop an interactive software and would like to know how I can hook up R to the web. Thanks Joe Warfield
2004 Jul 13
1
Enabling account lockouts
The release notes indicate support for bad password lockout policy starting with version 3.0.3 but I can't figure out how to enable it. I didn't see anything in the docs about turning it on. I also tried looking through all the options by using swat in advanced mode. How do I enable bad password lockout policy?
2013 Jan 02
1
[PATCH] Fix gmp stubdom build when DESTDIR is used
...bdom makefile tries to do a make install within gmp to install libgmp.a to the cross root. Ian, do you want to apply this to your tree and commit the whole thing or would you prefer I roll out a fresh new patch set with all updates applied? Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> --- stubdom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubdom/Makefile b/stubdom/Makefile index 7519683..3006ad6 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -173,7 +173,7 @@ cross-gmp: $(GMP_STAMPFILE) $(GMP_STAMPFILE): gmp-$(XEN_TARGET_AR...
2002 Sep 30
5
2.2.5 and NIS question
Hi there, i'd like to use NIS (AIX based) to authenticate the samba-users (to implement samba enterprise wide) in "using samba" is an option which should be configured (--with-nis) (NOT the --with-nisplus option) now i got 2.2.5 (source) - but in "configure" this option is missing Was this dropped in version 2.2.5 ? Which was the last version that's able to work
2002 Jun 11
1
NT user name doesn't match unix username when winbindd is runnin g
Samba team, I posted the following message on May 30 to comp.protocols.smb, but no one has responded to the posting as of yet, so I thought I'd try this email list. We are testing winbind and security=domain to authenticate NT users on our UNIX box in samba (v2.2.3a). Winbind is working correctly. Wbinfo shows users as domainname+username (we are using "+" as the
2002 Oct 23
5
samba and winbind issues
I know winbind (i think) is working fine. i can log into a unix box with my NT userid but when i try to access shares on my samba server, i get these errors: [2002/10/23 08:47:01, 0] lib/util_sec.c:(111) Failed to set gid privileges to (-1,-2) now set to (0,0) uid=(0,0) [2002/10/23 08:47:01, 0] lib/util.c:(1092) PANIC: failed to set gid [2002/10/23 09:17:08, 0] lib/util_sec.c:(111) Failed
2002 Feb 15
4
Winbind issues! HELP!
OK. This is becoming very frustrating!! I have Samba 2.2.3a installed on a Sun running Solaris 8. Winbind is installed and seems to be working fine. My PC users can map the Samba share via their NT domain account information (PDC is an NT4 box). As soon as I copy nsswitch/libnss_winbind.so to /lib and create the symbolic links (nss_winbind.so.1 & nss_winbind.so.2) my PC users can no
2001 Dec 17
4
Help! Solaris 8 + winbindd
Hi. Does anyone have samba 2.2.2 on Solaris 8 working with winbindd? I have samba 2.2.2 installed and configured --with-winbind and have the winbindd daemon running but the following does not work: 1. "getent passwd" Solaris command on returns local users (no Domain users) 2. winbindd authentication to the PDC is not occurring. 3. local users cannot change password since I modified the