Hello All,
I'm running a private instance and I'd like to enable networking on my
workers so they can build some java apps, via maven, which need to
download pom's/war's from the net. I ask google but he wasn't much
help so I'm hoping someone here can help;-)
How can I go about doing this?
--
Later,
Darin
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Not sure what the correct list is to report mirror issues, but
http://tux.rainside.sk/opensuse/ is empty.
laf
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
This is on my own instance (SLE 12.1, obs 2.7.2)
admin@lap:~/MyOBS> osc -A obs api -e /configuration
Server returned an error: HTTP Error 422: Unprocessable Entity
production log is telling:
[0a9268d5-e69d-436e-aeef-80b3ee86db6e] [12668:4448.70] Started PUT
"/configuration" for 192.168.101.8 at 2016-10-22 21:02:31 +0000
[0a9268d5-e69d-436e-aeef-80b3ee86db6e] [12668:4448.70] Processing by
ConfigurationsController#update as XML
[0a9268d5-e69d-436e-aeef-80b3ee86db6e] [12668:4448.70] Can't verify CSRF
token authenticity
[0a9268d5-e69d-436e-aeef-80b3ee86db6e] [12668:4448.70] Rendered
status.xml.builder (0.2ms)
[0a9268d5-e69d-436e-aeef-80b3ee86db6e] [12668:4448.70] Completed 401
Unauthorized in 7ms (Views: 0.8ms | ActiveRecord: 0.8ms | Backend: 0.0ms
| XML: 0
.0ms)
[e1616e89-3594-4d3f-b15d-0e3e702df837] [12668:4448.88] Started PUT
"/configuration" for 192.168.101.8 at 2016-10-22 21:02:31 +0000
[e1616e89-3594-4d3f-b15d-0e3e702df837] [12668:4448.88] Processing by
ConfigurationsController#update as XML
[e1616e89-3594-4d3f-b15d-0e3e702df837] [12668:4448.88] Can't verify CSRF
token authenticity
[e1616e89-3594-4d3f-b15d-0e3e702df837] [12668:4448.97] Completed 422
Unprocessable Entity in 88ms (Views: 1.0ms | ActiveRecord: 75.1ms |
Backend: 0.0m
s | XML: 0.0ms)
what can I do ?
--
Christian
----------------------------------------------------
- Please do not 'CC' me on list mails.
Just reply to the list :)
----------------------------------------------------
http://www.sc24.de - Sportbekleidung
----------------------------------------------------
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
when building a kiwi image with obs2.7 and DoD repos, it downloads over
200 Packages and than stays in this state:
- SLES12SP2beta3 (kiwi-image)
no former build, start build
blocked: downloading 22 dod packages
I could not find any log messages related to the Project/repo in which these
packages are or any other information regarding the packages it cannot
download.
Am I missing some logs/files which carry more information or is there
simply no way of debugging this?
--
Eike Waldt
Linux Consultant
Tel.: +49-175-7241189
Mail: waldt(a)b1-systems.de
B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
I'm trying to package glide[1], and I'm getting an interesting error
message from OBS:
Files could not be expanded: 400 remote error: /bs/service/1579 not
writable for me at /usr/lib/obs/server/bs_service line 115.
I'm using a _service file that only contains disabled services, so I'm
not sure why OBS is trying to run services when none are enabled.
[1]: https://build.opensuse.org/package/show/home:cyphar/glide
--
Aleksa Sarai
Software Engineer (Containers)
SUSE Linux GmbH
https://www.cyphar.com/
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello,
I've got a question about OBS scheduling algorithm.
My test project has the following package dependencies structure:
“A”->”AB”->”B”->”A”
“A”->”AA”
“B”->”BB”
Where relation “A”->”AB” means that package “AB” BuildRequires “A”.
So, here we have one cycle: “A”, “AB”, “B” and two packages outside -
“AA” and “BB”.
For the experiments I use OBS-2.7 with one worker.
Every time I get the following building sequence:
“A”, “B”, “AB”, “A”, “AA”, “B”, “BB”, “A”, “AB”, “AA”
Here everything works right - according to the current scheduler algorithm.
But, it seems strange for me that package “AA” is built twice whereas
it’s not part of a cycle.
It looks like a miss-optimization. In my view, it could be reasonable to
build non-cyclic packages only
after cyclic ones. If so, “AA” and “BB” should be built only one time.
In sum, the question is what if we change the scheduler to postpone
building of
non-cyclic packages(that doesn’t belong to any cycle) until cyclical
builds are finished?
Can we get here any build speed-up or there are some corner cases where
this approach is not acceptable?
Thanks.
--
Best regards,
Pavel Kopyl
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello,
I am trying to play with aarch64 worker running on RPi3 with my private
OBS instance (2.7.2).
The worker is up and is shown at monitor page.
How could I allow armv7l scheduler to use this aarch64 worker for
builds? Do I also need to run aarch64 scheduler?
i586/x86_64 stuff has always been worked for me.
Now, I use the following project config:
<repository name="openSUSE_Factory_ARM">
<path project="openSUSE.org:openSUSE:Factory:ARM"
repository="standard"/>
<arch>armv7l</arch>
</repository>
armv7l scheduler is up and running.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
https://build.opensuse.org/package/show/home:e9925248:grandorgue/wxWidgets-…
reports:
Files could not be expanded: 400 remote error: /bs/service/26550 not writable for me at /usr/lib/obs/server/bs_service line 115.
The package is in broken state - looks like a OBS errors.
Regards,
Martin
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
JFYI, Marco wrote about the new presentation of
dispatch issues
http://openbuildservice.org/2016/10/21/information-about-constraints-proble…
--
Adrian Schroeter
email: adrian(a)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(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
we have the following setup of projects with project dependencies in open buildservice:
base (1.0.0) <- extension (1.0.0)
base (1.0.1) <- UI (1.0.1)
and
extension (1.0.0), UI (1.0.1) <- broken project
We have a "package-b" in "broken project" that has build dependencies on a "package-a (1.0.1)" located in project "base (1.0.1)". Unfortunately the scheduler tries to resolve the build dependency sometimes with the "package-a (1.0.0)" located in project "base (1.0.0)". This leads to an "unresolvable" package state with message "nothing provides package-a >= 1.0.1".
All projects span several distributions including RHEL6, RHEL7 and Debian Jessie. This unresolvable state appears for all distributions.
Is the scheduler capable to resolve versioned dependencies with the available packages in both "base" projects and depending on the versioned dependency resolve it with the correctly versioned package-a?
Thanks,
Marcus
PS: we defined the build dependencies in the following way:
debian/control:
Build-Depends: package-a (>= 1.0.1)
.spec:
BuildRequires: package-a >= 1.0.1
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org