Follow up:

/var/log/httpd/error.log has the following:

Tue Aug 27 13:29:42 2013] [error] [client 10.44.175.9] mod_wsgi
(pid=17123): Exception occurred processing WSGI script
'/var/www/cobbler/svc/services.py'.
[Tue Aug 27 13:29:46 2013] [error] [client 10.44.175.9] Traceback (most
recent call last):
[Tue Aug 27 13:29:46 2013] [error] [client 10.44.175.9] Traceback (most
recent call last):
[Tue Aug 27 13:29:46 2013] [error] [client 10.44.175.9]   File
"/var/www/cobbler/svc/services.py", line 79, in application


Line 79 in /var/www/cobbler/svc/services.py is marked below:

   # Execute corresponding operation on the CobblerSvc object:
    func = getattr( cw, mode )
    content = func( **form )                                          <----
Line 79


/Daniel


On Tue, Aug 27, 2013 at 5:23 PM, Daniel Kertby <[email protected]> wrote:

> Hi all,
>
> Our cobbler server (running old version 2.2.1) suddenly hangs when
> processing the client kickstart file for ALL clients.
>
>
> When running wget manually from the kickstart server /cblr/svc/op/ks/system
> works fine but /cblr/op/trig/mode/post/system hangs on all kickstart
> clients.
>
> WORKS
> wget "<server_ip>/cblr/svc/op/ks/system/<client> -O /root/cobbler.ks
>
> HANGS
> wget "http://<server_ip>/cblr/svc/op/trig/mode/post/system/<client>-14"
> -O /dev/null
>
> We haven't added any new distros or updated any profiles or
> kickstart/snippet templates for the last days.
>
> Anyone have a clue how to continue troubleshoot this issue or have any
> clue whats happening?
>
> A reboot didn't help (after restarting cobbler and httpd services)
>
> Best Regards,
> Daniel
>
>
>
_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to