Your message dated Fri, 28 Jan 2005 07:17:08 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#238246: fixed in convertfs 20050113-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Mar 2004 04:15:38 +0000
>From [EMAIL PROTECTED] Mon Mar 15 20:15:38 2004
Return-path: <[EMAIL PROTECTED]>
Received: from sccrmhc12.comcast.net [204.127.202.56] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1B35zO-0000NU-00; Mon, 15 Mar 2004 20:15:38 -0800
Received: from bminton.internal.lambda.mu 
(pcp02496233pcs.anaprd01.md.comcast.net[68.48.126.51])
          by comcast.net (sccrmhc12) with ESMTP
          id <200403160415050120077ciee>; Tue, 16 Mar 2004 04:15:05 +0000
Received: from bminton by bminton.internal.lambda.mu with local (Exim 3.35 #1 
(Debian))
        id 1B35yn-0002c0-00; Mon, 15 Mar 2004 23:15:01 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Brian Minton <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: convertfs: doesn't work correctly with filenames with spaces in them
X-Mailer: reportbug 2.48
Date: Mon, 15 Mar 2004 23:15:00 -0500
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level: 

Package: convertfs
Version: 20020318-1
Severity: important

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have a directory with a bunch of directories with spaces in the name.
The names have the format of dates:

$ ls -1 /mnt/scratch/
Sun Dec 14 09:44:29 EST 2003
Sun Dec 14 09:45:28 EST 2003
Sun Dec 14 09:51:22 EST 2003
Sun Dec 14 09:52:08 EST 2003
Sun Dec 21 06:00:01 EST 2003
[...] 

etc.

so when I try to run the convertfs script, it fails:

# umount /mnt/scratch
# convertfs  /dev/vg1/lv_scratch reiserfs xfs
== Creating clone of `reiserfs' filesystem that's on `/dev/vg1/lv_scratch'. ==
===== Creating destination `xfs' filesystem. =====
meta-data=/dev/loop7             isize=256    agcount=16, agsize=212480 blks
         =                       sectsz=512  
data     =                       bsize=4096   blocks=3399680, imaxpct=25
         =                       sunit=0      swidth=0 blks, unwritten=1
naming   =version 2              bsize=4096  
log      =internal log           bsize=4096   blocks=2560, version=1
         =                       sectsz=512   sunit=0 blks
realtime =none                   extsz=65536  blocks=0, rtextents=0
============== Copying files ==============
mv: cannot stat `/tmp/convertfs/fs1root/Sun': No such file or directory

obviously it is trying to use the name Sun instead of the full name of the 
directory.

the offending line is line 205:

for file in `ls -1A $fs1root`; do

Also, note that this hardcodes temporary file names.  It should
use mktemp or some such, in order to avoid a collision with an existing
file.  There is no code in the script to check if the fsimage, fsindex
or fssuper files exist.  (Note however that the devclone program may do
some checking, I don't know).


- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.3
Locale: LANG=C, LC_CTYPE=C

Versions of packages convertfs depends on:
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAVn9DcieIIFcDdHIRAucRAJ0elbx7a5wEePbdryxqVtcxPBRvzgCgglBv
HbS2HpbCIPwNYyxDsCKUnEI=
=CVIc
-----END PGP SIGNATURE-----

---------------------------------------
Received: (at 238246-close) by bugs.debian.org; 28 Jan 2005 12:25:06 +0000
>From [EMAIL PROTECTED] Fri Jan 28 04:25:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CuVBS-0007Dm-00; Fri, 28 Jan 2005 04:25:06 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CuV3k-0001LQ-00; Fri, 28 Jan 2005 07:17:08 -0500
From: Guus Sliepen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#238246: fixed in convertfs 20050113-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 28 Jan 2005 07:17:08 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: convertfs
Source-Version: 20050113-1

We believe that the bug you reported is fixed in the latest version of
convertfs, which is due to be installed in the Debian FTP archive:

convertfs_20050113-1.diff.gz
  to pool/main/c/convertfs/convertfs_20050113-1.diff.gz
convertfs_20050113-1.dsc
  to pool/main/c/convertfs/convertfs_20050113-1.dsc
convertfs_20050113-1_i386.deb
  to pool/main/c/convertfs/convertfs_20050113-1_i386.deb
convertfs_20050113.orig.tar.gz
  to pool/main/c/convertfs/convertfs_20050113.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guus Sliepen <[EMAIL PROTECTED]> (supplier of updated convertfs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 28 Jan 2005 13:04:16 +0100
Source: convertfs
Binary: convertfs
Architecture: source i386
Version: 20050113-1
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen <[EMAIL PROTECTED]>
Changed-By: Guus Sliepen <[EMAIL PROTECTED]>
Description: 
 convertfs  - in-place filesystem conversion
Closes: 235996 238246
Changes: 
 convertfs (20050113-1) unstable; urgency=low
 .
   * New upstream release.
   * Added patch from Martin Waitz to support reiser4 filesystems.
     Closes: #235996
   * Added ftwmv program which mv's each file separately instead of mv'ing
     directories. Should prevent filesystem from filling up.
   * Print README.Debian and let user confirm he really wants to run convertfs.
   * Quote all variables in convertfs script to handle spaces in filenames
     properly. Closes: #238246
Files: 
 e531970911b1938f068bd0ad5d48ba26 573 admin extra convertfs_20050113-1.dsc
 71e8065e321898e259a55c8cefdfd75d 7444 admin extra 
convertfs_20050113.orig.tar.gz
 d7418bd3c332255d2d8db0fea2c735bb 6337 admin extra convertfs_20050113-1.diff.gz
 ddc633b451604dec4b6e38cb1187172d 17634 admin extra 
convertfs_20050113-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFB+iuVAxLow12M2nsRAgfEAKCVzruR8AHIyoMlvK+50ksbt9sahgCgiccA
b2Inr5dbhOw5fKqRlATUMSM=
=cYJn
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to