-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
There has been a shim update (to 15-2) but no related announcement. Is one on
the way?
Regards
Phil
- --
*** If this is a mailing list, I am subscribed, no need to CC me.***
Playing the game for the games sake.
IRC: kathenas
Web: https://kathenas.org
Github: https://github.com/kathenas
GitLab: https://gitlab.com/kathenas
Twitter: kathenasorg
GPG: A0C3 4C6A AC2B B8F4 F1E5 EDF4 333F 60DC B0B9 BB77
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAEBAgAGBQJcd9SSAAoJEDM/YNywubt3j1gP/jynow8VlCNISND5qZgXcsHJ
/FYAOXLEvt/zoTeHENVFxcRHZ1LxZ09IgrbywZIOqSIwwmmf0/zgrMM2ovPa+1Zb
+agGKbW8b8ejHGMc646IrxqilpdsBHWppulZqSZSHBSbkW1H0jmq6nVSJZKEaaZm
Z/L/EsfI5BmhhgqqgIr/Znibr/CpS1B1pf3lqVHgdt2A2dsB2yBeZqVkL9+h3rXi
I09LMa3irr4eS1gn0xetiZpoCdcD3Er382hfbLhXO+Eq14XbdR+UueJuWS3+UDxR
A/2EIPzNn8D9/sXlwRpAxeoAN4jnYEt4Ft2sG5hpR68xj7ge2lYNbEBA5Wc3eSgA
bISZqI2JL2/YvFzI79GFBkClvXG8zzLAseqC91MuzO9cgyScT2FusGuDBdv1lOFj
0CmDqsZLkxXu1vRkeWZs8ynxZD+02R+WWNX+MgB7viEp+7FV3RSh2S1VB5AwREWw
8iMAb9ohe6mIpoPNRCaVjCe6xf0wubY+r6MRU4ARv+weU4zzW2tovIAcY+OgeFkM
/ZQyemGOaIIDTMzgtSmRBwYni5CKmZRL+OTdaHo6toAo/bvhbjIOBFKtDKLYHF3V
fL3GZSpRlfi7a/UOYbzrncFaLidIWXg4aL3OMsMazwvYOgjeIGdFG3Q6+dn6Ajvh
mnjm6dfac9KyT2J2rWq9
=4jKQ
-----END PGP SIGNATURE-----
Gluster users/developers,
We are calling out our users, and developers to contribute in validating
‘glusterfs-6.0rc’ build in their usecase. Specially for the cases of
upgrade, stability, and performance.
Full details and participation information may be found on the
Gluster-devel mailing list, here:
https://lists.gluster.org/pipermail/gluster-devel/2019-February/055876.html
--
Rich Bowen - rbowen(a)redhat.com
@CentOSProject // @rbowen
859 351 9166
Hi there,
I would like to implement a command , to be able to disable all variants(or at least the ones causing performance impact). As per the RH article: https://access.redhat.com/articles/3311301, we would be able to only disable spectre variant 2 and 3(pti).
I need an option to disable variant 1, 3a and 4 as well. Some of the recent articles suggest that options like no_spectre_v1, no_spectre_v2 and spec_store_bypass_disable parameters are available in latest versions of kernel(4.15 and above).
https://www.zdnet.com/article/linux-kernel-gets-another-option-to-disable-s…https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html?h…
Can this be made available in our Centos 7 kernels? Or is there any plan for RH to implement the same in any future release?
Regards,
Nupur
Hi Folks,
I've done a bit of work on centpkg, now that we have a testbed at
git.stg.centos.org. The goal here is to allow centpkg and fedpkg
(Fedora's site) to both understand the different formats. The test
version of centpkg described below is the first step in that direction.
Basically you can try this out by pulling a container image:
`podman pull quay.io/bstinsonmhk/centpkg:develop`
Why a container image?
- The patches to make this happen involve invasive changes to rpkg,
that are still in flight (basically,
https://pagure.io/rpkg/pull-request/393)
- I wanted to bake in the sources and configs to develop this a little
faster as we find problems.
What's included, and where to file bugs?
- centpkg from:
https://bitbucket.org/bstinsonmhk/centpkg/branch/develop
- rpkg from:
https://pagure.io/fork/bstinson/rpkg/tree/centpkg-inbound
- fedpkg from:
https://pagure.io/fedpkg/tree/master
Here's how I run it for testing CentOS packages (substitute your centos
user certificate and a path to RPMs to fit your workstation):
`podman run --rm -it -v
/home/bstinson/.centos.cert:/home/centpkg-user/.centos.cert:Z -v
/home/bstinson/rpms:/home/centpkg-user/rpms:Z
quay.io/bstinsonmhk/centpkg:develop`
If you're a SIG member, you can push to a sig branch. For example, if I
was a mamber of the atomic SIG I could do:
# Clone the repo
$ centpkg clone -b c7 a2ps
# Download the sources from C7
$ centpkg sources
# Change to a SIG branch
$ git checkout -b c7-sig-atomic-cockpit-preview
# Manual push is needed here until we work out a way to register the
# new branches
$ git push -u origin c7-sig-atomic-cockpit-preview
# Upload sources to the SIG branch in the lookaside
$ centpkg upload SOURCES/a2ps-4.14.tar.gz SOURCES/i18n-fonts-0.1.tar.gz
# CBS does not yet build from SCM, so still need srpms
$ centpkg scratch-build --srpm
# Try out a fedora branch
$ centpkg switch-branch f28
$ centpkg clean
# From a Fedora branch this should use your Fedora creds
$ centpkg scratch-build # this should work with Fedora's ko
What I need help with:
- Review the open PRs to rpkg as they come in
- Help me find more places where we need to use the new 'Layout'
objects (that is where rpkg has paths hard-coded)
- Test Fedora workflows, and other commands with centpkg
- Help add new commands
- to request SIG branches
- to translate from one layout to another (ex. bringing a Fedora
branch into a CentOS SIG branch)
Happy building!
--Brian
Hi,
In October 2018, we (pre)announced that we were working on a
consolidated pagure infra for git.centos.org and src.fedoraproject.org.
(https://lists.centos.org/pipermail/centos-devel/2018-October/016997.html)
We asked feedback from community and one of the remarks we had was about
being able to follow commits for all /rpms/*
While there were requests to have that available through pagure API
(for people already using the gitblit RPC feature of current
https://git.centos.org instance), another idea was to simply send that
to a message broker, so that people can just subscribe to that broker on
a particular topic and consume the message payloads posted there.
As such MQTT support landed in pagure, we decided to upgrade (both
instances) and we have (only at the CentOS side) implemented MQTT
notifications to a "public" broker
Example :
This dummy commit (specific branch) :
https://git.stg.centos.org/rpms/bacula/c/61cd3575ba64b5f7afbf16eeb5c8dea729…
(automatically replicated to
https://src.stg.fedoraproject.org/rpms/bacula/c/61cd3575ba64b5f7afbf16eeb5c…)
posted the following json message on our MQTT staging broker :
git.stg.centos.org/git.receive {"forced": false, "agent": "arrfab",
"repo": {"custom_keys": [], "name": "bacula", "parent": null,
"date_modified": "1539692831", "access_users": {"owner": ["centosrcm"],
"admin": [], "ticket": [], "commit": []}, "namespace": "rpms",
"priorities": {}, "close_status": [], "access_groups": {"admin": [],
"commit": [], "ticket": []}, "milestones": {}, "user": {"fullname":
"CentOS Sources", "name": "centosrcm"}, "date_created": "1539692831",
"fullname": "rpms/bacula", "url_path": "rpms/bacula", "id": 6, "tags":
[], "description": " Cross platform network backup for Linux, Unix, Mac
and Windows"}, "end_commit": "61cd3575ba64b5f7afbf16eeb5c8dea7293b1241",
"branch": "c7-sig-altarch-test", "authors": [{"fullname": "Fabian
Arrotin", "name": "arrfab"}], "total_commits": 1, "start_commit":
"61cd3575ba64b5f7afbf16eeb5c8dea7293b1241"}
The first part is just the topic, while the message payload is the json
How can you subscribe to that MQTT broker (if you want to automate some
workflow) ?
The only requirement is to trust our ACO (https://accounts.centos.org)
CA cert and also to have your TLS cert from ACO
All those steps are done automatically through centos-cert (from
centos-packager, see https://wiki.centos.org/HowTos/CentosPackager)
From that point, you can use your MQTT client of choice (mosquitto_sub
from mosquitto pkg, or python-paho-mqtt for python client, etc) and
point to mqtt.stg.centos.org:8883
Simple example with mosquitto_sub :
mosquitto_sub --cafile ~/.centos-server-ca.cert --cert ~/.centos.cert
--key ~/.centos.cert -h mqtt.stg.centos.org -p 8883 -t
git.stg.centos.org/# -v
Hope that it helps people willing to get automatic notifications in
"real-time" when repositories are created or that there are new commits
landing there.
Worth noting that it's still only in staging, but once we have a green
light, we should migrate git.centos.org to pagure with the same features
set as the one deployed on staging.
--
Fabian Arrotin
The CentOS Project | https://www.centos.org
gpg key: 56BEC54E | twitter: @arrfab
> Who will prepare the logo? I do not know, we could use a volunteer.
>
I had to track down SVG logo files for the Robox website. Not sure, is
this what you need?
https://roboxes.org/res/centos.svg
As I mentioned last week, CentOS will be sponsoring FOSSAsia next month
- http://2019.fossasia.org/ - and I have three passes for the event,
available for the low, low price of one hour of "booth duty" at the
CentOS table.
The Expo at FOSSAsia is open:
Thursday: 12:00 - 18:00
Friday and Saturday: 10:00 - 18:00
Sunday: 10:00 - 16:00
At the moment, I expect to be working all of those hours, and could
really use someone for at least one hour each day, so that I can step
away occasionally.
Please contact me off-list if you're interested. First come, first served.
Thanks!
--
Rich Bowen - rbowen(a)redhat.com
@CentOSProject // @rbowen
859 351 9166
Il giorno gio 14 feb 2019 alle ore 10:41 Alan Pevec <apevec(a)redhat.com> ha
scritto:
> Hi Johnny,
>
> On Wed, Feb 6, 2019, 13:05 Alan Pevec <apevec(a)redhat.com wrote:
> > please hold on pushing dpdk-18.11 rebase[1] to Extras, it's breaking
> > currently released openvswitch builds in Cloud and Virt SIG.
> > We're figuring out workarounds and will update this thread.
>
>
> http://mirror.centos.org/centos/7/extras/x86_64/Packages/dpdk-18.11-2.el7_6…
> was still pushed yesterday and broke openstack and ovirt CI and users,
> we would appreciate a notice at least since Extras is not going through CR.
>
> We are trying to mitigate this now, options are to rebuild w/o DPDK
> (quick) or to rebundle DPDK 17.11 (bad, takes more time and diverges
> from Fedora packaging)
>
> For the former, we are checking where DPDK with OVS is actually used.
> Sandro, is DPDK used in oVirt?
>
Adding oVirt network team for answering this question.
>
> Cheers,
> Alan
>
--
SANDRO BONAZZOLA
MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
Red Hat EMEA <https://www.redhat.com/>
sbonazzo(a)redhat.com
<https://red.ht/sig>
Hi Team,
I am trying to contribute to the existing Git repos.
I have followed the process from the below link
https://wiki.centos.org/Sources
[user@host]$ git clone https://git.centos.org/git/rpms/kernel.git cd
kernel# let's work on the centos7 kernel[user@host]$ git checkout
c7[user@host]$ ~/bin/get_sources.sh# switch to the local tree to
edit[user@host]$ git checkout -b my-kernel# make edits to SPEC file,
etc [user@host]$ git commit -m 'my local change' -a
This command *~/bin/get_sources.sh has downloaded the xxxx.tar.gz file
in the SOURCES directory.*
*Now I have extracted the tar file and did the changes. *
At this stage If I commit then I have to include all the extracted files.
If I run git format-patch c7 it generate the file which includes all the
files.
Please guide me how to contribute to the existing GIT REPOS.
Thanks and Regards,
Amarjeet Singh