Kernel 6.7-rc3 が公開

Kernel 6.7-rc3 が公開されました。ReleaseNoteはこちらです。

カテゴリー: Linux | コメントする

Red Hat Enterprise Linux release 9.2 PHP 8.3.0RC1 Update

Red Hat Enterprise Linux release 9.2 PHPが8.3.0RC1にUpdateされました。

[root@rhel9 ~]# uname -r
5.14.0-284.25.1.el9_2.x86_64
[root@rhel9 ~]# php -v
PHP 8.3.0RC1 (cli) (built: Aug 29 2023 17:29:25) (NTS gcc x86_64)
Copyright (c) The PHP Group
Zend Engine v4.3.0RC1, Copyright (c) Zend Technologies
with Zend OPcache v8.3.0RC1, Copyright (c), by Zend Technologies
[root@rhel9 ~]# curl -V
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.0.7 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.10.4/openssl/zlib nghttp2/1.43.0
Release-Date: 2021-04-14
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@rhel9 ~]# smbd -V
Version 4.17.5
[root@rhel9 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 9.2 (Plow)
[root@rhel9 ~]#

カテゴリー: rhel9 | コメントする

Almalinux 9.2に備わっているMariaDB10.5のrepoを使って対策できました。AlmaLinux release 9.0でMariaDBのrepoを10.3に設定してみた

MariaDB10.3が11月23日でEOLになったようです。対策としてMariaDB10.5にUPdateが必要になりました。MariaDB10.3のrepoは削除してAlmalinux 9.2に備わっているMariaDB10.5のrepoを使って対策できました。
関連サイトはこちらです。

この記事は2023年11月23日以降、正しく動作しなくなりました。代替え方法もわかりません。

こちらを参考にさせて頂きました。

/etc/yum.repos.d ディレクトリに
mariadb.repoというファイルを新規作成しました。

mariadb.repoの原型
# MariaDB 10.6 CentOS repository list – created 2021-07-25 00:11 UTC
# http://downloads.mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.6/centos8-amd64
module_hotfixes=1
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1

このなかで
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.6/centos8-amd64
module_hotfixes=1
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
の部分を抜きだしてbaseurl = http://yum.mariadb.org/10.6/centos8-amd64を
baseurl = http://yum.mariadb.org/10.3/centos8-amd64に修正しました。

最終的には
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.3/centos8-amd64
module_hotfixes=1
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
をmariadb.repoとしました。

MariaDBのインストールは
dnf install mariadb-server -y で行いました。

結果
[root@alma9 ~]# mysql –version
mysql Ver 15.1 Distrib 10.3.36-MariaDB, for Linux (x86_64) using readline 5.1
[root@alma9 ~]#と10.3.36になっていることを確認しました。

その後 httpd、PHP等のビルドも成功、正常動作が確認できました。

カテゴリー: alma9 | コメントする

Manjaro Linux PHP 8.2.10 Update

Manjaro Linux PHPが8.2.10にUpdateされました。

[manjaro ~]# uname -r
6.5.0-1-MANJARO
[manjaro ~]# php -v
PHP 8.2.10 (cli) (built: Sep 1 2023 11:07:36) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.10, Copyright (c) Zend Technologies
[manjaro ~]# curl -V
curl 8.2.1 (x86_64-pc-linux-gnu) libcurl/8.2.1 OpenSSL/3.1.2 zlib/1.3 brotli/1.0.9 zstd/1.5.5 libidn2/2.3.4 libpsl/0.21.2 (+libidn2/2.3.4) libssh2/1.11.0 nghttp2/1.55.1
Release-Date: 2023-07-26
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd
[manjaro ~]# samba -V
Version 4.18.6
[manjaro ~]# cat /etc/os-release
NAME=”Manjaro Linux”
PRETTY_NAME=”Manjaro Linux”
ID=manjaro
ID_LIKE=arch
BUILD_ID=rolling
ANSI_COLOR=”32;1;24;144;200″
HOME_URL=”https://manjaro.org/”
DOCUMENTATION_URL=”https://wiki.manjaro.org/”
SUPPORT_URL=”https://forum.manjaro.org/”
BUG_REPORT_URL=”https://docs.manjaro.org/reporting-bugs/”
PRIVACY_POLICY_URL=”https://manjaro.org/privacy-policy/”
LOGO=manjarolinux
[manjaro ~]#

カテゴリー: manjaro | コメントする

Ubuntu 22.04.3 LTS PHP 8.2.10 Update

Ubuntu 22.04.3 LTS PHPが8.2.10にUpdateされました。

root@2204:~# uname -r
6.2.0-32-generic
root@2204:~# php -v
PHP 8.2.10 (cli) (built: Sep 2 2023 06:59:22) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.10, Copyright (c) Zend Technologies
with Zend OPcache v8.2.10, Copyright (c), by Zend Technologies
root@2204:~# curl -V
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.16
Release-Date: 2022-01-05
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets zstd
root@2204:~# samba -V
Version 4.15.13-Ubuntu
root@2204:~# cat /etc/os-release
PRETTY_NAME=”Ubuntu 22.04.3 LTS”
NAME=”Ubuntu”
VERSION_ID=”22.04″
VERSION=”22.04.3 LTS (Jammy Jellyfish)”
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL=”https://www.ubuntu.com/”
SUPPORT_URL=”https://help.ubuntu.com/”
BUG_REPORT_URL=”https://bugs.launchpad.net/ubuntu/”
PRIVACY_POLICY_URL=”https://www.ubuntu.com/legal/terms-and-policies/privacy-policy”
UBUNTU_CODENAME=jammy
root@2204:~#

カテゴリー: ubuntu | コメントする