Your message dated Thu, 25 Dec 2008 21:13:03 +0000
with message-id <[email protected]>
and subject line No longer a problem
has caused the Debian Bug report #249281,
regarding on JFS `rm -r' fails to delete a directory containing more than 168 
files
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
249281: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=249281
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jfsutils
Version: 1.1.4-2
Severity: normal

The illustrating script:

=====
#!/bin/sh

mkdir test_dir
for i in `seq 1 169`;
do
   echo "" >test_dir/$i
done
rm -r test_dir
=====

It produces the error
rm: cannot remove directory `test_dir': Directory not empty


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.6
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R

Versions of packages jfsutils depends on:
ii  libc6                       2.3.2.ds1-12 GNU C Library: Shared libraries an
ii  libuuid1                    1.35-6       Universally unique id library



--- End Message ---
--- Begin Message ---
Version: 1.1.12-2

Just tested now using the script provided:

tack:/mnt1# mkdir test_dir
tack:/mnt1# for i in `seq 1 169`;
> do
>    echo "" >test_dir/$i
> done
tack:/mnt1# rm -r test_dir
tack:/mnt1# df -T
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/sda1     ext3   192251960 115606388  66879664  64% /
tmpfs        tmpfs     1033560         0   1033560   0% /lib/init/rw
udev         tmpfs       10240        96     10144   1% /dev
tmpfs        tmpfs     1033560         0   1033560   0% /dev/shm
/home/steve/tmp/jfs7.img
               jfs     7310932      1080   7309852   1% /mnt1

-- 
Steve McIntyre, Cambridge, UK.                                [email protected]
< sladen> I actually stayed in a hotel and arrived to find a post-it
          note stuck to the mini-bar saying "Paul: This fridge and
          fittings are the correct way around and do not need altering"



--- End Message ---

Reply via email to