[opensuse-buildservice] Troubleshooting "bad config"
Hi, I got my experimental installation of OBS off openSUSE:Tools:Unstable pretty much in order, but trying to build a test package clone of obs-server in a test clone of openSUSE:Tools results in this kind of output in /srv/obs/log/scheduler_i586.log: 2011-11-24 01:04:06: looking at high prio openSUSE:Tools (1/0/1/0/2) 2011-11-24 01:04:06: looking at high prio openSUSE:Tools/openSUSE_Factory (0/0/1/0/2) - openSUSE:Tools/openSUSE_Factory: bad config (openSUSE.org:openSUSE:Tools) 2011-11-24 01:04:06: looking at low prio openSUSE:Tools/openSUSE_Factory (0/0/0/0/2) - openSUSE:Tools/openSUSE_Factory: bad config (openSUSE.org:openSUSE:Tools) I could not find how to get more detailed diagnostic on what's wrong, any pointers? Thanks, Mikhail P.S. I also get this error when trying to migrate the database in /srv/www/obs/api: == AlterIssueTrackers: migrating ============================================= -- change_table(:issue_trackers) rake aborted! An error has occurred, all later migrations canceled: Mysql::Error: Table 'api_production.issue_trackers' doesn't exist: ALTER TABLE `issue_trackers` ADD `kind` ENUM('bugzilla', 'cve', 'fate', 'trac', 'launchpad', 'sourceforge') AFTER `name` -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
The project xml is as follows: <project name="openSUSE:Tools"> <title>My test clone of the famous openSUSE:Tools</title> <description></description> <person role="maintainer" userid="Admin"/> <person role="maintainer" userid="mzabaluev"/> <person role="bugowner" userid="mzabaluev"/> <repository name="openSUSE_Factory"> <path project="openSUSE.org:openSUSE:Tools" repository="openSUSE_Factory"/> <arch>i586</arch> </repository> </project> I have also copied the prjconf from openSUSE:Tools at api.opensuse.org. 2011/11/24 Mikhail Zabaluev <mikhail.zabaluev@gmail.com>:
I got my experimental installation of OBS off openSUSE:Tools:Unstable pretty much in order, but trying to build a test package clone of obs-server in a test clone of openSUSE:Tools results in this kind of output in /srv/obs/log/scheduler_i586.log:
2011-11-24 01:04:06: looking at high prio openSUSE:Tools (1/0/1/0/2) 2011-11-24 01:04:06: looking at high prio openSUSE:Tools/openSUSE_Factory (0/0/1/0/2) - openSUSE:Tools/openSUSE_Factory: bad config (openSUSE.org:openSUSE:Tools) 2011-11-24 01:04:06: looking at low prio openSUSE:Tools/openSUSE_Factory (0/0/0/0/2) - openSUSE:Tools/openSUSE_Factory: bad config (openSUSE.org:openSUSE:Tools)
I could not find how to get more detailed diagnostic on what's wrong, any pointers? -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Donnerstag, 24. November 2011, 01:33:42 schrieb Mikhail Zabaluev:
The project xml is as follows:
<project name="openSUSE:Tools"> <title>My test clone of the famous openSUSE:Tools</title> <description></description> <person role="maintainer" userid="Admin"/> <person role="maintainer" userid="mzabaluev"/> <person role="bugowner" userid="mzabaluev"/> <repository name="openSUSE_Factory"> <path project="openSUSE.org:openSUSE:Tools" repository="openSUSE_Factory"/> <arch>i586</arch> </repository> </project>
I have also copied the prjconf from openSUSE:Tools at api.opensuse.org.
That might be the issue ;) bad config speaks about prjconf at least. You don't need it in your project if you anyway build against openSUSE.org:openSUSE:Tools repository.
2011/11/24 Mikhail Zabaluev <mikhail.zabaluev@gmail.com>:
I got my experimental installation of OBS off openSUSE:Tools:Unstable pretty much in order, but trying to build a test package clone of obs-server in a test clone of openSUSE:Tools results in this kind of output in /srv/obs/log/scheduler_i586.log:
2011-11-24 01:04:06: looking at high prio openSUSE:Tools (1/0/1/0/2) 2011-11-24 01:04:06: looking at high prio openSUSE:Tools/openSUSE_Factory (0/0/1/0/2) - openSUSE:Tools/openSUSE_Factory: bad config (openSUSE.org:openSUSE:Tools) 2011-11-24 01:04:06: looking at low prio openSUSE:Tools/openSUSE_Factory (0/0/0/0/2) - openSUSE:Tools/openSUSE_Factory: bad config (openSUSE.org:openSUSE:Tools)
I could not find how to get more detailed diagnostic on what's wrong, any pointers? -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi, 2011/11/24 Adrian Schröter <adrian@suse.de>:
Am Donnerstag, 24. November 2011, 01:33:42 schrieb Mikhail Zabaluev:
The project xml is as follows:
<project name="openSUSE:Tools"> <title>My test clone of the famous openSUSE:Tools</title> <description></description> <person role="maintainer" userid="Admin"/> <person role="maintainer" userid="mzabaluev"/> <person role="bugowner" userid="mzabaluev"/> <repository name="openSUSE_Factory"> <path project="openSUSE.org:openSUSE:Tools" repository="openSUSE_Factory"/> <arch>i586</arch> </repository> </project>
I have also copied the prjconf from openSUSE:Tools at api.opensuse.org.
That might be the issue ;)
bad config speaks about prjconf at least. You don't need it in your project if you anyway build against openSUSE.org:openSUSE:Tools repository.
I got the same log message without prjconf. Regards, Mikhail -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi, 2011/11/24 Mikhail Zabaluev <mikhail.zabaluev@gmail.com>:
I got my experimental installation of OBS off openSUSE:Tools:Unstable pretty much in order, but trying to build a test package clone of obs-server in a test clone of openSUSE:Tools results in this kind of output in /srv/obs/log/scheduler_i586.log:
2011-11-24 01:04:06: looking at high prio openSUSE:Tools (1/0/1/0/2) 2011-11-24 01:04:06: looking at high prio openSUSE:Tools/openSUSE_Factory (0/0/1/0/2) - openSUSE:Tools/openSUSE_Factory: bad config (openSUSE.org:openSUSE:Tools) 2011-11-24 01:04:06: looking at low prio openSUSE:Tools/openSUSE_Factory (0/0/0/0/2) - openSUSE:Tools/openSUSE_Factory: bad config (openSUSE.org:openSUSE:Tools)
It is odd: when I ran bs_sched under debugger, the remote configurations were retrieved (messages about this appeared in the output) and building started. Is something different in the way scheduler is ran as a system service by systemd? I should log a perl debug trace next time I see this problem. Cheers, Mikhail -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Adrian Schröter
-
Mikhail Zabaluev