Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2008 06:52:45 GMT
From:      Stas Timokhin <stast@bsdportal.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/122925: sftp duplicates filename when get listing directory on CDROM
Message-ID:  <200804200652.m3K6qjp8075989@www.freebsd.org>
Resent-Message-ID: <200804200700.m3K701Mi045521@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122925
>Category:       bin
>Synopsis:       sftp duplicates filename when get listing directory on CDROM
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 20 07:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Stas Timokhin
>Release:        7.0-RELEASE
>Organization:
None
>Environment:
FreeBSD home.stasyan.com 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Sat Mar 29 21:51:47 NOVT 2008     root@home.stasyan.com:/usr/src/sys/i386/compile/EASTERN70  i386
>Description:
Output of sftp ls command contains duplicate strings when runs on cd9660-mount.
It looks like this:
sftp> ls -l
dr-xr-xr-x   13 root     wheel        2048 Feb 25 02:28 7.0-RELEASE
dr-xr-xr-x   13 root     wheel        2048 Feb 25 02:28 7.0-RELEASE
dr-xr-xr-x   13 root     wheel        2048 Feb 25 02:28 7.0-RELEASE
-r--r--r--    1 root     wheel        5114 Feb 25 02:28 ERRATA.HTM
-r--r--r--    1 root     wheel        5114 Feb 25 02:28 ERRATA.HTM
-r--r--r--    1 root     wheel        5114 Feb 25 02:28 ERRATA.HTM
-r--r--r--    1 root     wheel        3671 Feb 25 02:28 ERRATA.TXT

>How-To-Repeat:
$ mount_cd9660 /dev/acd0 /cdrom
$ sftp localhost
$ cd /cdrom
sftp> ls   (make 3-5 attempts for bug apperance)


>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804200652.m3K6qjp8075989>