From owner-freebsd-ports Tue Feb 26 13: 0:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F9D137B41C for ; Tue, 26 Feb 2002 13:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1QL02b02550; Tue, 26 Feb 2002 13:00:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 716B937B41B for ; Tue, 26 Feb 2002 12:51:19 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1QKpJb01096; Tue, 26 Feb 2002 12:51:19 -0800 (PST) (envelope-from nobody) Message-Id: <200202262051.g1QKpJb01096@freefall.freebsd.org> Date: Tue, 26 Feb 2002 12:51:19 -0800 (PST) From: Olof Samuelsson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/35353: cfs strips eighth bit of file name on "output" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35353 >Category: ports >Synopsis: cfs strips eighth bit of file name on "output" >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 13:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Olof Samuelsson >Release: 4.4-RELEASE-p4 >Organization: no >Environment: FreeBSD boulard 4.4-RELEASE-p4 FreeBSD 4.4-RELEASE-p4 #0: Sun Jan 27 17:58:07 CET 2002 root@boulard:/export/obj/usr/src/sys/BOULARD i386 >Description: cfs seems to strip the eighth bit of characters in file names when listing directories. It is not stripped on input (see "How to repeat..."). >How-To-Repeat: (setup cfs, cattach /crypt/crypt) cd /crypt/crypt/apa and ... boulard:/crypt/crypt/apa$ ls boulard:/crypt/crypt/apa$ touch åtrå boulard:/crypt/crypt/apa$ ls etre boulard:/crypt/crypt/apa$ ls -l ls: etre: No such file or directory boulard:/crypt/crypt/apa(1)$ rm etre rm: etre: No such file or directory boulard:/crypt/crypt/apa(1)$ cat åtrå boulard:/crypt/crypt/apa$ rm åtrå boulard:/crypt/crypt/apa$ ls boulard:/crypt/crypt/apa$ >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message