<div dir="ltr">You were right, there was no GPG key asociated  ( EPEL and Spacewalk ), now I did that and  can see the kickstart file was updated<div><div><br></div><div># gpg-key2</div><div>rpm --import /tmp/gpg-key-1</div>
</div><div>rpm --import /tmp/gpg-key-2<br></div><div><br></div><div>Still I see the same issue, I'm thinking to solve this issue another way, maybe updating the Centos Base repository with those rhn* packages, need to find out how to, or with a post script which install and run the rhng_ks</div>
<div><br></div><div>I included the package pyOpenSSL and libxml* as part of the software to install, but it seems the script tries to install it anyway and do not realize it's already installed, do not know why.</div>
<div><br></div><div><br></div><div>Thanks for your time and support.</div><div>Regards</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/14 Lupin Deterd <span dir="ltr"><<a href="mailto:lupindeterd@gmail.com" target="_blank">lupindeterd@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="im">Downloaded: 3 files, 596K in 0.05s (11.1 MB/s)<br></div>
warning: /tmp/rhn_rpms/optional/<div>pyOpenSSL-0.10-2.el6.x86_64.rpm:<div class="im"><br>
Header V3 RSA/SHA256 Signature, key ID c105b9de: NOKEY<br>
warning: /tmp/rhn_rpms/optional/rhnlib-2.5.65-1.el6.noarch.rpm: Header<br>
V4 DSA/SHA1 Signature, key ID 863a853d: NOKEY<br>
error: Failed dependencies:<br>
        libxml2 = 2.7.6-12.el6_4.1 is needed by<br>
libxml2-python-2.7.6-12.el6_4.1.x86_64</div></div><br><br>Those rhn-setup  package deps that were not satisfied, it was downloaded I think from your epel channel but your epel channel GPG key isn't tied to your ks profile and that caused it not being installed.<br>

</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 15, 2013 at 7:07 AM, Net Warrior <span dir="ltr"><<a href="mailto:netwarrior863@gmail.com" target="_blank">netwarrior863@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Did that and I see the same files under  /root with the same errors<br>
and the temporal scripts under /tmp with the same errors, no more<br>
verbose than before.<br>
<br>
the last lines of ks-rhn-post.log<br>
FINISHED --2013-11-14 12:30:36--<br>
<div><br>
Downloaded: 3 files, 596K in 0.05s (11.1 MB/s)<br>
warning: /tmp/rhn_rpms/optional/pyOpenSSL-0.10-2.el6.x86_64.rpm:<br>
Header V3 RSA/SHA256 Signature, key ID c105b9de: NOKEY<br>
warning: /tmp/rhn_rpms/optional/rhnlib-2.5.65-1.el6.noarch.rpm: Header<br>
V4 DSA/SHA1 Signature, key ID 863a853d: NOKEY<br>
error: Failed dependencies:<br>
        libxml2 = 2.7.6-12.el6_4.1 is needed by<br>
libxml2-python-2.7.6-12.el6_4.1.x86_64<br>
</div><div>Can't open /etc/sysconfig/rhn/up2date: No such file or directory.<br>
cp: cannot stat `/tmp/ks-tree-copy/*': No such file or directory<br>
</div>--2013-11-14 12:30:36--  <a href="http://spacewalk/pub/RHN-ORG-TRUSTED-SSL-CERT" target="_blank">http://spacewalk/pub/RHN-ORG-TRUSTED-SSL-CERT</a><br>
Resolving spacewalk... 128.2.101.107<br>
<div>Connecting to spacewalk|128.2.101.107|:80... connected.<br>
HTTP request sent, awaiting response... 200 OK<br>
</div><div>Length: 5217 (5.1K) [text/plain]<br>
Saving to: `/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT'<br>
<br>
</div>     0K .....                                                 100% 25.6M=0s<br>
<br>
2013-11-14 12:30:36 (25.6 MB/s) -<br>
`/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT' saved [5217/5217]<br>
<br>
Can't open /etc/sysconfig/rhn/*: No such file or directory.<br>
/tmp/ks-script-m2hytA: line 135: rhnreg_ks: command not found<br>
/tmp/ks-script-m2hytA: line 141: rhn_check: command not found<br>
<br>
Under tmp those packages that could not be installed.<br>
<br>
[root@slnxserver ~]# ls /tmp/rhn_rpms/optional/<br>
libxml2-python-2.7.6-12.el6_4.1.x86_64.rpm<br>
pyOpenSSL-0.10-2.el6.x86_64.rpm  rhnlib-2.5.65-1.el6.noarch.rpm<br>
<br>
Still do not undestand in which part of the process the rhn-xxx<br>
packages are installed.<br>
I can see from the script in /tmp that the certificate is copied, then<br>
it tries to install by calling<br>
rhnreg_ks but obviously the package is not installed, still cannot<br>
realize what the problem is.<br>
<br>
<br>
# begin Red Hat management server registration<br>
mkdir -p /usr/share/rhn/<br>
wget <a href="http://spacewalk/pub/RHN-ORG-TRUSTED-SSL-CERT" target="_blank">http://spacewalk/pub/RHN-ORG-TRUSTED-SSL-CERT</a> -O<br>
/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT<br>
perl -npe 's/RHNS-CA-CERT/RHN-ORG-TRUSTED-SSL-CERT/g' -i /etc/sysconfig/rhn/*<br>
if [ -f /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release ]; then<br>
    rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release<br>
fi<br>
key=""<br>
if [ -f /tmp/key ]; then<br>
    key=`cat /tmp/key`<br>
fi<br>
<br>
<br>
rhnreg_ks --serverUrl=<a href="https://spacewalk/XMLRPC" target="_blank">https://spacewalk/XMLRPC</a><br>
--sslCACert=/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT<br>
--activationkey=1-c3d592fc62a5eec7a23464fd109d8cb6,1-02e7348b884906689e4b29cc2b834a48,1-e57b50e187c3caafda18a1a90224e75a<br>
fi<br>
<div><br>
<br>
Thanks for your time and support<br>
Regards.<br>
<br>
</div>2013/11/14, Lupin Deterd <<a href="mailto:lupindeterd@gmail.com" target="_blank">lupindeterd@gmail.com</a>>:<br>
<div><div>> No, under KS Profile->Kickstart Details, check the<br>
> Log custom post script<br>
> Log custom pre script<br>
> Preserve ks.cfg<br>
><br>
> and under KS Profile->Systems Details->Troubleshooting<br>
> Enabled debugging on up2date/yum<br>
><br>
> the later debug on will allow you to see what's going on during kickstart<br>
> on client side.<br>
><br>
><br>
> On Fri, Nov 15, 2013 at 12:33 AM, Net Warrior<br>
> <<a href="mailto:netwarrior863@gmail.com" target="_blank">netwarrior863@gmail.com</a>>wrote:<br>
><br>
>> I can see the GPG asociated to the ks,<br>
>> >>Did you enable the logging of your ks?<br>
>><br>
>> How do I do that? Under System Details I have, Enable Spacewlk<br>
>> Configuration Management, Enable Spacewalk Remote Command,  those options<br>
>> are unchecked , and in Spacewalk Profile  I checked Delete the existing<br>
>> system profile and create a new system profile  are those the  related<br>
>> options?<br>
>><br>
>><br>
>> Thanks for your time and support.<br>
>> Regards.<br>
>><br>
>><br>
>> 2013/11/13 Lupin Deterd <<a href="mailto:lupindeterd@gmail.com" target="_blank">lupindeterd@gmail.com</a>><br>
>><br>
>>> Did you enable the logging of your ks? Did you link the gpg keys of your<br>
>>> child channel to your ks profile? It will not install packages if you<br>
>>> didn't add it there.<br>
>>><br>
>>><br>
>>> On Thu, Nov 14, 2013 at 2:25 AM, Net Warrior<br>
>>> <<a href="mailto:netwarrior863@gmail.com" target="_blank">netwarrior863@gmail.com</a>>wrote:<br>
>>><br>
>>>> Hi Lupin.<br>
>>>><br>
>>>> During install I get the same error, packages does not exist, I<br>
>>>> includes<br>
>>>> as you suggested those packages in the package profile and also under<br>
>>>> operating system, checked the spacewalk-repository and epe-l as well.<br>
>>>><br>
>>>> Any way, in the profile package section it read:<br>
>>>> Note: only packages available in your Enterprise Linux install tree<br>
>>>> should be specified here. To install packages available in Spacewalk<br>
>>>> software channels, please associate an appropriate activation key with<br>
>>>> this<br>
>>>> kickstart profile in the Activation Keys tab.<br>
>>>><br>
>>>> I give it a try also, created an activation key and asociated to the<br>
>>>> profile, and same error, package do not exists.<br>
>>>><br>
>>>> Thanks for your time and support<br>
>>>> Regards.<br>
>>>><br>
>>>><br>
>>>><br>
>>>> 2013/11/13 Lupin Deterd <<a href="mailto:lupindeterd@gmail.com" target="_blank">lupindeterd@gmail.com</a>><br>
>>>><br>
>>>>> I have the following packages on my ks profile.<br>
>>>>><br>
>>>>><br>
>>>>> @Base<br>
>>>>> rhn-setup<br>
>>>>> osad<br>
>>>>> rhncfg<br>
>>>>> rhncfg-actions<br>
>>>>> rhncfg-client<br>
>>>>> wget<br>
>>>>> perl<br>
>>>>><br>
>>>>> with spacewalk-client and epel as child channels to solve the deps.<br>
>>>>><br>
>>>>> Hth,<br>
>>>>><br>
>>>>> Lupin<br>
>>>>><br>
>>>>><br>
>>>>> On Wed, Nov 13, 2013 at 12:19 AM, Net Warrior<br>
>>>>> <<a href="mailto:netwarrior863@gmail.com" target="_blank">netwarrior863@gmail.com</a>>wrote:<br>
>>>>><br>
>>>>>> That's what I did, still getting the same  error.<br>
>>>>>><br>
>>>>>> In the profile, under operating system I check the spacewalk<br>
>>>>>> repository only which is a child channel of the main Centos-x64<br>
>>>>>> channel,<br>
>>>>>> left unchecked  the other child channels,  to the profile there  is<br>
>>>>>> also<br>
>>>>>> associated the activation key which has te rest of the channels like<br>
>>>>>> centos-update and epel, under profile also, in the  profile software<br>
>>>>>> properties I also have<br>
>>>>>><br>
>>>>>> @ Base ( added by default )<br>
>>>>>> postfix<br>
>>>>>> nfs-utils<br>
>>>>>> ksh<br>
>>>>>> (Adding the rhn-setup or spacewalk-client group  in here gives a<br>
>>>>>> package / group not found )<br>
>>>>>><br>
>>>>>> I'm I missing something else?<br>
>>>>>> Thanks for your time and support.<br>
>>>>>><br>
>>>>>><br>
>>>>>> 2013/11/10 Lupin Deterd <<a href="mailto:lupindeterd@gmail.com" target="_blank">lupindeterd@gmail.com</a>><br>
>>>>>><br>
>>>>>>> Don't put your registration packages(rhn-setup) on activation key,<br>
>>>>>>> add in ks profile portion.<br>
>>>>>>><br>
>>>>>>><br>
>>>>>>> On Sunday, November 10, 2013, Net Warrior wrote:<br>
>>>>>>><br>
>>>>>>>>  El 09/11/13 16:29, Lupin Deterd escribió:<br>
>>>>>>>><br>
>>>>>>>>> hello,<br>
>>>>>>>>><br>
>>>>>>>>> you need rhn-setup packages on your ks profile packages.<br>
>>>>>>>>><br>
>>>>>>>>> Make sure it is able to resolve all the dependecies of the<br>
>>>>>>>>> packages<br>
>>>>>>>>> that you install for registtion.<br>
>>>>>>>>><br>
>>>>>>>>> I have the same issue and was resolve by adding epel and<br>
>>>>>>>>> spacewalk-client channel on my ks profile.<br>
>>>>>>>>><br>
>>>>>>>>> cheers<br>
>>>>>>>>> lupin<br>
>>>>>>>>><br>
>>>>>>>>> On Saturday, November 9, 2013, Net Warrior wrote:<br>
>>>>>>>>><br>
>>>>>>>>>     Hi guys.<br>
>>>>>>>>><br>
>>>>>>>>>     I'm   having some issues while trying to register a client<br>
>>>>>>>>> over<br>
>>>>>>>>>     kickstart methood, the client is not registered, and I do not<br>
>>>>>>>>> know why<br>
>>>>>>>>>     is complaining about a package depenency when the package was<br>
>>>>>>>>>     dowloaded already.<br>
>>>>>>>>><br>
>>>>>>>>>     I tryied include the package a part of the software, tried<br>
>>>>>>>>> include<br>
>>>>>>>>>     both, libxml-python and libxlm but same error, the last error<br>
>>>>>>>>> says<br>
>>>>>>>>>     "rhnreg_ks not found" that's part of the code that is<br>
>>>>>>>>> generated<br>
>>>>>>>>>     automatically ( the kickstart ) where I can see how the<br>
>>>>>>>>> registration<br>
>>>>>>>>>     is preformed, but I do not see the package that contain the<br>
>>>>>>>>> command is<br>
>>>>>>>>>     downloaded somewhere. I only see that the only package that's<br>
>>>>>>>>> is want<br>
>>>>>>>>>     to be installed is rhnlib.<br>
>>>>>>>>><br>
>>>>>>>>>     Any hints on this will really appreciated, maybe I not<br>
>>>>>>>>> following the<br>
>>>>>>>>>     right procedure and of course I'm missing something.<br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>>     Connecting to spacewalk|128.2.101.107|:80... connected.<br>
>>>>>>>>>     HTTP request sent, awaiting response... 200 OK<br>
>>>>>>>>>     Length: 328816 (321K) [application/octet-stream]<br>
>>>>>>>>>     Saving to:<br>
>>>>>>>>>     `/tmp/rhn_rpms/optional/libxml2-python-2.7.6-12.el6_4.<br>
>>>>>>>>> 1.x86_64.rpm'<br>
>>>>>>>>><br>
>>>>>>>>>          0K .......... .......... .......... .......... ..........<br>
>>>>>>>>> 15%<br>
>>>>>>>>>     11.8M 0s<br>
>>>>>>>>>         50K .......... .......... .......... .......... ..........<br>
>>>>>>>>> 31%<br>
>>>>>>>>>     11.0M 0s<br>
>>>>>>>>>        100K .......... .......... .......... .......... ..........<br>
>>>>>>>>> 46%<br>
>>>>>>>>>     10.3M 0s<br>
>>>>>>>>>        150K .......... .......... .......... .......... ..........<br>
>>>>>>>>> 62%<br>
>>>>>>>>>     11.3M 0s<br>
>>>>>>>>>        200K .......... .......... .......... .......... ..........<br>
>>>>>>>>> 77%<br>
>>>>>>>>>     10.9M 0s<br>
>>>>>>>>>        250K .......... .......... .......... .......... ..........<br>
>>>>>>>>> 93%<br>
>>>>>>>>>     11.3M 0s<br>
>>>>>>>>>        300K .......... .......... .   100% 10.9M=0.03s<br>
>>>>>>>>><br>
>>>>>>>>>     2013-11-07 18:26:11 (11.1 MB/s) -<br>
>>>>>>>>>     `/tmp/rhn_rpms/optional/libxml2-python-2.7.6-12.el6_4.<br>
>>>>>>>>> 1.x86_64.rpm'<br>
>>>>>>>>>     saved [328816/328816]<br>
>>>>>>>>><br>
>>>>>>>>>     --2013-11-07 18:26:11--<br>
>>>>>>>>>     <a href="http://spacewalk/download/package/" target="_blank">http://spacewalk/download/package/</a><br>
>>>>>>>>> 47afc36f888ddfc2450660e6ee490c8700928b5e/0/1/17834/rhnlib-2.<br>
>>>>>>>>> 5.65-1.el6.noarch.rpm<br>
>>>>>>>>>     Reusing existing connection to spacewalk:80.<br>
>>>>>>>>>     HTTP request sent, awaiting response... 200 OK<br>
>>>>>>>>>     Length: 65208 (64K) [application/octet-stream]<br>
>>>>>>>>>     Saving to: `/tmp/rhn_rpms/optional/rhnlib-2.5.65-1.el6.noarch.<br>
>>>>>>>>> rpm'<br>
>>>>>>>>><br>
>>>>>>>>>          0K .......... .......... .......... .......... ..........<br>
>>>>>>>>> 78%<br>
>>>>>>>>>     11.6M 0s<br>
>>>>>>>>>         50K .......... ...  100% 11.4M=0.005s<br>
>>>>>>>>><br>
>>>>>>>>>     2013-11-07 18:26:11 (11.6 MB/s) -<br>
>>>>>>>>>     `/tmp/rhn_rpms/optional/rhnlib-2.5.65-1.el6.noarch.rpm' saved<br>
>>>>>>>>>     [65208/65208]<br>
>>>>>>>>><br>
>>>>>>>>>     --2013-11-07 18:26:11--<br>
>>>>>>>>>     <a href="http://spacewalk/download/package/" target="_blank">http://spacewalk/download/package/</a><br>
>>>>>>>>> 2c1c80089288e8f2ef90ed729d798fe0bd67b980/0/1/7256/pyOpenSSL-<br>
>>>>>>>>> 0.10-2.el6.x86_64.rpm<br>
>>>>>>>>>     Reusing existing connection to spacewalk:80.<br>
>>>>>>>>>     HTTP request sent, awaiting response... 200 OK<br>
>>>>>>>>>     Length: 216752 (212K) [application/octet-stream]<br>
>>>>>>>>>     Saving to:<br>
>>>>>>>>> `/tmp/rhn_rpms/optional/pyOpenSSL-0.10-2.el6.x86_64.<br>
>>>>>>>>> rpm'<br>
>>>>>>>>><br>
>>>>>>>>>          0K .......... .......... .......... .......... ..........<br>
>>>>>>>>> 23%<br>
>>>>>>>>>     11.6M 0s<br>
>>>>>>>>>         50K .......... .......... .......... .......... ..........<br>
>>>>>>>>> 47%<br>
>>>>>>>>>     10.9M 0s<br>
>>>>>>>>>        100K .......... .......... .......... .......... ..........<br>
>>>>>>>>> 70%<br>
>>>>>>>>>     10.2M 0s<br>
>>>>>>>>>        150K .......... .......... .......... .......... ..........<br>
>>>>>>>>> 94%<br>
>>>>>>>>>     11.2M 0s<br>
>>>>>>>>>        200K .......... .  100% 11.3M=0.02s<br>
>>>>>>>>><br>
>>>>>>>>>     2013-11-07 18:26:11 (11.0 MB/s) -<br>
>>>>>>>>>     `/tmp/rhn_rpms/optional/pyOpenSSL-0.10-2.el6.x86_64.rpm' saved<br>
>>>>>>>>>     [216752/216752]<br>
>>>>>>>>><br>
>>>>>>>>>     FINISHED --2013-11-07 18:26:11--<br>
>>>>>>>>>     Downloaded: 3 files, 596K in 0.05s (11.1 MB/s)<br>
>>>>>>>>>     warning: /tmp/rhn_rpms/optional/pyOpenSSL-0.10-2.el6.x86_64.<br>
>>>>>>>>> rpm:<br>
>>>>>>>>>     Header V3 RSA/SHA256 Signature, key ID c105b9de: NOKEY<br>
>>>>>>>>>     warning:<br>
>>>>>>>>> /tmp/rhn_rpms/optional/rhnlib-2.5.65-1.el6.noarch.rpm:<br>
>>>>>>>>> Header<br>
>>>>>>>>>     V4 DSA/SHA1 Signature, key ID 863a853d: NOKEY<br>
>>>>>>>>>     error: Failed dependencies:<br>
>>>>>>>>>             libxml2 = 2.7.6-12.el6_4.1 is needed by<br>
>>>>>>>>>     libxml2-python-2.7.6-12.el6_4.1.x86_64<br>
>>>>>>>>>     Can't op     <a href="mailto:Spacewalk-list@redhat.com" target="_blank">Spacewalk-list@redhat.com</a> <javascript:;><br>
>>>>>>>>><br>
>>>>>>>>>     <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>> _______________________________________________<br>
>>>>>>>>> Spacewalk-list mailing list<br>
>>>>>>>>> <a href="mailto:Spacewalk-list@redhat.com" target="_blank">Spacewalk-list@redhat.com</a><br>
>>>>>>>>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
>>>>>>>>><br>
>>>>>>>> I did that, maybe I'm missing somthing else, I found similar cases<br>
>>>>>>>> on the list, I tried most of theirs suggestions but still having the<br>
>>>>>>>> same<br>
>>>>>>>> error.<br>
>>>>>>>> I have the activation key asociated to the child channels including<br>
>>>>>>>> the centos updates , epel and spacewalk client, I also checked<br>
>>>>>>>> under<br>
>>>>>>>> operating system options those channels eventhough I found that are<br>
>>>>>>>> overrriden by the activation key but I did it anyway just to give it<br>
>>>>>>>> a try.<br>
>>>>>>>> I also added the packages in the ks packages section, where I also<br>
>>>>>>>> install for example nfs-utils package which I use to copy some<br>
>>>>>>>> config files<br>
>>>>>>>> during the ks process over nfs, that goes fine, the package is<br>
>>>>>>>> installed<br>
>>>>>>>> and I can make the copy.<br>
>>>>>>>><br>
>>>>>>>> If I add the @space walk group I get that the group does not exist,<br>
>>>>>>>> If I add the individuals packages, like rhn-clients and the like, (<br>
>>>>>>>> also<br>
>>>>>>>> found that suggestion on the list )  during the installation I get<br>
>>>>>>>> the<br>
>>>>>>>> error that the packages cannot be found.<br>
>>>>>>>><br>
>>>>>>>> So, I'm lost, maybe I'm missing something else.<br>
>>>>>>>><br>
>>>>>>>> Thanks for your time and support.<br>
>>>>>>>> Regards<br>
>>>>>>>><br>
>>>>>>>> _______________________________________________<br>
>>>>>>>> Spacewalk-list mailing list<br>
>>>>>>>> <a href="mailto:Spacewalk-list@redhat.com" target="_blank">Spacewalk-list@redhat.com</a><br>
>>>>>>>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
>>>>>>>><br>
>>>>>>><br>
>>>>>>> _______________________________________________<br>
>>>>>>> Spacewalk-list mailing list<br>
>>>>>>> <a href="mailto:Spacewalk-list@redhat.com" target="_blank">Spacewalk-list@redhat.com</a><br>
>>>>>>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
>>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> _______________________________________________<br>
>>>>>> Spacewalk-list mailing list<br>
>>>>>> <a href="mailto:Spacewalk-list@redhat.com" target="_blank">Spacewalk-list@redhat.com</a><br>
>>>>>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
>>>>>><br>
>>>>><br>
>>>>><br>
>>>>> _______________________________________________<br>
>>>>> Spacewalk-list mailing list<br>
>>>>> <a href="mailto:Spacewalk-list@redhat.com" target="_blank">Spacewalk-list@redhat.com</a><br>
>>>>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
>>>>><br>
>>>><br>
>>>><br>
>>>> _______________________________________________<br>
>>>> Spacewalk-list mailing list<br>
>>>> <a href="mailto:Spacewalk-list@redhat.com" target="_blank">Spacewalk-list@redhat.com</a><br>
>>>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
>>>><br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> Spacewalk-list mailing list<br>
>>> <a href="mailto:Spacewalk-list@redhat.com" target="_blank">Spacewalk-list@redhat.com</a><br>
>>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
>>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> Spacewalk-list mailing list<br>
>> <a href="mailto:Spacewalk-list@redhat.com" target="_blank">Spacewalk-list@redhat.com</a><br>
>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
>><br>
><br>
<br>
_______________________________________________<br>
Spacewalk-list mailing list<br>
<a href="mailto:Spacewalk-list@redhat.com" target="_blank">Spacewalk-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
</div></div></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Spacewalk-list mailing list<br>
<a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br></blockquote></div><br></div>