Re: [Spacewalk-list] Why there are two activation keys in my kickstart file ?

2021-02-05 Thread tommy
Anyway, thanks!

 

 

From: spacewalk-list-boun...@redhat.com  On 
Behalf Of Robert Paschedag
Sent: Friday, February 5, 2021 4:28 PM
To: spacewalk-list@redhat.com
Cc: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] Why there are two activation keys in my kickstart 
file ?

 

Sorry...I'm not the kickstart expertbut within other project to install 
some redhat servers

via spacewalk (or uyuni) ~ 1 year ago, I always had trouble with the "magic" 
kickstart snippets that were

included (maybe I always did something wrongdon't know).

 

We always uploaded our own kickstart files and this worked for us.

 

This is for now all I can say. Maybe you want to try this. But hopefully some 
other spacewalker can

give you a better advise here.

 

Robert

 

  

Gesendet: Freitag, 05. Februar 2021 um 08:57 Uhr
Von: "tommy" mailto:sz_cui...@163.com> >
An: spacewalk-list@redhat.com <mailto:spacewalk-list@redhat.com> 
Betreff: Re: [Spacewalk-list] Why there are two activation keys in my kickstart 
file ?

Anyone can help me ??

 

 

 

From: spacewalk-list-boun...@redhat.com 
<mailto:spacewalk-list-boun...@redhat.com>  mailto:spacewalk-list-boun...@redhat.com> > On Behalf Of tommy
Sent: Friday, February 5, 2021 12:02 PM
To: spacewalk-list@redhat.com <mailto:spacewalk-list@redhat.com> 
Subject: [Spacewalk-list] Why there are two activation keys in my kickstart 
file ?

 

Hi ,everyone:

 

This is part of the kickstart which is auto produced by spacewalk.

 

try:  # python 2

import xmlrpclib

except ImportError:  # python 3

import xmlrpc.client as xmlrpclib

import shutil

import sys

import os.path

 

try:

old_system_id = "/tmp/rhn/systemid"

new_system_id = "/mnt/sysimage/root/systemid.old"

tmp_key = "/mnt/sysimage/tmp/key"

 

new_keys = 
"1-fd833f6fb24dbd1f8807f36d434049a4,1-296a3f05d95aec9f804024a596acc810"

for key in new_keys.split(','):

if key.startswith('re-'):

sys.exit(0)

 

You can see that there are tow keys, but when I create the kickstart, I only 
choose one key(1-296a3f05d95aec9f804024a596acc810) just like below pic, and the 
other one(1-fd833f6fb24dbd1f8807f36d434049a4) does not exists in my spacewalk 
system.

 

But why the spacewalk produce such a kickstart file ? Why ?

 

Could you give me some explain ? 

 

Thanks.

 

 



___ Spacewalk-list mailing list 
Spacewalk-list@redhat.com <mailto: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] Why there are two activation keys in my kickstart file ?

2021-02-04 Thread tommy
Anyone can help me ??

 

 

 

From: spacewalk-list-boun...@redhat.com 
On Behalf Of tommy
Sent: Friday, February 5, 2021 12:02 PM
To: spacewalk-list@redhat.com
Subject: [Spacewalk-list] Why there are two activation keys in my kickstart
file ?

 

Hi ,everyone:

 

This is part of the kickstart which is auto produced by spacewalk.

 

try:  # python 2

import xmlrpclib

except ImportError:  # python 3

import xmlrpc.client as xmlrpclib

import shutil

import sys

import os.path

 

try:

old_system_id = "/tmp/rhn/systemid"

new_system_id = "/mnt/sysimage/root/systemid.old"

tmp_key = "/mnt/sysimage/tmp/key"

 

new_keys =
"1-fd833f6fb24dbd1f8807f36d434049a4,1-296a3f05d95aec9f804024a596acc810"

for key in new_keys.split(','):

if key.startswith('re-'):

sys.exit(0)

 

You can see that there are tow keys, but when I create the kickstart, I only
choose one key(1-296a3f05d95aec9f804024a596acc810) just like below pic, and
the other one(1-fd833f6fb24dbd1f8807f36d434049a4) does not exists in my
spacewalk system.

 

But why the spacewalk produce such a kickstart file ? Why ?

 

Could you give me some explain ? 

 

Thanks.

 

 



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

[Spacewalk-list] Why there are two activation keys in my kickstart file ?

2021-02-04 Thread tommy
Hi ,everyone:

 

This is part of the kickstart which is auto produced by spacewalk.

 

try:  # python 2

import xmlrpclib

except ImportError:  # python 3

import xmlrpc.client as xmlrpclib

import shutil

import sys

import os.path

 

try:

old_system_id = "/tmp/rhn/systemid"

new_system_id = "/mnt/sysimage/root/systemid.old"

tmp_key = "/mnt/sysimage/tmp/key"

 

new_keys =
"1-fd833f6fb24dbd1f8807f36d434049a4,1-296a3f05d95aec9f804024a596acc810"

for key in new_keys.split(','):

if key.startswith('re-'):

sys.exit(0)

 

You can see that there are tow keys, but when I create the kickstart, I only
choose one key(1-296a3f05d95aec9f804024a596acc810) just like below pic, and
the other one(1-fd833f6fb24dbd1f8807f36d434049a4) does not exists in my
spacewalk system.

 

But why the spacewalk produce such a kickstart file ? Why ?

 

Could you give me some explain ? 

 

Thanks.

 

 



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

[Spacewalk-list] Why am I getting an "Invalid function call attempted" when trying to update package on remote managed server ?

2021-02-03 Thread tommy
Hi: why ?

 

*   Summary:

Package Install scheduled by admin

*   Details:

This action will be executed after 2/3/21 12:00:00 AM AWST
This action's status is: Failed.
The client picked up this action on 2/3/21 4:28 PM
The client completed this action on 2/3/21 4:28 PM
Client execution returned "Invalid function call attempted" (code 6)

Packages Scheduled:



*   libzstd-1.4.5-3.el7.x86_64

*   Time:

2/3/21 12:00:00 AM AWST

*   Reschedule:

This history event was caused by a failed scheduled action.
If you have corrected the problem, you may reschedule the action below.

 

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

Re: [Spacewalk-list] [External] : ERROR: Invalid severity: Na

2021-02-02 Thread tommy
OK, thank you!

 

 

From: spacewalk-list-boun...@redhat.com  On 
Behalf Of Avi Miller
Sent: Tuesday, February 2, 2021 12:06 PM
To: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] [External] : ERROR: Invalid severity: Na

 

It's an error in our errata metadata. If you have Oracle VM support, please 
open an SR with Oracle so it can be fixed.

 

From: mailto:spacewalk-list-boun...@redhat.com> > on behalf of tommy 
mailto:sz_cui...@163.com> >
Reply to: "spacewalk-list@redhat.com <mailto:spacewalk-list@redhat.com> " 
mailto:spacewalk-list@redhat.com> >
Date: Tuesday, 2 February 2021 at 1:57 pm
To: "spacewalk-list@redhat.com <mailto:spacewalk-list@redhat.com> " 
mailto:spacewalk-list@redhat.com> >
Subject: [External] : [Spacewalk-list] ERROR: Invalid severity: Na

 

Why the sync step always raise this error:

 

 

 

2021/02/01 02:26:34 +08:00   Processing repository with URL: 
https://yum.oracle.com/repo/OracleVM/OVM3/34_latest/x86_64

2021/02/01 02:28:18 +08:00 Packages in repo:  2499

2021/02/01 02:28:22 +08:00 No new packages to sync.

2021/02/01 02:28:22 +08:00

2021/02/01 02:28:22 +08:00   Errata in repo: 623.

2021/02/01 02:28:25 +08:00 Syncing 623 new errata to channel.

2021/02/01 02:28:28 +08:00 ERROR: Invalid severity: Na

2021/02/01 02:28:28 +08:00 ERROR: Invalid severity: Na

2021/02/01 02:28:28 +08:00 Sync of channel completed in 0:02:02.

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

[Spacewalk-list] ERROR: Invalid severity: Na

2021-02-01 Thread tommy
Why the sync step always raise this error:

 

 

 

2021/02/01 02:26:34 +08:00   Processing repository with URL:
https://yum.oracle.com/repo/OracleVM/OVM3/34_latest/x86_64

2021/02/01 02:28:18 +08:00 Packages in repo:  2499

2021/02/01 02:28:22 +08:00 No new packages to sync.

2021/02/01 02:28:22 +08:00

2021/02/01 02:28:22 +08:00   Errata in repo: 623.

2021/02/01 02:28:25 +08:00 Syncing 623 new errata to channel.

2021/02/01 02:28:28 +08:00 ERROR: Invalid severity: Na

2021/02/01 02:28:28 +08:00 ERROR: Invalid severity: Na

2021/02/01 02:28:28 +08:00 Sync of channel completed in 0:02:02.

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

Re: [Spacewalk-list] Why cannot install rpm from spacewalk server ?

2021-02-01 Thread tommy
c3535911dcd033b913c4dfa37c/python2-spacewalk-usix-2.10.1-1.el7.noarch.rpm')

[Mon Feb 01 22:25:02.029766 2021] [:error] [pid 9347] Spacewalk 9347 2021/02/01 
22:25:02 +08:00: ('Package not found', 
'/var/satellite/redhat/1/36b/rhn-check/2.10.10-1.0.4.el7/noarch/36b3af898d75f3fa03f150e694840af3715b20fb68aff0d68b0e709d904d5821/rhn-check-2.10.10-1.0.4.el7.noarch.rpm')

[Mon Feb 01 22:25:02.112355 2021] [:error] [pid 9349] Spacewalk 9349 2021/02/01 
22:25:02 +08:00: ('Package not found', 
'/var/satellite/redhat/1/36b/rhn-check/2.10.10-1.0.4.el7/noarch/36b3af898d75f3fa03f150e694840af3715b20fb68aff0d68b0e709d904d5821/rhn-check-2.10.10-1.0.4.el7.noarch.rpm')

[Mon Feb 01 22:25:02.129917 2021] [:error] [pid 9726] Spacewalk 9726 2021/02/01 
22:25:02 +08:00: ('Package not found', 
'/var/satellite/redhat/1/34b/rhn-client-tools/2.10.10-1.0.4.el7/noarch/34b6a23be9a83be4f0c807d39689989cf54e2c6f8027839639973e69d832b447/rhn-client-tools-2.10.10-1.0.4.el7.noarch.rpm')

[Mon Feb 01 22:25:02.205671 2021] [:error] [pid 9342] Spacewalk 9342 2021/02/01 
22:25:02 +08:00: ('Package not found', 
'/var/satellite/redhat/1/34b/rhn-client-tools/2.10.10-1.0.4.el7/noarch/34b6a23be9a83be4f0c807d39689989cf54e2c6f8027839639973e69d832b447/rhn-client-tools-2.10.10-1.0.4.el7.noarch.rpm')

[Mon Feb 01 22:25:02.223130 2021] [:error] [pid 9647] Spacewalk 9647 2021/02/01 
22:25:02 +08:00: ('Package not found', 
'/var/satellite/redhat/1/43c/rhn-setup/2.10.10-1.0.4.el7/noarch/43c297b9fe7b4fd49164ad287722400d6c0453532b43fe99e7ca31f8e209622e/rhn-setup-2.10.10-1.0.4.el7.noarch.rpm')

[Mon Feb 01 22:25:02.292854 2021] [:error] [pid 9348] Spacewalk 9348 2021/02/01 
22:25:02 +08:00: ('Package not found', 
'/var/satellite/redhat/1/43c/rhn-setup/2.10.10-1.0.4.el7/noarch/43c297b9fe7b4fd49164ad287722400d6c0453532b43fe99e7ca31f8e209622e/rhn-setup-2.10.10-1.0.4.el7.noarch.rpm')

[Mon Feb 01 22:25:02.312490 2021] [:error] [pid 9341] Spacewalk 9341 2021/02/01 
22:25:02 +08:00: ('Package not found', 
'/var/satellite/redhat/1/158/spacewalk-usix/2.10.1-1.el7/noarch/15873e551e0972506cd1033866cb5a8f1b1ae9044168a79e4ad38a2f359263ef/spacewalk-usix-2.10.1-1.el7.noarch.rpm')

[Mon Feb 01 22:25:02.391041 2021] [:error] [pid 9347] Spacewalk 9347 2021/02/01 
22:25:02 +08:00: ('Package not found', 
'/var/satellite/redhat/1/158/spacewalk-usix/2.10.1-1.el7/noarch/15873e551e0972506cd1033866cb5a8f1b1ae9044168a79e4ad38a2f359263ef/spacewalk-usix-2.10.1-1.el7.noarch.rpm')

 

 

But the file is :

 

[root@olms1 httpd]# ls -l 
/var/satellite/rhn/comps/oraclelinux7-x86_64/bbe5fe5a8fc06e1d34af14daa449db87f7fc3755-comps.xml

-rwxr-x---. 1 apache apache 675777 Feb  1 01:25 
/var/satellite/rhn/comps/oraclelinux7-x86_64/bbe5fe5a8fc06e1d34af14daa449db87f7fc3755-comps.xml

[root@olms1 httpd]#

[root@olms1 httpd]#

 

And the rpm file is here:

[root@olms1 httpd]# ls -l 
/var/satellite/redhat/1/89c/jabberpy/0.5-0.27.el7/noarch/89ca8642a33947eff64e9a0471dd902058dfe1e9403cb2c756cd72afe53c4b1b/jabberpy-0.5-0.27.el7.noarch.rpm

-rw-r--r--. 1 root root 71144 Aug 14  2014 
/var/satellite/redhat/1/89c/jabberpy/0.5-0.27.el7/noarch/89ca8642a33947eff64e9a0471dd902058dfe1e9403cb2c756cd72afe53c4b1b/jabberpy-0.5-0.27.el7.noarch.rpm

[root@olms1 httpd]#

 

 

 

 

From: spacewalk-list-boun...@redhat.com  On 
Behalf Of Andreas Dijkman
Sent: Monday, February 1, 2021 10:08 PM
To:  
Subject: Re: [Spacewalk-list] Why cannot install rpm from spacewalk server ?

 

How about the error log of apache? Usually the explanation of the error is 
written into the error-log-file of Apache. 





On 1 Feb 2021, at 14:31, tommy mailto:sz_cui...@163.com> > 
wrote:

 

The user apache can caacess the file:

 

 

[root@olms1 ~]# ls -l 
/var/satellite/redhat/1/56b/python2-osad/5.11.110-1.el7/noarch/56b67101a58dbd01318b3a6baf5e1d578d0960cba3aaf6fbd4d24add1eed60d8/python2-osad-5.11.110-1.el7.noarch.rpm

-rw-r--r--. 1 root root 31896 Mar 17  2020 
/var/satellite/redhat/1/56b/python2-osad/5.11.110-1.el7/noarch/56b67101a58dbd01318b3a6baf5e1d578d0960cba3aaf6fbd4d24add1eed60d8/python2-osad-5.11.110-1.el7.noarch.rpm

[root@olms1 ~]#

[root@olms1 ~]#

[root@olms1 ~]#

[root@olms1 ~]# su - apache

Last login: Mon Feb  1 21:13:50 CST 2021 on pts/0

-bash-4.2$

-bash-4.2$

-bash-4.2$

-bash-4.2$ cd 
/var/satellite/redhat/1/56b/python2-osad/5.11.110-1.el7/noarch/56b67101a58dbd01318b3a6baf5e1d578d0960cba3aaf6fbd4d24add1eed60d8

-bash-4.2$

-bash-4.2$

-bash-4.2$

-bash-4.2$ ls -l

total 36

-rw-r--r--. 1 root root 31896 Mar 17  2020 
python2-osad-5.11.110-1.el7.noarch.rpm

-bash-4.2$

-bash-4.2$

 

 

The ssl_access_log is:

 

 

192.168.10.135 - - [01/Feb/2021:21:22:17 +0800] "POST /XMLRPC HTTP/1.1" 200 163

192.168.10.135 - - [01/Feb/2021:21:22:18 +0800] "POST /XMLRPC HTTP/1.1" 200 768

192.168.10.135 - - [01/Feb/2021:21:22:18 +0800] "POST /XMLRPC

Re: [Spacewalk-list] Why cannot install rpm from spacewalk server ?

2021-02-01 Thread tommy
ed in the webserver access-logging and error-logging? How about 
AVC-errors in audit-log?

The error points in the direction that the webserver cannot read the file or 
the file isn’t available. Have a look in 
/var/satellite/redhat/1/56b/python2-osad/5.11.110-1.el7/noarch/56b67101a58dbd01318b3a6baf5e1d578d0960cba3aaf6fbd4d24add1eed60d8/python2-osad-5.11.110-1.el7.noarch.rpm
 to check if the file exists and the user apache can access the file.

Regards,


Andreas Dijkman





On 1 Feb 2021, at 11:39, tommy mailto:sz_cui...@163.com> > 
wrote:

 

And the download button of any package is disabled:

 



 

From:  <mailto:spacewalk-list-boun...@redhat.com> 
spacewalk-list-boun...@redhat.com < <mailto:spacewalk-list-boun...@redhat.com> 
spacewalk-list-boun...@redhat.com> On Behalf Of tommy
Sent: Monday, February 1, 2021 4:49 PM
To: Spacewalk-list@redhat.com <mailto:Spacewalk-list@redhat.com> 
Subject: [Spacewalk-list] Why cannot install rpm from spacewalk server ?

 

1. I have installed the spacewalk server and created the channel and synced 
the local with the internet.

 

2. I have create the channel and registerd the channel from the client. 
Then I install some software using yum:

 

[root@olms1 ~]# yum repolist

Loaded plugins: rhnplugin

This system is receiving updates from Spacewalk server.

repo id
repo name  
status

ol7_oracle-linux-manager210_client 
ol7_oracle-linux-manager210_client  
   58

oraclelinux7-x86_64
Oracle_Linux_7 
30,595

repolist: 30,653

[root@olms1 ~]#

[root@olms1 ~]#

[root@olms1 ~]# yum search osad

Loaded plugins: rhnplugin

This system is receiving updates from Spacewalk server.

 N/S 
matched: osad 
=

osad.noarch : Open Source Architecture Daemon

python2-osad.noarch : Open Source Architecture Daemon

 

  Name and summary matches only, use "search all" for everything.

[root@olms1 ~]#

[root@olms1 ~]# yum install osad

Loaded plugins: rhnplugin

This system is receiving updates from Spacewalk server.

Resolving Dependencies

--> Running transaction check

---> Package osad.noarch 0:5.11.110-1.el7 will be installed

--> Processing Dependency: python2-osad = 5.11.110-1.el7 for package: 
osad-5.11.110-1.el7.noarch

--> Running transaction check

---> Package python2-osad.noarch 0:5.11.110-1.el7 will be installed

--> Finished Dependency Resolution

 

Dependencies Resolved

 



Package   ArchVersion   
 Repository   
Size



Installing:

osad  noarch  5.11.110-1.el7
 ol7_oracle-linux-manager210_client   
23 k

Installing for dependencies:

python2-osad  noarch  5.11.110-1.el7
 ol7_oracle-linux-manager210_client   
31 k

 

Transaction Summary



Install  1 Package (+1 Dependent package)

 

Total download size: 54 k

Installed size: 97 k

Is this ok [y/d/N]: y

Downloading packages:

No Presto metadata available for ol7_oracle-linux-manager210_client

 

 

Error downloading packages:

  python2-osad-5.11.110-1.el7.noarch: failed to retrieve 
getPackage/python2-osad-5.11.110-1.el7.noarch.rpm from 
ol7_oracle-linux-manager210_client

error was [Errno 14] HTTPS Error 404 - Not Found

  osad-5.11.110-1.el7.noarch: failed to retrieve 
getPackage/osad-5.11.110-1.el7.noarch.rpm from 
ol7_oracle-linux-manager210_client

error was [Errno 14] HTTPS Error 404 - Not Found

 

 

3. But the files are all on the server:

 


Details


Description:

Python 2 specific files for osad

Package Architecture:

noarch

Available Architectures:

noarch

Available From:

 <https://192.168.10.113/rhn/channels/ChannelDetail.do?cid=142> 
ol7_oracle-linux-manager210_client

Vendor:

Oracle America

Signing Key:

72f97b74ec551f03

SHA256sum:

56b67101a58dbd01318b3

Re: [Spacewalk-list] Why cannot install rpm from spacewalk server ?

2021-02-01 Thread tommy
[root@testol7 ~]# wget 
https://olms1.tltd.com/XMLRPC/GET-REQ/oraclelinux7-x86_64/repodata/repomd.xml

--2021-02-01 21:41:44--  
https://olms1.tltd.com/XMLRPC/GET-REQ/oraclelinux7-x86_64/repodata/repomd.xml

Resolving olms1.tltd.com (olms1.tltd.com)... 192.168.10.113

Connecting to olms1.tltd.com (olms1.tltd.com)|192.168.10.113|:443... connected.

ERROR: cannot verify olms1.tltd.com's certificate, issued by 
‘/C=CN/ST=gd/L=sz/O=tltd/OU=olms1.tltd.com/CN=olms1.tltd.com’:

  Unable to locally verify the issuer's authority.

To connect to olms1.tltd.com insecurely, use `--no-check-certificate'.

[root@testol7 ~]#

[root@testol7 ~]#

[root@testol7 ~]#

[root@testol7 ~]# wget --certificate=/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT  
https://olms1.tltd.com/XMLRPC/GET-REQ/oraclelinux7-x86_64/repodata/repomd.xml

--2021-02-01 21:41:49--  
https://olms1.tltd.com/XMLRPC/GET-REQ/oraclelinux7-x86_64/repodata/repomd.xml

OpenSSL: error:0906D06C:PEM routines:PEM_read_bio:no start line

OpenSSL: error:140B0009:SSL routines:SSL_CTX_use_PrivateKey_file:PEM lib

Disabling SSL due to encountered errors.

[root@testol7 ~]#

 

 

 

 

 

 

 

 

From: tommy  
Sent: Monday, February 1, 2021 9:32 PM
To: 'spacewalk-list@redhat.com' 
Subject: RE: [Spacewalk-list] Why cannot install rpm from spacewalk server ?

 

The user apache can caacess the file:

 

 

[root@olms1 ~]# ls -l 
/var/satellite/redhat/1/56b/python2-osad/5.11.110-1.el7/noarch/56b67101a58dbd01318b3a6baf5e1d578d0960cba3aaf6fbd4d24add1eed60d8/python2-osad-5.11.110-1.el7.noarch.rpm

-rw-r--r--. 1 root root 31896 Mar 17  2020 
/var/satellite/redhat/1/56b/python2-osad/5.11.110-1.el7/noarch/56b67101a58dbd01318b3a6baf5e1d578d0960cba3aaf6fbd4d24add1eed60d8/python2-osad-5.11.110-1.el7.noarch.rpm

[root@olms1 ~]#

[root@olms1 ~]#

[root@olms1 ~]#

[root@olms1 ~]# su - apache

Last login: Mon Feb  1 21:13:50 CST 2021 on pts/0

-bash-4.2$

-bash-4.2$

-bash-4.2$

-bash-4.2$ cd 
/var/satellite/redhat/1/56b/python2-osad/5.11.110-1.el7/noarch/56b67101a58dbd01318b3a6baf5e1d578d0960cba3aaf6fbd4d24add1eed60d8

-bash-4.2$

-bash-4.2$

-bash-4.2$

-bash-4.2$ ls -l

total 36

-rw-r--r--. 1 root root 31896 Mar 17  2020 
python2-osad-5.11.110-1.el7.noarch.rpm

-bash-4.2$

-bash-4.2$

 

 

The ssl_access_log is:

 

 

192.168.10.135 - - [01/Feb/2021:21:22:17 +0800] "POST /XMLRPC HTTP/1.1" 200 163

192.168.10.135 - - [01/Feb/2021:21:22:18 +0800] "POST /XMLRPC HTTP/1.1" 200 768

192.168.10.135 - - [01/Feb/2021:21:22:18 +0800] "POST /XMLRPC HTTP/1.1" 200 127

192.168.10.135 - - [01/Feb/2021:21:22:19 +0800] "POST /XMLRPC HTTP/1.1" 200 126

192.168.10.135 - - [01/Feb/2021:21:22:19 +0800] "POST /XMLRPC HTTP/1.1" 200 163

192.168.10.135 - - [01/Feb/2021:21:22:19 +0800] "POST /XMLRPC HTTP/1.1" 200 138

192.168.10.135 - - [01/Feb/2021:21:22:48 +0800] "POST /XMLRPC HTTP/1.1" 200 2065

192.168.10.113 - - [01/Feb/2021:21:23:16 +0800] "POST /XMLRPC HTTP/1.1" 200 1149

192.168.10.113 - - [01/Feb/2021:21:23:16 +0800] "POST /XMLRPC HTTP/1.1" 200 2065

192.168.10.113 - - [01/Feb/2021:21:23:16 +0800] "GET 
/XMLRPC/GET-REQ/oraclelinux7-x86_64/repodata/repomd.xml HTTP/1.1" 200 1545

192.168.10.113 - - [01/Feb/2021:21:23:16 +0800] "GET 
/XMLRPC/GET-REQ/oraclelinux7-x86_64/repodata/comps.xml HTTP/1.1" 500 -

192.168.10.113 - - [01/Feb/2021:21:23:17 +0800] "POST /XMLRPC HTTP/1.1" 200 1149

192.168.10.113 - - [01/Feb/2021:21:23:17 +0800] "GET 
/XMLRPC/GET-REQ/oraclelinux7-x86_64/repodata/comps.xml HTTP/1.1" 500 -

192.168.10.113 - - [01/Feb/2021:21:23:26 +0800] "GET 
/XMLRPC/GET-REQ/ol7_oracle-linux-manager210_client/getPackage/osad-5.11.110-1.el7.noarch.rpm
 HTTP/1.1" 404 -

192.168.10.113 - - [01/Feb/2021:21:23:26 +0800] "POST /XMLRPC HTTP/1.1" 200 1149

192.168.10.113 - - [01/Feb/2021:21:23:26 +0800] "GET 
/XMLRPC/GET-REQ/ol7_oracle-linux-manager210_client/getPackage/osad-5.11.110-1.el7.noarch.rpm
 HTTP/1.1" 404 -

192.168.10.113 - - [01/Feb/2021:21:23:26 +0800] "GET 
/XMLRPC/GET-REQ/ol7_oracle-linux-manager210_client/getPackage/python2-osad-5.11.110-1.el7.noarch.rpm
 HTTP/1.1" 404 -

192.168.10.113 - - [01/Feb/2021:21:23:26 +0800] "POST /XMLRPC HTTP/1.1" 200 1149

192.168.10.113 - - [01/Feb/2021:21:23:26 +0800] "GET 
/XMLRPC/GET-REQ/ol7_oracle-linux-manager210_client/getPackage/python2-osad-5.11.110-1.el7.noarch.rpm
 HTTP/1.1" 404 –

 

 

 

I run the wget:

 

[root@testol7 ~]# wget 
https://olms1.tltd.com/XMLRPC/GET-REQ/ol7_oracle-linux-manager210_client/getPackage/osad-5.11.110-1.el7.noarch.rpm

--2021-02-01 21:27:22--  
https://olms1.tltd.com/XMLRPC/GET-REQ/ol7_oracle-linux-manager210_client/getPackage/osad-5.11.110-1.el7.noarch.rpm

Resolving olms1.tltd.com (olms1.tltd.com)... 192.168.10.113

Connecting to olms1.tltd.com (olms1.tltd.com)|192.168.10.113|:443... connected.

ERROR: cannot

Re: [Spacewalk-list] Why cannot install rpm from spacewalk server ?

2021-02-01 Thread tommy
And the download button of any package is disabled:

 



 

From: spacewalk-list-boun...@redhat.com
<mailto:spacewalk-list-boun...@redhat.com>
mailto:spacewalk-list-boun...@redhat.com> > On Behalf Of tommy
Sent: Monday, February 1, 2021 4:49 PM
To: Spacewalk-list@redhat.com
Subject: [Spacewalk-list] Why cannot install rpm from spacewalk server ?

 

1. I have installed the spacewalk server and created the channel and
synced the local with the internet.

 

2. I have create the channel and registerd the channel from the client.
Then I install some software using yum:

 

[root@olms1 ~]# yum repolist

Loaded plugins: rhnplugin

This system is receiving updates from Spacewalk server.

repo id
repo name
status

ol7_oracle-linux-manager210_client
ol7_oracle-linux-manager210_client
58

oraclelinux7-x86_64
Oracle_Linux_7
30,595

repolist: 30,653

[root@olms1 ~]#

[root@olms1 ~]#

[root@olms1 ~]# yum search osad

Loaded plugins: rhnplugin

This system is receiving updates from Spacewalk server.

 N/S
matched: osad
=

osad.noarch : Open Source Architecture Daemon

python2-osad.noarch : Open Source Architecture Daemon

 

  Name and summary matches only, use "search all" for everything.

[root@olms1 ~]#

[root@olms1 ~]# yum install osad

Loaded plugins: rhnplugin

This system is receiving updates from Spacewalk server.

Resolving Dependencies

--> Running transaction check

---> Package osad.noarch 0:5.11.110-1.el7 will be installed

--> Processing Dependency: python2-osad = 5.11.110-1.el7 for package:
osad-5.11.110-1.el7.noarch

--> Running transaction check

---> Package python2-osad.noarch 0:5.11.110-1.el7 will be installed

--> Finished Dependency Resolution

 

Dependencies Resolved

 





Package   ArchVersion
Repository   Size





Installing:

osad  noarch  5.11.110-1.el7
ol7_oracle-linux-manager210_client   23 k

Installing for dependencies:

python2-osad  noarch  5.11.110-1.el7
ol7_oracle-linux-manager210_client   31 k

 

Transaction Summary





Install  1 Package (+1 Dependent package)

 

Total download size: 54 k

Installed size: 97 k

Is this ok [y/d/N]: y

Downloading packages:

No Presto metadata available for ol7_oracle-linux-manager210_client

 

 

Error downloading packages:

  python2-osad-5.11.110-1.el7.noarch: failed to retrieve
getPackage/python2-osad-5.11.110-1.el7.noarch.rpm from
ol7_oracle-linux-manager210_client

error was [Errno 14] HTTPS Error 404 - Not Found

  osad-5.11.110-1.el7.noarch: failed to retrieve
getPackage/osad-5.11.110-1.el7.noarch.rpm from
ol7_oracle-linux-manager210_client

error was [Errno 14] HTTPS Error 404 - Not Found

 

 

3. But the files are all on the server:

 


Details


Description:

Python 2 specific files for osad

Package Architecture:

noarch

Available Architectures:

noarch

Available From:

 <https://192.168.10.113/rhn/channels/ChannelDetail.do?cid=142>
ol7_oracle-linux-manager210_client

Vendor:

Oracle America

Signing Key:

72f97b74ec551f03

SHA256sum:

56b67101a58dbd01318b3a6baf5e1d578d0960cba3aaf6fbd4d24add1eed60d8

File System Path:

redhat/1/56b/python2-osad/5.11.110-1.el7/noarch/56b67101a58dbd01318b3a6baf5e
1d578d0960cba3aaf6fbd4d24add1eed60d8/python2-osad-5.11.110-1.el7.noarch.rpm

Package Size:

31.1 KB

 


Details


Description:

OSAD agent receives commands over jabber protocol from Spacewalk Server and
commands are instantly executed.

This package effectively replaces the behavior of rhnsd/rhn_check that
only poll the Spacewalk Server from time to time.

Package Architecture:

noarch

Available Architectures:

noarch

Available From:

 <https://192.168.10.113/rhn/channels/ChannelDetail.do?cid=142>
ol7_oracle-linux-manager210_client

Vendor:

Oracle America

Signing Key:

72f97b74ec551f03

SHA256sum:

b6e5f866dee1af1143d9c58f0fd5a0e84c5e4d271c849765b794442fb6d7bb9f

File System Path:

redhat/1/b6e/osad/5.11.110-1.el7/noarch/b6e5f866dee1af1143d9c58f0fd5a0e84c5e
4d271c849765b794442fb6d7bb9f/osad-5.11.110-1.el7.noarch.rpm

Package Size:

22.9 KB

 

 

Why cannot download 

 

 

 

__

[Spacewalk-list] Why cannot install rpm from spacewalk server ?

2021-02-01 Thread tommy
1. I have installed the spacewalk server and created the channel and
synced the local with the internet.

 

2. I have create the channel and registerd the channel from the client.
Then I install some software using yum:

 

[root@olms1 ~]# yum repolist

Loaded plugins: rhnplugin

This system is receiving updates from Spacewalk server.

repo id
repo name
status

ol7_oracle-linux-manager210_client
ol7_oracle-linux-manager210_client
58

oraclelinux7-x86_64
Oracle_Linux_7
30,595

repolist: 30,653

[root@olms1 ~]#

[root@olms1 ~]#

[root@olms1 ~]# yum search osad

Loaded plugins: rhnplugin

This system is receiving updates from Spacewalk server.

 N/S
matched: osad
=

osad.noarch : Open Source Architecture Daemon

python2-osad.noarch : Open Source Architecture Daemon

 

  Name and summary matches only, use "search all" for everything.

[root@olms1 ~]#

[root@olms1 ~]# yum install osad

Loaded plugins: rhnplugin

This system is receiving updates from Spacewalk server.

Resolving Dependencies

--> Running transaction check

---> Package osad.noarch 0:5.11.110-1.el7 will be installed

--> Processing Dependency: python2-osad = 5.11.110-1.el7 for package:
osad-5.11.110-1.el7.noarch

--> Running transaction check

---> Package python2-osad.noarch 0:5.11.110-1.el7 will be installed

--> Finished Dependency Resolution

 

Dependencies Resolved

 





Package   ArchVersion
Repository   Size





Installing:

osad  noarch  5.11.110-1.el7
ol7_oracle-linux-manager210_client   23 k

Installing for dependencies:

python2-osad  noarch  5.11.110-1.el7
ol7_oracle-linux-manager210_client   31 k

 

Transaction Summary





Install  1 Package (+1 Dependent package)

 

Total download size: 54 k

Installed size: 97 k

Is this ok [y/d/N]: y

Downloading packages:

No Presto metadata available for ol7_oracle-linux-manager210_client

 

 

Error downloading packages:

  python2-osad-5.11.110-1.el7.noarch: failed to retrieve
getPackage/python2-osad-5.11.110-1.el7.noarch.rpm from
ol7_oracle-linux-manager210_client

error was [Errno 14] HTTPS Error 404 - Not Found

  osad-5.11.110-1.el7.noarch: failed to retrieve
getPackage/osad-5.11.110-1.el7.noarch.rpm from
ol7_oracle-linux-manager210_client

error was [Errno 14] HTTPS Error 404 - Not Found

 

 

3. But the files are all on the server:

 


Details


Description:

Python 2 specific files for osad

Package Architecture:

noarch

Available Architectures:

noarch

Available From:

 
ol7_oracle-linux-manager210_client

Vendor:

Oracle America

Signing Key:

72f97b74ec551f03

SHA256sum:

56b67101a58dbd01318b3a6baf5e1d578d0960cba3aaf6fbd4d24add1eed60d8

File System Path:

redhat/1/56b/python2-osad/5.11.110-1.el7/noarch/56b67101a58dbd01318b3a6baf5e
1d578d0960cba3aaf6fbd4d24add1eed60d8/python2-osad-5.11.110-1.el7.noarch.rpm

Package Size:

31.1 KB

 


Details


Description:

OSAD agent receives commands over jabber protocol from Spacewalk Server and
commands are instantly executed.

This package effectively replaces the behavior of rhnsd/rhn_check that
only poll the Spacewalk Server from time to time.

Package Architecture:

noarch

Available Architectures:

noarch

Available From:

 
ol7_oracle-linux-manager210_client

Vendor:

Oracle America

Signing Key:

72f97b74ec551f03

SHA256sum:

b6e5f866dee1af1143d9c58f0fd5a0e84c5e4d271c849765b794442fb6d7bb9f

File System Path:

redhat/1/b6e/osad/5.11.110-1.el7/noarch/b6e5f866dee1af1143d9c58f0fd5a0e84c5e
4d271c849765b794442fb6d7bb9f/osad-5.11.110-1.el7.noarch.rpm

Package Size:

22.9 KB

 

 

Why cannot download 

 

 

 

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

Re: [Spacewalk-list] what difference between them ??

2020-12-25 Thread tommy
Does Uyuni must run on OpenSUSE ? Can it run on CentOS or REH ?

 

 

 

 

 

From: spacewalk-list-boun...@redhat.com  On 
Behalf Of Len Ewen
Sent: Saturday, December 26, 2020 4:13 AM
To: spacewalk-list@redhat.com
Subject: Re: [Spacewalk-list] what difference between them ??

 

In the grand scheme of things, foreman is the back end of kattelo.  katello is 
the gui patchmangement like spacewalk.  Foreman is kind of a road making 
company to do all sorts of magic.  So, if you are looking for a spacewalk 
replacement, you'd use a kattelo/foreman combo or you can use Uyuni, which is a 
branch of spacewalk.  I have also heard that if you use Oracle linux, they are 
continuing support for spacewalk on their servers.


 

---

 


Len Ewen

Systems Administrator 1

Information Technology

University of Indianapolis

(317) 788-3362

  
<https://lh5.googleusercontent.com/wC2P6aWpyu4yByp5rWy6qbIwEjfThJc30IYiQrUICZq3d0e7_pP2NNvRcXoUxQ1Ma3BJ9Bw_LW91IavakSZN5V4slH4Q-hc-xB-hjlSdoCFlU8SDMYGT1JjvvdbzGKPlkagItLRO>
 


Confidentiality Notice: This communication and/or its content are for the sole 
use of the intended recipient, and may be privileged, confidential, or 
otherwise protected from disclosure by law. If you are not the intended 
recipient, please notify the sender and then delete all copies of it. Unless 
you are the intended recipient, your use or dissemination of the information 
contained in this communication may be illegal.

 

 

On Thu, Dec 24, 2020 at 10:39 PM tommy mailto:sz_cui...@163.com> > wrote:

Hi,everyone!

 

Foreman, puppet and katello , what relation between them ?

 

Thanks.

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com <mailto: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] what difference between them ??

2020-12-24 Thread tommy
Hi,everyone!

 

Foreman, puppet and katello , what relation between them ?

 

Thanks.

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

Re: [Spacewalk-list] having trouble with installation documentation

2015-06-02 Thread Tommy Butler
OK, as was the original response to my question -- check epel (and perhaps
jpackage?).  When reading over the documentation for the install, it was
using headers over paragraphs of text, each delineating what to do for
different platforms, distros, and circumstances.  Given that it looked like
I'd done my part in following the instructions under the centos and rhel
header, I moved on to the next section.  Jpackage wasn't standing out to me
because it didn't look like it was a subtopic of that section, or maybe
it's just because it's almost 4 AM and I'm sleepy.

Some good lessons learned here though:

Thanks to Bernd Helber whose advice led to the the successful installation
and implementation of spacewalk.  I've got a running setup now, after
playing around with ip-tables more than I really wanted to.  RHEL 7 is a
game changer and simply adding a rule like the following just won't work
"-A INPUT -p tcp -m state --state NEW -m tcp --dport 5222 -j ACCEPT"

You have to go and add custom service xml files to
/usr/lib/firewalld/services/ -or- /etc/sysconfig/services/, edit them for
each port that spacewalk wants to use, and then restart firewalld and run
firewall-cmd --add-service=mynewspacewalksvc

Side note: I named my spacewalk services "spacewalkpush" (5222) and
"spacewalkprox" (5269).

Doing that will create the iptables rules that RHEL7/Centos 7 really want
to see, in the "IN_public_allow" chain.  Then things will work and you will
be happy.

Now I'm in business!

-- 
Tommy Butler

On Tue, Jun 2, 2015 at 2:48 AM, Tommy Butler  wrote:

> I feel a bit like a dunce.  I'm installing the jpackage repo as you
> hinted.  I thought this was epel-centric.  I'll update the thread after I
> get jpackage configured.  Sorry to skip ahead.
>
> --
> Tommy Butler
>
> On Tue, Jun 2, 2015 at 2:46 AM, Tommy Butler  wrote:
>
>> Thanks for the reply and the suggestion.  Here's the output of that
>> command, as well as the cat-ted .repo files for epel.
>>
>> [root@centos7 ~]# yum install epel-release # this is how I installed
>> epel, according to the documentation fedoraproject.org
>>
>> [root@centos7 ~]# rpm -q epel-release # how I checked that it was
>> installed and at the current version.  Looks OK...
>> epel-release-7-5.noarch
>>
>> Now for the stuff which was requested:
>>
>>  yum repolist ==
>> [root@centos7 ~]# yum repolist
>> Loaded plugins: fastestmirror, langpacks
>> Loading mirror speeds from cached hostfile
>>  * base: pubmirrors.dal.corespace.com
>>  * extras: centos.den.host-engine.com
>>  * updates: centos.mbni.med.umich.edu
>> repo id   repo name
>> status
>> base/7/x86_64 CentOS-7 - Base
>> 8,652
>> epel/x86_64   Extra Packages for Enterprise Linux 7 - x86_64
>>  7,990
>> extras/7/x86_64   CentOS-7 - Extras
>>   128
>> spacewalk/x86_64  Spacewalk
>>   114
>> updates/7/x86_64  CentOS-7 - Updates
>>601
>> repolist: 17,485
>> ===
>>
>> == epel .repo files =
>>
>> [root@centos7 ~]# ls -1 /etc/yum.repos.d/
>> CentOS-Base.repo
>> CentOS-CR.repo
>> CentOS-Debuginfo.repo
>> CentOS-fasttrack.repo
>> CentOS-Sources.repo
>> CentOS-Vault.repo
>> epel.repo
>> epel-testing.repo
>> spacewalk-nightly.repo
>> spacewalk.repo
>> spacewalk-source.repo
>>
>> [root@centos7 ~]# cat /etc/yum.repos.d/epel.repo
>> => see http://pastebin.com/jZK2Mkaw
>>
>> [root@centos7 ~]# cat /etc/yum.repos.d/epel-testing.repo
>> => see http://pastebin.com/vYKiFdcw
>>
>> Again, my thanks for any help. I look forward to getting this off the
>> ground so I can auto-provision several bare metal servers and start
>> creating an open-stack cloud proof of concept.
>>
>>
>> --
>> Tommy Butler
>>
>> On Tue, Jun 2, 2015 at 1:10 AM, Bernd Helber <
>> be...@helber-it-services.com> wrote:
>>
>>> Der Tommy,
>>> can you provide a
>>>
>>> yum repolist
>>>
>>> >From what i can see accordingly to your output, it seems that the EPEL
>>> Repos  are missing.
>>>
>>> EPEL and Jpackage Repos are mandatory.
>>>
>>>
>>> Please have a second look on the following Document.
>>>
>>>
>>>
>>> https://fedorahosted.org/spacewalk/wiki/HowToInstall#SettingupSpacewalkrepo
>>>
>>> Kind regerds.
>>>
>>> Am 02.06.15 um 06:27 schrieb Tommy Butler:
>>> > I'm currently

Re: [Spacewalk-list] having trouble with installation documentation

2015-06-02 Thread Tommy Butler
I feel a bit like a dunce.  I'm installing the jpackage repo as you
hinted.  I thought this was epel-centric.  I'll update the thread after I
get jpackage configured.  Sorry to skip ahead.

-- 
Tommy Butler

On Tue, Jun 2, 2015 at 2:46 AM, Tommy Butler  wrote:

> Thanks for the reply and the suggestion.  Here's the output of that
> command, as well as the cat-ted .repo files for epel.
>
> [root@centos7 ~]# yum install epel-release # this is how I installed
> epel, according to the documentation fedoraproject.org
>
> [root@centos7 ~]# rpm -q epel-release # how I checked that it was
> installed and at the current version.  Looks OK...
> epel-release-7-5.noarch
>
> Now for the stuff which was requested:
>
>  yum repolist ==
> [root@centos7 ~]# yum repolist
> Loaded plugins: fastestmirror, langpacks
> Loading mirror speeds from cached hostfile
>  * base: pubmirrors.dal.corespace.com
>  * extras: centos.den.host-engine.com
>  * updates: centos.mbni.med.umich.edu
> repo id   repo name
> status
> base/7/x86_64 CentOS-7 - Base
> 8,652
> epel/x86_64   Extra Packages for Enterprise Linux 7 - x86_64
>  7,990
> extras/7/x86_64   CentOS-7 - Extras
>   128
> spacewalk/x86_64  Spacewalk
>   114
> updates/7/x86_64  CentOS-7 - Updates
>  601
> repolist: 17,485
> ===
>
> == epel .repo files =
>
> [root@centos7 ~]# ls -1 /etc/yum.repos.d/
> CentOS-Base.repo
> CentOS-CR.repo
> CentOS-Debuginfo.repo
> CentOS-fasttrack.repo
> CentOS-Sources.repo
> CentOS-Vault.repo
> epel.repo
> epel-testing.repo
> spacewalk-nightly.repo
> spacewalk.repo
> spacewalk-source.repo
>
> [root@centos7 ~]# cat /etc/yum.repos.d/epel.repo
> => see http://pastebin.com/jZK2Mkaw
>
> [root@centos7 ~]# cat /etc/yum.repos.d/epel-testing.repo
> => see http://pastebin.com/vYKiFdcw
>
> Again, my thanks for any help. I look forward to getting this off the
> ground so I can auto-provision several bare metal servers and start
> creating an open-stack cloud proof of concept.
>
>
> --
> Tommy Butler
>
> On Tue, Jun 2, 2015 at 1:10 AM, Bernd Helber  > wrote:
>
>> Der Tommy,
>> can you provide a
>>
>> yum repolist
>>
>> >From what i can see accordingly to your output, it seems that the EPEL
>> Repos  are missing.
>>
>> EPEL and Jpackage Repos are mandatory.
>>
>>
>> Please have a second look on the following Document.
>>
>>
>>
>> https://fedorahosted.org/spacewalk/wiki/HowToInstall#SettingupSpacewalkrepo
>>
>> Kind regerds.
>>
>> Am 02.06.15 um 06:27 schrieb Tommy Butler:
>> > I'm currently running Centos 7.
>> >
>> > having problems with documentation at
>> >
>> https://fedorahosted.org/spacewalk/wiki/HowToInstall#SettingupSpacewalkrepo
>> >
>> > After having followed the instructions up to that point, including =>
>> yum
>> > install spacewalk-setup-postgresql ...
>> >
>> > I am getting a huge list of dependency errors when I attempt to follow
>> this
>> > step => yum install spacewalk-postgresql
>> >
>> > The error message can be seen in full at http://pastebin.com/mxT56eth
>> >
>> > You can also see all installed packages on my CentOS machine here
>> > http://pastebin.com/BwQ8yqTr
>> >
>> > Thanks for any insight folks.  I look forward to getting this installed
>> and
>> > humming along nicely.
>> >
>> > [root@centos7 ~]# cat /etc/redhat-release
>> > CentOS Linux release 7.1.1503 (Core)
>> > [root@centos7 ~]# uname -a
>> > Linux centos7.butler.sh 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6
>> 11:36:42 UTC
>> > 2015 x86_64 x86_64 x86_64 GNU/Linux
>> >
>> >
>> >
>> > ___
>> > Spacewalk-list mailing list
>> > Spacewalk-list@redhat.com
>> > https://www.redhat.com/mailman/listinfo/spacewalk-list
>> >
>>
>>
>> --
>> with kind regards
>>
>>  Bernd Helber
>>
>>
>> ___
>> 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] having trouble with installation documentation

2015-06-02 Thread Tommy Butler
Thanks for the reply and the suggestion.  Here's the output of that
command, as well as the cat-ted .repo files for epel.

[root@centos7 ~]# yum install epel-release # this is how I installed epel,
according to the documentation fedoraproject.org

[root@centos7 ~]# rpm -q epel-release # how I checked that it was installed
and at the current version.  Looks OK...
epel-release-7-5.noarch

Now for the stuff which was requested:

 yum repolist ==
[root@centos7 ~]# yum repolist
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: pubmirrors.dal.corespace.com
 * extras: centos.den.host-engine.com
 * updates: centos.mbni.med.umich.edu
repo id   repo name
status
base/7/x86_64 CentOS-7 - Base
8,652
epel/x86_64   Extra Packages for Enterprise Linux 7 - x86_64
 7,990
extras/7/x86_64   CentOS-7 - Extras
128
spacewalk/x86_64  Spacewalk
114
updates/7/x86_64  CentOS-7 - Updates
 601
repolist: 17,485
===

== epel .repo files =

[root@centos7 ~]# ls -1 /etc/yum.repos.d/
CentOS-Base.repo
CentOS-CR.repo
CentOS-Debuginfo.repo
CentOS-fasttrack.repo
CentOS-Sources.repo
CentOS-Vault.repo
epel.repo
epel-testing.repo
spacewalk-nightly.repo
spacewalk.repo
spacewalk-source.repo

[root@centos7 ~]# cat /etc/yum.repos.d/epel.repo
=> see http://pastebin.com/jZK2Mkaw

[root@centos7 ~]# cat /etc/yum.repos.d/epel-testing.repo
=> see http://pastebin.com/vYKiFdcw

Again, my thanks for any help. I look forward to getting this off the
ground so I can auto-provision several bare metal servers and start
creating an open-stack cloud proof of concept.


-- 
Tommy Butler

On Tue, Jun 2, 2015 at 1:10 AM, Bernd Helber 
wrote:

> Der Tommy,
> can you provide a
>
> yum repolist
>
> >From what i can see accordingly to your output, it seems that the EPEL
> Repos  are missing.
>
> EPEL and Jpackage Repos are mandatory.
>
>
> Please have a second look on the following Document.
>
>
> https://fedorahosted.org/spacewalk/wiki/HowToInstall#SettingupSpacewalkrepo
>
> Kind regerds.
>
> Am 02.06.15 um 06:27 schrieb Tommy Butler:
> > I'm currently running Centos 7.
> >
> > having problems with documentation at
> >
> https://fedorahosted.org/spacewalk/wiki/HowToInstall#SettingupSpacewalkrepo
> >
> > After having followed the instructions up to that point, including => yum
> > install spacewalk-setup-postgresql ...
> >
> > I am getting a huge list of dependency errors when I attempt to follow
> this
> > step => yum install spacewalk-postgresql
> >
> > The error message can be seen in full at http://pastebin.com/mxT56eth
> >
> > You can also see all installed packages on my CentOS machine here
> > http://pastebin.com/BwQ8yqTr
> >
> > Thanks for any insight folks.  I look forward to getting this installed
> and
> > humming along nicely.
> >
> > [root@centos7 ~]# cat /etc/redhat-release
> > CentOS Linux release 7.1.1503 (Core)
> > [root@centos7 ~]# uname -a
> > Linux centos7.butler.sh 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6 11:36:42
> UTC
> > 2015 x86_64 x86_64 x86_64 GNU/Linux
> >
> >
> >
> > ___
> > Spacewalk-list mailing list
> > Spacewalk-list@redhat.com
> > https://www.redhat.com/mailman/listinfo/spacewalk-list
> >
>
>
> --
> with kind regards
>
>  Bernd Helber
>
>
> ___
> 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] having trouble with installation documentation

2015-06-01 Thread Tommy Butler
I'm currently running Centos 7.

having problems with documentation at
https://fedorahosted.org/spacewalk/wiki/HowToInstall#SettingupSpacewalkrepo

After having followed the instructions up to that point, including => yum
install spacewalk-setup-postgresql ...

I am getting a huge list of dependency errors when I attempt to follow this
step => yum install spacewalk-postgresql

The error message can be seen in full at http://pastebin.com/mxT56eth

You can also see all installed packages on my CentOS machine here
http://pastebin.com/BwQ8yqTr

Thanks for any insight folks.  I look forward to getting this installed and
humming along nicely.

[root@centos7 ~]# cat /etc/redhat-release
CentOS Linux release 7.1.1503 (Core)
[root@centos7 ~]# uname -a
Linux centos7.butler.sh 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6 11:36:42 UTC
2015 x86_64 x86_64 x86_64 GNU/Linux

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