Package: fusecompress
Version: 2.6-3
Severity: normal

Steps to reproduce:
1) sudo mkdir /tmpfs
2) sudo mount -t tmpfs none /tmpfs
3) sudo fusecompress -o allow_other,suid,dev,kernel_cache /tmpfs /mnt
4) sudo mkdir /mnt/a
5) sudo ln -s b /mnt/a/mnt
6) sudo ln -s b /mnt/a/mnx
7) sudo ln -s b /mnt/a/mnt2

Expected results:
5 - 7) Symlinks "mnt", "mnx" and "mnt2" are created successfully

Actual results:
5) ln: creating symbolic link `/mnt/a/mnt': No such file or directory
6) success
7) ln: creating symbolic link `/mnt/a/mnt2': No such file or directory

More info:
1) It seems that if the name of the mount point is used in the
   beginning of the symlink name then creating the symlink fails.
2) Oddly enough if step 7) is repeated it gives a different results:

sudo ln -s b /mnt/a/mnt2
ln: creating symbolic link `/mnt/a/mnt2': File exists

but the symlink is still not created:

$ ls -l /mnt/a/mnt2
ls: cannot access /mnt/a/mnt2: No such file or directory

   


-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages fusecompress depends on:
ii  libboost-filesystem1.42 1.42.0-4         filesystem operations (portable pa
ii  libboost-iostreams1.42. 1.42.0-4         Boost.Iostreams Library
ii  libboost-program-option 1.42.0-4         program options library for C++
ii  libboost-serialization1 1.42.0-4         serialization library for C++
ii  libboost-system1.42.0   1.42.0-4         Operating system (e.g. diagnostics
ii  libbz2-1.0              1.0.5-6          high-quality block-sorting file co
ii  libc6                   2.11.2-10        Embedded GNU C Library: Shared lib
ii  libfuse2                2.8.4-1.1        Filesystem in USErspace library
ii  libgcc1                 1:4.4.5-8        GCC support library
ii  liblzo2-2               2.03-2           data compression library
ii  libmagic1               5.04-5           File type determination library us
ii  libstdc++6              4.4.5-8          The GNU Standard C++ Library v3
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

fusecompress recommends no packages.

fusecompress suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to