yppasswd fails on 5.1 box

2003-11-06 Thread Guy Van Sanden
Yppasswd fails on my 5.1 box (has always worked on 4.5 to 5.0) with
yppasswd: pam_chauthtok(): error in service module

There's also a syslog message:
Nov  4 22:54:54 *** yppasswd: in pam_sm_chauthtok(): yppasswd_local():
failed to connect to rpc.yppasswdd: ***: RPC: Program not registered

Yet rpcinfo -p shows:
191   udp821  yppasswdd
191   tcp   1010  yppasswdd


Any suggestions?

-- 
__  

Guy Van Sanden 
http://unixmafia.port5.com  

Registered Linux user #249404 - September 1997
__

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: yppasswd fails on 5.1 box

2003-11-06 Thread Martin Blapp

hi,

Yppasswd fails on my 5.1 box (has always worked on 4.5 to 5.0) with
yppasswd: pam_chauthtok(): error in service module

5.1 Release or 5.1 CURRENT ? I've fixed several errors since 5.1R so it should
work now in CURRENT.

There's also a syslog message:
Nov  4 22:54:54 *** yppasswd: in pam_sm_chauthtok(): yppasswd_local():
failed to connect to rpc.yppasswdd: ***: RPC: Program not registered

Yet rpcinfo -p shows:
191   udp821  yppasswdd
191   tcp   1010  yppasswdd


You are missing the following entry (just use rpcinfo without -p)

19  1   local   /var/run/ypasswdd.sock

Martin


Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED]
--
ImproWare AG, UNIXSP  ISP, Zurlindenstrasse 29, 4133 Pratteln, CH
Phone: +41 61 826 93 00 Fax: +41 61 826 93 01
PGP: finger -l [EMAIL PROTECTED]
PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E
--
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: yppasswd fails on 5.1 box

2003-11-06 Thread Guy Van Sanden
On Thu, 2003-11-06 at 17:27, Martin Blapp wrote:
 hi,
 
 Yppasswd fails on my 5.1 box (has always worked on 4.5 to 5.0) with
 yppasswd: pam_chauthtok(): error in service module
 
 5.1 Release or 5.1 CURRENT ? I've fixed several errors since 5.1R so it should
 work now in CURRENT.
 
I'm on 5.1-RELEASE
I still need to upgrade, I have the sources via cvsup, but it will be my
first build/installworld ...


 There's also a syslog message:
 Nov  4 22:54:54 *** yppasswd: in pam_sm_chauthtok(): yppasswd_local():
 failed to connect to rpc.yppasswdd: ***: RPC: Program not registered
 
 Yet rpcinfo -p shows:
 191   udp821  yppasswdd
 191   tcp   1010  yppasswdd
 
 
 You are missing the following entry (just use rpcinfo without -p)
 
 191   local   /var/run/ypasswdd.sock
I don't have that one, it does show:
600191local /var/run/yppasswdsock  -  unknown

 Martin
 
 
 Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED]
 --
 ImproWare AG, UNIXSP  ISP, Zurlindenstrasse 29, 4133 Pratteln, CH
 Phone: +41 61 826 93 00 Fax: +41 61 826 93 01
 PGP: finger -l [EMAIL PROTECTED]
 PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E
 --
-- 
__  

Guy Van Sanden 
http://unixmafia.port5.com  

Registered Linux user #249404 - September 1997
__

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: yppasswd fails on 5.1 box

2003-11-06 Thread Martin Blapp

Hi,

 I'm on 5.1-RELEASE
 I still need to upgrade, I have the sources via cvsup, but it will be my
 first build/installworld ...

5.1R is broken. You should upgrade :)

Martin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]