Re: PAM(?) breaks r* and ftpd

2001-03-14 Thread Matthew Thyer

Dmitry Valdov wrote:
 
 Hi!
 
 Try to make an .rhosts file and rlogin to fresh RELENG_4 or -CURRENT branch.
  rlogin -l dv xxx.xxx.xxx.xxx
 

I saw the rlogin problem but somehow fixed it later
my pam.conf was OK so I uncommented the ipv6 versions of
the services in /etc/inetd.conf and that seemed to fix it.

As I did this at work, I cant reproduce this now.

This is on -CURRENT

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



PAM(?) breaks r* and ftpd

2001-03-01 Thread Dmitry Valdov

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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: PAM(?) breaks r* and ftpd

2001-03-01 Thread Dmitry Valdov

Hi!

This commit fixes the problem in -stable

kris2001/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  ChangesPath
  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 [EMAIL PROTECTED]
 To: [EMAIL PROTECTED], [EMAIL PROTECTED]
 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message