[Spacewalk-list] rhnpush cannot upload packages

Pradeep Kilambi pkilambi at redhat.com
Mon Feb 9 17:26:18 UTC 2009


Kirill Morozov wrote:
> Ups, sorry :)
>
>
>
> -- Kirill Morozov
> KIMO2-RIPE, RHCE
>
> 09.02.2009, в 19:42, Pradeep Kilambi написал(а):
>
>>
>> As I said please tail /var/log/rhn/rhn_server_app.log .. thats the 
>> one determining the md5sum checks. You should get quite a chunk of 
>> log info.. appreciate it if you could attach it.
>>
>> Thanks,
>>

Cool, Can you try the following:

* open up sqlplus

* and execute the following query:

select p.md5sum md5sum,
p.path path
from rhnPackageEVR pe,
rhnPackageName pn,
rhnPackage p,
rhnPackageArch pa
where pn.name = 'hwdata'
and pe.epoch is null
and pe.version = '0.213.6'
and pe.release = '1.el5'
and p.org_id = 1
and p.name_id = pn.id
and p.evr_id = pe.id
and p.package_arch_id = pa.id
and pa.label = 'noarch'
and p.md5sum = 'b6ab9a4d8281c5318c3790d4a4dcac3e'

This is the query your push is executing at the time of ISE. Lets see 
what the db is returning and why the os.join is failing.

Thanks,
~ Prad



>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Spacewalk-list mailing list
> Spacewalk-list at redhat.com
> https://www.redhat.com/mailman/listinfo/spacewalk-list


-- 
--
Pradeep Kilambi
RHN Satellite Engineering
pkilambi at redhat.com
Phone: +1 919 754 4285
RHCE # 805008680430554





More information about the Spacewalk-list mailing list