交叉编译Nginx,并移植到Hi3519上运行:https://blog.csdn.net/weixin_43793181/article/details/116494853?spm=1001.2014.3001.5501
nginx-rtmp交叉编译:https://blog.csdn.net/weixin_43793181/article/details/116499874?spm=1001.2014.3001.5501
在开启nginx服务器时提示错误
nginx: [emerg] getpwnam(“nobody”) failed

解决办法:

vi conf/nginx.conf



保存修改并退出
执行命令启动服务器,并查看关于nginx的进程

./sbin/nginx -p ./
ps aux | grep nginx


服务器已成功开启,撒花!!!

交叉编译Nginx,并移植到Hi3519上运行
nginx-rtmp交叉编译

nginx: [emerg] getpwnam(“nobody”) failed相关推荐

  1. nginx: [emerg] getpwnam(“nobody“) failed

    [root@localhost sbin]# groupadd -f nobody [root@localhost sbin]# useradd -g nobody nobody [root@loca ...

  2. nginx: [emerg] getpwnam(nginx) failed in /usr/local/nginx/conf/nginx.conf:2

    启动nginx报错: nginx: [emerg] getpwnam("nginx") failed in /usr/local/nginx/conf/nginx.conf:2 是 ...

  3. nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)

    今天测试Docker下配置一个nginx模板的镜像,装好nginx后,使用nginx -t进行检查,报错如下: 1 2 3 4 [root@a381c4c04132 yum.repos.d]# ngi ...

  4. 阿里云ECS在CentOS 6.9中使用Nginx提示:nginx: [emerg] socket() [::]:80 failed (97: Address family not supported

    转载自: https://www.cnblogs.com/EasonJim/p/8056944.html 说明: 1.[::]:80这个是IPv6的地址. 2.阿里云截至到今天还不支持IPv6. 解决 ...

  5. Nginx重启时丢失nginx.pid文件解决方法nginx: [emerg] open() “/var/run/nginx/nginx.pid“ failed (2: No such fi

    nginx: [emerg] open() "/var/run/nginx/nginx.pid" failed (2: No such file or directory) 不要在 ...

  6. nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)

    今天在测试Nginx功能的时候,出现问题如下: nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use) ngi ...

  7. Nginx报错:nginx: [emerg] CreateFile() nginx.conf“ failed (3: The system cannot find the path specified

    windows下启动nginx报错: nginx: [emerg] CreateFile() "D:\桌面\nginx-1.12.0/conf/nginx.conf" failed ...

  8. 解决nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)

    2019独角兽企业重金招聘Python工程师标准>>> 今天在ubuntu10.04上面安装nginx,安装完成之后尝试启动nginx,使用命令: sudo /etc/init.d/ ...

  9. nginx: [emerg] bind() to 0.0.0.0:66 failed (98: Address already in use)

    查看进程 查看日志 root@ubuntu:/usr/local/nginx/sbin# find / -name error.log /var/log/apache2/error.log /usr/ ...

最新文章

  1. LeetCode Remove Duplicates from Sorted List
  2. CTFshow php特性 web92
  3. linux中fstab文件详解
  4. python中队列的应用用场景_消息队列应用场景
  5. CVPR2021—SurFree:一个快速的无代替模型的黑盒攻击
  6. 在div中使用css让文字底部对齐的方法
  7. 远程部署SEP 11.RU5 安装包到 Windows 7 客户端提示“访问被拒”
  8. Integration between SharePoint 2013 and CRM 2013 (On-Premise)
  9. 华锋e路航x10升级工具_E路航电子狗升级工具下载
  10. ELF、BIN、HEX、AXF的区别,资料整理
  11. 低成本、低功耗、小体积433MHz数字量无线控制器
  12. 用golang从企业微信里获取打卡记录的方法
  13. Git之(三)辅助命令
  14. java源码解读 pdf_好家伙!这一篇文章就给你讲明白了Java并发实现原理之JDK源码剖析(PDF文档)...
  15. arcgis 实验教程--ModelBuilder与空间建模
  16. R语言、MaxEnt模型融合技术的物种分布模拟、参数优化方法、结果分析制图与论文写作
  17. html打造动画【系列4】- 哆啦a梦
  18. PAT乙级—1041 考试座位号 (15分)
  19. GridView 使用方法 - 前台部分
  20. 2021-09-15 如何退出微信小程序

热门文章

  1. 通过for循环拿数据
  2. Scrapy分布式爬虫打造搜索引擎 - (三)知乎网问题和答案爬取
  3. 贴片加工厂家讲解__ICT是什么?主要测试什么?ICT测试的优缺点?
  4. win10局域网硬盘文件访问
  5. QA 特辑 | 百万员工不上班也能领全勤奖的原因都在这里了!
  6. [InteliJ IDEA] 系统资源不足
  7. 二.App缓存图片 Bean类
  8. Android项目之仿360手机助手项目
  9. echarts引入中国地图并且下探到省
  10. Swoft AOP 切面编程