Hi,
in my instance the signd and the bs_servicedispatcher create zombie processes - I cannot see what the issue is, the logs contain no errors.
The signer logs "waiting for an event..." and the dispatcher logs "reading old state...".
Can you tell me how to investigate further?
Best regards,
Mark
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello all,
I am currently evaluating OBS for an internal Debian/Ubuntu package
building system, and am very pleased with what I see so far.
My use case requires the code running inside the workers to have access
to the internet, but in my testing, the package tests failed due to
lack of internet connectivity. This will be an internal OBS instance
running only trusted code, and we have Buildbot instances which serve a
similar purpose, so I am not very concerned with the security
implications of allowing connectivity inside the worker. Is there a
configuration option to allow this, or is this something I would need
to implement myself? Thanks in advance.
Kyle
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Today, Ubuntu_Next builds, both i586 and x86_64, started failing with this error:
perl: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
Adding "Preinstall: libcrypt1" to my project config solved the problem.
--
Rosanne DiMesio <dimesio(a)gmail.com>
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Does anyone know of a way to load GCC 7 or later onto Ubuntu 16.04 for
building a package?
If GCC 7 were in the Ubuntu Xenial repo, I know I could pull it in by
adding a version qualifier to my Build-depends line in my .dsc file.
However, the latest version of GCC in the Xenial repos is version 5.
On my local dev machine, I bring GCC 7 in by using an external Debian
repository. Unfortunately, I can't seem to find a way to install that
external repository during the build process.
Any advice would be appreciated!
Logan L
Software Developer
Active Countermeasures
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Say I submit a request to include a package in my home repo into a
devel project.
There is some discussion and I must make some changes for the request to
be eventually accepted.
Shall I cancel the old request and submit a new one with the changes ?
Or is there a way to update and existing request with the modified files ?
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hey guys,
we deloyed an private OBS instance via the official image (uname -r:
'4.12.14-lp151.28.7-default') to build our packages, recently, after
several reboots of instance and services individually, I found the OBS
server is unable to delete any packages now. When I click to delete
the package the website would end up 500 error and I can see some
error in `src_server.log`.
this is the steps to rerpduce:
1. create a package `test_package2` in `Test_Scm` project, and I could
see the logs in src_server.log:
```
2020-03-05 11:28:11: [24352] PUT (172.16.1.81)
/source/Test_Scm/test_package2/_meta?user=Admin
2020-03-05 11:29:03: [24404] GET (172.16.1.81)
/source/Test_Scm/test_package2?
2020-03-05 11:29:03: [24405] GET (172.16.1.81)
/source/Test_Scm/test_package2?expand=1
2020-03-05 11:29:04: [24411] GET (172.16.1.81)
/build/Test_Scm/_result?package=test_package2&view=status
```
also there are some internal files created in projects folder:
```
host-172-16-1-89:/srv/obs/projects/Test_Scm.pkg # ls -al
drwxr-xr-x 2 obsrun obsrun 4096 Mar 5 11:28 .
drwxr-xr-x 528 obsrun obsrun 69632 Mar 5 10:17 ..
-rw-r--r-- 1 obsrun obsrun 561 Mar 4 07:42 kernel.mrev
-rw-r--r-- 1 obsrun obsrun 2276 Mar 5 02:56 kernel.rev
-rw-r--r-- 1 obsrun obsrun 108 Mar 4 07:42 kernel.xml
-rw-r--r-- 1 obsrun obsrun 337 Mar 5 11:13 lxc.mrev.del
-rw-r--r-- 1 obsrun obsrun 823 Mar 5 11:13 lxc.rev.del
-rw-r--r-- 1 obsrun obsrun 56 Mar 4 05:51 _project.mrev
-rw-r--r-- 1 obsrun obsrun 56 Mar 5 11:28 test_package2.mrev
-rw-r--r-- 1 obsrun obsrun 122 Mar 5 11:28 test_package2.xml
```
the content of each file is:
```
host-172-16-1-89:/srv/obs/projects/Test_Scm.pkg # cat test_package2.mrev
1||7846b0687fb026c496f38090ee9d3b19||1583407691|Admin||
host-172-16-1-89:/srv/obs/projects/Test_Scm.pkg # cat test_package2.xml
<package name="test_package2" project="Test_Scm">
<title>test_package2</title>
<description></description>
</package>
```
2. then I try to delete the package I can see the internal error on
website but log in src_server.log seems normal:
```
2020-03-05 11:34:16: [25728] DELETE (172.16.1.81)
/source/Test_Scm/test_package2?user=Admin&comment
file /srv/obs/events/lastevents changed!
```
3. but when I refresh the package on website, and try to add files in
that package the webpage would tell me:
```
Error while creating '_service' file: package 'test_package2' does not exist.
```
and we could find the abnormal log in src_server.log file:
```
2020-03-05 11:38:09: [27070] PUT (172.16.1.81)
/source/Test_Scm/test_package2/_service?user=Admin
172.16.1.81 [27070]: 404 package 'test_package2' does not exist
2020-03-05 11:38:09: [27071] GET (172.16.1.81)
/source/Test_Scm/test_package2?
172.16.1.81 [27071]: 404 package 'test_package2' does not exist
2020-03-05 11:38:09: [27072] GET (172.16.1.81)
/source/Test_Scm/test_package2?
172.16.1.81 [27072]: 404 package 'test_package2' does not exist
```
and the project file would now be like:
```
host-172-16-1-89:/srv/obs/projects/Test_Scm.pkg # ls -al
total 116
drwxr-xr-x 2 obsrun obsrun 4096 Mar 5 11:34 .
drwxr-xr-x 528 obsrun obsrun 69632 Mar 5 10:17 ..
-rw-r--r-- 1 obsrun obsrun 561 Mar 4 07:42 kernel.mrev
-rw-r--r-- 1 obsrun obsrun 2276 Mar 5 02:56 kernel.rev
-rw-r--r-- 1 obsrun obsrun 108 Mar 4 07:42 kernel.xml
-rw-r--r-- 1 obsrun obsrun 337 Mar 5 11:13 lxc.mrev.del
-rw-r--r-- 1 obsrun obsrun 823 Mar 5 11:13 lxc.rev.del
-rw-r--r-- 1 obsrun obsrun 56 Mar 4 05:51 _project.mrev
-rw-r--r-- 1 obsrun obsrun 113 Mar 5 11:34 test_package2.mrev.del
-rw-r--r-- 1 obsrun obsrun 57 Mar 5 11:34 test_package2.rev.del
host-172-16-1-89:/srv/obs/projects/Test_Scm.pkg # cat test_package2.mrev.del
1||7846b0687fb026c496f38090ee9d3b19||1583407691|Admin||
2||7846b0687fb026c496f38090ee9d3b19||1583408056|Admin|1|
host-172-16-1-89:/srv/obs/projects/Test_Scm.pkg # cat test_package2.rev.del
1||d41d8cd98f00b204e9800998ecf8427e||1583408056|Admin|1|
host-172-16-1-89:/srv/obs/projects/Test_Scm.pkg #
```
does anyone can tell me what happened and what how can I fix this?
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hey people from the builds,
We kept working in improving responsiveness following a mobile-first
approach.
Please checkout our latest blog post:
"Who Said OBS Was Not Responsive?"
https://openbuildservice.org/2020/03/03/who-said-obs-was-unusable/
Greetings,
The OBS Team
--
Eduardo Navarro
Open Build Service Frontend Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5
90409 Nürnberg
Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
I recently noticed that this file is quite huge in our installation:
2.8G /srv/obs/events/lastnotifications
Can this file be removed?
It looks like a logfile to me with new entries added at the end.
Is some component of OBS reading the content of that file?
--
kind regards,
Carsten Hoeger
Engineering Services
Email: carsten.hoeger(a)open-xchange.com
------------------------------------------------------------------------------
Open-Xchange AG, Hohenzollernring 72, 50672 Cologne,
District Court Cologne HRB 95366
Managing Board: Rafael Laguna de la Vera, Carsten Dirks,
Michael Knapstein, Stephan Martin
Chairman of the Board: Richard Seibt
European Office:
Open-Xchange GmbH, Olper Huette 5f, D-57462 Olpe, Germany,
District Court Siegen, HRB 8718
Managing Director: Frank Hoberg
US Office:
Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA
------------------------------------------------------------------------------
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org