Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] problem with pam co <cuicle@×××××.com>
Re: [gentoo-user] problem with pam co <cuicle@×××××.com>