home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-07 / text0047.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  918 b   |  21 lines

  1. > Thanks. I actually ran across your solution by accident when I started
  2. > loading up the /usr files, but was not aware of why it worked. 
  3. > Now it gets past that, but the login prompt is badly managled and I can only
  4. > login in as mw. The prompt ends up being multiple lines, spaced across the
  5. > display and with missing or rearranged letters. However it does accept input
  6. > and comes back with the normal password prompt. I have tried changing the 
  7. > root password via passwd and editing /etc/passwd, but the login process will
  8. > not accept it.  Anyone have any hints on this weirdness?
  9.  
  10.     This is the parity problem I mentioned in news.  The default entry
  11. in /etc/gettytab has ':ap:' which is "any parity".  You want to change that
  12. to ':np:' for "no parity".
  13.  
  14.     The reason why the password prompt is normal is because getty prompts
  15. for the login name and then exec's login with the name as an argument.
  16.  
  17.     - Kyle
  18.  
  19.  
  20.