Re: [Spacewalk-list] Spacewalk - remote command option - rhncfg-actions RPM not found

2018-08-13 Thread Bruce Wainer
The server is case sensitive so you need to use
https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8-client/epel-7-$basearch/
(note client not CLIENT). in my systems I actually put
https://copr-be.cloud.fedoraproject.org/results/%40spacewalkproject/spacewalk-2.8-client/epel-7-x86_64/
since x64 is the only arch available for EPEL (as opposed to on fedora
where x86 is still built also, but I also specify x64 there since I don't
have any x86 fedora clients).

Bruce Wainer

On Tue, Aug 14, 2018 at 12:25 AM, Dave Thoms  wrote:

> I should have said I REPLACED the line in the spacewalk.repo.
>
>
>
> *From:* spacewalk-list-boun...@redhat.com  redhat.com> *On Behalf Of *Dave Thoms
> *Sent:* Monday, August 13, 2018 9:54 PM
>
> *To:* spacewalk-list@redhat.com
> *Subject:* Re: [Spacewalk-list] Spacewalk - remote command option -
> rhncfg-actions RPM not found
>
>
>
> I changed the spacewalk.repo file to add the
>
> https://copr-be.cloud.fedoraproject.org/results/@
> spacewalkproject/spacewalk-2.8-CLIENT/epel-7-$basearch/
>
>
>
> It still doesn’t work.
>
>
>
> Can you post the spacewalk client repo file?  You’d THINK something like
> this would be easy to find online, but you’d be wrong.  Looks like they
> moved from yum to dnf in the instructions.
>
>
>
>
>
> THANK YOU!!
>
>
>
> *From:* spacewalk-list-boun...@redhat.com  redhat.com> *On Behalf Of *Jose Hernandez
> *Sent:* Monday, August 13, 2018 4:12 PM
> *To:* spacewalk-list@redhat.com
> *Subject:* Re: [Spacewalk-list] Spacewalk - remote command option -
> rhncfg-actions RPM not found
>
>
>
> So I see what's going on. To clear the confusion, there's the spacewalk
> repo (server):
>
>
>
> https://copr-be.cloud.fedoraproject.org/results/@
> spacewalkproject/spacewalk-2.8/epel-7-$basearch/
>
>
>
> and the spacewalk client repo (clients):
>
>
>
> https://copr-be.cloud.fedoraproject.org/results/@
> spacewalkproject/spacewalk-2.8-client/epel-7-$basearch/
>
>
>
> The client repo is the one you need for rhncfg-actions.
>
>
>
> On Mon, Aug 13, 2018, 12:24 PM Dave Thoms  wrote:
>
> Sorry about the missing carriage returns:
> (the double spacing is not in the original file)
>
> [root@dev_1 yum.repos.d]# cat spacewalk.repo
>
> [spacewalk]
>
> name=Spacewalk
>
> baseurl=https://copr-be.cloud.fedoraproject.org/results/@
> spacewalkproject/spacewalk-2.8/epel-7-$basearch/
>
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-spacewalk-2.8
>
> enabled=1
>
> gpgcheck=1
>
> [root@dev_1 yum.repos.d]#
>
> -Original Message-
> From: spacewalk-list-boun...@redhat.com 
> On Behalf Of Dave Thoms
> Sent: Monday, August 13, 2018 11:17 AM
> To: spacewalk-list@redhat.com
> Subject: Re: [Spacewalk-list] Spacewalk - remote command option -
> rhncfg-actions RPM not found
>
> My repo file:
>
>
> [root@dev_1 yum.repos.d]# cat spacewalk.repo [spacewalk] name=Spacewalk
> baseurl=https://copr-be.cloud.fedoraproject.org/results/@
> spacewalkproject/spacewalk-2.8/epel-7-$basearch/
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-spacewalk-2.8
> 
> enabled=1
> gpgcheck=1
> [root@dev_1 yum.repos.d]#
>
> I have also done the 'yum clean all' -
>
>
> I've noticed another person has had this issue recently (posted more
> recently).  Is there a spacewalk.client.repo?
>
> -Original Message-
> From: spacewalk-list-boun...@redhat.com 
> On Behalf Of Graeme Fowler
> Sent: Saturday, August 11, 2018 11:43 AM
> To: spacewalk-list@redhat.com
> Subject: Re: [Spacewalk-list] Spacewalk - remote command option -
> rhncfg-actions RPM not found
>
> If I do the 'yum search rhncfg-actions' I get:
>
> > = N/S matched: rhncfg-actions
> > == python2-rhncfg-actions.noarch : Spacewalk
> > Configuration Client Actions rhncfg-actions.noarch : Spacewalk
> > Configuration Client Actions
>
> Is the repo enabled? Have you done a 'yum clean all' to force downloading
> metadata again?
>
> Graeme
>
> ___
> Spacewalk-list mailing list
> Spacewalk-list@redhat.com
> https://www.redhat.com/mailman/listinfo/spacewalk-list
> The information in this e-mail (including attachments, if any) is
> considered confidential and is intended only for the recipient(s) listed
> above. Any review, use, disclosure, distribution or copying of this e-mail
> is prohibited except by or on behalf of the intended recipient. If you have
> received this email in error, please notify me immediately by reply e-mail,
> delete this e-mail, and do not disclose its contents to anyone. Any
> opinions expressed in this e-mail are those of the individual and not
> necessarily the TruHearing group. Thank you.
>
> ___
> Spacewalk-list mailing list
> Spacewalk-list@redhat.com
> https://www.redhat.com/mailman/listinfo/spacewalk-list
> The information in this e-mail 

Re: [Spacewalk-list] Spacewalk - remote command option - rhncfg-actions RPM not found

2018-08-13 Thread Dave Thoms
I should have said I REPLACED the line in the spacewalk.repo.

From: spacewalk-list-boun...@redhat.com  On 
Behalf Of Dave Thoms
Sent: Monday, August 13, 2018 9:54 PM
To: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] Spacewalk - remote command option - 
rhncfg-actions RPM not found

I changed the spacewalk.repo file to add the
https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8-CLIENT/epel-7-$basearch/

It still doesn’t work.

Can you post the spacewalk client repo file?  You’d THINK something like this 
would be easy to find online, but you’d be wrong.  Looks like they moved from 
yum to dnf in the instructions.


THANK YOU!!

From: 
spacewalk-list-boun...@redhat.com 
mailto:spacewalk-list-boun...@redhat.com>> 
On Behalf Of Jose Hernandez
Sent: Monday, August 13, 2018 4:12 PM
To: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] Spacewalk - remote command option - 
rhncfg-actions RPM not found

So I see what's going on. To clear the confusion, there's the spacewalk repo 
(server):

https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8/epel-7-$basearch/

and the spacewalk client repo (clients):

https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8-client/epel-7-$basearch/

The client repo is the one you need for rhncfg-actions.

On Mon, Aug 13, 2018, 12:24 PM Dave Thoms 
mailto:dav...@truhearing.com>> wrote:
Sorry about the missing carriage returns:
(the double spacing is not in the original file)

[root@dev_1 yum.repos.d]# cat spacewalk.repo

[spacewalk]

name=Spacewalk

baseurl=https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8/epel-7-$basearch/

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-spacewalk-2.8

enabled=1

gpgcheck=1

[root@dev_1 yum.repos.d]#

-Original Message-
From: 
spacewalk-list-boun...@redhat.com 
mailto:spacewalk-list-boun...@redhat.com>> 
On Behalf Of Dave Thoms
Sent: Monday, August 13, 2018 11:17 AM
To: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] Spacewalk - remote command option - 
rhncfg-actions RPM not found

My repo file:


[root@dev_1 yum.repos.d]# cat spacewalk.repo [spacewalk] name=Spacewalk 
baseurl=https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8/epel-7-$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-spacewalk-2.8
enabled=1
gpgcheck=1
[root@dev_1 yum.repos.d]#

I have also done the 'yum clean all' -


I've noticed another person has had this issue recently (posted more recently). 
 Is there a spacewalk.client.repo?

-Original Message-
From: 
spacewalk-list-boun...@redhat.com 
mailto:spacewalk-list-boun...@redhat.com>> 
On Behalf Of Graeme Fowler
Sent: Saturday, August 11, 2018 11:43 AM
To: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] Spacewalk - remote command option - 
rhncfg-actions RPM not found

If I do the 'yum search rhncfg-actions' I get:

> = N/S matched: rhncfg-actions
> == python2-rhncfg-actions.noarch : Spacewalk
> Configuration Client Actions rhncfg-actions.noarch : Spacewalk
> Configuration Client Actions

Is the repo enabled? Have you done a 'yum clean all' to force downloading 
metadata again?

Graeme

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list
The information in this e-mail (including attachments, if any) is considered 
confidential and is intended only for the recipient(s) listed above. Any 
review, use, disclosure, distribution or copying of this e-mail is prohibited 
except by or on behalf of the intended recipient. If you have received this 
email in error, please notify me immediately by reply e-mail, delete this 
e-mail, and do not disclose its contents to anyone. Any opinions expressed in 
this e-mail are those of the individual and not necessarily the TruHearing 
group. Thank you.

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list
The information in this e-mail (including attachments, if any) is considered 
confidential and is intended only for the recipient(s) listed above. Any 
review, use, disclosure, distribution or copying of this e-mail is prohibited 
except by or on behalf of the intended recipient. If you have received this 
email in error, please notify me immediately by reply e-mail, delete this 
e-mail, and do not disclose its contents to 

Re: [Spacewalk-list] Spacewalk - remote command option - rhncfg-actions RPM not found

2018-08-13 Thread Dave Thoms
I changed the spacewalk.repo file to add the
https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8-CLIENT/epel-7-$basearch/

It still doesn’t work.

Can you post the spacewalk client repo file?  You’d THINK something like this 
would be easy to find online, but you’d be wrong.  Looks like they moved from 
yum to dnf in the instructions.


THANK YOU!!

From: spacewalk-list-boun...@redhat.com  On 
Behalf Of Jose Hernandez
Sent: Monday, August 13, 2018 4:12 PM
To: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] Spacewalk - remote command option - 
rhncfg-actions RPM not found

So I see what's going on. To clear the confusion, there's the spacewalk repo 
(server):

https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8/epel-7-$basearch/

and the spacewalk client repo (clients):

https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8-client/epel-7-$basearch/

The client repo is the one you need for rhncfg-actions.

On Mon, Aug 13, 2018, 12:24 PM Dave Thoms 
mailto:dav...@truhearing.com>> wrote:
Sorry about the missing carriage returns:
(the double spacing is not in the original file)

[root@dev_1 yum.repos.d]# cat spacewalk.repo

[spacewalk]

name=Spacewalk

baseurl=https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8/epel-7-$basearch/

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-spacewalk-2.8

enabled=1

gpgcheck=1

[root@dev_1 yum.repos.d]#

-Original Message-
From: 
spacewalk-list-boun...@redhat.com 
mailto:spacewalk-list-boun...@redhat.com>> 
On Behalf Of Dave Thoms
Sent: Monday, August 13, 2018 11:17 AM
To: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] Spacewalk - remote command option - 
rhncfg-actions RPM not found

My repo file:


[root@dev_1 yum.repos.d]# cat spacewalk.repo [spacewalk] name=Spacewalk 
baseurl=https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8/epel-7-$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-spacewalk-2.8
enabled=1
gpgcheck=1
[root@dev_1 yum.repos.d]#

I have also done the 'yum clean all' -


I've noticed another person has had this issue recently (posted more recently). 
 Is there a spacewalk.client.repo?

-Original Message-
From: 
spacewalk-list-boun...@redhat.com 
mailto:spacewalk-list-boun...@redhat.com>> 
On Behalf Of Graeme Fowler
Sent: Saturday, August 11, 2018 11:43 AM
To: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] Spacewalk - remote command option - 
rhncfg-actions RPM not found

If I do the 'yum search rhncfg-actions' I get:

> = N/S matched: rhncfg-actions
> == python2-rhncfg-actions.noarch : Spacewalk
> Configuration Client Actions rhncfg-actions.noarch : Spacewalk
> Configuration Client Actions

Is the repo enabled? Have you done a 'yum clean all' to force downloading 
metadata again?

Graeme

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list
The information in this e-mail (including attachments, if any) is considered 
confidential and is intended only for the recipient(s) listed above. Any 
review, use, disclosure, distribution or copying of this e-mail is prohibited 
except by or on behalf of the intended recipient. If you have received this 
email in error, please notify me immediately by reply e-mail, delete this 
e-mail, and do not disclose its contents to anyone. Any opinions expressed in 
this e-mail are those of the individual and not necessarily the TruHearing 
group. Thank you.

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list
The information in this e-mail (including attachments, if any) is considered 
confidential and is intended only for the recipient(s) listed above. Any 
review, use, disclosure, distribution or copying of this e-mail is prohibited 
except by or on behalf of the intended recipient. If you have received this 
email in error, please notify me immediately by reply e-mail, delete this 
e-mail, and do not disclose its contents to anyone. Any opinions expressed in 
this e-mail are those of the individual and not necessarily the TruHearing 
group. Thank you.

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list
The information in this e-mail (including attachments, if any) is considered 
confidential and 

Re: [Spacewalk-list] Spacewalk - remote command option - rhncfg-actions RPM not found

2018-08-13 Thread Jose Hernandez
So I see what's going on. To clear the confusion, there's the spacewalk
repo (server):

https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8/epel-7-$basearch/

and the spacewalk client repo (clients):

https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8-client/epel-7-$basearch/

The client repo is the one you need for rhncfg-actions.

On Mon, Aug 13, 2018, 12:24 PM Dave Thoms  wrote:

> Sorry about the missing carriage returns:
> (the double spacing is not in the original file)
>
> [root@dev_1 yum.repos.d]# cat spacewalk.repo
>
> [spacewalk]
>
> name=Spacewalk
>
> baseurl=
> https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8/epel-7-$basearch/
>
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-spacewalk-2.8
>
> enabled=1
>
> gpgcheck=1
>
> [root@dev_1 yum.repos.d]#
>
> -Original Message-
> From: spacewalk-list-boun...@redhat.com 
> On Behalf Of Dave Thoms
> Sent: Monday, August 13, 2018 11:17 AM
> To: spacewalk-list@redhat.com
> Subject: Re: [Spacewalk-list] Spacewalk - remote command option -
> rhncfg-actions RPM not found
>
> My repo file:
>
>
> [root@dev_1 yum.repos.d]# cat spacewalk.repo [spacewalk] name=Spacewalk
> baseurl=
> https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8/epel-7-$basearch/
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-spacewalk-2.8
> 
> enabled=1
> gpgcheck=1
> [root@dev_1 yum.repos.d]#
>
> I have also done the 'yum clean all' -
>
>
> I've noticed another person has had this issue recently (posted more
> recently).  Is there a spacewalk.client.repo?
>
> -Original Message-
> From: spacewalk-list-boun...@redhat.com 
> On Behalf Of Graeme Fowler
> Sent: Saturday, August 11, 2018 11:43 AM
> To: spacewalk-list@redhat.com
> Subject: Re: [Spacewalk-list] Spacewalk - remote command option -
> rhncfg-actions RPM not found
>
> If I do the 'yum search rhncfg-actions' I get:
>
> > = N/S matched: rhncfg-actions
> > == python2-rhncfg-actions.noarch : Spacewalk
> > Configuration Client Actions rhncfg-actions.noarch : Spacewalk
> > Configuration Client Actions
>
> Is the repo enabled? Have you done a 'yum clean all' to force downloading
> metadata again?
>
> Graeme
>
> ___
> Spacewalk-list mailing list
> Spacewalk-list@redhat.com
> https://www.redhat.com/mailman/listinfo/spacewalk-list
> The information in this e-mail (including attachments, if any) is
> considered confidential and is intended only for the recipient(s) listed
> above. Any review, use, disclosure, distribution or copying of this e-mail
> is prohibited except by or on behalf of the intended recipient. If you have
> received this email in error, please notify me immediately by reply e-mail,
> delete this e-mail, and do not disclose its contents to anyone. Any
> opinions expressed in this e-mail are those of the individual and not
> necessarily the TruHearing group. Thank you.
>
> ___
> Spacewalk-list mailing list
> Spacewalk-list@redhat.com
> https://www.redhat.com/mailman/listinfo/spacewalk-list
> The information in this e-mail (including attachments, if any) is
> considered confidential and is intended only for the recipient(s) listed
> above. Any review, use, disclosure, distribution or copying of this e-mail
> is prohibited except by or on behalf of the intended recipient. If you have
> received this email in error, please notify me immediately by reply e-mail,
> delete this e-mail, and do not disclose its contents to anyone. Any
> opinions expressed in this e-mail are those of the individual and not
> necessarily the TruHearing group. Thank you.
>
> ___
> Spacewalk-list mailing list
> Spacewalk-list@redhat.com
> https://www.redhat.com/mailman/listinfo/spacewalk-list
>
___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Re: [Spacewalk-list] server says client should be updated, but nothing happens

2018-08-13 Thread David Rock

> On Aug 13, 2018, at 16:09, Guy Matz  wrote:
> 
> Hi!  In the Spacewalk UI I see:
> Software Updates AvailablePackages: 6
> 
> rhnsd is running on the client but the client does not get updated.  Running 
> 'yum update' on the client would get it to update, but I think rhnsd is 
> supposed to take care of this for me . . .  

No. That’s not what rhnsd does.  That just checks into the environment and 
looks for tasks that have been assigned to the client; it doesn’t automatically 
apply anything.  You have to explicitly schedule tasks so when rhnsd connects, 
it runs the tasks that are waiting for it.

> what do I need to do to have the client automatically update?

Short of putting something in cron, not much.  You might be able to create a 
scheduled event, or use the API to set up a task that the client will pick up.

> One more question:  Is it possible to have a post-update script run?

You could set up a remote execution script as a wrapper that runs your yum 
update and then afterward have it run something else.  I have often used that 
and applied to a group of systems under SSM in satellite.


— 
David Rock
da...@graniteweb.com





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

[Spacewalk-list] server says client should be updated, but nothing happens

2018-08-13 Thread Guy Matz
Hi!  In the Spacewalk UI I see:
Software Updates Available*Packages:
*
6

rhnsd is running on the client but the client does not get updated.
Running 'yum update' on the client would get it to update, but I think
rhnsd is supposed to take care of this for me . . .  what do I need to do
to have the client automatically update?

One more question:  Is it possible to have a post-update script run?

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

Re: [Spacewalk-list] Spacewalk - remote command option - rhncfg-actions RPM not found

2018-08-13 Thread Dave Thoms
Sorry about the missing carriage returns:
(the double spacing is not in the original file)

[root@dev_1 yum.repos.d]# cat spacewalk.repo

[spacewalk]

name=Spacewalk

baseurl=https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8/epel-7-$basearch/

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-spacewalk-2.8

enabled=1

gpgcheck=1

[root@dev_1 yum.repos.d]#

-Original Message-
From: spacewalk-list-boun...@redhat.com  On 
Behalf Of Dave Thoms
Sent: Monday, August 13, 2018 11:17 AM
To: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] Spacewalk - remote command option - 
rhncfg-actions RPM not found

My repo file:


[root@dev_1 yum.repos.d]# cat spacewalk.repo [spacewalk] name=Spacewalk 
baseurl=https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8/epel-7-$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-spacewalk-2.8
enabled=1
gpgcheck=1
[root@dev_1 yum.repos.d]#

I have also done the 'yum clean all' -


I've noticed another person has had this issue recently (posted more recently). 
 Is there a spacewalk.client.repo?

-Original Message-
From: spacewalk-list-boun...@redhat.com  On 
Behalf Of Graeme Fowler
Sent: Saturday, August 11, 2018 11:43 AM
To: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] Spacewalk - remote command option - 
rhncfg-actions RPM not found

If I do the 'yum search rhncfg-actions' I get:

> = N/S matched: rhncfg-actions
> == python2-rhncfg-actions.noarch : Spacewalk
> Configuration Client Actions rhncfg-actions.noarch : Spacewalk
> Configuration Client Actions

Is the repo enabled? Have you done a 'yum clean all' to force downloading 
metadata again?

Graeme

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list
The information in this e-mail (including attachments, if any) is considered 
confidential and is intended only for the recipient(s) listed above. Any 
review, use, disclosure, distribution or copying of this e-mail is prohibited 
except by or on behalf of the intended recipient. If you have received this 
email in error, please notify me immediately by reply e-mail, delete this 
e-mail, and do not disclose its contents to anyone. Any opinions expressed in 
this e-mail are those of the individual and not necessarily the TruHearing 
group. Thank you.

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list
The information in this e-mail (including attachments, if any) is considered 
confidential and is intended only for the recipient(s) listed above. Any 
review, use, disclosure, distribution or copying of this e-mail is prohibited 
except by or on behalf of the intended recipient. If you have received this 
email in error, please notify me immediately by reply e-mail, delete this 
e-mail, and do not disclose its contents to anyone. Any opinions expressed in 
this e-mail are those of the individual and not necessarily the TruHearing 
group. Thank you.

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


Re: [Spacewalk-list] Spacewalk - remote command option - rhncfg-actions RPM not found

2018-08-13 Thread Dave Thoms
My repo file:


[root@dev_1 yum.repos.d]# cat spacewalk.repo
[spacewalk]
name=Spacewalk
baseurl=https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.8/epel-7-$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-spacewalk-2.8
enabled=1
gpgcheck=1
[root@dev_1 yum.repos.d]#

I have also done the 'yum clean all' -


I've noticed another person has had this issue recently (posted more recently). 
 Is there a spacewalk.client.repo?

-Original Message-
From: spacewalk-list-boun...@redhat.com  On 
Behalf Of Graeme Fowler
Sent: Saturday, August 11, 2018 11:43 AM
To: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] Spacewalk - remote command option - 
rhncfg-actions RPM not found

If I do the 'yum search rhncfg-actions' I get:

> = N/S matched: rhncfg-actions
> == python2-rhncfg-actions.noarch : Spacewalk
> Configuration Client Actions rhncfg-actions.noarch : Spacewalk
> Configuration Client Actions

Is the repo enabled? Have you done a 'yum clean all' to force downloading 
metadata again?

Graeme

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list
The information in this e-mail (including attachments, if any) is considered 
confidential and is intended only for the recipient(s) listed above. Any 
review, use, disclosure, distribution or copying of this e-mail is prohibited 
except by or on behalf of the intended recipient. If you have received this 
email in error, please notify me immediately by reply e-mail, delete this 
e-mail, and do not disclose its contents to anyone. Any opinions expressed in 
this e-mail are those of the individual and not necessarily the TruHearing 
group. Thank you.

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


Re: [Spacewalk-list] Spacewalk - remote command option - rhncfg-actions RPM lo not found

2018-08-13 Thread Jose Hernandez
Could you share the yum repo config for the repository where this package
lives?

On Sat, Aug 11, 2018, 5:41 PM Graeme Fowler  wrote:

> Yes, it is:
>
> [root@server #] yum info rhncfg-actions
> Installed Packages
> Name: rhncfg-actions
> Arch: noarch
> Version : 5.10.122
> Release : 1.el7.centos
> Size: 1.0 k
> Repo: installed
> >From repo   : spacewalk-client
> Summary : Spacewalk Configuration Client Actions
> URL : https://github.com/spacewalkproject/spacewalk
> Licence : GPLv2
> Description : The code required to run configuration actions scheduled via
> the
> : RHN Classic website or Red Hat Satellite or Spacewalk.
>
>
> See the 'From repo' section.
>
> Graeme
>
> 
> From: spacewalk-list-boun...@redhat.com 
> on behalf of Jose Hernandez 
> Sent: 11 August 2018 21:45
> To: spacewalk-list@redhat.com
> Subject: Re: [Spacewalk-list] Spacewalk - remote command option -
> rhncfg-actions RPM lo not found
>
> The package is simply not present in the spacewalk repos. This is not a
> client side configuration issue.
>
> On Aug 11, 2018 12:43 PM, "Graeme Fowler"  g.e.fow...@lboro.ac.uk>> wrote:
> If I do the 'yum search rhncfg-actions' I get:
>
> > = N/S matched: rhncfg-actions
> ==
> > python2-rhncfg-actions.noarch : Spacewalk Configuration Client Actions
> > rhncfg-actions.noarch : Spacewalk Configuration Client Actions
>
> Is the repo enabled? Have you done a 'yum clean all' to force downloading
> metadata again?
>
>
> Graeme
>
>
> ___
> Spacewalk-list mailing list
> Spacewalk-list@redhat.com
> https://www.redhat.com/mailman/listinfo/spacewalk-list
>
>
> ___
> Spacewalk-list mailing list
> Spacewalk-list@redhat.com
> https://www.redhat.com/mailman/listinfo/spacewalk-list
>
___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Re: [Spacewalk-list] Kickstart Import Error

2018-08-13 Thread Robert Paschedag
Am 13. August 2018 15:48:43 MESZ schrieb Raymond Setchfield 
:
>Hi all,
>
>I was wondering if you could assist with this import, and advise why it
>is
>possibly not working;
>
>:
>
>Long-form placeholders - ${}, $(), $[], etc. are not valid inside
>expressions. Use them in top-level $placeholders only.
>Line 303, column 45
>
>Line|Cheetah Code
>|-
>300 |sed -i 's/\#PermitEmptyPasswords no/PermitEmptyPasswords no/'
>${sshd_config} # CIS 5.2.9
>301 |sed -i 's/\#PermitUserEnvironment no/PermitUserEnvironment no/'
>${sshd_config} # CIS 5.2.10
>302 |
>303 |line_num=$(grep -n "^\# Ciphers and keying" ${sshd_config} | cut
>-d:
>-f1)
> ^
>304 |sed -i '${line_num} a MACs hmac-sha1-...@openssh.com,
>umac-64-...@openssh.com,umac-128-...@openssh.com,
>hmac-sha2-256-...@openssh.com,hmac-sha2-512-...@openssh.com,
>hmac-ripemd160-...@openssh.com,hmac-sha1,umac...@openssh.com,
>umac-...@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160'
>${sshd_config}  # CIS 5.2.12
>305 |sed -i '${line_num} a Ciphers aes128-ctr,aes192-ctr,aes256-ctr'
>${sshd_config}  # CIS 5.2.11
>306 |
>
>I have attached the kickstart for you to review if needed
>
>Thanks
>
>Ray

You need to escape the bash function ...
$(grep

Robert
-- 
sent from my mobile device

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


[Spacewalk-list] Fw: Aw: debian errata to spacewalk

2018-08-13 Thread Robert Paschedag
 

Sorry.copy and paste error.

 

The link to @phil site is http://www.devops-blog.net/

 

Look for spacewalk tags.

 

Robert

 


Gesendet: Montag, 13. August 2018 um 16:31 Uhr
Von: "Robert Paschedag" 
An: spacewalk-list@redhat.com
Cc: spacewalk-list@redhat.com
Betreff: Aw: [Spacewalk-list] debian errata to spacewalk



 

Based on the excellent work of @philicious (and others, of course) (see https://github.com/rpasche/spacewalk-scripts),

I was able to create several scripts to create erratas for debian.

 

See my repo (or @philicious) at https://github.com/rpasche/spacewalk-scripts (forked from @phil) or https://github.com/philicious/spacewalk-scripts

 

getDebianAnnouncements.py: This parses the HTML files from security.debian.com and saves them for later parsing

parseDebian.py: parses the announcements and creates one XML file with errata structure.

errata-import.py: uses the XML file to finally create "errata" within spacewalk and link the packages.

 

Edit: I just saw, that @phils repo is more up-to-date as I sent him my "debian" scripts so there is *one* repo with all

"debian/ubuntu" specific stuff.

 

Robert

 


Gesendet: Montag, 13. August 2018 um 15:30 Uhr
Von: "Andrei Popenta" 
An: spacewalk-list@redhat.com
Betreff: [Spacewalk-list] debian errata to spacewalk


Hi guys, 
 

I am interested to know what methods do you use to get debian errata into spacewalk.

 

I was relying on the xml and script provided by http://oserrata.atix.de/ and http://defs.steve-meier.de/ , but the xml hasn't been updated since 31st of May.

 

debian doesn't publish the package name in their DSA emails, so I was wondering how can I identify the right packages affected by security updates in order to write a script for errata import.

 

regards,

Andrei

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









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

Re: [Spacewalk-list] debian errata to spacewalk

2018-08-13 Thread Robert Paschedag
 

Based on the excellent work of @philicious (and others, of course) (see https://github.com/rpasche/spacewalk-scripts),

I was able to create several scripts to create erratas for debian.

 

See my repo (or @philicious) at https://github.com/rpasche/spacewalk-scripts (forked from @phil) or https://github.com/philicious/spacewalk-scripts

 

getDebianAnnouncements.py: This parses the HTML files from security.debian.com and saves them for later parsing

parseDebian.py: parses the announcements and creates one XML file with errata structure.

errata-import.py: uses the XML file to finally create "errata" within spacewalk and link the packages.

 

Edit: I just saw, that @phils repo is more up-to-date as I sent him my "debian" scripts so there is *one* repo with all

"debian/ubuntu" specific stuff.

 

Robert

 


Gesendet: Montag, 13. August 2018 um 15:30 Uhr
Von: "Andrei Popenta" 
An: spacewalk-list@redhat.com
Betreff: [Spacewalk-list] debian errata to spacewalk


Hi guys, 
 

I am interested to know what methods do you use to get debian errata into spacewalk.

 

I was relying on the xml and script provided by http://oserrata.atix.de/ and http://defs.steve-meier.de/ , but the xml hasn't been updated since 31st of May.

 

debian doesn't publish the package name in their DSA emails, so I was wondering how can I identify the right packages affected by security updates in order to write a script for errata import.

 

regards,

Andrei

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




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

Re: [Spacewalk-list] spacewalk24_client repos

2018-08-13 Thread jin
Hi
Any update ?

2018-08-09 15:47 GMT+03:00 jin :

> Lets make a fresh start.
>
> Hi
>
> i just notice that our spacewalk server can not get repository metadata
> (repomd.xml) files which belongs to spacewalk24_client under
> "uln://ol{5,6,7}_x86_64_spacewalk24_client"
> i just log in to "linux-update.oracle.com" and try to find that
> repositories under ol5, ol6 and ol7 but could not find anything.
>
> Are spacewalk24-client repositories retired or moved somewhere else ?
>
>
> --
> *There is no place like "/home"*
> *Tuco (Benedicto Pasifico Juan Maria) Ramirez*
>



-- 
*There is no place like "/home"*
*Tuco (Benedicto Pasifico Juan Maria) Ramirez*
___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

[Spacewalk-list] GPG for RPMs

2018-08-13 Thread Joaquin Henriquez
Hi,

I proceed to create a repo and then a channel.
On the Channel on the GPG section I put:
GPG key URL --> http://packages.elastic.co/GPG-KEY-elasticsearch

But then running yum upgrade on a client machine (I get the proper channel):
Dependencies Resolved

==
Package Arch 
Version  Repository 
   Size
==
Updating:
python-setuptools   noarch   
27.3.0-1 elasticseach_curator_4 
  480 k

Transaction Summary
==
Upgrade  1 Package

Total size: 480 k
Is this ok [y/d/N]: y
Downloading packages:
warning: 
/var/cache/yum/x86_64/7/elasticseach_curator_4/packages/python-setuptools-27.3.0-1.noarch.rpm:
 Header V4 RSA/SHA1 Signature, key ID d88e42b4: NOKEY


Public key for python-setuptools-27.3.0-1.noarch.rpm is not installed
___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

[Spacewalk-list] Kickstart Import Error

2018-08-13 Thread Raymond Setchfield
Hi all,

I was wondering if you could assist with this import, and advise why it is
possibly not working;

:

Long-form placeholders - ${}, $(), $[], etc. are not valid inside
expressions. Use them in top-level $placeholders only.
Line 303, column 45

Line|Cheetah Code
|-
300 |sed -i 's/\#PermitEmptyPasswords no/PermitEmptyPasswords no/'
${sshd_config} # CIS 5.2.9
301 |sed -i 's/\#PermitUserEnvironment no/PermitUserEnvironment no/'
${sshd_config} # CIS 5.2.10
302 |
303 |line_num=$(grep -n "^\# Ciphers and keying" ${sshd_config} | cut -d:
-f1)
 ^
304 |sed -i '${line_num} a MACs hmac-sha1-...@openssh.com,
umac-64-...@openssh.com,umac-128-...@openssh.com,
hmac-sha2-256-...@openssh.com,hmac-sha2-512-...@openssh.com,
hmac-ripemd160-...@openssh.com,hmac-sha1,umac...@openssh.com,
umac-...@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160'
${sshd_config}  # CIS 5.2.12
305 |sed -i '${line_num} a Ciphers aes128-ctr,aes192-ctr,aes256-ctr'
${sshd_config}  # CIS 5.2.11
306 |

I have attached the kickstart for you to review if needed

Thanks

Ray


kickstart.ks
Description: Binary data
___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

[Spacewalk-list] debian errata to spacewalk

2018-08-13 Thread Andrei Popenta
Hi guys,

I am interested to know what methods do you use to get debian errata into
spacewalk.

I was relying on the xml and script provided by http://oserrata.atix.de/
and http://defs.steve-meier.de/ , but the xml hasn't been updated since
31st of May.

debian doesn't publish the package name in their DSA emails, so I was
wondering how can I identify the right packages affected by security
updates in order to write a script for errata import.

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

[Spacewalk-list] Taskomatics Exception

2018-08-13 Thread Joaquin Henriquez
Hi Guys

Somethimes I get these error:

[spacewalk repo-sync-bunch]# pwd
/var/log/rhn/tasko/org1/repo-sync-bunch
[spacewalk repo-sync-bunch]# more repo-sync_143353_err
2018-08-13 12:03:28,211 [DefaultQuartzScheduler_Worker-7] ERROR 
com.redhat.rhn.taskomatic.task.RepoSyncTask  - Executing a task threw an 
exception: java.lang.IndexOutOfBo
undsException
2018-08-13 12:03:28,211 [DefaultQuartzScheduler_Worker-7] ERROR 
com.redhat.rhn.taskomatic.task.RepoSyncTask  - Message: Index: 0, Size: 0
2018-08-13 12:03:28,211 [DefaultQuartzScheduler_Worker-7] ERROR 
com.redhat.rhn.taskomatic.task.RepoSyncTask  - Cause: null
2018-08-13 12:03:28,212 [DefaultQuartzScheduler_Worker-7] ERROR 
com.redhat.rhn.taskomatic.task.RepoSyncTask  - Stack 
trace:java.lang.IndexOutOfBoundsException: Index: 0,
Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at 
com.redhat.rhn.taskomatic.task.RepoSyncTask.getSyncCommand(RepoSyncTask.java:81)
at 
com.redhat.rhn.taskomatic.task.RepoSyncTask.execute(RepoSyncTask.java:70)
at 
com.redhat.rhn.taskomatic.task.RhnJavaJob.execute(RhnJavaJob.java:88)
at com.redhat.rhn.taskomatic.TaskoJob.execute(TaskoJob.java:186)
at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
at 
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)

The error is pretty clear (Out of Bound Error) but where is it located and how 
to fix it?

I have the 2.8 version (latest patch)

BR

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