@emkinter commented on GitHub:
These are not released to the public at this time, and no benchmarks/baselines have these right now. However, once the versions go to RC, it may be safe to assume…
@jeolsen commented on GitHub:
That looks like the issue. Running with zsh worked. Thank you
@robertgendler commented on GitHub:
can the shell at the top to /bin/zsh it's not a bash shell script...it's a zsh script.
@robertgendler commented on GitHub:
Are you copying and pasting the fix text directly into terminal?
If so are you in ZSH or BASH?
@golbiga commented on GitHub:
@iamflaurian how are you running this command?
@golbiga commented on GitHub:
@iamflaurian actually we needed to update something on our side, which I will take care of today. We need to add 2>&1 to the find command.
@golbiga commented on GitHub:
@iamflaurian so this is a CIS issue, I've let some folks know, but I would recommend opening a ticket with them (create an account on https://workbench.cisecurity.org…
@golbiga commented on GitHub:
Forgot to mention this was resolve in 121dc6e44f. Thanks for reporting the issue.
@iamflaurian commented on GitHub:
CIS recommendation: Audit:
% /usr/bin/sudo
/usr/bin/find /Library -type d -perm -002 ! -perm -1000 ! -xattrname com.apple.rootless 2>/dev/null
@iamflaurian commented on GitHub:
Hey @golbiga first of all, pretty appreciated you for answering my question. I would like add 2>&1 in find command will give the result "11" but does not mean…
@stefanbenten commented on GitHub:
In 2021, almost 2022 there is no reason to still offer non SSL secured sites. I just confirmed that uploads as well as downloads work fine.
@nlkguy commented on GitHub:
~$ curl https://transfer.sh/ --upload-file backup.log curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
back then transfer.sh only worked…
@paolafrancesca commented on GitHub:
hi @mcreasindo-git
you are looking for the inline alias: 6b8eff8322/README.md (l)…
@yelodevopsi commented on GitHub:
Seem that the error still persist after I purged and pulled :latest tag.
Could you confirm that you're able to run the SSL-based transfer.sh docker…
@paolafrancesca commented on GitHub:
@rompeldunk there was actually a bug in the redirect handler, fixed on #441
@yelodevopsi commented on GitHub:
Thanks for the quick reply!
Yes, I corrected that error previously and tested without true too - Still the redirect problem persists.
The command below is…