33lyl 发表于 2013-11-20 17:05

cobbler rhel62 部署 出现502 Proxy Erro 错误

本帖最后由 33lyl 于 2013-11-20 17:05 编辑

# cobbler check
httpd does not appear to be running and proxying cobbler, or SELinux is in the way. Original traceback:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/cobbler/cli.py", line 252, in check_setup
    s.ping()
File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
File "/usr/lib/python2.6/xmlrpclib.py", line 1243, in request
    headers
ProtocolError: <ProtocolError for 192.168.93.131:80/cobbler_api: 502 Proxy Error>






配置文件都正常。。

33lyl 发表于 2013-11-20 17:20

有没有大侠知道怎么弄?

wenhq 发表于 2013-11-20 21:27

getenforce
ps -ef|grep httpd 先确保这个在跑

33lyl 发表于 2013-11-20 22:03

回复 3# wenhq


    selinux杀掉了
httpd在跑,然后apach的test页面也可以出来,还是不行

wenhq 发表于 2013-11-20 22:06

看日志为啥不成?

33lyl 发表于 2013-11-21 10:08

回复 5# wenhq


    你看,日志里面只有这些。

Wed Nov 20 11:01:35 2013 - INFO | 10 breeds and 30 OS versions read from the signature file
Wed Nov 20 11:01:35 2013 - DEBUG | API handle initialized
Wed Nov 20 11:01:35 2013 - DEBUG | XMLRPC running on 25151
Wed Nov 20 11:18:17 2013 - INFO | 10 breeds and 30 OS versions read from the signature file
Wed Nov 20 11:18:17 2013 - DEBUG | API handle initialized
Wed Nov 20 11:18:17 2013 - DEBUG | XMLRPC running on 25151
Wed Nov 20 11:36:46 2013 - INFO | 10 breeds and 30 OS versions read from the signature file
Wed Nov 20 11:36:46 2013 - DEBUG | API handle initialized
Wed Nov 20 11:36:46 2013 - DEBUG | XMLRPC running on 25151
Wed Nov 20 11:50:55 2013 - INFO | 10 breeds and 30 OS versions read from the signature file
Wed Nov 20 11:50:55 2013 - DEBUG | API handle initialized
Wed Nov 20 11:50:55 2013 - DEBUG | XMLRPC running on 25151
Wed Nov 20 12:03:51 2013 - INFO | 10 breeds and 30 OS versions read from the signature file
Wed Nov 20 12:03:51 2013 - DEBUG | API handle initialized
Wed Nov 20 12:03:51 2013 - DEBUG | XMLRPC running on 25151
Wed Nov 20 15:06:10 2013 - INFO | 10 breeds and 30 OS versions read from the signature file
Wed Nov 20 15:06:10 2013 - DEBUG | API handle initialized
Wed Nov 20 15:06:10 2013 - DEBUG | XMLRPC running on 25151
"cobbler.log" [只读] 53L, 3703C   

wenhq 发表于 2013-11-21 10:44

proxying cobbler也没跑?

33lyl 发表于 2013-11-21 10:53

回复 7# wenhq


    proxing cobbler? 不是就cobblerd么? start起来了呀

wenhq 发表于 2013-11-21 11:13

看这个帖子捡到红包了。。。

33lyl 发表于 2013-11-26 09:52

回复 9# wenhq


    我的问题能搞定额?
页: [1] 2
查看完整版本: cobbler rhel62 部署 出现502 Proxy Erro 错误