WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: all fluff 1.08 versions (all TC versions, both x86 and x86_64) have bugs  (Read 4089 times)

Offline nick65go

  • Hero Member
  • *****
  • Posts: 802
The file /home/tc/.fluff.conf can have inside it a parameter (it has in my configuration): FollowLinks=0
So maybe this means that fluff first reads its configuration to see if it needs to use the external script fluf_fc.sh, by default is not. Of course fluff (preventive) cry if script is not found, even if not need it (because busybox/du -L => Follow all links is not invoked).

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Hi nick65go
The directory listings list files and does not use the script for properties. It seems the script is only used for the
properties of an entire directory (and its subdirectories). I will fix the script to not follow links.

... (it has in my configuration): FollowLinks=0 ...
I saw that too and mine is the same. I tried changing it to 1 and saw no difference.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Hi nick65go
...
... (it has in my configuration): FollowLinks=0 ...
I saw that too and mine is the same. I tried changing it to 1 and saw no difference.
OK,  figured that one out. It's (-follow) passed to the find command in the script when counting number of files.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Hi nick65go
I updated the script to correct this issue from your reply #8:
... "Dir contents: 67 files, about 30.5 MB (link omitted)" ...

I posted new extensions in the TC12 x86 and x86_64 repositories.