-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP Fatal error: escapeshellarg() #200
Comments
In what context did the error appear ? In the logs ? On the command line ? |
I was running greyhole with --daemon at the time, so it appeared both on the command line after greyhole crashed, and in the logs. |
My guess is it's trying to delete alot of duplicated files and overflowing escapeshellarg() |
Which greyhole version? |
0.10.17
…On Fri, Nov 9, 2018, 12:20 PM Guillaume Boudreau ***@***.*** wrote:
Which greyhole version?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#200 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJ4eay0LZQQzebjOWwf9LgQtjMocGs6ks5utblNgaJpZM4YWx0N>
.
|
It is using |
Of note: |
The hook is a hook into Slack, so it very well might be 'too large'. I don't see a fsck_files.log. Let me try it again, I'm running --fsck -e |
PHP Fatal error: escapeshellarg(): Argument exceeds the allowed length of 2097152 bytes in /usr/bin/greyhole on line 1060
I received this error after reducing num_copies on my shares to 1, then running a fsck.
The text was updated successfully, but these errors were encountered: