Plague on EL5

Michael Schwendt bugs.michael at gmx.net
Thu Sep 4 21:42:12 UTC 2008


On Thu, 4 Sep 2008 16:29:14 -0500, Dennis Gilmore wrote:

> On Thursday 04 September 2008 04:20:33 pm Michael Schwendt wrote:
> > On Thu, 4 Sep 2008 21:48:42 +0200, Michael Schwendt wrote:
> > > Seems to work fine so far. Afterwards I need to try it in Fedora 8.
> >
> > What's found in cvs now works also in Fedora >= 8. The crucial userauth fix
> > is:
> > http://cvs.fedoraproject.org/viewvc/extras-buildsys/server/User.py?root=fed
> >ora&r1=1.7.6.2&r2=1.7.6.3
> I really sont understand why you need that and I dont
> 
> but regardless please do a 0.4.5.3 release with that fix

Well, either it's necessary or not. You believe it's not needed, so
why do another update? I can't spend more time on this today. Just wanted
to block further rushed updates.

Exception happened during processing of request from ('127.0.0.1', 40312)
Traceback (most recent call last):
  File "/usr/lib/python2.5/SocketServer.py", line 464, in process_request_thread
    self.finish_request(request, client_address)
  File "/usr/lib/python2.5/SocketServer.py", line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.5/SocketServer.py", line 522, in __init__
    self.handle()
  File "/usr/lib/python2.5/BaseHTTPServer.py", line 316, in handle
    self.handle_one_request()
  File "/usr/lib/python2.5/BaseHTTPServer.py", line 310, in handle_one_request
    method()
  File "/usr/lib/python2.5/site-packages/plague/AuthedXMLRPCServer.py", line 60,
 in do_POST
    authinfo = self.server.get_authinfo(self.request, self.client_address)
  File "/usr/lib/python2.5/site-packages/plague/AuthedXMLRPCServer.py", line 87,
 in get_authinfo
    return self.authinfo_callback(request, client_address)
  File "/usr/bin/plague-server", line 56, in auth_cb
    user = self.authenticator.new_authed_user(email, client_address)
  File "/usr/share/plague/server/User.py", line 88, in new_authed_user
    user.own_jobs = item['own_jobs']
TypeError: tuple indices must be integers


$ grep -i "create table" * -R|grep -v mat
DBManager.py:                curs.execute('CREATE TABLE jobs ('  \
DBManager.py:                curs.execute('CREATE TABLE archjobs ('  \
User.py:            curs.execute('CREATE TABLE users (' \




More information about the epel-devel-list mailing list