linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: "Sangmoon Kim" <dogoil@etinsys.com>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: Password on ELDK nfs booting
Date: Tue, 27 Aug 2002 15:24:54 +0200	[thread overview]
Message-ID: <20020827132459.6F0741182F@denx.denx.de> (raw)
In-Reply-To: Your message of "Tue, 27 Aug 2002 17:17:27 +0900." <007601c24da2$2f0e4420$1a11efcb@industrialDiv.hanasys.co.kr>


Hi,

in message <007601c24da2$2f0e4420$1a11efcb@industrialDiv.hanasys.co.kr> you wrote:
>
> I booted on nfs mounted ELDK.
> I changed root password, rebooted and enter the password.
> But the password did not entered.
> I got Login timed out message after 60 second.

You must have done something wrong; setting, modifying  and  deleting
passwords works fine here:

bash-2.04# cat /etc/passwd
root::0:0:root:/root:/bin/bash
bin:*:1:1:bin:/bin:
...
bash-2.04# passwd
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully
bash-2.04# cat /etc/passwd
root:$1$kVReOwuM$hoM6p0uK11zbUAFP378O/1:0:0:root:/root:/bin/bash
bin:*:1:1:bin:/bin:
...
bash-2.04# exit
logout

pm826 login: root
Password:
Last login: Tue Aug 27 15:21:01 on console
bash-2.04# passwd -d root
Changing password for user root
Removing password for user root
passwd: Success
bash-2.04# cat /etc/passwd
root::0:0:root:/root:/bin/bash
bin:*:1:1:bin:/bin:
...


> eva login: root
> Password: Login timed out after 60 seconds
> tts/0: 1 input overrun(s)
> d

It seems you are using devfs; try running without  it.  I  don't  see
much   advantages   of  devfs  for  embedded  systems  where  such  a
flexibility is usually not needed, on contrary.

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
"The algorithm to do that is extremely nasty. You might want  to  mug
someone with it."                   - M. Devine, Computer Science 340

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2002-08-27 13:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-27  8:17 Password on ELDK nfs booting Sangmoon Kim
2002-08-27 13:24 ` Wolfgang Denk [this message]
     [not found]   ` <009e01c24e61$9bbfd5b0$1a11efcb@industrialDiv.hanasys.co.kr>
     [not found]     ` <000701c24e73$3227a620$cc00a8c0@ycigrnd.ycig.com>
2002-08-28 10:01       ` Sangmoon Kim
     [not found] <Pine.LNX.4.40.0208271536520.3441-100000@mag.devdep.sysgo.de>
2002-08-27 14:04 ` Wolfgang Denk
2002-08-27 17:38   ` Magnus Damm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020827132459.6F0741182F@denx.denx.de \
    --to=wd@denx.de \
    --cc=dogoil@etinsys.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).