Description of problem: Importing files into sandbox or local config channel fails silently. Schedule an import of a file or files into the system sandbox or directly into a config channel. Then run rhn_check locally on the system (so you don't have to wait 2 hours) "rhn_check -v" responds with something like: [root@home root]# rhn_check -v configfiles.upload (10, ['/etc/hosts', '/etc/resolv.conf', '/etc/sysconfig/network']) But nothing gets uploaded (or if it does, the satellite doesn't know it).
Can you verify that rhncfg-actions is installed on the machine?
[ckloiber@home ckloiber]$ rpm -q rhncfg-actions rhncfg-actions-1.0-20 [ckloiber@home ckloiber]$
I have also experienced this problem. I get an SSL error on the client, and also logged in the logs/httpd/. # /usr/sbin/rhn_check configfiles.upload (86, ['/etc/hosts/resolv.conf']) XML-RPC error while talking to https://roundhill.llnl.gov/CONFIG-MANAGEMENT: [('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')] From the error_log I get: [Fri Feb 13 09:57:25 2004] [error] mod_ssl: SSL handshake failed (server roundhill.llnl.gov:443, client 128.115.163.63) (OpenSSL library error follows) [Fri Feb 13 09:57:25 2004] [error] OpenSSL: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca
Looks like SSL is failing. Some questions: * Do other rhncfg actions succeed where this action fails? * What version of the satellite -- RC1? * Output of "rpm -qa | grep rhncfg"?
There was an issue with the original rhncfg rpms when pointed at a satellite. This should be addressed with the rhncfg-*-24 packages that are available from rhn.redhat.com in the various RHN Tools channels.
(reopen this issue if you still have the same problems using the -24 rpms)