[opensuse-buildservice] obs-ui - to create project, it take several minutes (~3mn)
Hey everyone, I am running on my own OBS v. 2.9.5 based on openSUSE 42.3. Each app are working on separate BareMetals except the DB. (1xobs-ui, 4xobs-worker, 1xobs-db in to a virtual machine) Everything is working fine. Except when we create (from UI) a new project. It takes several minutes to complete (approximately ~3mn). I noticed the same when someone NEW connect the first time on the UI. I expect, a mechanism from the obs-ui that create the own home::dir and is timing out for something. Once created, all is fast and running fine. Does someone have any clue what is going on? a track to watch or operations. Since there are no interesting logs, I could suspect something related on the DB. but I am not a DBA expert. Thank you very Much, note: all boxes are pretty much IDLE even then jobs are running. no load, no I/O disk, etc..-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hey Renato, On 02.04.19 12:03, Renato _ wrote:
Everything is working fine. Except when we create (from UI) a new project. I noticed the same when someone NEW connect the first time on the UI.
I don't believe those are connected. My suspicion is the graph on the main page. It's super annoying and on my personal bugs-to-kill-list.
Does someone have any clue what is going on? a track to watch or operations.
First of all you should increase the log level. In the API directory there is the file. config/environments/production.rb in it, change the setting to config.log_level = :debug which will produce more meaningful logs. Then let us know what you observe or paste the relevant logs somewhere like paste.opensuse.org Henne -- Henne Vogelsang http://www.opensuse.org Everybody has a plan, until they get hit. - Mike Tyson -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi, Using my own OBS v2.6. Since that I ported Ubuntu bionic to our own OBS, I get this kind of issue when I try to build several packages with still same unresolvable files. - home:samy/xUbuntu_18.04_201812 scanning repo home:samy/xUbuntu_18.04_201812... expanding dependencies sorting 7 packages - NIC__pkg_network-10.2 (dsc) unresolvable: nothing provides debhelper >= 8.0.0, nothing provides dh-python, nothing provides debianutils >= 1.8 needed by autoconf, nothing provides perl >> 5.005 needed by autoconf, nothing provides automake, nothing provides binutils, nothing provides libc6 >= 2.14 needed by bzip2, nothing provides gcc, nothing provides gettext, nothing provides libc6, nothing provides file needed by libtool, nothing provides cpp needed by libtool, nothing provides autotools-dev needed by libtool, nothing provides libc6-dev | libc-dev needed by libtool, nothing provides gcc | c-compiler needed by libtool, nothing provides libncurses5, nothing provides perl, nothing provides libc6 >= 2.14 needed by zlib1g, nothing provides dpkg, nothing provides make needed by build-essential, nothing provides libc6-dev | libc-dev needed by build-essential, nothing provides gcc >= 4:7.2 needed by build-essential, nothing provides g++ >= 4:7.2 needed by build-essential, nothing provides dpkg-dev >= 1.17.11 needed by build-essential, nothing provides libc6 >= 2.17 needed by m4, nothing provides libsigsegv2 >= 2.9 needed by m4, nothing provides libc6 >= 2.4 needed by libbz2-1.0 I have several OS like Ubuntu 14,16 CentOS , no one failed except the Bionic one. However, files exist ! # find /srv/obs/build/Ubuntu\:18.04_201812/standard/x86_64/ -name "debhelper*" /srv/obs/build/Ubuntu:18.04_201812/standard/x86_64/:full/debhelper_11.1.6ubuntu2_all.deb # find /srv/obs/build/Ubuntu\:18.04_201812/standard/x86_64/ -name "dh-python*" /srv/obs/build/Ubuntu:18.04_201812/standard/x86_64/:full/dh-python_3.20180325ubuntu2_all.deb my question: Do these dependencies tell you anything? Thanks in advance for any pointers/suggestions, -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mittwoch, 3. April 2019, 23:03:02 CEST Renato _ wrote:
Hi,
Using my own OBS v2.6. Since that I ported Ubuntu bionic to our own OBS, I get this kind of issue when I try to build several packages with still same unresolvable files.
OBS v2.6 does not support the compression format of newer debian packages. There are always possible hacks to workaround that, but you should really update instead....
- home:samy/xUbuntu_18.04_201812 scanning repo home:samy/xUbuntu_18.04_201812... expanding dependencies sorting 7 packages - NIC__pkg_network-10.2 (dsc) unresolvable:
nothing provides debhelper >= 8.0.0, nothing provides dh-python, nothing provides debianutils >= 1.8 needed by autoconf, nothing provides perl >> 5.005 needed by autoconf, nothing provides automake, nothing provides binutils, nothing provides libc6 >= 2.14 needed by bzip2, nothing provides gcc, nothing provides gettext, nothing provides libc6, nothing provides file needed by libtool, nothing provides cpp needed by libtool, nothing provides autotools-dev needed by libtool, nothing provides libc6-dev | libc-dev needed by libtool, nothing provides gcc | c-compiler needed by libtool, nothing provides libncurses5, nothing provides perl, nothing provides libc6 >= 2.14 needed by zlib1g, nothing provides dpkg, nothing provides make needed by build-essential, nothing provides libc6-dev | libc-dev needed by build-essential, nothing provides gcc >= 4:7.2 needed by build-essential, nothing provides g++ >= 4:7.2 needed by build-essential, nothing provides dpkg-dev >= 1.17.11 needed by build-essential, nothing provides libc6 >= 2.17 needed by m4, nothing provides libsigsegv2 >= 2.9 needed by m4, nothing provides libc6 >= 2.4 needed by libbz2-1.0
I have several OS like Ubuntu 14,16 CentOS , no one failed except the Bionic one.
However, files exist ! # find /srv/obs/build/Ubuntu\:18.04_201812/standard/x86_64/ -name "debhelper*" /srv/obs/build/Ubuntu:18.04_201812/standard/x86_64/:full/debhelper_11.1.6ub untu2_all.deb
# find /srv/obs/build/Ubuntu\:18.04_201812/standard/x86_64/ -name "dh-python*" /srv/obs/build/Ubuntu:18.04_201812/standard/x86_64/:full/dh-python_3.201803 25ubuntu2_all.deb
my question: Do these dependencies tell you anything?
Thanks in advance for any pointers/suggestions,
-- Adrian Schroeter SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Adrian Schröter
-
Henne Vogelsang
-
Renato _