为什么 crontab 会抛出错误:“非法操作”

发布于 2024-09-24 09:36:57 字数 170 浏览 3 评论 0原文

我输入了一些 cron 作业,所有内容都正确保存(已添加作业) 然后我返回并输入 crontab -e 来调整某些内容,然后收到一条消息:“非法操作”当输入 crontab --help 或 crontab 时我也会收到此消息

哇...现在当我打开终端时,我得到:

无法打开一个新的伪 tty。

I entered some cron jobs, everything saved correctly (jobs added)
I then went back and typed crontab -e to adjust something and I got a message: "illegal action" I also get this when typing crontab --help or crontab

Wow...now when I open my terminal, I get:

Could not open a new pseudo-tty.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

脸赞 2024-10-01 09:36:57

crontab -e 尝试使用环境变量中指定的名为 VISUAL 的编辑器(或者在名为 EDITOR 的环境变量中缺少该编辑器)。这些变量中有什么?我们不可能猜测,但也许是一些奇怪的值导致了“非法操作”消息和/或消耗了所有伪 tty 的东西,从而导致了您报告的其余问题。

crontab --help,对来说,是“非法选项”(不是“非法操作”!),但那是在我的达尔文机器上 - - 你不屑提及你正在使用什么版本的 Unix-oid 系统,而且,再一次,不可能从你的少量输入中猜测出来!-)

crontab -e tries to use the editor specified in your environment variable named VISUAL (or missing that in the one named EDITOR). What do you have in those variables? It's impossible for us to guess, but maybe it's some weird value causing the "illegal action" message and/or something that consumes all pseudo-ttys, causing the rest of the problems you report.

crontab --help, to me, says "illegal option" (not "illegal action"!), but that's on my Darwin machine -- you don't deign to mention what version of Unix-oid system you're using and, again, it's impossible to guess from your scant input!-)

世俗缘 2024-10-01 09:36:57

感谢您的投入:)。我重新启动了计算机,一切又恢复正常了。去图...

Thanks for your input :). I restarted my computer and everything is working again. Go fig...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文