运行monibuca脚本报错: Bad file descriptor
【摘要】 目录
问题
解决
问题
直接运行monibuca的demo脚本,遇到如下报错信息:
localhost:ms lz$ sudo bash <(curl -s -S -L https://monibuca.com/demo.sh) bash: /dev/fd/63: Bad file descriptor localhost:ms lz$...
目录
问题
直接运行monibuca的demo脚本,遇到如下报错信息:
localhost:ms lz$ sudo bash <(curl -s -S -L https://monibuca.com/demo.sh)
bash: /dev/fd/63: Bad file descriptor
localhost:ms lz$ (23) Failed writing body
解决
问题的原因应该是ubuntu系统bash命令不支持上述使用方式造成的,可以尝试如下命令解决:
sudo bash < <(curl -s -S -L https://monibuca.com/demo.sh)
尽管不能保证解决所有类似的问题,但是至少了提供一种思路。
文章来源: liuzhen.blog.csdn.net,作者:Data-Mining,版权归原作者所有,如需转载,请联系作者。
原文链接:liuzhen.blog.csdn.net/article/details/109627501
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)