Bug 38891 - /sbin/pam_console_apply called before /usr is mounted
Summary: /sbin/pam_console_apply called before /usr is mounted
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: pam
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-05-03 08:57 UTC by Enrico Scholz
Modified: 2007-04-18 16:33 UTC (History)
1 user (show)

Fixed In Version: pam-0.75
Clone Of:
Environment:
Last Closed: 2005-09-13 15:07:14 UTC
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2001-05-03 08:57:13 UTC
[perhaps this is a pam-issue...]

/sbin/pam_console_apply is linked against glib:

--------------------
$ ldd /sbin/pam_console_apply 
        libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x40027000)
        libc.so.6 => /lib/i686/libc.so.6 (0x4004c000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
---------------------

Because /usr is NFS-mounted at my system, /usr/lib/libglib is not available
in early init-stages. But /sbin/pam_console_appy is called by
/etc/rc.d/rc.sysinit before the netfs-scripts.

So I get at boot an error-messages saying that the libglib library is
missing.

Comment 1 Bill Nottingham 2001-05-03 15:54:14 UTC
Nalin: you want to statically link it against glib?

Comment 2 Tomas Mraz 2005-09-13 15:07:14 UTC
This is already fixed for a long time.


Note You need to log in before you can comment on or make changes to this bug.