Bug 158414
Summary: | psacct does not have Large File Support | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 3 | Reporter: | Stephen John Smoogen <smooge> | ||||||
Component: | psacct | Assignee: | Ivana Varekova <varekova> | ||||||
Status: | CLOSED ERRATA | QA Contact: | |||||||
Severity: | high | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 3.0 | CC: | jnovy, poelstra, tao | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | RHBA-2006-0053 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2006-03-15 15:36:44 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | 165006 | ||||||||
Bug Blocks: | 168426 | ||||||||
Attachments: |
|
Description
Stephen John Smoogen
2005-05-22 03:42:39 UTC
Created attachment 116009 [details]
Shell script to reproduce the issue (fail.sh.txt)
Created attachment 116010 [details]
strace output of the failing "host" command
Output of the script while reproducing the problem: # sh -x fail.sh + ACCFILE=/var/account/pacct + ldd -r /usr/bin/host libdns.so.16 => /usr/lib64/libdns.so.16 (0x0000002a9567c000) libisc.so.7 => /usr/lib64/libisc.so.7 (0x0000002a95876000) libcrypto.so.4 => /lib64/libcrypto.so.4 (0x0000002a959b0000) libnsl.so.1 => /lib64/libnsl.so.1 (0x0000002a95be2000) libpthread.so.0 => /lib64/tls/libpthread.so.0 (0x0000002a95cf9000) libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a95e0e000) libgssapi_krb5.so.2 => /usr/kerberos/lib64/libgssapi_krb5.so.2 (0x0000002a96052000) libkrb5.so.3 => /usr/kerberos/lib64/libkrb5.so.3 (0x0000002a96168000) libcom_err.so.3 => /usr/kerberos/lib64/libcom_err.so.3 (0x0000002a962d2000) libk5crypto.so.3 => /usr/kerberos/lib64/libk5crypto.so.3 (0x0000002a963d4000) libresolv.so.2 => /lib64/libresolv.so.2 (0x0000002a964e8000) libdl.so.2 => /lib64/libdl.so.2 (0x0000002a965fd000) libz.so.1 => /usr/lib64/libz.so.1 (0x0000002a96700000) /lib64/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2 (0x0000002a95556000) + uname -a Linux host-59.support.localnet 2.4.21-27.0.2.ELsmp #1 SMP Wed Jan 12 23:25:44 EST 2005 x86_64 x86_64 x86_64 GNU/Linux + service psacct stop Shutting down process accounting: [ OK ] + dd if=/dev/zero of=/var/account/pacct bs=6400 count=335544 335544+0 records in 335544+0 records out + ls -l /var/account/pacct -rw------- 1 root root 2147481600 Jun 24 13:58 /var/account/pacct + host www.redhat.com www.redhat.com has address 209.132.177.50 + service psacct start Starting process accounting: [ OK ] ++ seq 1 32 + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + cat /dev/null + ls -l /var/account/pacct -rw------- 1 root root 2147483647 Jun 24 13:58 /var/account/pacct + host www.redhat.com www.redhat.com has address 209.132.177.50 fail.sh: line 17: 26491 File size limit exceededhost www.redhat.com # # host redhat.com redhat.com has address 209.132.177.50 File size limit exceeded You can't use the same bug to fix different versions of RHEL. Each advisory needs its own bugzilla (and thus this bugzilla shouldn't be on the blocker lists of two different releases). An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2006-0053.html |