Date: Thu, 1 Mar 2001 17:41:36 +0300 (MSK) From: Dmitry Valdov <dv@dv.ru> To: stable@freebsd.org, current@freebsd.org Subject: Re: PAM(?) breaks r* and ftpd Message-ID: <Pine.BSF.3.95q.1010301174035.715A-100000@xkis.kis.ru> In-Reply-To: <Pine.BSF.3.95q.1010301163651.21918A-100000@xkis.kis.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! This commit fixes the problem in -stable kris 2001/02/17 21:31:16 PST Modified files: (Branch: RELENG_4) lib/libc/net res_init.c Log: My previous commit was overenthusiastic - it does not apply to RELENG_4. Pointy hat to: kris Revision Changes Path 1.19.2.4 +1 -3 src/lib/libc/net/res_init.c Dmitry. On Thu, 1 Mar 2001, Dmitry Valdov wrote: > Date: Thu, 1 Mar 2001 16:55:18 +0300 (MSK) > From: Dmitry Valdov <dv@dv.ru> > To: stable@freebsd.org, current@freebsd.org > Subject: PAM(?) breaks r* and ftpd > > Hi! > > Try to make an .rhosts file and rlogin to fresh RELENG_4 or -CURRENT branch. > > rlogin -l dv xxx.xxx.xxx.xxx > > No output until Ctrl-C is pressed > > ftpd is also broken: > > > ftp xxx.xxx.xxx.xxx > Connected to xxx.xxx.xxx.xxx > > also no output. > > ftpd works only when connecting to localhost: > > > ftp localhost > Connected to localhost. > 220 xxx.xxx.xxx.xxx FTP server (Version 6.00LS) ready. > Name (localhost:dv): > > after recompiling with -DNOPAM ftpd starts working. > > -current & -stable as one month before works. > > Dmitry. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.1010301174035.715A-100000>