Gentoo Archives: gentoo-user

From: co <cuicle@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problem with pam
Date: Sat, 29 Oct 2011 17:17:12
Message-Id: CAChzKCpxn0-YooPMFW+rWDsj4eDv5f5D4U6nj-hN8n9BD_puEA@mail.gmail.com
In Reply to: Re: [gentoo-user] problem with pam by Andrea Conti
1 My system is amd64,and livecd is amd64 too. I always chroot.And it's exf4.
2 Wait a second,I will try it now.Thank you so much.
3
4 2011/10/30 Andrea Conti <alyf@××××.net>
5
6 > On 29/10/11 13.10, co wrote:
7 >
8 > >> # ls -l /lib/libpam.so*
9 >
10 > > lrwxrwxrwx 1 root root 11 Oct 21 23:47 /lib32/libpam.so -> libpam.so.0
11 > > lrwxrwxrwx 1 root root 16 Oct 21 23:48 /lib32/libpam.so.0 ->
12 > > libpam.so.0.83.0
13 > > -rwxr-xr-x 1 root root 46520 Sep 28 19:37 /lib32/libpam.so.0.83.0
14 >
15 > That's not what you were asked for (ie /lib32 != /lib, as you seem to be
16 > on amd64).
17 > Are you by any chance trying to rescue your system by booting from an
18 > install cd? If so, make sure you use an amd64 ISO, and don't forget to
19 > chroot to your system installation.
20 >
21 > >>>> Unpacking Linux-PAM-1.1.5.tar.bz2 to
22 > /var/tmp/portage/sys-libs/pam-1.1.5/work
23 > > tar: Linux-PAM-1.1.5/INSTALL: Cannot open: Invalid argument
24 > > tar: Linux-PAM-1.1.5/ABOUT-NLS: Cannot open: Invalid argument
25 >
26 > I think this is the real problem. Whatever is causing this also has
27 > probably something to do with your openrc issues. What kind of
28 > filesystem is your /var/tmp/portage directory on? Is it free of errors?
29 > Is there any free space left?
30 >
31 > Can you create a new file on it? Try
32 > # echo test >/var/tmp/portage/test
33 >
34 > andrea
35 >
36 >