lukiw n00b
Joined: 29 Oct 2005 Posts: 25 Location: Poland
|
Posted: Wed Aug 12, 2009 10:04 am Post subject: [SOLVED] passwd |
|
|
Wlasnie sobie tworze minimalnego linuxa.
Wszystko instaluje ze zmienna ROOT=...
Jak do tej pory zainstalowalem:
Code: | sys-libs/ncurses-5.6-r2 to /mnt/new/ USE="minimal unicode -debug -doc -gpm -nocxx -profile -trace"
sys-apps/sed-4.2 to /mnt/new/ USE="-acl -nls -static"
sys-apps/grep-2.5.4-r1 to /mnt/new/ USE="-nls -pcre"
sys-apps/diffutils-2.8.7-r2 to /mnt/new/ USE="-nls -static"
sys-apps/gawk-3.1.6 to /mnt/new/ USE="-nls"
sys-apps/baselayout-2.0.1 to /mnt/new/ USE="-build"
sys-libs/glibc-2.9_p20081201-r2 to /mnt/new/ USE="-debug -gd -glibc-omitfp (-hardened) (-multilib) -nls -profile (-selinux) -vanilla"
sys-apps/coreutils-7.1 to /mnt/new/ USE="-acl -caps -gmp -nls (-selinux) -static -vanilla -xattr"
sys-devel/binutils-2.18-r3 to /mnt/new/ USE="-gold -multislot -multitarget -nls -test -vanilla"
sys-apps/util-linux-2.14.2 to /mnt/new/ USE="unicode -crypt -loop-aes -nls -old-linux (-selinux) -slang (-uclibc)"
sys-fs/e2fsprogs-1.41.3-r1 to /mnt/new/ USE="-nls"
sys-process/procps-3.2.7 to /mnt/new/ USE="(-n32)"
sys-libs/readline-5.2_p13 to /mnt/new/
sys-process/psmisc-22.6 to /mnt/new/ USE="-X -ipv6 -nls (-selinux)"
sys-apps/shadow-4.1.2.2 to /mnt/new/ USE="-audit -cracklib -nls -pam (-selinux) -skey"
sys-apps/sysvinit-2.86-r12 to /mnt/new/ USE="(-ibm) (-selinux) -static"
sys-fs/udev-141-r1 to /mnt/new/ USE="-devfs-compat (-selinux)"
app-shells/bash-3.2_p39 to /mnt/new USE="-afs -bashlogger -examples -nls -plugins -vanilla" |
Moje emerge --info:
Code: | Portage 2.1.6.13 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.9_p20081201-r2, 2.6.29-gentoo-r5 i686)
=================================================================
System uname: Linux-2.6.29-gentoo-r5-i686-Pentium_III_-Coppermine-with-glibc2.0
Timestamp of tree: Mon, 20 Jul 2009 06:50:01 +0000
app-shells/bash: 3.2_p39
dev-lang/python: 2.4.4-r13, 2.5.4-r3
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 2.0.1
sys-apps/openrc: 0.4.3-r3
sys-apps/sandbox: 1.6-r2
sys-devel/autoconf: 2.63
sys-devel/automake: 1.10.2
sys-devel/binutils: 2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool: 1.5.26
virtual/os-headers: 2.6.27-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i486-pc-linux-gnu"
CFLAGS="-O2 -mtune=i686 -pipe"
CHOST="i486-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -mtune=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="buildpkg distlocks fixpackages nodoc noinfo noman parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="minimal nptl nptlonly unicode x86" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="ncurses" USERLAND="GNU" VIDEO_CARDS="vesa"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
|
Wchodze na:
chroot /mnt/new /bin/bash
wykonuje:
env-update && source /etc/profiles
Chce ustawic haslo roota i tu jest problem poniewaz passwd nie pyta mnie o haslo
#passwd
daje wynik
Code: | Changing password for root
Enter the new password (minimum of 5 characters)
Please use a combination of upper and lower case letters and numbers.
Bad password: too short.
Warning: weak password (enter it again to use it anyway).
Password changed. |
Czego jeszcze nie zainstalowalem lub jaka flage musze dodac.
---
Rozwiazałem probelm.
Przed wejsciem do chroot nalezy podmatowac /dev:
Code: | mount --bind /dev /mnt/new/dev |
--- Edytowane przez moderatora
Połączono posty.
Kurt Steiner
Last edited by lukiw on Wed Aug 12, 2009 10:49 am; edited 1 time in total |
|