Bug 120649 - login w/o network fails because of liblaus dependency
Summary: login w/o network fails because of liblaus dependency
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: laus
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steve Grubb
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-04-12 17:32 UTC by Eric Hagberg
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-20 19:55:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Eric Hagberg 2004-04-12 17:32:26 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040310 Firefox/0.8

Description of problem:
Due to /usr being mounted over the network, logins will fail if the
network is down for some reason, because pam is now pulling in liblaus:

$ ldd /lib/libpam.so.0
        libc.so.6 => /lib/tls/libc.so.6 (0xf64a9000)
        libdl.so.2 => /lib/libdl.so.2 (0xf64a6000)
        liblaus.so.1 => /usr/lib/liblaus.so.1 (0xf64a3000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xaa000000)

Either liblaus should be moved to /lib or pam shouldn't do this.

Version-Release number of selected component (if applicable):
laus-0.1-48RHEL3

How reproducible:
Always

Steps to Reproduce:
1. install RHEL3 U2 beta
2. set things up so that /usr is mounted over the network
3. pull network cord
4. attempt root login (which normally shouldn't require net access)
5. watch it fail
    

Additional info:

Comment 1 Charlie Bennett 2004-04-12 22:02:30 UTC
laus-0.1-RHEL51 places all of the laus libraries in /lib

Comment 2 David Lawrence 2006-07-18 03:57:37 UTC
QA_READY has been deprecated in favor of ON_QA. Please use ON_QA in the future.
Moving to ON_QA.


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