Xref: utzoo comp.sys.dec:4965 comp.unix.ultrix:6079 Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!uwm.edu!rpi!changj From: changj@cs.rpi.edu (John Chang) Newsgroups: comp.sys.dec,comp.unix.ultrix Subject: rlogin prob on Ultrix 4.1 - SOLUTION Message-ID: Date: 5 Feb 91 20:52:22 GMT Lines: 6 Nntp-Posting-Host: cs.rpi.edu Thanks to all who replied to my question. The cause of the problem seems to be "/usr/etc/lmf reset" that is evoked before /usr is mounted. I think this happens to nfs clients that mount /usr from a server. To fix it, move "/usr/etc/lmf reset" to a point AFTER /usr is mounted in /etc/rc. This fixed my problem. Thanks for everyone who responded.