From bruno at bmartins.pt Mon Mar 1 09:09:09 2021 From: bruno at bmartins.pt (Bruno Martins) Date: Mon, 1 Mar 2021 09:09:09 +0000 Subject: [Arm-dev] Support for PHP 7.4 on armv7l In-Reply-To: References: Message-ID: From: Pablo Sebasti?n Greco Sent: 28 de fevereiro de 2021 17:38 To: Bruno Martins ; Conversations around CentOS on ARM hardware Subject: Re: [Arm-dev] Support for PHP 7.4 on armv7l On 25/2/21 15:57, Bruno Martins via Arm-dev wrote: > Hello guys, > > I am using CentOS 7.9.2009 and trying to figure out how to install PHP version 7.4 under armv7l. > > Is this supported and has anyone else tried so they can give me a hint? Yesterday I started building php 7.3 and 7.4 (both in regular mode and scl mode),? it will take a while before you can start testing, but at least you should be able to see the packages appearing. Great Pablo, thanks! > > I am currently successfully running 7.2. That's from armv7.dev.centos.org, right? Yeah, instructions here: https://blog.centos.org/2018/01/php-7-2-for-centos-7-armhfp/ > > Kind regards, > > Bruno Pablo. Cheers! From pgrahamdev at gmail.com Mon Mar 22 22:55:48 2021 From: pgrahamdev at gmail.com (Paul Graham) Date: Mon, 22 Mar 2021 16:55:48 -0600 Subject: [Arm-dev] CentOS 8/CentOS Stream 8 status for armhfp? Message-ID: Hi, I wanted to see if there were any updates for CentOS 8 and CentOS 8 Stream. I took a look at https://koji.armhfp-mbox.centos.org/koji/ and it looks like there are some packages that are not building properly. Are those stopping further releases? What is the best way to help with the next release (testing, debugging builds)? Not being very familiar with Koji, it wasn't clear to me how to track down the information on the build failures. Thanks for all of the hard work! Paul From pablo at fliagreco.com.ar Tue Mar 23 11:08:52 2021 From: pablo at fliagreco.com.ar (=?UTF-8?Q?Pablo_Sebasti=c3=a1n_Greco?=) Date: Tue, 23 Mar 2021 08:08:52 -0300 Subject: [Arm-dev] CentOS 8/CentOS Stream 8 status for armhfp? In-Reply-To: References: Message-ID: <8f93667e-5c67-863d-075e-5828984e86e0@fliagreco.com.ar> On 22/3/21 19:55, Paul Graham wrote: > Hi, > > I wanted to see if there were any updates for CentOS 8 and CentOS 8 Stream. > > I took a look at https://koji.armhfp-mbox.centos.org/koji/ and it > looks like there are some packages that are not building properly. > Are those stopping further releases? What is the best way to help > with the next release (testing, debugging builds)? Not being very > familiar with Koji, it wasn't clear to me how to track down the > information on the build failures. Hey Paul, no the main issue now is infrastructure, we're having some problems building the modules, and they are on track for being resolved, just not the highest priority right now. The failures are basically solved offline, and as soon as infra is back on track, they should be solved. We were hoping that these infra problems were a thing of the past, but looks like they lurked back in :( > Thanks for all of the hard work! Hopefully, we'll be able to fix those soon and get this all back on track > > Paul Pablo. From martin at netconfigs.com Sun Mar 28 06:14:55 2021 From: martin at netconfigs.com (Martin Meadows) Date: Sun, 28 Mar 2021 07:14:55 +0100 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> An HTML attachment was scrubbed... URL: From arrfab at centos.org Sun Mar 28 08:22:10 2021 From: arrfab at centos.org (Fabian Arrotin) Date: Sun, 28 Mar 2021 10:22:10 +0200 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel In-Reply-To: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> References: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> Message-ID: On 28/03/2021 08:14, Martin Meadows wrote: > Hi Guys, > > Is there a view on when yum-update on rpi could be expected to deliver > the 5.10 kernel ? > > I'm forwarding to using wireguard across a large number of deployed > Pi(s) with the kernel module being kept up-to-date when yum-update > applies kernel updates. > > Cheers - Martin > I guess it depends on the image you're using, but if you used the rpi variant (using rpi kernel, so normally images tagged with *RaspberryPI* and located on mirrors, like http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's automatic Try a yum update on my rpi3b+ and it triggers the update : Installing: raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 centos-kernel 21 M Are your using the *generic* image instead ? As that repo doesn't have (yet) 5.10 : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while they are there for rpi kernel : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 17F3B7A1 | twitter: @arrfab From pablo at fliagreco.com.ar Sun Mar 28 11:53:11 2021 From: pablo at fliagreco.com.ar (=?UTF-8?Q?Pablo_Sebasti=c3=a1n_Greco?=) Date: Sun, 28 Mar 2021 08:53:11 -0300 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel In-Reply-To: References: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> Message-ID: <461d7636-929d-8f43-1491-ce74a13de48e@fliagreco.com.ar> On 28/3/21 05:22, Fabian Arrotin wrote: > On 28/03/2021 08:14, Martin Meadows wrote: >> Hi Guys, >> >> Is there a view on when yum-update on rpi could be expected to deliver >> the 5.10 kernel ? >> >> I'm forwarding to using wireguard across a large number of deployed >> Pi(s) with the kernel module being kept up-to-date when yum-update >> applies kernel updates. Wireguard is backported into all our 5.4 kernels, so you should be able to use it now, even without upgrading. >> >> Cheers - Martin >> > I guess it depends on the image you're using, but if you used the rpi > variant (using rpi kernel, so normally images tagged with *RaspberryPI* > and located on mirrors, like > http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's > automatic > > Try a yum update on my rpi3b+ and it triggers the update : > > Installing: > raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 > centos-kernel 21 M > > Are your using the *generic* image instead ? As that repo doesn't have > (yet) 5.10 : I think I fixed the last issue today, we should be able to build them all in sync next week. > http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while > they are there for rpi kernel : > http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ > Pablo. From martin at netconfigs.com Sun Mar 28 19:12:40 2021 From: martin at netconfigs.com (Martin Meadows) Date: Sun, 28 Mar 2021 20:12:40 +0100 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: <000a01d72406$5340fa50$f9c2eef0$@netconfigs.com> Hi Pablo/Fabian, The timing is amazing, I raised my question this morning (28th) but had failed to realise that yum-cron yesterday coincidentally delivered 5.10 to our complement of Pi(s). Also, you're right,I hadn't noticed that wireguards.ko has been in 5.4 from .88 or possibly earlier. In answer to the question, all the Pi(s) have been built from the CentOS-Userland-7-armv7hl-RaspberryPI-Minimal images, hopefully that explains my good fortune. Many thanks - Martin Date: Sun, 28 Mar 2021 10:22:10 +0200 From: Fabian Arrotin To: arm-dev at centos.org Subject: Re: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: Content-Type: text/plain; charset=utf-8 I guess it depends on the image you're using, but if you used the rpi variant (using rpi kernel, so normally images tagged with *RaspberryPI* and located on mirrors, like http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's automatic Try a yum update on my rpi3b+ and it triggers the update : Installing: raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 centos-kernel 21 M Are your using the *generic* image instead ? As that repo doesn't have (yet) 5.10 : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while they are there for rpi kernel : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 17F3B7A1 | twitter: @arrfab On 28/03/2021 08:14, Martin Meadows wrote: > Hi Guys, > > Is there a view on when yum-update on rpi could be expected to deliver > the 5.10 kernel ? > > I'm forwarding to using wireguard across a large number of deployed > Pi(s) with the kernel module being kept up-to-date when yum-update > applies kernel updates. > > Cheers - Martin > From bruno at bmartins.pt Mon Mar 1 09:09:09 2021 From: bruno at bmartins.pt (Bruno Martins) Date: Mon, 1 Mar 2021 09:09:09 +0000 Subject: [Arm-dev] Support for PHP 7.4 on armv7l In-Reply-To: References: Message-ID: From: Pablo Sebasti?n Greco Sent: 28 de fevereiro de 2021 17:38 To: Bruno Martins ; Conversations around CentOS on ARM hardware Subject: Re: [Arm-dev] Support for PHP 7.4 on armv7l On 25/2/21 15:57, Bruno Martins via Arm-dev wrote: > Hello guys, > > I am using CentOS 7.9.2009 and trying to figure out how to install PHP version 7.4 under armv7l. > > Is this supported and has anyone else tried so they can give me a hint? Yesterday I started building php 7.3 and 7.4 (both in regular mode and scl mode),? it will take a while before you can start testing, but at least you should be able to see the packages appearing. Great Pablo, thanks! > > I am currently successfully running 7.2. That's from armv7.dev.centos.org, right? Yeah, instructions here: https://blog.centos.org/2018/01/php-7-2-for-centos-7-armhfp/ > > Kind regards, > > Bruno Pablo. Cheers! From pgrahamdev at gmail.com Mon Mar 22 22:55:48 2021 From: pgrahamdev at gmail.com (Paul Graham) Date: Mon, 22 Mar 2021 16:55:48 -0600 Subject: [Arm-dev] CentOS 8/CentOS Stream 8 status for armhfp? Message-ID: Hi, I wanted to see if there were any updates for CentOS 8 and CentOS 8 Stream. I took a look at https://koji.armhfp-mbox.centos.org/koji/ and it looks like there are some packages that are not building properly. Are those stopping further releases? What is the best way to help with the next release (testing, debugging builds)? Not being very familiar with Koji, it wasn't clear to me how to track down the information on the build failures. Thanks for all of the hard work! Paul From pablo at fliagreco.com.ar Tue Mar 23 11:08:52 2021 From: pablo at fliagreco.com.ar (=?UTF-8?Q?Pablo_Sebasti=c3=a1n_Greco?=) Date: Tue, 23 Mar 2021 08:08:52 -0300 Subject: [Arm-dev] CentOS 8/CentOS Stream 8 status for armhfp? In-Reply-To: References: Message-ID: <8f93667e-5c67-863d-075e-5828984e86e0@fliagreco.com.ar> On 22/3/21 19:55, Paul Graham wrote: > Hi, > > I wanted to see if there were any updates for CentOS 8 and CentOS 8 Stream. > > I took a look at https://koji.armhfp-mbox.centos.org/koji/ and it > looks like there are some packages that are not building properly. > Are those stopping further releases? What is the best way to help > with the next release (testing, debugging builds)? Not being very > familiar with Koji, it wasn't clear to me how to track down the > information on the build failures. Hey Paul, no the main issue now is infrastructure, we're having some problems building the modules, and they are on track for being resolved, just not the highest priority right now. The failures are basically solved offline, and as soon as infra is back on track, they should be solved. We were hoping that these infra problems were a thing of the past, but looks like they lurked back in :( > Thanks for all of the hard work! Hopefully, we'll be able to fix those soon and get this all back on track > > Paul Pablo. From martin at netconfigs.com Sun Mar 28 06:14:55 2021 From: martin at netconfigs.com (Martin Meadows) Date: Sun, 28 Mar 2021 07:14:55 +0100 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> An HTML attachment was scrubbed... URL: From arrfab at centos.org Sun Mar 28 08:22:10 2021 From: arrfab at centos.org (Fabian Arrotin) Date: Sun, 28 Mar 2021 10:22:10 +0200 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel In-Reply-To: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> References: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> Message-ID: On 28/03/2021 08:14, Martin Meadows wrote: > Hi Guys, > > Is there a view on when yum-update on rpi could be expected to deliver > the 5.10 kernel ? > > I'm forwarding to using wireguard across a large number of deployed > Pi(s) with the kernel module being kept up-to-date when yum-update > applies kernel updates. > > Cheers - Martin > I guess it depends on the image you're using, but if you used the rpi variant (using rpi kernel, so normally images tagged with *RaspberryPI* and located on mirrors, like http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's automatic Try a yum update on my rpi3b+ and it triggers the update : Installing: raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 centos-kernel 21 M Are your using the *generic* image instead ? As that repo doesn't have (yet) 5.10 : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while they are there for rpi kernel : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 17F3B7A1 | twitter: @arrfab From pablo at fliagreco.com.ar Sun Mar 28 11:53:11 2021 From: pablo at fliagreco.com.ar (=?UTF-8?Q?Pablo_Sebasti=c3=a1n_Greco?=) Date: Sun, 28 Mar 2021 08:53:11 -0300 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel In-Reply-To: References: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> Message-ID: <461d7636-929d-8f43-1491-ce74a13de48e@fliagreco.com.ar> On 28/3/21 05:22, Fabian Arrotin wrote: > On 28/03/2021 08:14, Martin Meadows wrote: >> Hi Guys, >> >> Is there a view on when yum-update on rpi could be expected to deliver >> the 5.10 kernel ? >> >> I'm forwarding to using wireguard across a large number of deployed >> Pi(s) with the kernel module being kept up-to-date when yum-update >> applies kernel updates. Wireguard is backported into all our 5.4 kernels, so you should be able to use it now, even without upgrading. >> >> Cheers - Martin >> > I guess it depends on the image you're using, but if you used the rpi > variant (using rpi kernel, so normally images tagged with *RaspberryPI* > and located on mirrors, like > http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's > automatic > > Try a yum update on my rpi3b+ and it triggers the update : > > Installing: > raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 > centos-kernel 21 M > > Are your using the *generic* image instead ? As that repo doesn't have > (yet) 5.10 : I think I fixed the last issue today, we should be able to build them all in sync next week. > http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while > they are there for rpi kernel : > http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ > Pablo. From martin at netconfigs.com Sun Mar 28 19:12:40 2021 From: martin at netconfigs.com (Martin Meadows) Date: Sun, 28 Mar 2021 20:12:40 +0100 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: <000a01d72406$5340fa50$f9c2eef0$@netconfigs.com> Hi Pablo/Fabian, The timing is amazing, I raised my question this morning (28th) but had failed to realise that yum-cron yesterday coincidentally delivered 5.10 to our complement of Pi(s). Also, you're right,I hadn't noticed that wireguards.ko has been in 5.4 from .88 or possibly earlier. In answer to the question, all the Pi(s) have been built from the CentOS-Userland-7-armv7hl-RaspberryPI-Minimal images, hopefully that explains my good fortune. Many thanks - Martin Date: Sun, 28 Mar 2021 10:22:10 +0200 From: Fabian Arrotin To: arm-dev at centos.org Subject: Re: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: Content-Type: text/plain; charset=utf-8 I guess it depends on the image you're using, but if you used the rpi variant (using rpi kernel, so normally images tagged with *RaspberryPI* and located on mirrors, like http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's automatic Try a yum update on my rpi3b+ and it triggers the update : Installing: raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 centos-kernel 21 M Are your using the *generic* image instead ? As that repo doesn't have (yet) 5.10 : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while they are there for rpi kernel : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 17F3B7A1 | twitter: @arrfab On 28/03/2021 08:14, Martin Meadows wrote: > Hi Guys, > > Is there a view on when yum-update on rpi could be expected to deliver > the 5.10 kernel ? > > I'm forwarding to using wireguard across a large number of deployed > Pi(s) with the kernel module being kept up-to-date when yum-update > applies kernel updates. > > Cheers - Martin > From bruno at bmartins.pt Mon Mar 1 09:09:09 2021 From: bruno at bmartins.pt (Bruno Martins) Date: Mon, 1 Mar 2021 09:09:09 +0000 Subject: [Arm-dev] Support for PHP 7.4 on armv7l In-Reply-To: References: Message-ID: From: Pablo Sebasti?n Greco Sent: 28 de fevereiro de 2021 17:38 To: Bruno Martins ; Conversations around CentOS on ARM hardware Subject: Re: [Arm-dev] Support for PHP 7.4 on armv7l On 25/2/21 15:57, Bruno Martins via Arm-dev wrote: > Hello guys, > > I am using CentOS 7.9.2009 and trying to figure out how to install PHP version 7.4 under armv7l. > > Is this supported and has anyone else tried so they can give me a hint? Yesterday I started building php 7.3 and 7.4 (both in regular mode and scl mode),? it will take a while before you can start testing, but at least you should be able to see the packages appearing. Great Pablo, thanks! > > I am currently successfully running 7.2. That's from armv7.dev.centos.org, right? Yeah, instructions here: https://blog.centos.org/2018/01/php-7-2-for-centos-7-armhfp/ > > Kind regards, > > Bruno Pablo. Cheers! From pgrahamdev at gmail.com Mon Mar 22 22:55:48 2021 From: pgrahamdev at gmail.com (Paul Graham) Date: Mon, 22 Mar 2021 16:55:48 -0600 Subject: [Arm-dev] CentOS 8/CentOS Stream 8 status for armhfp? Message-ID: Hi, I wanted to see if there were any updates for CentOS 8 and CentOS 8 Stream. I took a look at https://koji.armhfp-mbox.centos.org/koji/ and it looks like there are some packages that are not building properly. Are those stopping further releases? What is the best way to help with the next release (testing, debugging builds)? Not being very familiar with Koji, it wasn't clear to me how to track down the information on the build failures. Thanks for all of the hard work! Paul From pablo at fliagreco.com.ar Tue Mar 23 11:08:52 2021 From: pablo at fliagreco.com.ar (=?UTF-8?Q?Pablo_Sebasti=c3=a1n_Greco?=) Date: Tue, 23 Mar 2021 08:08:52 -0300 Subject: [Arm-dev] CentOS 8/CentOS Stream 8 status for armhfp? In-Reply-To: References: Message-ID: <8f93667e-5c67-863d-075e-5828984e86e0@fliagreco.com.ar> On 22/3/21 19:55, Paul Graham wrote: > Hi, > > I wanted to see if there were any updates for CentOS 8 and CentOS 8 Stream. > > I took a look at https://koji.armhfp-mbox.centos.org/koji/ and it > looks like there are some packages that are not building properly. > Are those stopping further releases? What is the best way to help > with the next release (testing, debugging builds)? Not being very > familiar with Koji, it wasn't clear to me how to track down the > information on the build failures. Hey Paul, no the main issue now is infrastructure, we're having some problems building the modules, and they are on track for being resolved, just not the highest priority right now. The failures are basically solved offline, and as soon as infra is back on track, they should be solved. We were hoping that these infra problems were a thing of the past, but looks like they lurked back in :( > Thanks for all of the hard work! Hopefully, we'll be able to fix those soon and get this all back on track > > Paul Pablo. From martin at netconfigs.com Sun Mar 28 06:14:55 2021 From: martin at netconfigs.com (Martin Meadows) Date: Sun, 28 Mar 2021 07:14:55 +0100 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> An HTML attachment was scrubbed... URL: From arrfab at centos.org Sun Mar 28 08:22:10 2021 From: arrfab at centos.org (Fabian Arrotin) Date: Sun, 28 Mar 2021 10:22:10 +0200 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel In-Reply-To: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> References: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> Message-ID: On 28/03/2021 08:14, Martin Meadows wrote: > Hi Guys, > > Is there a view on when yum-update on rpi could be expected to deliver > the 5.10 kernel ? > > I'm forwarding to using wireguard across a large number of deployed > Pi(s) with the kernel module being kept up-to-date when yum-update > applies kernel updates. > > Cheers - Martin > I guess it depends on the image you're using, but if you used the rpi variant (using rpi kernel, so normally images tagged with *RaspberryPI* and located on mirrors, like http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's automatic Try a yum update on my rpi3b+ and it triggers the update : Installing: raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 centos-kernel 21 M Are your using the *generic* image instead ? As that repo doesn't have (yet) 5.10 : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while they are there for rpi kernel : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 17F3B7A1 | twitter: @arrfab From pablo at fliagreco.com.ar Sun Mar 28 11:53:11 2021 From: pablo at fliagreco.com.ar (=?UTF-8?Q?Pablo_Sebasti=c3=a1n_Greco?=) Date: Sun, 28 Mar 2021 08:53:11 -0300 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel In-Reply-To: References: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> Message-ID: <461d7636-929d-8f43-1491-ce74a13de48e@fliagreco.com.ar> On 28/3/21 05:22, Fabian Arrotin wrote: > On 28/03/2021 08:14, Martin Meadows wrote: >> Hi Guys, >> >> Is there a view on when yum-update on rpi could be expected to deliver >> the 5.10 kernel ? >> >> I'm forwarding to using wireguard across a large number of deployed >> Pi(s) with the kernel module being kept up-to-date when yum-update >> applies kernel updates. Wireguard is backported into all our 5.4 kernels, so you should be able to use it now, even without upgrading. >> >> Cheers - Martin >> > I guess it depends on the image you're using, but if you used the rpi > variant (using rpi kernel, so normally images tagged with *RaspberryPI* > and located on mirrors, like > http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's > automatic > > Try a yum update on my rpi3b+ and it triggers the update : > > Installing: > raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 > centos-kernel 21 M > > Are your using the *generic* image instead ? As that repo doesn't have > (yet) 5.10 : I think I fixed the last issue today, we should be able to build them all in sync next week. > http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while > they are there for rpi kernel : > http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ > Pablo. From martin at netconfigs.com Sun Mar 28 19:12:40 2021 From: martin at netconfigs.com (Martin Meadows) Date: Sun, 28 Mar 2021 20:12:40 +0100 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: <000a01d72406$5340fa50$f9c2eef0$@netconfigs.com> Hi Pablo/Fabian, The timing is amazing, I raised my question this morning (28th) but had failed to realise that yum-cron yesterday coincidentally delivered 5.10 to our complement of Pi(s). Also, you're right,I hadn't noticed that wireguards.ko has been in 5.4 from .88 or possibly earlier. In answer to the question, all the Pi(s) have been built from the CentOS-Userland-7-armv7hl-RaspberryPI-Minimal images, hopefully that explains my good fortune. Many thanks - Martin Date: Sun, 28 Mar 2021 10:22:10 +0200 From: Fabian Arrotin To: arm-dev at centos.org Subject: Re: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: Content-Type: text/plain; charset=utf-8 I guess it depends on the image you're using, but if you used the rpi variant (using rpi kernel, so normally images tagged with *RaspberryPI* and located on mirrors, like http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's automatic Try a yum update on my rpi3b+ and it triggers the update : Installing: raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 centos-kernel 21 M Are your using the *generic* image instead ? As that repo doesn't have (yet) 5.10 : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while they are there for rpi kernel : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 17F3B7A1 | twitter: @arrfab On 28/03/2021 08:14, Martin Meadows wrote: > Hi Guys, > > Is there a view on when yum-update on rpi could be expected to deliver > the 5.10 kernel ? > > I'm forwarding to using wireguard across a large number of deployed > Pi(s) with the kernel module being kept up-to-date when yum-update > applies kernel updates. > > Cheers - Martin > From bruno at bmartins.pt Mon Mar 1 09:09:09 2021 From: bruno at bmartins.pt (Bruno Martins) Date: Mon, 1 Mar 2021 09:09:09 +0000 Subject: [Arm-dev] Support for PHP 7.4 on armv7l In-Reply-To: References: Message-ID: From: Pablo Sebasti?n Greco Sent: 28 de fevereiro de 2021 17:38 To: Bruno Martins ; Conversations around CentOS on ARM hardware Subject: Re: [Arm-dev] Support for PHP 7.4 on armv7l On 25/2/21 15:57, Bruno Martins via Arm-dev wrote: > Hello guys, > > I am using CentOS 7.9.2009 and trying to figure out how to install PHP version 7.4 under armv7l. > > Is this supported and has anyone else tried so they can give me a hint? Yesterday I started building php 7.3 and 7.4 (both in regular mode and scl mode),? it will take a while before you can start testing, but at least you should be able to see the packages appearing. Great Pablo, thanks! > > I am currently successfully running 7.2. That's from armv7.dev.centos.org, right? Yeah, instructions here: https://blog.centos.org/2018/01/php-7-2-for-centos-7-armhfp/ > > Kind regards, > > Bruno Pablo. Cheers! From pgrahamdev at gmail.com Mon Mar 22 22:55:48 2021 From: pgrahamdev at gmail.com (Paul Graham) Date: Mon, 22 Mar 2021 16:55:48 -0600 Subject: [Arm-dev] CentOS 8/CentOS Stream 8 status for armhfp? Message-ID: Hi, I wanted to see if there were any updates for CentOS 8 and CentOS 8 Stream. I took a look at https://koji.armhfp-mbox.centos.org/koji/ and it looks like there are some packages that are not building properly. Are those stopping further releases? What is the best way to help with the next release (testing, debugging builds)? Not being very familiar with Koji, it wasn't clear to me how to track down the information on the build failures. Thanks for all of the hard work! Paul From pablo at fliagreco.com.ar Tue Mar 23 11:08:52 2021 From: pablo at fliagreco.com.ar (=?UTF-8?Q?Pablo_Sebasti=c3=a1n_Greco?=) Date: Tue, 23 Mar 2021 08:08:52 -0300 Subject: [Arm-dev] CentOS 8/CentOS Stream 8 status for armhfp? In-Reply-To: References: Message-ID: <8f93667e-5c67-863d-075e-5828984e86e0@fliagreco.com.ar> On 22/3/21 19:55, Paul Graham wrote: > Hi, > > I wanted to see if there were any updates for CentOS 8 and CentOS 8 Stream. > > I took a look at https://koji.armhfp-mbox.centos.org/koji/ and it > looks like there are some packages that are not building properly. > Are those stopping further releases? What is the best way to help > with the next release (testing, debugging builds)? Not being very > familiar with Koji, it wasn't clear to me how to track down the > information on the build failures. Hey Paul, no the main issue now is infrastructure, we're having some problems building the modules, and they are on track for being resolved, just not the highest priority right now. The failures are basically solved offline, and as soon as infra is back on track, they should be solved. We were hoping that these infra problems were a thing of the past, but looks like they lurked back in :( > Thanks for all of the hard work! Hopefully, we'll be able to fix those soon and get this all back on track > > Paul Pablo. From martin at netconfigs.com Sun Mar 28 06:14:55 2021 From: martin at netconfigs.com (Martin Meadows) Date: Sun, 28 Mar 2021 07:14:55 +0100 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> An HTML attachment was scrubbed... URL: From arrfab at centos.org Sun Mar 28 08:22:10 2021 From: arrfab at centos.org (Fabian Arrotin) Date: Sun, 28 Mar 2021 10:22:10 +0200 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel In-Reply-To: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> References: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> Message-ID: On 28/03/2021 08:14, Martin Meadows wrote: > Hi Guys, > > Is there a view on when yum-update on rpi could be expected to deliver > the 5.10 kernel ? > > I'm forwarding to using wireguard across a large number of deployed > Pi(s) with the kernel module being kept up-to-date when yum-update > applies kernel updates. > > Cheers - Martin > I guess it depends on the image you're using, but if you used the rpi variant (using rpi kernel, so normally images tagged with *RaspberryPI* and located on mirrors, like http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's automatic Try a yum update on my rpi3b+ and it triggers the update : Installing: raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 centos-kernel 21 M Are your using the *generic* image instead ? As that repo doesn't have (yet) 5.10 : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while they are there for rpi kernel : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 17F3B7A1 | twitter: @arrfab From pablo at fliagreco.com.ar Sun Mar 28 11:53:11 2021 From: pablo at fliagreco.com.ar (=?UTF-8?Q?Pablo_Sebasti=c3=a1n_Greco?=) Date: Sun, 28 Mar 2021 08:53:11 -0300 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel In-Reply-To: References: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> Message-ID: <461d7636-929d-8f43-1491-ce74a13de48e@fliagreco.com.ar> On 28/3/21 05:22, Fabian Arrotin wrote: > On 28/03/2021 08:14, Martin Meadows wrote: >> Hi Guys, >> >> Is there a view on when yum-update on rpi could be expected to deliver >> the 5.10 kernel ? >> >> I'm forwarding to using wireguard across a large number of deployed >> Pi(s) with the kernel module being kept up-to-date when yum-update >> applies kernel updates. Wireguard is backported into all our 5.4 kernels, so you should be able to use it now, even without upgrading. >> >> Cheers - Martin >> > I guess it depends on the image you're using, but if you used the rpi > variant (using rpi kernel, so normally images tagged with *RaspberryPI* > and located on mirrors, like > http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's > automatic > > Try a yum update on my rpi3b+ and it triggers the update : > > Installing: > raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 > centos-kernel 21 M > > Are your using the *generic* image instead ? As that repo doesn't have > (yet) 5.10 : I think I fixed the last issue today, we should be able to build them all in sync next week. > http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while > they are there for rpi kernel : > http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ > Pablo. From martin at netconfigs.com Sun Mar 28 19:12:40 2021 From: martin at netconfigs.com (Martin Meadows) Date: Sun, 28 Mar 2021 20:12:40 +0100 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: <000a01d72406$5340fa50$f9c2eef0$@netconfigs.com> Hi Pablo/Fabian, The timing is amazing, I raised my question this morning (28th) but had failed to realise that yum-cron yesterday coincidentally delivered 5.10 to our complement of Pi(s). Also, you're right,I hadn't noticed that wireguards.ko has been in 5.4 from .88 or possibly earlier. In answer to the question, all the Pi(s) have been built from the CentOS-Userland-7-armv7hl-RaspberryPI-Minimal images, hopefully that explains my good fortune. Many thanks - Martin Date: Sun, 28 Mar 2021 10:22:10 +0200 From: Fabian Arrotin To: arm-dev at centos.org Subject: Re: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: Content-Type: text/plain; charset=utf-8 I guess it depends on the image you're using, but if you used the rpi variant (using rpi kernel, so normally images tagged with *RaspberryPI* and located on mirrors, like http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's automatic Try a yum update on my rpi3b+ and it triggers the update : Installing: raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 centos-kernel 21 M Are your using the *generic* image instead ? As that repo doesn't have (yet) 5.10 : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while they are there for rpi kernel : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 17F3B7A1 | twitter: @arrfab On 28/03/2021 08:14, Martin Meadows wrote: > Hi Guys, > > Is there a view on when yum-update on rpi could be expected to deliver > the 5.10 kernel ? > > I'm forwarding to using wireguard across a large number of deployed > Pi(s) with the kernel module being kept up-to-date when yum-update > applies kernel updates. > > Cheers - Martin > From bruno at bmartins.pt Mon Mar 1 09:09:09 2021 From: bruno at bmartins.pt (Bruno Martins) Date: Mon, 1 Mar 2021 09:09:09 +0000 Subject: [Arm-dev] Support for PHP 7.4 on armv7l In-Reply-To: References: Message-ID: From: Pablo Sebasti?n Greco Sent: 28 de fevereiro de 2021 17:38 To: Bruno Martins ; Conversations around CentOS on ARM hardware Subject: Re: [Arm-dev] Support for PHP 7.4 on armv7l On 25/2/21 15:57, Bruno Martins via Arm-dev wrote: > Hello guys, > > I am using CentOS 7.9.2009 and trying to figure out how to install PHP version 7.4 under armv7l. > > Is this supported and has anyone else tried so they can give me a hint? Yesterday I started building php 7.3 and 7.4 (both in regular mode and scl mode),? it will take a while before you can start testing, but at least you should be able to see the packages appearing. Great Pablo, thanks! > > I am currently successfully running 7.2. That's from armv7.dev.centos.org, right? Yeah, instructions here: https://blog.centos.org/2018/01/php-7-2-for-centos-7-armhfp/ > > Kind regards, > > Bruno Pablo. Cheers! From pgrahamdev at gmail.com Mon Mar 22 22:55:48 2021 From: pgrahamdev at gmail.com (Paul Graham) Date: Mon, 22 Mar 2021 16:55:48 -0600 Subject: [Arm-dev] CentOS 8/CentOS Stream 8 status for armhfp? Message-ID: Hi, I wanted to see if there were any updates for CentOS 8 and CentOS 8 Stream. I took a look at https://koji.armhfp-mbox.centos.org/koji/ and it looks like there are some packages that are not building properly. Are those stopping further releases? What is the best way to help with the next release (testing, debugging builds)? Not being very familiar with Koji, it wasn't clear to me how to track down the information on the build failures. Thanks for all of the hard work! Paul From pablo at fliagreco.com.ar Tue Mar 23 11:08:52 2021 From: pablo at fliagreco.com.ar (=?UTF-8?Q?Pablo_Sebasti=c3=a1n_Greco?=) Date: Tue, 23 Mar 2021 08:08:52 -0300 Subject: [Arm-dev] CentOS 8/CentOS Stream 8 status for armhfp? In-Reply-To: References: Message-ID: <8f93667e-5c67-863d-075e-5828984e86e0@fliagreco.com.ar> On 22/3/21 19:55, Paul Graham wrote: > Hi, > > I wanted to see if there were any updates for CentOS 8 and CentOS 8 Stream. > > I took a look at https://koji.armhfp-mbox.centos.org/koji/ and it > looks like there are some packages that are not building properly. > Are those stopping further releases? What is the best way to help > with the next release (testing, debugging builds)? Not being very > familiar with Koji, it wasn't clear to me how to track down the > information on the build failures. Hey Paul, no the main issue now is infrastructure, we're having some problems building the modules, and they are on track for being resolved, just not the highest priority right now. The failures are basically solved offline, and as soon as infra is back on track, they should be solved. We were hoping that these infra problems were a thing of the past, but looks like they lurked back in :( > Thanks for all of the hard work! Hopefully, we'll be able to fix those soon and get this all back on track > > Paul Pablo. From martin at netconfigs.com Sun Mar 28 06:14:55 2021 From: martin at netconfigs.com (Martin Meadows) Date: Sun, 28 Mar 2021 07:14:55 +0100 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> An HTML attachment was scrubbed... URL: From arrfab at centos.org Sun Mar 28 08:22:10 2021 From: arrfab at centos.org (Fabian Arrotin) Date: Sun, 28 Mar 2021 10:22:10 +0200 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel In-Reply-To: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> References: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> Message-ID: On 28/03/2021 08:14, Martin Meadows wrote: > Hi Guys, > > Is there a view on when yum-update on rpi could be expected to deliver > the 5.10 kernel ? > > I'm forwarding to using wireguard across a large number of deployed > Pi(s) with the kernel module being kept up-to-date when yum-update > applies kernel updates. > > Cheers - Martin > I guess it depends on the image you're using, but if you used the rpi variant (using rpi kernel, so normally images tagged with *RaspberryPI* and located on mirrors, like http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's automatic Try a yum update on my rpi3b+ and it triggers the update : Installing: raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 centos-kernel 21 M Are your using the *generic* image instead ? As that repo doesn't have (yet) 5.10 : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while they are there for rpi kernel : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 17F3B7A1 | twitter: @arrfab From pablo at fliagreco.com.ar Sun Mar 28 11:53:11 2021 From: pablo at fliagreco.com.ar (=?UTF-8?Q?Pablo_Sebasti=c3=a1n_Greco?=) Date: Sun, 28 Mar 2021 08:53:11 -0300 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel In-Reply-To: References: <417cc2eb-a2ee-4c1f-9319-62bb6db49f26@email.android.com> Message-ID: <461d7636-929d-8f43-1491-ce74a13de48e@fliagreco.com.ar> On 28/3/21 05:22, Fabian Arrotin wrote: > On 28/03/2021 08:14, Martin Meadows wrote: >> Hi Guys, >> >> Is there a view on when yum-update on rpi could be expected to deliver >> the 5.10 kernel ? >> >> I'm forwarding to using wireguard across a large number of deployed >> Pi(s) with the kernel module being kept up-to-date when yum-update >> applies kernel updates. Wireguard is backported into all our 5.4 kernels, so you should be able to use it now, even without upgrading. >> >> Cheers - Martin >> > I guess it depends on the image you're using, but if you used the rpi > variant (using rpi kernel, so normally images tagged with *RaspberryPI* > and located on mirrors, like > http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's > automatic > > Try a yum update on my rpi3b+ and it triggers the update : > > Installing: > raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 > centos-kernel 21 M > > Are your using the *generic* image instead ? As that repo doesn't have > (yet) 5.10 : I think I fixed the last issue today, we should be able to build them all in sync next week. > http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while > they are there for rpi kernel : > http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ > Pablo. From martin at netconfigs.com Sun Mar 28 19:12:40 2021 From: martin at netconfigs.com (Martin Meadows) Date: Sun, 28 Mar 2021 20:12:40 +0100 Subject: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: <000a01d72406$5340fa50$f9c2eef0$@netconfigs.com> Hi Pablo/Fabian, The timing is amazing, I raised my question this morning (28th) but had failed to realise that yum-cron yesterday coincidentally delivered 5.10 to our complement of Pi(s). Also, you're right,I hadn't noticed that wireguards.ko has been in 5.4 from .88 or possibly earlier. In answer to the question, all the Pi(s) have been built from the CentOS-Userland-7-armv7hl-RaspberryPI-Minimal images, hopefully that explains my good fortune. Many thanks - Martin Date: Sun, 28 Mar 2021 10:22:10 +0200 From: Fabian Arrotin To: arm-dev at centos.org Subject: Re: [Arm-dev] Centos 7 rpi 5.10 kernel Message-ID: Content-Type: text/plain; charset=utf-8 I guess it depends on the image you're using, but if you used the rpi variant (using rpi kernel, so normally images tagged with *RaspberryPI* and located on mirrors, like http://centos-altarch.reloumirrors.net/7.9.2009/isos/armhfp/) , it's automatic Try a yum update on my rpi3b+ and it triggers the update : Installing: raspberrypi2-kernel armv7hl 5.10.23-v7.1.el7 centos-kernel 21 M Are your using the *generic* image instead ? As that repo doesn't have (yet) 5.10 : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-generic/Packages/ while they are there for rpi kernel : http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/Packages/ -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 17F3B7A1 | twitter: @arrfab On 28/03/2021 08:14, Martin Meadows wrote: > Hi Guys, > > Is there a view on when yum-update on rpi could be expected to deliver > the 5.10 kernel ? > > I'm forwarding to using wireguard across a large number of deployed > Pi(s) with the kernel module being kept up-to-date when yum-update > applies kernel updates. > > Cheers - Martin >