Linux - DistributionsThis forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on...
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi
I have a problem, hope you can help me.
After installing gentoo sucessfully, I rebooted it and when command prompt
comes again, I give "root" as username (to install some packages) but
when I give password an error appears "invalid login". I boot my
system using "gentoo live CD", mount disks and change password for
root using "passwd" but the problem is still there. Will tell me whats wrong.
Thanks.
boot using the livecd. then mount the root partition (for example, /dev/hda2) at, for example, /mnt/gentoo
Code:
mount /dev/hda2 /mnt/gentoo
then
Code:
chroot /mnt/gentoo /bin/bash
now you can run passwd.
ps: 2 comments:
1) i think it's stupid that gentoo makes the livecd password blank while making the real default password something else without telling the user. i ran into this problem because i thought the password would be blank if i didn't change it (the way slackware does it).
2) it's kinda scary that a linux system is completely exposed to another running system/livecd.
If you have physical access to most systems you can do as you please/have free reign. The idea is the keep all 'virtual' users out, the physical end of things are taken care of with secuity systems, locks, bolts, guns, dogs, trained mice, the works.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.