On Mon, 2005-10-17 at 13:16 -0700, Chris Wright wrote: > * Dan Williams (dcbw@xxxxxxxxxx) wrote: > > We're back up and using the latest plague code. yum update your > > plague-client and you should be good to go. > > Anything else that needs to be done? > > w@vas devel]$ plague-client build git-core git-core-0_99_8d-1_fc5 devel > Traceback (most recent call last): > File "/usr/bin/plague-client", line 426, in ? > cli.dispatch(cmd, sys.argv[2:]) > File "/usr/bin/plague-client", line 372, in dispatch > func(args) > File "/usr/bin/plague-client", line 172, in _cmd_build > self._enqueue(is_srpm, package, source, target_alias) > File "/usr/bin/plague-client", line 197, in _enqueue > if self._cfg.get_bool("Server", "allow_uploads"): > File "/usr/lib/python2.3/site-packages/plague/BaseConfig.py", line 51, in get_bool > opt = self.get_option(section, name) > File "/usr/lib/python2.3/site-packages/plague/BaseConfig.py", line 45, in get_option > raise ConfigError("Config file %s does not have option: %s/%s" % (self._filename, section, name)) > plague.BaseConfig.ConfigError: Config file /home/chrisw/.plague-client.cfg does not have option: Server/allow_uploads > [chrisw@vas devel]$ vim /home/chrisw/.plague-client.cfg > [chrisw@vas devel]$ plague-client build git-core git-core-0_99_8d-1_fc5 devel > Error connecting to build server: '' As I see you've figured out, it should be fixed now. Server-side issue with some database fields being way too small. They are larger now :) Dan