linux start service 出现 no such file or directory error
程序员文章站
2022-03-08 19:27:21
...
linux start service 出现 no such file or directory error
但是,到/etc/init.d/xx: 里面会发现文件确实存在。
那么错误就是在文件里面出现了非法字符^M
使用vi /etc/init.d/xx:, 查看,会发现问题。
使用下面的语句可以解决
sudo sed -i -e 's/\r//g' /etc/init.d/xx
然后再启动服务就可以了。
推荐阅读
-
Linux内核编译时出现fatal error: openssl/opensslv.h: No such file or directory错误的解决办法
-
pi_kernel源码编译出现: fatal error: openssl/opensslv.h: No such file or directory
-
Linux内核编译时出现fatal error: openssl/opensslv.h: No such file or directory错误的解决办法
-
Ubuntu 编译出现fatal error: bits/libc-header-start.h: No such file or directory
-
docker 安装 Error response from daemon: Cannot start container no such file or directory
-
Ubuntu安装leveldb出现错误 fatal error: Python.h: No such file or directory
-
关于安装MySQLdb出现fatal error: my_config.h: No such file or directory
-
fatal error: bits/libc-header-start.h: No such file or directory
-
[ERROR] Can't start server: can't check PID filepath: No such file or directory
-
/libavutil/timer.h:38:31: fatal error: linux/perf_event.h: No such file or directory