You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the troubleshooting section and still think this is a bug.
Describe the bug you encountered:
Hi, I get this error [fd error]: Problem while executing command: Argument list too long (os error 7) when using -l :
$ cd /mnt/Netapp/files/_plugins/fusioninventory/files/repository
$ fdfind -t f -S +1Mi -l
[fd error]: Problem while executing command: Argument list too long (os error 7)
$ fdfind -t f -S +1Mi | wc -l
16701
$
Describe what you expected to happen:
List the files without error.
What version of fd are you using?
fd 8.3.1
Which operating system / distribution are you on?
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
$
The text was updated successfully, but these errors were encountered:
sebma
changed the title
[BUG] [fd error]: Problem while executing command: Argument list too long (os error 7)
[BUG] [fd error]: Problem while executing command: Argument list too long (os error 7) when using "-ls"
Nov 18, 2022
sebma
changed the title
[BUG] [fd error]: Problem while executing command: Argument list too long (os error 7) when using "-ls"
[BUG] [fd error]: Problem while executing command: Argument list too long (os error 7) when using "-l"
Nov 18, 2022
"Argument list too long" errors can not appear anymore when using --exec-batch/-X, as the command invocations are automatically batched at the maximum possible size, even if --batch-size is not given. See #410 and #1020 (@tavianator)
Checks
Describe the bug you encountered:
Hi, I get this error
[fd error]: Problem while executing command: Argument list too long (os error 7)
when using-l
:Describe what you expected to happen:
List the files without error.
What version of
fd
are you using?fd 8.3.1
Which operating system / distribution are you on?
The text was updated successfully, but these errors were encountered: