Hi, guys I'm following osc to "http://172.16.70.28:81/build/home:jianlee/standard/i586/lighttpd/" when exec command "osc build standard i586 lighttpd.spec" ----------------------------------------------- # osc build standard i586 lighttpd.spec Building lighttpd.spec for standard/i586 Getting buildinfo from server jianlee: apiurl=http://172.16.70.28:81/, prj=home:jianlee, package=lighttpd, platform=standard, arch=i586, addlist=['vim', 'gdb', 'strace'] jianlee: query = ['add=vim', 'add=gdb', 'add=strace'] jianlee: u=http://172.16.70.28:81/build/home:jianlee/standard/i586/lighttpd/_buildinfo?add=vim&add=gdb&add=strace wrong repo/arch? =========================== the string begined by "jianlee:" in above text is my debug print. I found the error occured at request "http://172.16.70.28:81/build/home:jianlee/standard/i586/lighttpd/" when use firefox to request this url, I've get "unknown host 'localhost.dev.cn.tlan'" the ".dev.cn.tlan" is my domainname in local network. the "localhost" is my hostname. I'm puzzled, where to modified the "localhost" conect for obs ? my /etc/lighttpd/vhosts.d/obs.conf is : -------------------------------------------- # cat /etc/lighttpd/vhosts.d/obs.conf $HTTP["host"] =~ "172.16.70.28\.?" { rails_app = "webclient" rails_root = "/srv/www/obs/webclient" rails_procs = 5 # production/development are typical values here rails_mode = "production_slave" log_root = "/srv/www/obs/webclient/log" include "vhosts.d/rails.inc" } $SERVER["socket"] == "172.16.70.28:81\.?" { rails_app = "frontend" rails_root = "/srv/www/obs/frontend" rails_procs = 5 # production/development are typical values here rails_mode = "production_slave" log_root = "/srv/www/obs/frontend/log" include "vhosts.d/rails.inc" } $SERVER["socket"] == "172.16.70.28:82\.?" { server.name = "download.turbo" server.document-root = "/srv/obs/repos/" # server.document-root = "/srv/obs/build/" } ============================== Thanks, -- Jian Lee [ http://jianlee.ylinux.org ] -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org