Re: [Spacewalk-list] Spacewalk 2.1 | SSL Certificate Invalid when using HTTPS for host registration

2017-07-17 Thread Robert Paschedag
Am 18. Juli 2017 02:34:25 MESZ schrieb Francis Lee Mondia : >Hi Robert, > >Thanks for the tips. Was able to login to the postgresql db with the >credentials stored on the rhn.conf file. Tried to delete the referenced >ky >but I think the error is legit, as postgresql is enforcing a key >constraint

Re: [Spacewalk-list] Spacewalk 2.1 | SSL Certificate Invalid when using HTTPS for host registration

2017-07-17 Thread Robert Paschedag
Am 18. Juli 2017 02:34:25 MESZ schrieb Francis Lee Mondia : >Hi Robert, > >Thanks for the tips. Was able to login to the postgresql db with the >credentials stored on the rhn.conf file. Tried to delete the referenced >ky >but I think the error is legit, as postgresql is enforcing a key >constraint

Re: [Spacewalk-list] Spacewalk 2.1 | SSL Certificate Invalid when using HTTPS for host registration

2017-07-17 Thread Francis Lee Mondia
Hi Robert, Thanks for the tips. Was able to login to the postgresql db with the credentials stored on the rhn.conf file. Tried to delete the referenced ky but I think the error is legit, as postgresql is enforcing a key constraint on the two tables so as not to have inconsistent keys. I dug into t

Re: [Spacewalk-list] Spacewalk 2.1 | SSL Certificate Invalid when using HTTPS for host registration

2017-07-17 Thread Robert Paschedag
Am 17. Juli 2017 16:16:50 MESZ schrieb "Paschedag, Robert" : >The credentials for the postgres db should be stored within >/etc/rhn/rhn.conf on the satellite server. > >By default, this is > >User: rhnuser >PW: rhnpw >DB: rhnschema > >So..switching to user postgres > >Su – postgres > >And > >psql

Re: [Spacewalk-list] Spacewalk 2.1 | SSL Certificate Invalid when using HTTPS for host registration

2017-07-17 Thread Paschedag, Robert
The credentials for the postgres db should be stored within /etc/rhn/rhn.conf on the satellite server. By default, this is User: rhnuser PW: rhnpw DB: rhnschema So..switching to user postgres Su – postgres And psql -U -d and entering password should give you access. There is also a comma

Re: [Spacewalk-list] Spacewalk 2.1 | SSL Certificate Invalid when using HTTPS for host registration

2017-07-17 Thread Vipul Sharma (GDC)
Hey, Do you remember the password you used when creating the DB - Please try this password given below - Database - spaceschema Username - spaceuser Password - spacepw #psql DBNAME USERNAME On Mon, Jul 17, 2017 at 4:45 PM, Francis Lee Mondia < endace.francis.mon...@gmail.com> wrote: > Hi Vip

Re: [Spacewalk-list] Spacewalk 2.1 | SSL Certificate Invalid when using HTTPS for host registration

2017-07-17 Thread Francis Lee Mondia
Hi Vipul, Yes, the service is running as evidenced by the output. The problem as shown in the error message was that postgres actually can't update or delete the table stated due to a foreign key constraint validation on a table. There's a post on the list about it and the recommendation was to

Re: [Spacewalk-list] Spacewalk 2.1 | SSL Certificate Invalid when using HTTPS for host registration

2017-07-17 Thread Vipul Sharma (GDC)
Hey, When you are running step 8 - Make sure spacewalk service is running, I'm hoping you've must have stopped the service. Service is important to push the data to postgres. Thanks V On Mon, Jul 17, 2017 at 3:28 PM, Francis Lee Mondia < endace.francis.mon...@gmail.com> wrote: > Hi Vipul, >

Re: [Spacewalk-list] Spacewalk 2.1 | SSL Certificate Invalid when using HTTPS for host registration

2017-07-17 Thread Francis Lee Mondia
Hi Vipul, Thanks for the response. Still the same, I'm failing on step 8 on this guide (https://github.com/ spacewalkproject/spacewalk/wiki/ChangeCaCert): [root@spw01 ~]# rhn-ssl-dbstore -vvv --ca-cert /root/ssl-build/RHN-ORG- TRUSTED-SSL-CERT Public CA SSL certificate: /root/ssl-build/RHN-ORG-

[Spacewalk-list] PR 500: proper debian version handling looks good

2017-07-17 Thread Paschedag, Robert
Hi all, I just wanted to inform, that the PR 500 (https://github.com/spacewalkproject/spacewalk/pull/500) seems to work pretty good in the "nightly" spacewalk version. We tested this on our "TESTING" system and upgraded to "2.7 nightly". Because we already have synced several Debian repositori