[opensuse-buildservice] how to configure available architectures in 2.6?
Hi, It looks like editing architectures has only a temporary effect. Doesn’t matter if I do that via osc api -e /configuration or via webui, the default architectures armv7l i586 x86_64 always appear again after some time. I found /srv/www/obs/api/db/seeds.rb # following our default config %w(armv7l i586 x86_64).each do |arch_name| a=Architecture.find_by_name(arch_name) a.available=true a.save end Is that the reason? Means when I want to only see x86_64 and i586, I have to edit that file, or is it still also possible to configure that somewhere? -- mit freundlichen Gruessen/with best regards, Carsten Hoeger Open-Xchange GmbH -------------------------------------------------------------------------------- Open-Xchange AG, Rollnerstr. 14, 90408 Nürnberg, Amtsgericht Nürnberg HRB 24738 Vorstand: Rafael Laguna de la Vera, Carsten Dirks Aufsichtsratsvorsitzender: Richard Seibt European Office: Open-Xchange GmbH, Martinstr. 41, D-57462 Olpe, Germany Amtsgericht Siegen, HRB 8718, Geschäftsführer: Frank Hoberg, Martin Kauss US Office: Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA --------------------------------------------------------------------------------
Hi,
On 31 Aug 2015, at 11:29 , Carsten Höger <choeger@open-xchange.com> wrote:
Hi,
It looks like editing architectures has only a temporary effect. Doesn’t matter if I do that via
osc api -e /configuration
or via webui, the default architectures armv7l i586 x86_64 always appear again after some time.
I found /srv/www/obs/api/db/seeds.rb
# following our default config %w(armv7l i586 x86_64).each do |arch_name| a=Architecture.find_by_name(arch_name) a.available=true a.save end
Is that the reason?
Means when I want to only see x86_64 and i586, I have to edit that file, or is it still also possible to configure that somewhere?
Even removing armv7l from that file does not help. armv7l appears again somehow. Can this architecture be removed permanently? It looks broken when people see this in the status monitor: https://dl.dropboxusercontent.com/u/5396090/obsstatus.png -- mit freundlichen Gruessen/with best regards, Carsten Hoeger Open-Xchange GmbH -------------------------------------------------------------------------------- Open-Xchange AG, Rollnerstr. 14, 90408 Nürnberg, Amtsgericht Nürnberg HRB 24738 Vorstand: Rafael Laguna de la Vera, Carsten Dirks Aufsichtsratsvorsitzender: Richard Seibt European Office: Open-Xchange GmbH, Martinstr. 41, D-57462 Olpe, Germany Amtsgericht Siegen, HRB 8718, Geschäftsführer: Frank Hoberg, Martin Kauss US Office: Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA --------------------------------------------------------------------------------
Carsten Höger <choeger@open-xchange.com> writes:
Even removing armv7l from that file does not help. armv7l appears again somehow.
Can this architecture be removed permanently? It looks broken when people see this in the status monitor:
Try removing the events/armv7l directory. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi,
On 01 Sep 2015, at 14:43 , Andreas Schwab <schwab@suse.de> wrote:
Carsten Höger <choeger@open-xchange.com> writes:
Even removing armv7l from that file does not help. armv7l appears again somehow.
Can this architecture be removed permanently? It looks broken when people see this in the status monitor:
Try removing the events/armv7l directory.
Nope, didn’t work. Well, ok, since it does not break anything, I can live with it, thanks. -- mit freundlichen Gruessen/with best regards, Carsten Hoeger Open-Xchange GmbH -------------------------------------------------------------------------------- Open-Xchange AG, Rollnerstr. 14, 90408 Nürnberg, Amtsgericht Nürnberg HRB 24738 Vorstand: Rafael Laguna de la Vera, Carsten Dirks Aufsichtsratsvorsitzender: Richard Seibt European Office: Open-Xchange GmbH, Martinstr. 41, D-57462 Olpe, Germany Amtsgericht Siegen, HRB 8718, Geschäftsführer: Frank Hoberg, Martin Kauss US Office: Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA --------------------------------------------------------------------------------
Carsten Höger <choeger@open-xchange.com> writes:
Hi,
On 01 Sep 2015, at 14:43 , Andreas Schwab <schwab@suse.de> wrote:
Carsten Höger <choeger@open-xchange.com> writes:
Even removing armv7l from that file does not help. armv7l appears again somehow.
Can this architecture be removed permanently? It looks broken when people see this in the status monitor:
Try removing the events/armv7l directory.
Nope, didn’t work.
Also jobs/armv7l. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi,
On 01 Sep 2015, at 15:02 , Andreas Schwab <schwab@suse.de> wrote:
Even removing armv7l from that file does not help. armv7l appears again somehow.
Can this architecture be removed permanently? It looks broken when people see this in the status monitor:
Try removing the events/armv7l directory.
Nope, didn’t work.
Also jobs/armv7l.
yes, removed that already, didn’t help buildservice:~ # find /srv/obs/ -name "armv7*" buildservice:~ # -- mit freundlichen Gruessen/with best regards, Carsten Hoeger Open-Xchange GmbH -------------------------------------------------------------------------------- Open-Xchange AG, Rollnerstr. 14, 90408 Nürnberg, Amtsgericht Nürnberg HRB 24738 Vorstand: Rafael Laguna de la Vera, Carsten Dirks Aufsichtsratsvorsitzender: Richard Seibt European Office: Open-Xchange GmbH, Martinstr. 41, D-57462 Olpe, Germany Amtsgericht Siegen, HRB 8718, Geschäftsführer: Frank Hoberg, Martin Kauss US Office: Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA --------------------------------------------------------------------------------
Hi,
On 01 Sep 2015, at 15:04 , Carsten Höger <choeger@open-xchange.com> wrote:
Even removing armv7l from that file does not help. armv7l appears again somehow.
Can this architecture be removed permanently? It looks broken when people see this in the status monitor:
Try removing the events/armv7l directory.
Nope, didn’t work.
Also jobs/armv7l.
yes, removed that already, didn’t help
buildservice:~ # find /srv/obs/ -name "armv7*" buildservice:~ #
actually there was also a file /srv/obs/run/bs_sched.armv7l.lock after removing that, it seems armv7l disappeared permanently -- mit freundlichen Gruessen/with best regards, Carsten Hoeger Open-Xchange GmbH -------------------------------------------------------------------------------- Open-Xchange AG, Rollnerstr. 14, 90408 Nürnberg, Amtsgericht Nürnberg HRB 24738 Vorstand: Rafael Laguna de la Vera, Carsten Dirks Aufsichtsratsvorsitzender: Richard Seibt European Office: Open-Xchange GmbH, Martinstr. 41, D-57462 Olpe, Germany Amtsgericht Siegen, HRB 8718, Geschäftsführer: Frank Hoberg, Martin Kauss US Office: Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA --------------------------------------------------------------------------------
On Dienstag, 1. September 2015, 14:17:14 CEST wrote Carsten Höger:
Hi,
On 31 Aug 2015, at 11:29 , Carsten Höger <choeger@open-xchange.com> wrote:
Hi,
It looks like editing architectures has only a temporary effect. Doesn’t matter if I do that via
osc api -e /configuration
or via webui, the default architectures armv7l i586 x86_64 always appear again after some time.
I found /srv/www/obs/api/db/seeds.rb
# following our default config %w(armv7l i586 x86_64).each do |arch_name| a=Architecture.find_by_name(arch_name) a.available=true a.save end
Is that the reason?
Means when I want to only see x86_64 and i586, I have to edit that file, or is it still also possible to configure that somewhere?
Even removing armv7l from that file does not help. armv7l appears again somehow.
Can this architecture be removed permanently?
not in an reliable way atm. The backend need to filter based on the /confguration setting at many places, but it is not working that way yet.
It looks broken when people see this in the status monitor:
https://dl.dropboxusercontent.com/u/5396090/obsstatus.png
-- mit freundlichen Gruessen/with best regards,
Carsten Hoeger Open-Xchange GmbH
-------------------------------------------------------------------------------- Open-Xchange AG, Rollnerstr. 14, 90408 Nürnberg, Amtsgericht Nürnberg HRB 24738 Vorstand: Rafael Laguna de la Vera, Carsten Dirks Aufsichtsratsvorsitzender: Richard Seibt
European Office: Open-Xchange GmbH, Martinstr. 41, D-57462 Olpe, Germany Amtsgericht Siegen, HRB 8718, Geschäftsführer: Frank Hoberg, Martin Kauss
US Office: Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA --------------------------------------------------------------------------------
-- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- 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
-
Andreas Schwab
-
Carsten Höger