Skip to content
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

tail: cannot open '1' for reading #4798

Closed
Ressy66 opened this issue Sep 19, 2023 · 1 comment
Closed

tail: cannot open '1' for reading #4798

Ressy66 opened this issue Sep 19, 2023 · 1 comment

Comments

@Ressy66
Copy link

Ressy66 commented Sep 19, 2023

Neil,
acme.sh has for a while being giving this error, although things still work
tail: cannot open '1' for reading: No such file or directory

I've tracked this to line 2300
if [ -n "$(_tail_c 1 <"$__conf")" ]; then

replacing "c" with "n" resolves the problem,

if [ -n "$(_tail_n 1 <"$__conf")" ]; then
problem corrected no more tail errors
This is on Linux (Slackware 15.0 to be precise)
Issue was not present on 3.0.5, started 3.06, persists in 3.0.7
Thanks

@github-actions
Copy link

Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant