I can login to the database and the rhn.conf is correct
[root@xxxxxxxx ~]# psql rhnschema rhnuser Password for user rhnuser: psql (9.2.23) Type "help" for help. rhnschema=# [root@xxxxx ~]# cat /etc/rhn/rhn.conf | more traceback_mail = [email protected] mount_point = /var/satellite kickstart_mount_point = /var/satellite repomd_cache_mount_point = /var/cache server.satellite.rhn_parent = satellite.rhn.redhat.com # Use proxy FQDN, or FQDN:port #server.satellite.http_proxy = xxxxxxx:3128 server.satellite.http_proxy = xxxxxxx:3128 server.satellite.http_proxy_username = server.satellite.http_proxy_password = server.satellite.ca_chain = /usr/share/rhn/RHNS-CA-CERT # Completely disable ISS. # If set to 1, then no slave will be able to sync from this server # this option does not affect ability to sync to this server from # another spacewalk (or hosted). disable_iss=0 db_backend = postgresql db_user = rhnuser db_password = rhnpw db_name = rhnschema db_host = db_port = db_ssl_enabled = -----Original Message----- From: Robert Paschedag [mailto:[email protected]] Sent: Monday, January 29, 2018 10:15 AM To: [email protected]; Afify, Sherif S (IBS) <[email protected]>; '[email protected]' <[email protected]> Subject: Re: [Spacewalk-list] can not join a client to spacewalk master server Check the credentials in /etc/rhn/rhn.conf. Normally, these are db: rhnschema user: rhnuser pw: rhnpw Try to login manually with these. If it works, check in conf file, if there is something different. Robert
_______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
