Hi,
in Leap 15.0 the License "Public-Domain" is no longer valid. In Tumbleweed it still is ok.
What am I going to use as License? The Authors license is specified like that in the files:
* Filename: aes.c
* Author: Brad Conte (brad AT bradconte.com)
* Copyright:
* Disclaimer: This code is presented "as is" without any guarantees.
In his github project the Readme.md states:
This code is released into the public domain free of any restrictions. The author requests acknowledgement if the code is used, but does not require it. This code is provided free of any liability and without any quality claims by the author.
--
Mit freundlichen Gruessen,
Andreas Vetter
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi there,
now that I figured out which repos to use and which rpms to build by
hand, my kiwi build is stuck again...
Again, I can repdoduce this at my local OBS instance and also on
build.opensuse.org.
Something with creating lvs is broken.
This config works fine on SLES12 kiwi builds.
<systemdisk name='local'>
<volume name='@root' size='10240M'/>
</systemdisk>
Sadly I also did not find any recent examples for a LVM scenario in any
of you git repos (except for the schema docs, which tell me that this is
right).
https://build.opensuse.org/package/show/home:waldt:branches:SUSE:Templates:…https://build.opensuse.org/package/live_build_log/home:waldt:branches:SUSE:…
[ 237s] [ DEBUG ]: 09:19:55 | EXEC: [pvcreate /dev/mapper/loop0p3]
[ 237s] [ DEBUG ]: 09:19:55 | EXEC: [vgcreate local /dev/mapper/loop0p3]
[ 237s] [ INFO ]: 09:19:55 | Creating volumes(ext4)
[ 237s] [ DEBUG ]: 09:19:55 | EXEC: [du -s --apparent-size
--block-size 1 /usr/src/packages/KIWI-oem/build/image-root]
[ 238s] [ DEBUG ]: 09:19:55 | EXEC: [bash -c find
/usr/src/packages/KIWI-oem/build/image-root | wc -l]
[ 238s] [ INFO ]: 09:19:55 | --> volume LVRoot with 2680 MB
[ 238s] [ DEBUG ]: 09:19:55 | EXEC: [lvcreate -L 2680 -n LVRoot local]
[ 238s] [ DEBUG ]: 09:19:55 | EXEC: Failed with stderr: WARNING:
Failed to connect to lvmetad. Falling back to device scanning.
[ 238s] /dev/local/LVRoot: not found: device not cleared
[ 238s] Aborting. Failed to wipe start of new LV.
[ 238s] , stdout: (no output on stdout)
[ 238s] [ ERROR ]: 09:19:55 | KiwiCommandError: lvcreate: stderr:
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
[ 238s] /dev/local/LVRoot: not found: device not cleared
[ 238s] Aborting. Failed to wipe start of new LV.
[ 238s] , stdout: (no output on stdout)
Cheers,
--
Eike Waldt
Linux Consultant & Trainer
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 switched a few packages from tar_scm to obs_scm. This brings the pkgs into state "unresolvable". To fix that I added openSUSE:Tools into the path, the repository looks now like this:
<repository name="SLE_12">
<path project="SUSE:SLE-12-SP3:Update" repository="standard"/>
<path project="openSUSE:Tools" repository="SLE_12_SP3"/>
<arch>x86_64</arch>
</repository>
Once I did that I noticed that each and every package in the prj was republished. One of the reasons is: an outdated systemd-rpm-macros.rpm is used during build. It should have been 3-10.6.1, but infact 3-8.374 is used.
Why does "openSUSE:Tools" override the "SUSE:SLE-12-SP3:Update" path? I thought there is some ordering, the first one wins.
Olaf
A few years/months ago I always called osc build with --disable-cpio-bulk-download to workaround some bug in OBS or osc that affected me at that time.
Since a few days my osc wrapper hangs when doing 'osc build', when it tries to download packages for the chroot. Sometimes it downloads no package at all, or it hangs after downloading a different number of packages.
Removing that option fixies it.
Is that option still supported by OBS?
Olaf
I noticed that none of the builds in OBS are currently using preinstall
images. Seems like something broke its support recently. Note that osc
buildinfo still correctly detects its existence, and a local osc build
--clean does use them.
Andreas.
--
Andreas Schwab, SUSE Labs, schwab(a)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(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi, I use Tenet's opensuse mirror for updates and occasionally the file:
'/suse/setup/descr/appdata-icons.tar.gz' not found on medium
I get this with Leap:42.3:Update but users have the same problem with
the same mirror on Tumbleweed.
I've actually seen this with the main:
http://download.opensuse.org/update/leap/42.3/oss/ and the Tenet mirror
worked. This state only existed for less than an hour but the Tenet
mirror usually has the bad state for a few days.
Tenet mirror = :
http://opensuse.mirror.ac.za/
I know this should be reported to Tenet but it would help if I could
point out what could be the cause, especially because this is a
transient error.
Thanks
Dave P
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
trying to upgrade nodejs package in OBS:Server:Unstable, that was
nodejs5, I thought it was not needed to use a nodejs package inside
O:S:U project, and let that dependency be solved by the repository being
used. I'll explain it by examples:
- For the repository "openSUSE_42.3" package "nodejs6" is used. In the
configuration of the project "openSUSE:Leap:42.3" [1] we have:
# we have both nodejs6 and nodejs4
Prefer: nodejs6
So it will take nodejs6.
- For the repository "SLE_12_SP3" packages "nodejs4" and "nodejs6" are
avaible to choose. So I had to add this line to the OBS:Server:Unstable
project config [2]:
Prefer: nodejs8 nodejs6
So, for this repository, nodejs6 will be chosen.
This way we rely on the nodejs version released in each repository. If
there are multiple versions to chose from nodejs8 will be chosen in
first place, nodejs6 in second place, and some other version available
as last alternative.
Any time any repository updates its nodejs version, it will be updated
in OBS.
Should I make sure nodejs dependency is correctly taken in any other
repository but "openSUSE_42.3" and "SLE_12_SP3" by now?
[1] https://build.opensuse.org/project/prjconf/openSUSE:Leap:42.3
[2] https://build.opensuse.org/project/prjconf/OBS:Server:Unstable
Greetings,
Eduardo J.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
After store projects Meta information, empty XML tags are replaced.
For instance from <pubkey/> to <pubkey>{}</pubkey}. I can clear value of
these fields using "Repositories" => Edit and remove "Public key" one by
one. I am not sure, if replacement is bug or feature.
If it's feature, is there bug at "/usr/lib/obs/server/bs_dodup" method
"sub signaturecheck" while processing check "return unless
$doddata->{'pubkey'};", because it's contains '{}' and repository
without acs file can't be processed => "404 remote error: Not Found" in
dodup.log
Martin (singer) Spevak
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
as you may have noticed, openSUSE Leap 42.2 is no longer suppported. We
are happy to announce that we now have official 2.8 images and packages
for openSUSE Leap 42.3. For details about the current release (2.8.4)
please refer to the release notes.
OBS updates are available from the following project:
https://build.opensuse.org/project/show/OBS:Server:2.8
The appliance can be downloaded from:
http://openbuildservice.org/download
With regards,
Eduardo J.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org