Re: [Spacewalk-list] Fix yum repo definitions on spacewalk clients

2018-02-15 Thread Alexandru Raceanu
I've been running following in the kickstart %post (non-chroot) to disable all repos except the ones from Spacewalk without any issues for couple of years now. snip sed -i -e '/reposdir=.*/d' -e '/cachedir.*/ s,$,\nreposdir=/etc/yum.repos.d/disabled,' /mnt/sysimage/etc/yum.conf

Re: [Spacewalk-list] [External] Spacewak 2.7 and PgPool-II integration problems

2018-02-15 Thread Paul Robert Marino
well I've done this before and sadly you are going down a rabbit hole with no benefits. I'm not sure why you are getting that specific error because you haven't provided sufficient information to debug it but you shouldn't bother. there are a few architectural points that make that solution not

Re: [Spacewalk-list] [External] Spacewak 2.7 and PgPool-II integration problems

2018-02-15 Thread Paul Robert Marino
now that you provided more logs tit looks like a max connections issue in postgresql its probably not tuned correctly but my previous advice still stands On Thu, Feb 15, 2018 at 3:41 PM, Eduardo Capistrán wrote: > Here we go, these were the steps that we followed to

Re: [Spacewalk-list] [External] Spacewak 2.7 and PgPool-II integration problems

2018-02-15 Thread Eduardo Capistrán
Here we go, these were the steps that we followed to install Spacewalk: To setting up spacewalk repo: rpm -Uvh http://yum.spacewalkproject.org/2.6/RHEL/7/x86_64/spacewalk-repo-2.6-0.el7.noarch.rpm Epel repo: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

Re: [Spacewalk-list] Spacewalk 2.7 - OpenVZ Debian containers

2018-02-15 Thread Robert Paschedag
Am 15. Februar 2018 20:40:19 MEZ schrieb Ben Myatt : >Hi, > >I don’t believe this is the case as the containers only have 1 IP >address and the newer ones being on Debian 9, the ifconfig setup should >be the latest. > >I will double check though. > >Kind Regards >Ben Myatt

Re: [Spacewalk-list] Spacewalk 2.7 - OpenVZ Debian containers

2018-02-15 Thread Ben Myatt
Hi, I don’t believe this is the case as the containers only have 1 IP address and the newer ones being on Debian 9, the ifconfig setup should be the latest. I will double check though. Kind Regards Ben Myatt > On 15 Feb 2018, at 18:18, Robert Paschedag wrote: > >

[Spacewalk-list] issues trying to sync repos

2018-02-15 Thread Robin Beardsley
I’m trying to sync my repositories and I’m getting error like this: 1.7.0-openjdk-devel/1:1.7.0.141-2.6.10.5.0.1.el7'", 'Invalid information uploaded to the server') 6045/18580 : java-1.7.0-openjdk-devel-1.7.0.101-2.6.6.1.0.1.el7_2-1.x86_64 (50, "Package upload failed: [Errno 5] Input/output

Re: [Spacewalk-list] Spacewalk 2.7 - OpenVZ Debian containers

2018-02-15 Thread Robert Paschedag
Am 15. Februar 2018 18:54:06 MEZ schrieb Ben Myatt : >Hi, > >I am trying to register a Debian 9 client with spacewalk 2.7. The >client is configured as a container on a CentOS 7 host, running openvz, >virtuozzo kernel 2.6.32-042stab127.2. It has also been tested with a

[Spacewalk-list] Spacewalk 2.7 - OpenVZ Debian containers

2018-02-15 Thread Ben Myatt
Hi, I am trying to register a Debian 9 client with spacewalk 2.7. The client is configured as a container on a CentOS 7 host, running openvz, virtuozzo kernel 2.6.32-042stab127.2. It has also been tested with a newer kernel version of 3.10.0-693.11.6.vz7.42.5. I can get CentOS containers

Re: [Spacewalk-list] [External] Spacewak 2.7 and PgPool-II integration problems

2018-02-15 Thread Avi Miller
Hey Eduardo > On 15 Feb 2018, at 7:12 pm, Eduardo Capistrán > wrote: > > Thanks for your reply Avi, > > We have installed spacewalk 2.7 in Oracle Linux using the embedded postgresql > method without problem since version 1.9. That's good to know. > We are now

Re: [Spacewalk-list] [External] Re: Spacewak 2.7 and PgPool-II integration problems

2018-02-15 Thread Eduardo Capistrán
Thanks for your reply Avi, We have installed spacewalk 2.7 in Oracle Linux using the embedded postgresql method without problem since version 1.9. We are now trying to move to a HA architecture and we are facing these kind of problems. Any success case you know making usage of porsgres cluster

Re: [Spacewalk-list] Spacewak 2.7 and PgPool-II integration problems

2018-02-15 Thread Avi Miller
Hi, > On 15 Feb 2018, at 6:14 pm, Eduardo Capistrán > wrote: > > When Spacewalk is installed in a new server (with Oracle Linux 7) (following > the instructions of this page: > https://github.com/spacewalkproject/spacewalk/wiki/HowToInstall >

[Spacewalk-list] Spacewak 2.7 and PgPool-II integration problems

2018-02-15 Thread Eduardo Capistrán
Hi Spacewalk masters, I'm trying to make things work between Spacewalk and Pgpool-II to get a Spacewalk HA. I've already configured a cluster with two nodes of Postgresql in v. 10.2. To manage these cluster, I've another setup with pgpool-II version 3.6.7 (subaruboshi) all in Oracle Linux 6.

Re: [Spacewalk-list] Tomcat exception on SW 2.7

2018-02-15 Thread Michael Mraka
Brian Long: > I've setup a fresh SW 2.7 instance on CentOS 7 and I used > spacewalk-common-channels to create the CentOS 7 repositories and > channels. I also manually created RHEL 7 repos (using mrepo) and > channels. I can use spacewalk-repo-sync -c [channel-name] to sync channels > properly,