Package: rebuildd
Version: 0.3.5
Severity: normal

I used to have a working rebuildd instance. It seems it has broken
during the last year. A purge and reinstall has not helped.
---------------------
rebui...@localhost-> job add aiccu 20070115-9 sid
E: error adding job
---------------------

The log file does not help at all:
21-05-2009 11:27:28 INFO Running threads: [ build 0/2 ] [ real 2 ]


Any ideas?
thanks, cu andreas

-- System Information:
Versions of packages rebuildd depends on:
ii  lsb-base         3.2-22        Linux Standard Base 3.2
ii  pbuilder         0.187         personal package builde
ii  python           2.5.4-2       An interactive high-lev
ii  python-apt       0.7.10.3+b1   Python interface to lib
ii  python-gdchart2  0.beta1-3.4   Python OO interface to 
ii  python-sqlobject 0.10.4-1      Python module for SQLOb
ii  python-support   1.0.3         automated rebuilding su
ii  python-webpy     0.310-1       Web framework for Pytho
ii  rebuildd         0.3.5         build daemon aiming at 

# Defaults for rebuildd initscript
# sourced by /etc/init.d/rebuildd

# Set to 1 to enable rebuildd
START_REBUILDD=1
# Set to 1 to enable rebuildd Web server
START_REBUILDD_HTTPD=1

# The variables below are used by various shell scripts
# to manage your pbuilder instances.

# Set this to your pbuilder path
# You can also use cowbuilder instead
PBUILDER_BIN=/usr/sbin/pbuilder
#COWBUILDER_BIN=/usr/sbin/cowbuilder

# Specify cache path
# PBUILDER_CACHE_PATH="/var/cache/pbuilder"

# Default Debian mirror
PBUILDER_MIRROR=http://ftp.at.debian.org/debian

# Pass other options to pbuilder
# PBUILDER_OTHER_OPTIONS[0]="--components=main contrib"
# PBUILDER_OTHER_OPTIONS[1]="--othermirror=deb http://my.apt.repo sid main"

# Distributions to generate and manage
#ARCHS="$(dpkg --print-architecture)"
ARCHS=i386
DISTS="sid"

# Set to 1 to enable pbuilder/cowbuilder update in cron
ENABLE_BUILDER_MAINT=0
[mail]
mailto = ametz...@localhost
from = ametz...@downhill.at.eu.org
subject_prefix = [rebuildd]

[http]
logfile = /var/log/rebuildd/httpd.log
log_lines_nb = 300
ip = 127.0.0.1
cache = 1
templates_dir = /usr/share/rebuildd/templates
port = 9998

[build]
max_jobs = 5
max_threads = 2
check_every = 300
archs = i386
more_archs = any
kill_timeout = 90
source_cmd = apt-get -q --download-only -t ${d} source ${p}=${v}
work_dir = /var/cache/rebuildd/build
post_build_cmd = 
#dists = etch lenny sid
dists = sid
build_cmd = pbuilder build --basetgz /var/cache/pbuilder/${d}-${a}.tgz 
${p}_${v}.dsc
database_uri = sqlite:///var/lib/rebuildd/rebuildd.db
build_more_recent = 1

[telnet]
ip = 127.0.0.1
prompt = rebui...@localhost->
motd = Connected on rebuildd on localhost
port = 9999

[log]
time_format = %d-%m-%Y %H:%M:%S
logs_dir = /var/log/rebuildd/build_logs
mail_failed = 1
mail_successful = 0
file = /var/log/rebuildd/rebuildd.log


Reply via email to