[cobbler] Issue with 2.6.4-1 cobbler

alastair at alastair-munro.com alastair at alastair-munro.com
Sun Aug 10 01:10:11 UTC 2014


You need to follow the installation instructions: 
http://www.cobblerd.org/manuals/2.4.0/2_-_Cobbler_Quickstart_Guide.html

You should at least follow this before contacting the mailing list. Also 
google.

Think about it, a 127.0.0.1 address would not work? You need to put the 
ip of your server in there for clients across the network to connect to 
your cobbler server...

google isolinux and pxe boot so you understand the basics of what you 
are trying to do.

On 2014-08-10 01:39, Dhanasekaran Anbalagan wrote:
> Hi Alastair,
> 
> I am getting same Error, when I try to execute cobbler check, 
> 
> root at dhana:~# cat /etc/cobbler/settings|grep next_server
> next_server: 127.0.0.1
> root at dhana:~#  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.7/dist-packages/cobbler/cli.py", line 252,
> in check_setup
>     s.ping()
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__
>     return self.__send(self.__name, args)
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1578, in __request
>     verbose=self.__verbose
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1264, in request
>     return self.single_request(host, handler, request_body, verbose)
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1312, in
> single_request
>     response.msg,
> ProtocolError: <ProtocolError for 127.0.0.1:80/cobbler_api [1]: 404
> Not Found>
> root at dhana:~# 
> 
>  :~# cat /etc/hosts
> 127.0.0.1 localhost
> 
> Did I learn something today? If not, I wasted it.
> 
> On Sun, Aug 10, 2014 at 5:58 AM, Alastair Munro
> <alastair at alastair-munro.com> wrote:
> 
>> Doesn't 'cobbler check' tell you to set server and next_server to
>> something other than 127.0.0.1 [3]?
>> 
>> --
>> Alastair Munro
>> 
>> -----Original Message-----
>> From: Dhanasekaran Anbalagan <bugcy013 at gmail.com>
>> 
>> To: cobbler mailing list <cobbler at lists.fedorahosted.org>
>> Sent: Sun, 10 Aug 2014 1:24
>> Subject: Re: [cobbler] Issue with 2.6.4-1 cobbler
>> 
>> Hi,
>> 
>> apache already running, I able to telnet 80 port,
>> 
>> root at dhana:~# telnet 127.0.0.1 80
>> Trying 127.0.0.1...
>> Connected to localhost (127.0.0.1).
>> Escape character is '^]'.
>> ^]
>> telnet> quit
>> Connection closed.
>> root at dhana:~# /etc/init.d/apache2 status
>> Apache2 is running (pid 11322).
>> root at dhana:~# 
>> 
>> Note :: cobbler_api folder not there in /var/www location
>> 
>> Did I learn something today? If not, I wasted it.
>> 
>> On Sun, Aug 10, 2014 at 5:41 AM, Alastair Munro
>> <alastair at alastair-munro.com> wrote:
>> 
>>> Is apache started? Suggest you see whether you can connect to the
>>> url?
>>> 
>>> --
>>> Alastair Munro
>>> 
>>> -----Original Message-----
>>> From: Dhanasekaran Anbalagan <bugcy013 at gmail.com>
>>> To: cobbler at lists.fedorahosted.org
>>> Sent: Sun, 10 Aug 2014 0:51
>>> Subject: [cobbler] Issue with 2.6.4-1 cobbler
>>> 
>>> Hi Guys,
>>> 
>>> Today I tested with cobbler_2.6.4-1 with my ubuntu 12.04 server.
>>> 
>>> It's says PROTOCOLERROR: <PROTOCOLERROR FOR
>>> 127.0.0.1:80/COBBLER_API [1]: 404 NOT FOUND>
>>> 
>>> I verified /var/www/cobbler_api I don't see any folder
>>> 
>>> I tested same version with ubuntu 14.04 also not working
>>> 
>>> root at dhana:~# dpkg -i cobbler_2.6.4-1_all.deb
>>> Selecting previously unselected package cobbler.
>>> (Reading database ... 229802 files and directories currently
>>> installed.)
>>> Unpacking cobbler (from cobbler_2.6.4-1_all.deb) ...
>>> Setting up cobbler (2.6.4-1) ...
>>> Processing triggers for man-db ...
>>> Processing triggers for ureadahead ...
>>> root at dhana:~# /etc/init.d/cobblerd start
>>> Starting cobbler daemon: already started
>>> root at dhana:~# cobbler --version
>>> 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.7/dist-packages/cobbler/cli.py", line
>>> 252, in check_setup
>>>     s.ping()
>>>   File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__
>>>     return self.__send(self.__name, args)
>>>   File "/usr/lib/python2.7/xmlrpclib.py", line 1578, in __request
>>> 
>>>     verbose=self.__verbose
>>>   File "/usr/lib/python2.7/xmlrpclib.py", line 1264, in request
>>>     return self.single_request(host, handler, request_body,
>>> verbose)
>>>   File "/usr/lib/python2.7/xmlrpclib.py", line 1312, in
>>> single_request
>>>     response.msg,
>>> ProtocolError: <ProtocolError for 127.0.0.1:80/cobbler_api [1]:
>>> 404 Not Found>
>>> root at dhana:~# 
>>> 
>>> Please guide me, How to fix this.
>>> 
>>> -Dhanasekaran
>>> 
>>> Did I learn something today? If not, I wasted it.
>>> _______________________________________________
>>> cobbler mailing list
>>> cobbler at lists.fedorahosted.org
>>> https://lists.fedorahosted.org/mailman/listinfo/cobbler [2]
>> 
>> _______________________________________________
>> cobbler mailing list
>> cobbler at lists.fedorahosted.org
>> https://lists.fedorahosted.org/mailman/listinfo/cobbler [2]
> 
> 
> 
> Links:
> ------
> [1] http://127.0.0.1:80/cobbler_api
> [2] https://lists.fedorahosted.org/mailman/listinfo/cobbler
> [3] http://127.0.0.1
> 
> _______________________________________________
> cobbler mailing list
> cobbler at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/cobbler


More information about the cobbler mailing list