Re: [Spacewalk-list] spacecmd ssm -> UI

2019-01-09 Thread Robert Paschedag
Am 9. Januar 2019 23:02:45 MEZ schrieb Guy Matz :
>Hi!  I'd like to add systems to a System Set using 'spacecmd ssm_add
>HOSTNAME' command, then act on the SSM group using the UI . . .  is
>that
>possible?  I need to use the UI because I need to create an action
>chain
>for the group, which is apparently not possible to done in spacecmd . .
>.
>
>Thanks,
>Guy

Well... If you need to use the UI, then you can also add the systems via the UI 
into SSM.

Or you use the API.
Robert


-- 
sent from my mobile device

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list


[Spacewalk-list] Missing Ubuntu Package properties in Spacewalk Packages/Packages.gz files

2019-01-09 Thread Paul-Andre Panon
Hi Robert,

We had a discussion about failing upgrades a long time ago due to Multi-Arch
property headers in the Packages file, and a follow-up where I had issues
with the python packages even though they had Multi-Arch properties set up.
I'm running into a similar upgrade problem again, but with updated e2fsprogs
and libext2fs2 packages in Ubuntu 18.04. This time I've been able to figure
out that the problem isn't missing Multi-Arch property "headers" in the
Packages file, but the missing Pre-Depends: property info for the e2fsprogs
package. I manually copied that property from the Ubuntu repo to the
e2fsprog info in the /var/cache Packages file, and my upgrade problem went
away. I remember you had talked about modifying your Multi-Arch download
scripts to copy more headers/properties.
a) did you ever do that?
b) was Pre-Depends one of the properties you added?
c) if the answer to a and b is yes, then do you have it available somewhere
were I can get at it?

As far as I can tell,
https://github.com/rpasche/spacewalk-debian-sync/tree/add-multiarch-header
is the version that only handles multi-arch, and your dev branch appears to
mostly be the same.

Thanks,

Paul-Andre Panon

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list


[Spacewalk-list] spacecmd ssm -> UI

2019-01-09 Thread Guy Matz
Hi!  I'd like to add systems to a System Set using 'spacecmd ssm_add
HOSTNAME' command, then act on the SSM group using the UI . . .  is that
possible?  I need to use the UI because I need to create an action chain
for the group, which is apparently not possible to done in spacecmd . . .

Thanks,
Guy
___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Re: [Spacewalk-list] Tomcat failed to start properly or the installer ran out of tries

2019-01-09 Thread Wachauer Harald
Graeme, that was the trick……..
Just wondering why this cannot be found in any documentation…..
Thank you so much! ☺

Harald

Von: spacewalk-list-boun...@redhat.com  Im 
Auftrag von Graeme Fowler
Gesendet: Mittwoch, 9. Jänner 2019 14:48
An: spacewalk-list@redhat.com
Betreff: Re: [Spacewalk-list] Tomcat failed to start properly or the installer 
ran out of tries

I saw this recently; SELinux was preventing the application being run under 
Tomcat from connecting to the PostgreSQL database. Youll need the following:

setsebool -P tomcat_can_network_connect_db 1
spacewalk-service restart

You'll find the offending entries inside /var/log/audit/audit.log.

Graeme




On 09/01/2019, 13:07, 
"spacewalk-list-boun...@redhat.com on 
behalf of Peirce, Dean" 
mailto:spacewalk-list-boun...@redhat.com> on 
behalf of dean.pei...@cengage.com> wrote:

Same issue here

From: 
mailto:spacewalk-list-boun...@redhat.com>> 
on behalf of Wachauer Harald 
mailto:harald.wacha...@akm.at>>
Reply-To: "spacewalk-list@redhat.com" 
mailto:spacewalk-list@redhat.com>>
Date: Wednesday, January 9, 2019 at 7:03 AM
To: "spacewalk-list@redhat.com" 
mailto:spacewalk-list@redhat.com>>
Subject: Re: [Spacewalk-list] Tomcat failed to start properly or the installer 
ran out of tries

Sorry, Spacewalk 2.8 of course……

Von: 
spacewalk-list-boun...@redhat.com 
mailto:spacewalk-list-boun...@redhat.com>> 
Im Auftrag von Wachauer Harald
Gesendet: Mittwoch, 9. Jänner 2019 13:01
An: spacewalk-list@redhat.com
Betreff: [Spacewalk-list] Tomcat failed to start properly or the installer ran 
out of tries

Hi,

I have tried to install Spacewalk 2.0 on CentOS Linux release 7.6.1810 (Core) 
several times.
I have used this instructions:   
https://github.com/spacewalkproject/spacewalk/wiki/HowToInstall
After the setup I will get the message: Tomcat failed to start properly or the 
installer ran out of tries
Tomcat is running, but when I will try to open the Spacewalk page it took vey 
long and I will only get a black balk with the Spacewalk logo,
Rest of the page is white and I am not able to do anything….

I cannot find any solution, the only things I have tried is to downgrade c3p0:

Removed:
  c3p0.noarch 0:0.9.5-0.3.pre8.sw

Installed:
  c3p0.noarch 0:0.9.2.1-6.el7

The second hint I found is that the FQDN of the server has to be correct. I 
checked and it seems to be OK…..

Any help anyone.. ???

Thanks a lot, Harald



___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Re: [Spacewalk-list] Tomcat failed to start properly or the installer ran out of tries

2019-01-09 Thread Graeme Fowler
I saw this recently; SELinux was preventing the application being run under 
Tomcat from connecting to the PostgreSQL database. Youll need the following:

setsebool -P tomcat_can_network_connect_db 1
spacewalk-service restart

You'll find the offending entries inside /var/log/audit/audit.log.

Graeme




On 09/01/2019, 13:07, 
"spacewalk-list-boun...@redhat.com on 
behalf of Peirce, Dean" 
mailto:spacewalk-list-boun...@redhat.com> on 
behalf of dean.pei...@cengage.com> wrote:

Same issue here

From:  on behalf of Wachauer Harald 

Reply-To: "spacewalk-list@redhat.com" 
Date: Wednesday, January 9, 2019 at 7:03 AM
To: "spacewalk-list@redhat.com" 
Subject: Re: [Spacewalk-list] Tomcat failed to start properly or the installer 
ran out of tries

Sorry, Spacewalk 2.8 of course……

Von: spacewalk-list-boun...@redhat.com  Im 
Auftrag von Wachauer Harald
Gesendet: Mittwoch, 9. Jänner 2019 13:01
An: spacewalk-list@redhat.com
Betreff: [Spacewalk-list] Tomcat failed to start properly or the installer ran 
out of tries

Hi,

I have tried to install Spacewalk 2.0 on CentOS Linux release 7.6.1810 (Core) 
several times.
I have used this instructions:   
https://github.com/spacewalkproject/spacewalk/wiki/HowToInstall
After the setup I will get the message: Tomcat failed to start properly or the 
installer ran out of tries
Tomcat is running, but when I will try to open the Spacewalk page it took vey 
long and I will only get a black balk with the Spacewalk logo,
Rest of the page is white and I am not able to do anything….

I cannot find any solution, the only things I have tried is to downgrade c3p0:

Removed:
  c3p0.noarch 0:0.9.5-0.3.pre8.sw

Installed:
  c3p0.noarch 0:0.9.2.1-6.el7

The second hint I found is that the FQDN of the server has to be correct. I 
checked and it seems to be OK…..

Any help anyone.. ???

Thanks a lot, Harald



___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Re: [Spacewalk-list] Tomcat failed to start properly or the installer ran out of tries

2019-01-09 Thread Peirce, Dean
Same issue here

From:  on behalf of Wachauer Harald 

Reply-To: "spacewalk-list@redhat.com" 
Date: Wednesday, January 9, 2019 at 7:03 AM
To: "spacewalk-list@redhat.com" 
Subject: Re: [Spacewalk-list] Tomcat failed to start properly or the installer 
ran out of tries

Sorry, Spacewalk 2.8 of course……

Von: spacewalk-list-boun...@redhat.com  Im 
Auftrag von Wachauer Harald
Gesendet: Mittwoch, 9. Jänner 2019 13:01
An: spacewalk-list@redhat.com
Betreff: [Spacewalk-list] Tomcat failed to start properly or the installer ran 
out of tries

Hi,

I have tried to install Spacewalk 2.0 on CentOS Linux release 7.6.1810 (Core) 
several times.
I have used this instructions:   
https://github.com/spacewalkproject/spacewalk/wiki/HowToInstall
After the setup I will get the message: Tomcat failed to start properly or the 
installer ran out of tries
Tomcat is running, but when I will try to open the Spacewalk page it took vey 
long and I will only get a black balk with the Spacewalk logo,
Rest of the page is white and I am not able to do anything….

I cannot find any solution, the only things I have tried is to downgrade c3p0:

Removed:
  c3p0.noarch 0:0.9.5-0.3.pre8.sw

Installed:
  c3p0.noarch 0:0.9.2.1-6.el7

The second hint I found is that the FQDN of the server has to be correct. I 
checked and it seems to be OK…..

Any help anyone.. ???

Thanks a lot, Harald



___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

[Spacewalk-list] spacewalk-clone-by-date

2019-01-09 Thread Jérôme Meyer
Hi all,

I'm using the spacewalk-clone-by-date to create my dev/test/prod channels on 
spacewalk 2.8.
The first time that I ran this script, channels will be created and cloned all 
packages, that's normal.
Unfortunately the next time, only few packages will be added but not all. By 
example, I saw that the cronie-1.4.11-20 will not be transmitted (cloned) to my 
channel.

As anyone any idea about that? Do you using this command too? Is there a better 
solution?

Thanks and regards, J




smime.p7s
Description: S/MIME cryptographic signature
___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Re: [Spacewalk-list] Tomcat failed to start properly or the installer ran out of tries

2019-01-09 Thread Wachauer Harald
Sorry, Spacewalk 2.8 of course..

Von: spacewalk-list-boun...@redhat.com  Im 
Auftrag von Wachauer Harald
Gesendet: Mittwoch, 9. Jänner 2019 13:01
An: spacewalk-list@redhat.com
Betreff: [Spacewalk-list] Tomcat failed to start properly or the installer ran 
out of tries

Hi,

I have tried to install Spacewalk 2.0 on CentOS Linux release 7.6.1810 (Core) 
several times.
I have used this instructions:   
https://github.com/spacewalkproject/spacewalk/wiki/HowToInstall
After the setup I will get the message: Tomcat failed to start properly or the 
installer ran out of tries
Tomcat is running, but when I will try to open the Spacewalk page it took vey 
long and I will only get a black balk with the Spacewalk logo,
Rest of the page is white and I am not able to do anything

I cannot find any solution, the only things I have tried is to downgrade c3p0:

Removed:
  c3p0.noarch 0:0.9.5-0.3.pre8.sw

Installed:
  c3p0.noarch 0:0.9.2.1-6.el7

The second hint I found is that the FQDN of the server has to be correct. I 
checked and it seems to be OK.

Any help anyone.. ???

Thanks a lot, Harald



___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

[Spacewalk-list] Tomcat failed to start properly or the installer ran out of tries

2019-01-09 Thread Wachauer Harald
Hi,

I have tried to install Spacewalk 2.0 on CentOS Linux release 7.6.1810 (Core) 
several times.
I have used this instructions:   
https://github.com/spacewalkproject/spacewalk/wiki/HowToInstall
After the setup I will get the message: Tomcat failed to start properly or the 
installer ran out of tries
Tomcat is running, but when I will try to open the Spacewalk page it took vey 
long and I will only get a black balk with the Spacewalk logo,
Rest of the page is white and I am not able to do anything

I cannot find any solution, the only things I have tried is to downgrade c3p0:

Removed:
  c3p0.noarch 0:0.9.5-0.3.pre8.sw

Installed:
  c3p0.noarch 0:0.9.2.1-6.el7

The second hint I found is that the FQDN of the server has to be correct. I 
checked and it seems to be OK.

Any help anyone.. ???

Thanks a lot, Harald



___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

[Spacewalk-list] Spacewalk - Patching Log Files

2019-01-09 Thread p.cook...@bham.ac.uk
Good morning all

I've found that /var/log/yum.log, on client systems, isn't updated when 
patching RHEL 6/7 systems from a Spacewalk server (v2.8). I know details of 
patching activities can be found in the Schedule > Completed Actions or yum 
history, after the event, but is there any log on client or server that can be 
monitored from the command line actually during patching? It's just to monitor 
the patching activity, really, rather than a need to trace a problem or 
similar. If not, I presume that's because the details you see in Schedule > 
Actions are actually being directly written to the embedded PostgreSQL database?

Regards

Philip Cookson
Linux Administrator
IT Services
ERI Building
Edgbaston
Birmingham
B15 2TT

Tel: 0121 414 4731
Email: p.cook...@bham.ac.uk

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list