Re: [Spacewalk-list] rhnpush error - unexpected keyword argument 'file'

2012-04-23 Thread Andrew Prowant
That was it. For some reason yum check-update was not showing the latest rhnpush available from http://spacewalk.redhat.com/yum/1.7/RHEL/5/i386/ . I was running spacewalk-backend 1.7.38-1 and rhnpush 5.5.24-1. I just manually upgraded to rhnpush 5.5.48-1 and everything appears to be working proper

Re: [Spacewalk-list] rhnpush error - unexpected keyword argument 'file'

2012-04-23 Thread Michael Mraka
Andrew Prowant wrote: % Here it is. Thanks for looking at this. % % Traceback (most recent call last): % File "/usr/bin/rhnpush", line 22, in ? % sys.exit(mod.main() or 0) % File "/usr/share/rhn/rhnpush/rhnpush.py", line 153, in main % ret = upload.packages() % File "/usr/share/rhn/r

Re: [Spacewalk-list] rhnpush error - unexpected keyword argument 'file'

2012-04-21 Thread Andrew Prowant
With using --server=http://localhost/APP shouldn't it be connecting to localhost? We have recently implemented proxies on user networks but not on this server network. Connect to http://localhost and http:// does not show any kind of proxy. Would a re-install help anything? I have been wanting to

Re: [Spacewalk-list] rhnpush error - unexpected keyword argument 'file'

2012-04-21 Thread Miroslav Suchy
On 20.4.2012 21:33, Andrew Prowant wrote: Here it is. Thanks for looking at this. Traceback (most recent call last): File "/usr/bin/rhnpush", line 22, in ? sys.exit(mod.main() or 0) File "/usr/share/rhn/rhnpush/rhnpush.py", line 153, in main ret = upload.packages() File "/usr/

Re: [Spacewalk-list] rhnpush error - unexpected keyword argument 'file'

2012-04-20 Thread Andrew Prowant
Miroslav Suchy wrote: > Yes. > Open: > /usr/bin/rhnpush > and comment out (or remove) this lines at the end of file: >except Exception, e: > sys.stderr.write("\nERROR: unhandled exception occurred: > (%s).\n" % e) > sys.exit(-1) > > and run it again. This time you should get

Re: [Spacewalk-list] rhnpush error - unexpected keyword argument 'file'

2012-04-20 Thread Miroslav Suchy
On 19.4.2012 19:05, Andrew Prowant wrote: That is literally all the output I get. rhnpush does not print a traceback. Is there any way to generate one? Yes. Open: /usr/bin/rhnpush and comment out (or remove) this lines at the end of file: except Exception, e: sys.stderr.write("\nERR

Re: [Spacewalk-list] rhnpush error - unexpected keyword argument 'file'

2012-04-19 Thread Andrew Prowant
Colin Coe wrote: > On Fri, Apr 20, 2012 at 1:05 AM, Andrew Prowant wrote: >> Miroslav Suchý wrote: >>> On 04/19/2012 01:36 AM, Andrew Prowant wrote: I receive: ERROR: unhandled exception occurred: (load() got an unexpected keyword argument 'file'). when using the command: >>>

Re: [Spacewalk-list] rhnpush error - unexpected keyword argument 'file'

2012-04-19 Thread Colin Coe
On Fri, Apr 20, 2012 at 1:05 AM, Andrew Prowant wrote: > Miroslav Suchý wrote: >> On 04/19/2012 01:36 AM, Andrew Prowant wrote: >>> I receive: ERROR: unhandled exception occurred: (load() got an >>> unexpected keyword argument 'file'). >>> >>> when using the command: >>> rhnpush --channel=vail-6-x

Re: [Spacewalk-list] rhnpush error - unexpected keyword argument 'file'

2012-04-19 Thread Andrew Prowant
Miroslav Suchý wrote: > On 04/19/2012 01:36 AM, Andrew Prowant wrote: >> I receive: ERROR: unhandled exception occurred: (load() got an >> unexpected keyword argument 'file'). >> >> when using the command: >> rhnpush --channel=vail-6-x86_64 --server=http://localhost/APP >> --dir=/home/aprowant/vail

Re: [Spacewalk-list] rhnpush error - unexpected keyword argument 'file'

2012-04-19 Thread Miroslav Suchý
On 04/19/2012 01:36 AM, Andrew Prowant wrote: I receive: ERROR: unhandled exception occurred: (load() got an unexpected keyword argument 'file'). when using the command: rhnpush --channel=vail-6-x86_64 --server=http://localhost/APP --dir=/home/aprowant/vail --username=rhnpush --password=xxx

[Spacewalk-list] rhnpush error - unexpected keyword argument 'file'

2012-04-18 Thread Andrew Prowant
I receive: ERROR: unhandled exception occurred: (load() got an unexpected keyword argument 'file'). when using the command: rhnpush --channel=vail-6-x86_64 --server=http://localhost/APP --dir=/home/aprowant/vail --username=rhnpush --password=xxx This is the first time I have tried pushing a f