> In general, exceptions are supposed to be caught and logged, which is > what the ProxiedXMLRPCInterface class in remote.py is there to do. > This means something is happening that is not caught by that, or it's > a lower-level crash scenario.
Ah, I hadn't looked in the http error logs. Here's what I found for the "nopxe" trigger; the other two wgets result in "Connection refused" presumably because cobblerd has crashed: mod_python (pid=15230, interpreter='XXX.encs.concordia.ca', phase='PythonHandler', handler='services'): Application error ServerName: 'XXX.encs.concordia.ca' DocumentRoot: '/local/pkg/updates-1.1/root/apache/htdocs' URI: '/cblr/svc/op/nopxe/system/YYY' Location: None Directory: '/local/data/cobbler/www/svc/' Filename: '/local/data/cobbler/www/svc/op' PathInfo: '/nopxe/system/YYY' Traceback (most recent call last): File "/local/pkg/updates-1.1/root/lib/python2.5/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch\n default=default_handler, arg=req, silent=hlist.silent) File "/local/pkg/updates-1.1/root/lib/python2.5/site-packages/mod_python/importer.py", line 1229, in _process_target\n result = _execute_target(config, req, object, arg) File "/local/pkg/updates-1.1/root/lib/python2.5/site-packages/mod_python/importer.py", line 1128, in _execute_target\n result = object(arg) File "/local/data/cobbler/www/svc/services.py", line 89, in handler\n content = func( **form ) File "/local/pkg/updates-1.1/root/lib/python2.5/site-packages/cobbler/services.py", line 133, in nopxe\n return str(self.remote.disable_netboot(system)) File "/local/pkg/updates-1.1/root/lib/python2.5/xmlrpclib.py", line 1147, in __call__\n return self.__send(self.__name, args) File "/local/pkg/updates-1.1/root/lib/python2.5/xmlrpclib.py", line 1437, in __request\n verbose=self.__verbose File "/local/pkg/updates-1.1/root/lib/python2.5/xmlrpclib.py", line 1191, in request\n headers ProtocolError: <ProtocolError for 127.0.0.1:25151/RPC2: -1 > I'm trying to trigger this fault manually but no such luck. :-/ -- Chris O'Regan <[email protected]> Senior Unix Systems Administrator, Academic IT Services Faculty of Engineering and Computer Science Concordia University, Montreal, Canada _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
