search for: 18c18

Displaying 5 results from an estimated 5 matches for "18c18".

Did you mean: 1818
2003 Nov 06
4
building r-patch
.... make check produced the following message: running tests of Internet and socket functions expect some differences make[3]: Entering directory `/usr/evahome/vograno/R/tests' running code in 'internet.R' ... OK comparing 'internet.Rout' to './internet.Rout.save' ...18c18 < Content type `text/plain; charset=iso-8859-1' length 134991 bytes --- > Content type `text/plain; charset=iso-8859-1' length 124178 bytes 22,23c22,23 < .......... .......... .......... . < downloaded 131Kb --- > .......... .......... . > downloaded 121Kb 25c25 < [1] 2...
2003 Jan 24
0
[Bug 473] New: cannot update password using PAM on HP-UX system that has been tsconverted
...some diffs of the fix as I made it - the official version may wish to have it enclosed in #ifdef's. diff auth-pam.h /extra/openssh-3.1p1/auth-pam.h | more 1c1 < /* $Id: auth-pam.h,v 1.3 2002/05/14 16:35:43 cvsuser Exp $ */ --- > /* $Id: auth-pam.h,v 1.11 2001/03/27 06:12:24 djm Exp $ */ 18c18 < void do_pam_chauthtok(struct passwd *pw); --- > void do_pam_chauthtok(void); diff auth-pam.c /extra/openssh-3.1p1/auth-pam.c | more 38c38 < RCSID("$Id: auth-pam.c,v 1.3 2002/05/14 16:35:43 cvsuser Exp $"); --- > RCSID("$Id: auth-pam.c,v 1.42 2002/02/05 01:40:47 djm Exp...
2006 Dec 04
0
PDC/BDC trouble
...ng = Samba 3 PDC --- > netbios name = GSS-BDC > server string = Samba 3 BDC 13c13 < os level = 255 --- > os level = 200 15,16c15,16 < domain master = yes < preferred master = yes --- > domain master = no > preferred master = no 18c18 < wins support = yes --- > wins server = 172.21.24.5 # test-pdc's IP address The same SID is returned for both machine and domain queries on the PDC and BDC: test-pdc:~# net getlocalsid GSS SID for domain GSS is: S-1-5-21-1079125125-2089603153-XXXXXXXX test-pdc:~# net getlo...
2006 Nov 21
2
PDC/BDC problem - clients not authenticating against BDC
Hey list, I've got a problem with my PDC/BDC setup. They're both running 3.0.23c on Sarge, and I've verified that both the PDC and BDC will authenticate users. test-pdc:/etc/samba# testparm Load smb config files from /etc/samba/smb.conf Processing section "[netlogon]" Loaded services file OK. Server role: ROLE_DOMAIN_PDC test-bdc:/var/log/samba# testparm Load smb config
2003 Jul 06
10
[Bug 585] sshd core dumping on IRIX 6.5.18 with VerifyReverseMapping enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=585 ------- Additional Comments From dtucker at zip.com.au 2003-07-07 00:32 ------- dmalloc (http://dmalloc.com/) claims to work on IRIX. It's likely to increase the CPU and memory load, though. I've built with dmalloc on Linux thusly: LDFLAGS=-ldmalloc ./configure && make eval `dmalloc -l /path/to/log high` ./sshd [options]