Hi Kevin,

There should be a corresponding error in /var/log/httpd/error_log on your Spacewalk server. Perhaps if you posted that it would help.

-Stephen

On 01/14/2015 10:35 AM, Kevin Abbey wrote:
Hi,
Maybe this error and code listing can help diagnose the problem?
Thanks for any assistance or comments,
Kevin


*Error when attempting to import file from a client system.*
on client:  /var/log/up2date
-----------------------------------------------------------------------
[Wed Jan 14 10:07:32 2015] up2date
Traceback (most recent call last):
   File "/usr/sbin/rhn_check", line 351, in __run_action
     (status, message, data) = CheckCli.__do_call(method, params, kwargs)
   File "/usr/sbin/rhn_check", line 344, in __do_call
     retval = method(*params, **kwargs)
   File "/usr/share/rhn/actions/configfiles.py", line 193, in upload
     result = r.put_files(action_id, files)
   File "/usr/share/rhn/config_client/rpc_cli_repository.py", line 122,
in put_files
     self.system_id, action_id, params)
   File "/usr/share/rhn/config_client/rpc_cli_repository.py", line 51,
in rpc_call
     (self, method_name) + params)
   File "/usr/share/rhn/config_common/repository.py", line 372, in rpc_call
     sys.exit(2)
<type 'exceptions.SystemExit'>: 2
-----------------------------------------------------------------------

*Last used code in error message above:*

/usr/share/rhn/config_common/repository.py


359    def rpc_call(self, method_name, *params):
         method = getattr(self.server, method_name)
         try:
             result = apply(method, params)
         except xmlrpclib.ProtocolError, e:
             sys.stderr.write("XML-RPC call error: %s\n" % e)
             sys.exit(1)
         except xmlrpclib.Fault:
             # Re-raise them
             raise
         except Exception, e:
             sys.stderr.write("XML-RPC error while talking to %s: %s\n" % (
                 self.__server_url, e))
372           sys.exit(2)

374        return result
-----------------------------------------------------------------------


On 01/13/2015 08:30 PM, Kevin Abbey wrote:

Hi,

In version 2.2  are there any bugs regarding monitoring and importing
configuration files from clients?

Server.   Centos 6.5
Client.    Fedora 20

For monitoring,  ports are open,  services running, load and disk
monitoring set to check each minute but remains in waiting state.

For configuration file import there is a python error.  I can upload,
create and deploy a file but not import.

It would be of much help if anyone has done both successfully and
could share notes or steps to setup and troubleshoot.

Many thanks,
Kevin


--
Kevin Abbey
Systems Administrator
Center for Computational and Integrative Biology (CCIB)
http://ccib.camden.rutgers.edu/

Rutgers University - Science Building
315 Penn St.
Camden, NJ 08102
Telephone: (856) 225-6770
Fax:(856) 225-6312
Email:[email protected]



_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list


_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to