Date: Wed, 26 Jan 2000 17:00:27 -0500 From: Mitch Collinsworth <mkc@Graphics.Cornell.EDU> To: Greg Skouby <gskouby@ns0.sitesnow.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: rpc.yppasswd not starting Message-ID: <200001262200.RAA13604@bach.Graphics.Cornell.EDU> In-Reply-To: Message from Greg Skouby <gskouby@ns0.sitesnow.com> of "Wed, 26 Jan 2000 15:03:25 EST." <Pine.BSF.4.10.10001261502080.99038-100000@ns0.sitesnow.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>I typed rpc.yppasswdd -t /var/yp/master.passwd >and it started right up. I don't have anything in /var/log to explain what >is going wrong. I am perplexed. Any other suggestions? Thanks for your >time I guess I'm not sure know what to tell you. If it runs ok from the command line then it sounds like it is just not getting started at boot-time. Or possibly there is an error condition at that point that is not present later. Mine starts fine and yours looks like mine modulo a few minor option differences. Oh, and mine is 3.0-R. You could try starting it the old-fashioned way -- in /etc/rc.local. Add something like this at the end: # NIS password ypdate server [ -x /usr/sbin/rpc.yppasswdd ] && { /usr/sbin/rpc.yppasswdd -t /var/yp/master.passwd; echo ' rpc.yppasswdd' >/dev/console } -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001262200.RAA13604>