Date: Mon, 19 Jan 1998 14:21:48 +0100 (CET) From: Stefan `Sec` Zehl <sec@yoda.pi.musin.de> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: kern/5521: ls -l output not complete Message-ID: <199801191321.OAA16969@yoda.pi.musin.de>
next in thread | raw e-mail | index | archive | help
>Number: 5521
>Category: kern
>Synopsis: ls -l output not complete
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 19 05:30:01 PST 1998
>Last-Modified:
>Originator: Stefan `Sec` Zehl
>Organization:
>Release: FreeBSD 2.2.5-STABLE i386
>Environment:
FreeBSD yoda 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Thu Dec 18 18:00:20 CET 1997 sec@yoda:/usr/src/sys/compile/YODA i386
dmesg output is:
Copyright (c) 1992-1997 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 2.2.5-STABLE #0: Thu Dec 18 18:00:20 CET 1997
sec@yoda:/usr/src/sys/compile/YODA
CPU: Pentium (132.95-MHz 586-class CPU)
Origin = "GenuineIntel" Id = 0x52c Stepping=12
Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory = 33554432 (32768K bytes)
avail memory = 30232576 (29524K bytes)
Probing for devices on PCI bus 0:
chip0 <Intel 82439> rev 3 on pci0:0
pci0:3:0: vendor=0x110a, device=0x0005, class=0xff, subclass=0x00 [no driver assigned]
pci0:3:1: vendor=0x110a, device=0x0005, class=0xff, subclass=0x00 [no driver assigned]
chip1 <Intel 82371SB PCI-ISA bridge> rev 1 on pci0:7:0
chip2 <Intel 82371SB IDE interface> rev 0 on pci0:7:1
ahc0 <Adaptec 2940 Ultra SCSI host adapter> rev 0 int a irq 11 on pci0:19
ahc0: aic7880 Single Channel, SCSI Id=7, 16 SCBs
(ahc0:1:0): "SEAGATE ST31055N 0532" type 0 fixed SCSI 2
sd1(ahc0:1:0): Direct-Access 1010MB (2069860 512 byte sectors)
(ahc0:2:0): "IBM DCAS-32160 S65A" type 0 fixed SCSI 2
sd0(ahc0:2:0): Direct-Access 2063MB (4226725 512 byte sectors)
(ahc0:5:0): "TOSHIBA CD-ROM XM-3801TA 1047" type 5 removable SCSI 2
cd0(ahc0:5:0): CD-ROM can't get the size
vga0 <VGA-compatible display device> rev 2 int a irq 9 on pci0:20
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <8 virtual consoles, flags=0x0>
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
lpt1 not found at 0xffffffff
pca0 on motherboard
pca0: PC speaker audio driver
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
1 3C5x9 board(s) on ISA found at 0x300
ep0 at 0x300-0x30f irq 10 on isa
ep0: aui/utp/bnc[*BNC*] address 00:60:97:dd:41:b6
npx0 on motherboard
npx0: INT 16 interface
sb0 at 0x220 irq 5 drq 1 on isa
sb0: <SoundBlaster 16 4.13>
Intel Pentium F00F detected, installing workaround
ep0: promiscuous mode enabled
ep0: promiscuous mode enabled
kernel config-file:
# vim:set ts=8:
machine "i386"
cpu "I586_CPU"
ident YODA
maxusers 20
options MROUTING # Multicast routing
options CHILD_MAX=128
options OPEN_MAX=128
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options NFS #Network Filesystem
options "CD9660" #ISO 9660 Filesystem
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
#options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device
options BOUNCE_BUFFERS #include support for DMA bounce buffers
options UCONSOLE #Allow users to grab the console
options FAILSAFE #Be conservative
options USERCONFIG #boot -c editor
#options VISUAL_USERCONFIG #visual boot -c editor
options MAXCONS=8
options IPDIVERT
options "AUTO_EOI_1"
options "AUTO_EOI_2"
options USER_LDT # WINE(tm)
options COMPAT_LINUX # Linux-emu
options SYSVSHM
options SYSVSEM
options SYSVMSG
#options "MD5"
# kernel stuff
options DDB
options DDB_UNATTENDED
# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
options KTRACE #kernel tracing
# rest
config kernel root on sd0
controller isa0
#controller eisa0
controller pci0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
#controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
#disk wd0 at wdc0 drive 0
#disk wd1 at wdc0 drive 1
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
# sufficient for any number of installed devices.
controller ahc0
controller scbus0 at ahc0
#device sd0
disk sd0 at scbus0 target 2 #
device cd0 #Only need one of these, the code dynamically grows
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
# Mandatory, don't remove
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr
device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr
device lpt0 at isa? port? tty irq 7 vector lptintr
device lpt1 at isa? port? tty
device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
pseudo-device loop 6
pseudo-device ether
pseudo-device log
pseudo-device snp 4
pseudo-device bpfilter 4
pseudo-device pty 64
pseudo-device gzip # Exec gzipped a.out's
pseudo-device speaker
pseudo-device vn
controller snd0
device sb0 at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr
device pca0 at isa? port IO_TIMER1 tty
# Brenner ?
#options SCSIDEBUG
#device worm0 at scbus? # SCSI worm
>Description:
ls -l sometime returns only the beginning of the directory.
Example:
yoda:/ewok/ports/audio/amp/work/amp-0.7.6#ll
total 2845
-rw-r--r-- 1 root wheel 723 Aug 23 14:10 BUGS
-rw-r--r-- 1 root wheel 3942 Aug 23 14:03 CHANGES
-rw-r--r-- 1 root wheel 1090 Jan 19 14:07 Makefile
-rw-r--r-- 1 root wheel 985 Aug 23 11:54 Makefile.in
-rw-r--r-- 1 root wheel 4713 Aug 23 14:05 README
-rw-r--r-- 1 root wheel 1153 Aug 23 14:03 TODO
-rwxr-xr-x 1 root wheel 101539 Jan 19 14:08 amp*
-rw-r--r-- 1 root wheel 1574 Aug 23 14:08 amp.1
-rw-r--r-- 1 root wheel 1132 Aug 19 01:33 amp.h
-rw-r--r-- 1 root wheel 4141 Aug 16 20:33 args.c
-rw-r--r-- 1 root wheel 5385 Jan 19 14:08 args.o
-rw-r--r-- 1 root wheel 7178 Aug 23 13:30 audio.c
-rw-r--r-- 1 root wheel 4389 Aug 21 15:00 audio.h
-rw-r--r-- 1 root wheel 6754 Jan 19 14:08 audio.o
-rw-r--r-- 1 root wheel 387 May 31 1997 audioIO.c
-rw-r--r-- 1 root wheel 547 Jan 19 14:07 audioIO.h
-rw-r--r-- 1 root wheel 524 May 31 1997 audioIO.h.orig
-rw-r--r-- 1 root wheel 1798 Jan 19 14:08 audioIO.o
-rw-r--r-- 1 root wheel 1522 May 31 1997 audioIO_AIX.c
-rw-r--r-- 1 root wheel 5120 May 31 1997 audioIO_BeOS.c
-rw-r--r-- 1 root wheel 4771 May 31 1997 audioIO_HPUX.c
-rw-r--r-- 1 root wheel 3604 Aug 19 18:53 audioIO_IRIX.c
yoda:/ewok/ports/audio/amp/work/amp-0.7.6#ll
total 2845
-rw-r--r-- 1 root wheel 723 Aug 23 14:10 BUGS
-rw-r--r-- 1 root wheel 3942 Aug 23 14:03 CHANGES
-rw-r--r-- 1 root wheel 1090 Jan 19 14:07 Makefile
-rw-r--r-- 1 root wheel 985 Aug 23 11:54 Makefile.in
-rw-r--r-- 1 root wheel 4713 Aug 23 14:05 README
-rw-r--r-- 1 root wheel 1153 Aug 23 14:03 TODO
-rwxr-xr-x 1 root wheel 101539 Jan 19 14:08 amp*
-rw-r--r-- 1 root wheel 1574 Aug 23 14:08 amp.1
-rw-r--r-- 1 root wheel 1132 Aug 19 01:33 amp.h
-rw-r--r-- 1 root wheel 4141 Aug 16 20:33 args.c
-rw-r--r-- 1 root wheel 5385 Jan 19 14:08 args.o
-rw-r--r-- 1 root wheel 7178 Aug 23 13:30 audio.c
-rw-r--r-- 1 root wheel 4389 Aug 21 15:00 audio.h
-rw-r--r-- 1 root wheel 6754 Jan 19 14:08 audio.o
-rw-r--r-- 1 root wheel 387 May 31 1997 audioIO.c
-rw-r--r-- 1 root wheel 547 Jan 19 14:07 audioIO.h
-rw-r--r-- 1 root wheel 524 May 31 1997 audioIO.h.orig
-rw-r--r-- 1 root wheel 1798 Jan 19 14:08 audioIO.o
-rw-r--r-- 1 root wheel 1522 May 31 1997 audioIO_AIX.c
-rw-r--r-- 1 root wheel 5120 May 31 1997 audioIO_BeOS.c
-rw-r--r-- 1 root wheel 4771 May 31 1997 audioIO_HPUX.c
-rw-r--r-- 1 root wheel 3604 Aug 19 18:53 audioIO_IRIX.c
-rw-r--r-- 1 root wheel 3762 Jan 19 14:07 audioIO_Linux.c
-rw-r--r-- 1 root wheel 3758 May 31 1997 audioIO_Linux.c.orig
-rw-r--r-- 1 root wheel 2387 May 31 1997 audioIO_SunOS.c
-rw-r--r-- 1 root wheel 8062 Aug 18 17:54 buffer.c
-rw-r--r-- 1 root wheel 3084 Jan 19 14:08 buffer.o
-rw-r--r-- 1 root wheel 2149 Jan 19 14:07 config.cache
-rw-r--r-- 1 root wheel 1927 Jan 19 14:07 config.h
-rw-r--r-- 1 root wheel 1781 May 31 1997 config.h.in
-rw-r--r-- 1 root wheel 5159 Jan 19 14:07 config.log
-rwxr-xr-x 1 root wheel 9573 Jan 19 14:07 config.status*
-rwxr-xr-x 1 root wheel 54761 Jan 19 14:07 configure*
-rw-r--r-- 1 root wheel 3112 Aug 23 13:35 configure.in
-rwxr-xr-x 1 root wheel 54749 Aug 23 13:11 configure.orig*
-rw-r--r-- 1 root wheel 7969 May 31 1997 controldata.h
drwxr-xr-x 2 root wheel 512 May 31 1997 doc/
-rw-r--r-- 1 root wheel 1333 May 31 1997 dump.c
-rw-r--r-- 1 root wheel 427 May 31 1997 dump.h
-rw-r--r-- 1 root wheel 1040 Jan 19 14:07 dump.o
-rw-r--r-- 1 root wheel 1454 May 31 1997 formats.c
-rw-r--r-- 1 root wheel 319 May 31 1997 formats.h
-rw-r--r-- 1 root wheel 1170 Jan 19 14:07 formats.o
-rw-r--r-- 1 root wheel 6747 Aug 20 15:30 getbits.c
-rw-r--r-- 1 root wheel 1973 Aug 18 12:13 getbits.h
-rw-r--r-- 1 root wheel 8050 Jan 19 14:07 getbits.o
-rw-r--r-- 1 root wheel 7292 May 31 1997 getdata.c
-rw-r--r-- 1 root wheel 1192 May 31 1997 getdata.h
-rw-r--r-- 1 root wheel 4208 Jan 19 14:07 getdata.o
-rw-r--r-- 1 root wheel 28711 May 31 1997 getopt.c
-rw-r--r-- 1 root wheel 4691 May 31 1997 getopt.h
-rw-r--r-- 1 root wheel 5961 Jan 19 14:08 getopt.o
-rw-r--r-- 1 root wheel 4651 May 31 1997 getopt1.c
-rw-r--r-- 1 root wheel 290 Jan 19 14:08 getopt1.o
-rw-r--r-- 1 root wheel 9746 Aug 23 13:30 guicontrol.c
-rw-r--r-- 1 root wheel 24 May 31 1997 guicontrol.h
-rw-r--r-- 1 root wheel 5623 Jan 19 14:08 guicontrol.o
-rw-r--r-- 1 root wheel 4536 Aug 21 12:42 huffman.c
-rw-r--r-- 1 root wheel 19684 Aug 21 12:42 huffman.h
-rw-r--r-- 1 root wheel 9764 Jan 19 14:07 huffman.o
-rw-r--r-- 1 root wheel 8631 Jun 16 1997 layer2.c
-rw-r--r-- 1 root wheel 6190 Jun 16 1997 layer2.h
-rw-r--r-- 1 root wheel 8421 Jan 19 14:08 layer2.o
-rw-r--r-- 1 root wheel 4694 Aug 18 14:42 layer3.c
-rw-r--r-- 1 root wheel 311 May 31 1997 layer3.h
-rw-r--r-- 1 root wheel 2559 Jan 19 14:07 layer3.o
-rw-r--r-- 1 root wheel 24563 Aug 23 13:30 misc2.c
-rw-r--r-- 1 root wheel 20614 Aug 16 20:19 misc2.h
-rw-r--r-- 1 root wheel 26554 Jan 19 14:07 misc2.o
-rw-r--r-- 1 root wheel 2988 May 31 1997 position.c
-rw-r--r-- 1 root wheel 318 May 31 1997 position.h
-rw-r--r-- 1 root wheel 1120 Jan 19 14:08 position.o
-rw-r--r-- 1 root wheel 569 May 31 1997 proto.h
-rw-r--r-- 1 root wheel 12199 Aug 23 12:16 rtbuf.c
-rw-r--r-- 1 root wheel 1852 Aug 21 14:56 rtbuf.h
-rw-r--r-- 1 root wheel 93 Jan 19 14:08 rtbuf.o
-rw-r--r-- 1 root wheel 43837 Aug 23 10:44 transform.c
-rw-r--r-- 1 root wheel 12321 May 31 1997 transform.h
-rw-r--r-- 1 root wheel 16100 Jan 19 14:08 transform.o
-rw-r--r-- 1 root wheel 2192256 Jan 19 14:14 trekthem
-rw-r--r-- 1 root wheel 1961 May 31 1997 util.c
-rw-r--r-- 1 root wheel 1182 Jan 19 14:08 util.o
yoda:/ewok/ports/audio/amp/work/amp-0.7.6#
>How-To-Repeat:
I'm not sure :-(
>Fix:
none known.
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801191321.OAA16969>
