当前位置:论坛首页 > Linux面板 > 求助

Centos7.5 安装宝塔5.9正常使用,安装宝塔6.0无法打开面板

发表在 Linux面板2018-10-31 23:11 [复制链接] 14 7735

您好宝塔官方帅哥美女们:
Centos 7.5,安装宝塔5.9一直以来正常, 今天在一台新的服务器尝试安装宝塔,面板却一直无法打开。 可以排除网络、防火墙端口等异常情况。




执行   iptables --list


  1. Chain INPUT (policy ACCEPT)
  2. target     prot opt source               destination
  3. ACCEPT     tcp  --  anywhere             anywhere             state NEW tcp dpt:ddi-tcp-1
  4. ACCEPT     udp  --  anywhere             anywhere             udp dpt:domain
  5. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:domain
  6. ACCEPT     udp  --  anywhere             anywhere             udp dpt:bootps
  7. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:bootps
  8. ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
  9. ACCEPT     all  --  anywhere             anywhere
  10. INPUT_direct  all  --  anywhere             anywhere
  11. INPUT_ZONES_SOURCE  all  --  anywhere             anywhere
  12. INPUT_ZONES  all  --  anywhere             anywhere
  13. DROP       all  --  anywhere             anywhere             ctstate INVALID
  14. REJECT     all  --  anywhere             anywhere             reject-with icmp-host-prohibited

  15. Chain FORWARD (policy ACCEPT)
  16. target     prot opt source               destination
  17. ACCEPT     all  --  anywhere             192.168.122.0/24     ctstate RELATED,ESTABLISHED
  18. ACCEPT     all  --  192.168.122.0/24     anywhere
  19. ACCEPT     all  --  anywhere             anywhere
  20. REJECT     all  --  anywhere             anywhere             reject-with icmp-port-unreachable
  21. REJECT     all  --  anywhere             anywhere             reject-with icmp-port-unreachable
  22. ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
  23. ACCEPT     all  --  anywhere             anywhere
  24. FORWARD_direct  all  --  anywhere             anywhere
  25. FORWARD_IN_ZONES_SOURCE  all  --  anywhere             anywhere
  26. FORWARD_IN_ZONES  all  --  anywhere             anywhere
  27. FORWARD_OUT_ZONES_SOURCE  all  --  anywhere             anywhere
  28. FORWARD_OUT_ZONES  all  --  anywhere             anywhere
  29. DROP       all  --  anywhere             anywhere             ctstate INVALID
  30. REJECT     all  --  anywhere             anywhere             reject-with icmp-host-prohibited

  31. Chain OUTPUT (policy ACCEPT)
  32. target     prot opt source               destination
  33. ACCEPT     udp  --  anywhere             anywhere             udp dpt:bootpc
  34. OUTPUT_direct  all  --  anywhere             anywhere

  35. Chain FORWARD_IN_ZONES (1 references)
  36. target     prot opt source               destination
  37. FWDI_public  all  --  anywhere             anywhere            [goto]
  38. FWDI_public  all  --  anywhere             anywhere            [goto]

  39. Chain FORWARD_IN_ZONES_SOURCE (1 references)
  40. target     prot opt source               destination

  41. Chain FORWARD_OUT_ZONES (1 references)
  42. target     prot opt source               destination
  43. FWDO_public  all  --  anywhere             anywhere            [goto]
  44. FWDO_public  all  --  anywhere             anywhere            [goto]

  45. Chain FORWARD_OUT_ZONES_SOURCE (1 references)
  46. target     prot opt source               destination

  47. Chain FORWARD_direct (1 references)
  48. target     prot opt source               destination

  49. Chain FWDI_public (2 references)
  50. target     prot opt source               destination
  51. FWDI_public_log  all  --  anywhere             anywhere
  52. FWDI_public_deny  all  --  anywhere             anywhere
  53. FWDI_public_allow  all  --  anywhere             anywhere
  54. ACCEPT     icmp --  anywhere             anywhere

  55. Chain FWDI_public_allow (1 references)
  56. target     prot opt source               destination

  57. Chain FWDI_public_deny (1 references)
  58. target     prot opt source               destination

  59. Chain FWDI_public_log (1 references)
  60. target     prot opt source               destination

  61. Chain FWDO_public (2 references)
  62. target     prot opt source               destination
  63. FWDO_public_log  all  --  anywhere             anywhere
  64. FWDO_public_deny  all  --  anywhere             anywhere
  65. FWDO_public_allow  all  --  anywhere             anywhere

  66. Chain FWDO_public_allow (1 references)
  67. target     prot opt source               destination

  68. Chain FWDO_public_deny (1 references)
  69. target     prot opt source               destination

  70. Chain FWDO_public_log (1 references)
  71. target     prot opt source               destination

  72. Chain INPUT_ZONES (1 references)
  73. target     prot opt source               destination
  74. IN_public  all  --  anywhere             anywhere            [goto]
  75. IN_public  all  --  anywhere             anywhere            [goto]

  76. Chain INPUT_ZONES_SOURCE (1 references)
  77. target     prot opt source               destination

  78. Chain INPUT_direct (1 references)
  79. target     prot opt source               destination

  80. Chain IN_public (2 references)
  81. target     prot opt source               destination
  82. IN_public_log  all  --  anywhere             anywhere
  83. IN_public_deny  all  --  anywhere             anywhere
  84. IN_public_allow  all  --  anywhere             anywhere
  85. ACCEPT     icmp --  anywhere             anywhere

  86. Chain IN_public_allow (1 references)
  87. target     prot opt source               destination
  88. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh ctstate NEW
  89. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ftp-data ctstate NEW
  90. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ftp ctstate NEW
  91. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh ctstate NEW
  92. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:http ctstate NEW
  93. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ddi-tcp-1 ctstate NEW
  94. ACCEPT     tcp  --  anywhere             anywhere             tcp dpts:39000:safetynetp ctstate NEW

  95. Chain IN_public_deny (1 references)
  96. target     prot opt source               destination

  97. Chain IN_public_log (1 references)
  98. target     prot opt source               destination

  99. Chain OUTPUT_direct (1 references)
  100. target     prot opt source               destination
复制代码



执行 firewall-cmd --list-all


  1. public (active)
  2.   target: default
  3.   icmp-block-inversion: no
  4.   interfaces: eth0
  5.   sources:
  6.   services: ssh dhcpv6-client
  7.   ports: 20/tcp 21/tcp 22/tcp 80/tcp 8888/tcp 39000-40000/tcp
  8.   protocols:
  9.   masquerade: no
  10.   forward-ports:
  11.   source-ports:
  12.   icmp-blocks:
  13.   rich rules:
复制代码



执行 /etc/init.d/bt restart

  1. Stopping Bt-Tasks... done
  2. Stopping Bt-Panel... done
  3. Starting Bt-Panel... done
  4. Starting Bt-Tasks... done
复制代码



执行 cat /www/server/panel/data/port.pl

  1. 8888
复制代码


执行 curl 127.0.0.1:8888/ec479c88

  1. curl: (56) Recv failure: Connection reset by peer
复制代码




期待您们的答复,谢谢! 顺祝万福

[color=rgb(32, 165, 58) !important]
使用道具 举报 只看该作者 回复
发表于 2018-11-1 10:11:36 | 显示全部楼层
tail -f /www/server/panel/logs/error.log
使用道具 举报 回复 支持 反对
发表于 2018-11-1 10:11:45 | 显示全部楼层
看看报错信息

感谢你的支持,报错信息如下: [code]Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker worker.init_process...   发表于 2018-11-1 12:59
使用道具 举报 回复 支持 反对
发表于 2018-11-1 13:04:33 | 显示全部楼层
您好,感谢你的支持,由于贴代码提示包含非法信息无法直接贴上来,我直接贴图错误信息。
1.jpg
使用道具 举报 回复 支持 反对
发表于 2018-11-1 13:05:38 | 显示全部楼层

麻烦你抽空看下具体是什么原因造成的,不胜感激!
使用道具 举报 回复 支持 反对
发表于 2018-11-2 11:23:13 | 显示全部楼层
自己顶一下
使用道具 举报 回复 支持 反对
发表于 2018-11-10 16:01:30 | 显示全部楼层
pip uninstall paramiko

pip install paramiko
使用道具 举报 回复 支持 反对
发表于 2018-11-10 16:01:38 | 显示全部楼层
你测试一下
使用道具 举报 回复 支持 反对
发表于 2018-11-12 23:49:44 | 显示全部楼层

You are using pip version 9.0.1, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
使用道具 举报 回复 支持 反对
发表于 2018-11-12 23:50:40 | 显示全部楼层
然后我运行 pip install --upgrade pip
宝塔控制面板同样无法访问。
使用道具 举报 回复 支持 反对
发表于 2018-11-22 18:02:05 | 显示全部楼层

如果需要开付费工单的话,请告知我,如何开付费工单来解决该问题,可以吗?
使用道具 举报 回复 支持 反对
发表于 2018-11-23 09:56:49 | 显示全部楼层
你加群 633748484  找小管理员 小强
使用道具 举报 回复 支持 反对
发表于 2018-11-29 21:40:19 | 显示全部楼层
宝塔技术-小强 发表于 2018-11-23 09:56
你加群 633748484  找小管理员 小强

您好,安装最新的6.6.6可以正常访问了。虽然在前面没有解决,但是非常感谢您的支持,谢谢。
使用道具 举报 回复 支持 反对
发表于 2018-11-29 21:41:14 | 显示全部楼层
18.8小小的赞赏不成敬意请别嫌弃
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

点击联系技术免费分析

工作时间:09:00至18:30

快速回复 返回顶部 返回列表