Date: Sun, 15 Sep 1996 01:24:18 +0200 (MET DST) From: "Ph. Charnier" <charnier@xp11.frmug.org> To: FreeBSD-gnats-submit@freebsd.org Subject: kern/1613: ls -alR on a cdrom (Mitsumi drive) Message-ID: <199609142324.BAA09181@xp11.frmug.org> Resent-Message-ID: <199609142340.QAA18076@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 1613
>Category: kern
>Synopsis: I get ls: fts_read: No such file or directory
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Sep 14 16:40:01 PDT 1996
>Last-Modified:
>Originator: Ph. Charnier
>Organization:
>Release: FreeBSD 2.2-CURRENT i386
>Environment:
device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
mcd0: type Mitsumi FX001D, version info: D 4
mcd0 at 0x300-0x303 irq 10 on isa
>Description:
I have 2 CDs made using GEAR on a SS5. One of them is containing untarred X11R6
and the other, untarred X11R6.1. Both are containing lot of other stuff.
When running ls -alR /cdrom or ls -alR /cdrom/X11R6.1-untarred-xc/lib/, I get:
/cdrom/X11R6.1-untarred-xc/lib/X11/util:
total 10
drwxr-xr-x 2 12032 12000 - 2048 Jun 19 1995 .
drwxr-xr-x 2 12032 12000 - 2048 Feb 2 1996 ..
-r--r--r-- 1 12032 12000 - 6250 Apr 18 1994 makekeys.c
-r-xr-xr-x 1 12032 12000 - 246 Sep 12 1988 mkks.sh
ls: util: No such file or directory
ls: fts_read: No such file or directory
If I run ls -alR /cdrom/X11R6.1-untarred-xc/lib/X11/, only the
ls: util: No such file or directory
is displayed
If I run ls -alR /cdrom/X11R6.1-untarred-xc/lib/X11/util/, all is ok, as with
find /cdrom/X11R6.1-untarred-xc/lib/X11 -name \* -exec ls -al {} \;.
I get the same error on the other CD, at the same place (in lib/X11/util).
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609142324.BAA09181>
