Arch Linux PHP 8.0.6 Update

Arch Linux PHPが8.0.6にUpdateされました。

[root@archlinux ~]# uname -r
5.11.16-arch1-1
[root@archlinux ~]# php -v
PHP 8.0.6 (cli) (built: May 5 2021 04:49:35) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.6, Copyright (c) Zend Technologies
[root@archlinux ~]# curl -V
curl 7.76.1 (x86_64-pc-linux-gnu) libcurl/7.76.1 OpenSSL/1.1.1k zlib/1.2.11 zstd/1.4.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0
Release-Date: 2021-04-14
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 GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets zstd
[root@archlinux ~]# samba -V
Version 4.14.4
[root@archlinux ~]# cat /etc/os-release
NAME=”Arch Linux”
PRETTY_NAME=”Arch Linux”
ID=arch
BUILD_ID=rolling
ANSI_COLOR=”38;2;23;147;209″
HOME_URL=”https://www.archlinux.org/”
DOCUMENTATION_URL=”https://wiki.archlinux.org/”
SUPPORT_URL=”https://bbs.archlinux.org/”
BUG_REPORT_URL=”https://bugs.archlinux.org/”
LOGO=archlinux
[root@archlinux ~]#

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

第2世代 AMD EPYC 7742 64-Core Processor x2 512GB Red Hat Enterprise Linux release 8.3 TITAN RTX x2 CUDA 11.3 Samples ./smokeParticlesを表示させてみた


[chibi@rhel8 ~]$ ls
Geekbench-4.4.2-Linux ダウンロード ドキュメント 画像
NVIDIA_CUDA-11.3_Samples テンプレート ビデオ 公開
‘y-cruncher v0.7.8.9507-static’ デスクトップ 音楽
[chibi@rhel8 ~]$ cd NVIDIA_CUDA-11.3_Samples
[chibi@rhel8 NVIDIA_CUDA-11.3_Samples]$ ls
0_Simple 3_Imaging 6_Advanced LICENSE common
1_Utilities 4_Finance 7_CUDALibraries Makefile
2_Graphics 5_Simulations EULA.txt bin
[chibi@rhel8 NVIDIA_CUDA-11.3_Samples]$ cd 5_Simulations
[chibi@rhel8 5_Simulations]$ ls
fluidsGL nbody nbody_screen particles
fluidsGLES nbody_opengles oceanFFT smokeParticles
[chibi@rhel8 5_Simulations]$ cd smokeParticles
[chibi@rhel8 smokeParticles]$ ls
GLSLProgram.cpp SmokeRenderer.h nvQuaternion.h
GLSLProgram.h SmokeRenderer.o nvVector.h
GLSLProgram.o SmokeShaders.cpp particleDemo.cpp
GpuArray.h SmokeShaders.h particleDemo.o
Makefile SmokeShaders.o particles_kernel.cuh
NsightEclipse.xml data particles_kernel_device.cuh
ParticleSystem.cpp doc readme.txt
ParticleSystem.cuh findgllib.mk renderbuffer.cpp
ParticleSystem.h framebufferObject.cpp renderbuffer.h
ParticleSystem.o framebufferObject.h renderbuffer.o
ParticleSystem_cuda.cu framebufferObject.o smokeParticles
ParticleSystem_cuda.o nvMath.h
SmokeRenderer.cpp nvMatrix.h
[chibi@rhel8 smokeParticles]$ ./smokeParticles
CUDA Smoke Particles Starting…

NOTE: The CUDA Samples are not meant for performance measurements. Results may vary when GPU Boost is enabled.

Loaded ‘./data/floortile.ppm’, 256 x 256 pixels
GPU Device 0: “Turing” with compute capability 7.5

[chibi@rhel8 smokeParticles]$

関連サイト

カテゴリー: nvidia, rhel8 | コメントする

第2世代 AMD EPYC 7742 64-Core Processor x2 512GB Red Hat Enterprise Linux release 8.3 TITAN RTX x2 CUDA 11.3 Samples Mandelbrotの表示に手間取ったので忘備録

最初の現象
[chibi@rhel8 ~]$ cd ~/NVIDIA_CUDA-11.3_Samples/2_Graphics
[chibi@rhel8 2_Graphics]$ ls
Mandelbrot simpleGL simpleGLES_screen simpleVulkanMMAP
bindlessTexture simpleGLES simpleTexture3D volumeFiltering
marchingCubes simpleGLES_EGLOutput simpleVulkan volumeRender
[chibi@rhel8 2_Graphics]$ cd Mandelbrot
[chibi@rhel8 Mandelbrot]$ make
>>> WARNING – libGL.so not found, refer to CUDA Getting Started Guide
for how to find and install them. <<< >>> WARNING – libGLU.so not found, refer to CUDA Getting Started Guide
for how to find and install them. <<< >>> WARNING – gl.h not found, refer to CUDA Getting Started Guide for
how to find and install them. <<< >>> WARNING – glu.h not found, refer to CUDA Getting Started Guide for
how to find and install them. <<< [@] /usr/local/cuda-11.3/bin/nvcc -ccbin g++ -I../../common/inc -m64 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_86,code=compute_86 -o Mandelbrot.o -c Mandelbrot.cpp [@] /usr/local/cuda-11.3/bin/nvcc -ccbin g++ -I../../common/inc -m64 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_86,code=compute_86 -o Mandelbrot_cuda.o -c Mandelbrot_cuda.cu [@] /usr/local/cuda-11.3/bin/nvcc -ccbin g++ -I../../common/inc -m64 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_86,code=compute_86 -o Mandelbrot_gold.o -c Mandelbrot_gold.cpp [@] /usr/local/cuda-11.3/bin/nvcc -ccbin g++ -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_86,code=compute_86 -o Mandelbrot Mandelbrot.o Mandelbrot_cuda.o Mandelbrot_gold.o -L/usr/lib64/nvidia -lGL -lGLU -lglut [@] mkdir -p ../../bin/x86_64/linux/release [@] cp Mandelbrot ../../bin/x86_64/linux/release [chibi@rhel8 Mandelbrot]$ ./Mandelbrot -bash: ./Mandelbrot: そのようなファイルやディレクトリはありません [chibi@rhel8 Mandelbrot]$ 対応策 その1 sudo dnf install freeglut
[chibi@rhel8 Mandelbrot]$ sudo dnf install freeglut
Updating Subscription Management repositories.
メタデータの期限切れの最終確認: 0:28:53 時間前の 2021年05月05日 05時34分
26秒 に 実施しました。
依存関係が解決しました。
================================================================================
パッケージ Arch バージョン リポジト
リー サイズ
================================================================================
インストール:
freeglut x86_64 3.0.0-8.el8 rhel-8-for-x86_64-appstream-rpms
191 k

トランザクションの概要
================================================================================
インストール 1 パッケージ

ダウンロードサイズの合計: 191 k
インストール済みのサイズ: 661 k
これでよろしいですか? [y/N]: y
パッケージのダウンロード:
freeglut-3.0.0-8.el8.x86_64.rpm 463 kB/s | 191 kB 00:00
——————————————————————————–
合計 462 kB/s | 191 kB 00:00
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
準備 : 1/1
インストール :
freeglut-3.0.0-8.el8.x86_64 1/1
scriptletの実行中:
freeglut-3.0.0-8.el8.x86_64 1/1
検証 :
freeglut-3.0.0-8.el8.x86_64 1/1
Installed products updated.

インストール済み:
freeglut-3.0.0-8.el8.x86_64

完了しました!
[chibi@rhel8 Mandelbrot]$ make
>>> WARNING – libGL.so not found, refer to CUDA Getting Started Guide
for how to find and install them. <<< >>> WARNING – libGLU.so not found, refer to CUDA Getting Started Guide
for how to find and install them. <<< >>> WARNING – gl.h not found, refer to CUDA Getting Started Guide for
how to find and install them. <<< >>> WARNING – glu.h not found, refer to CUDA Getting Started Guide for
how to find and install them. <<< [@] /usr/local/cuda-11.3/bin/nvcc -ccbin g++ -I../../common/inc -m64 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_86,code=compute_86 -o Mandelbrot.o -c Mandelbrot.cpp [@] /usr/local/cuda-11.3/bin/nvcc -ccbin g++ -I../../common/inc -m64 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_86,code=compute_86 -o Mandelbrot_cuda.o -c Mandelbrot_cuda.cu [@] /usr/local/cuda-11.3/bin/nvcc -ccbin g++ -I../../common/inc -m64 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_86,code=compute_86 -o Mandelbrot_gold.o -c Mandelbrot_gold.cpp [@] /usr/local/cuda-11.3/bin/nvcc -ccbin g++ -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_86,code=compute_86 -o Mandelbrot Mandelbrot.o Mandelbrot_cuda.o Mandelbrot_gold.o -L/usr/lib64/nvidia -lGL -lGLU -lglut [@] mkdir -p ../../bin/x86_64/linux/release [@] cp Mandelbrot ../../bin/x86_64/linux/release [chibi@rhel8 Mandelbrot]$ これでもNG
対応策その2 
sudo dnf install freeglut-devel これでmakeに成功しました。
[chibi@rhel8 Mandelbrot]$ sudo dnf search freeglut
[sudo] chibi のパスワード:
Updating Subscription Management repositories.
メタデータの期限切れの最終確認: 0:37:18 時間前の 2021年05月05日 05時34分
26秒 に 実施しました。
=========================== 名前 完全一致: freeglut
============================
freeglut.x86_64 : A freely licensed alternative to the GLUT library
freeglut.i686 : A freely licensed alternative to the GLUT library
========================== 名前 & 概要 一致: freeglut
==========================
freeglut-devel.x86_64 : Freeglut developmental libraries and header files
freeglut-devel.i686 : Freeglut developmental libraries and header files
[chibi@rhel8 Mandelbrot]$ sudo dnf install freeglut-devel
Updating Subscription Management repositories.
メタデータの期限切れの最終確認: 0:37:52 時間前の 2021年05月05日 05時34分
26秒 に 実施しました。
依存関係が解決しました。
================================================================================
パッケージ Arch バージョン リポジト
リー サイズ
================================================================================
インストール:
freeglut-devel x86_64 3.0.0-8.el8 rhel-8-for-x86_64-appstream-rpms
121 k
依存関係のインストール:
gl-manpages noarch 1.1-15.20161227.el8
rhel-8-for-x86_64-appstream-rpms 1.2 M
libdrm-devel x86_64 2.4.101-1.el8
rhel-8-for-x86_64-appstream-rpms 157 k
libglvnd-core-devel
x86_64 1:1.2.0-6.el8
rhel-8-for-x86_64-appstream-rpms 25 k
libglvnd-devel x86_64 1:1.2.0-6.el8
rhel-8-for-x86_64-appstream-rpms 184 k
mesa-libGL-devel x86_64 20.1.4-1.el8
rhel-8-for-x86_64-appstream-rpms 51 k
mesa-libGLU x86_64 9.0.0-15.el8 rhel-8-for-x86_64-appstream-rpms
185 k
mesa-libGLU-devel x86_64 9.0.0-15.el8
rhel-8-for-x86_64-appstream-rpms 15 k

トランザクションの概要
================================================================================
インストール 8 パッケージ

ダウンロードサイズの合計: 1.9 M
インストール済みのサイズ: 4.4 M
これでよろしいですか? [y/N]: y
パッケージのダウンロード:
(1/8): mesa-libGLU-devel-9.0.0-15.el8.x86_64.rp 49 kB/s | 15 kB 00:00
(2/8): gl-manpages-1.1-15.20161227.el8.noarch.r 2.8 MB/s | 1.2 MB 00:00
(3/8): libglvnd-devel-1.2.0-6.el8.x86_64.rpm 1.0 MB/s | 184 kB 00:00
(4/8): mesa-libGLU-9.0.0-15.el8.x86_64.rpm 525 kB/s | 185 kB 00:00
(5/8): freeglut-devel-3.0.0-8.el8.x86_64.rpm 182 kB/s | 121 kB 00:00
(6/8): libglvnd-core-devel-1.2.0-6.el8.x86_64.r 130 kB/s | 25 kB 00:00
(7/8): mesa-libGL-devel-20.1.4-1.el8.x86_64.rpm 225 kB/s | 51 kB 00:00
(8/8): libdrm-devel-2.4.101-1.el8.x86_64.rpm 372 kB/s | 157 kB 00:00
——————————————————————————–
合計 1.7 MB/s | 1.9 MB 00:01
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
準備 : 1/1
インストール :
libdrm-devel-2.4.101-1.el8.x86_64 1/8
インストール :
libglvnd-core-devel-1:1.2.0-6.el8.x86_64 2/8
インストール :
libglvnd-devel-1:1.2.0-6.el8.x86_64 3/8
インストール :
mesa-libGL-devel-20.1.4-1.el8.x86_64 4/8
インストール :
mesa-libGLU-9.0.0-15.el8.x86_64 5/8
インストール :
gl-manpages-1.1-15.20161227.el8.noarch 6/8
インストール :
mesa-libGLU-devel-9.0.0-15.el8.x86_64 7/8
インストール :
freeglut-devel-3.0.0-8.el8.x86_64 8/8
scriptletの実行中:
freeglut-devel-3.0.0-8.el8.x86_64 8/8
検証 :
gl-manpages-1.1-15.20161227.el8.noarch 1/8
検証 :
mesa-libGLU-devel-9.0.0-15.el8.x86_64 2/8
検証 :
freeglut-devel-3.0.0-8.el8.x86_64 3/8
検証 :
mesa-libGLU-9.0.0-15.el8.x86_64 4/8
検証 :
libglvnd-devel-1:1.2.0-6.el8.x86_64 5/8
検証 :
libglvnd-core-devel-1:1.2.0-6.el8.x86_64 6/8
検証 :
mesa-libGL-devel-20.1.4-1.el8.x86_64 7/8
検証 :
libdrm-devel-2.4.101-1.el8.x86_64 8/8
Installed products updated.

インストール済み:
freeglut-devel-3.0.0-8.el8.x86_64 gl-manpages-1.1-15.20161227.el8.noarch
libdrm-devel-2.4.101-1.el8.x86_64
libglvnd-core-devel-1:1.2.0-6.el8.x86_64
libglvnd-devel-1:1.2.0-6.el8.x86_64 mesa-libGL-devel-20.1.4-1.el8.x86_64
mesa-libGLU-9.0.0-15.el8.x86_64 mesa-libGLU-devel-9.0.0-15.el8.x86_64

完了しました!
[chibi@rhel8 Mandelbrot]$ make
/usr/local/cuda-11.3/bin/nvcc -ccbin g++ -I../../common/inc -m64
–threads 0 -gencode arch=compute_35,code=sm_35 -gencode
arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode
arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode
arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode
arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode
arch=compute_86,code=sm_86 -gencode arch=compute_86,code=compute_86 -o
Mandelbrot.o -c Mandelbrot.cpp
nvcc warning : The ‘compute_35’, ‘compute_37’, ‘compute_50’, ‘sm_35’,
‘sm_37’ and ‘sm_50’ architectures are deprecated, and may be removed in
a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
/usr/local/cuda-11.3/bin/nvcc -ccbin g++ -I../../common/inc -m64
–threads 0 -gencode arch=compute_35,code=sm_35 -gencode
arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode
arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode
arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode
arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode
arch=compute_86,code=sm_86 -gencode arch=compute_86,code=compute_86 -o
Mandelbrot_cuda.o -c Mandelbrot_cuda.cu
nvcc warning : The ‘compute_35’, ‘compute_37’, ‘compute_50’, ‘sm_35’,
‘sm_37’ and ‘sm_50’ architectures are deprecated, and may be removed in
a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
/usr/local/cuda-11.3/bin/nvcc -ccbin g++ -I../../common/inc -m64
–threads 0 -gencode arch=compute_35,code=sm_35 -gencode
arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode
arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode
arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode
arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode
arch=compute_86,code=sm_86 -gencode arch=compute_86,code=compute_86 -o
Mandelbrot_gold.o -c Mandelbrot_gold.cpp
nvcc warning : The ‘compute_35’, ‘compute_37’, ‘compute_50’, ‘sm_35’,
‘sm_37’ and ‘sm_50’ architectures are deprecated, and may be removed in
a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
/usr/local/cuda-11.3/bin/nvcc -ccbin g++ -m64 -gencode
arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode
arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode
arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode
arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode
arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode
arch=compute_86,code=compute_86 -o Mandelbrot Mandelbrot.o
Mandelbrot_cuda.o Mandelbrot_gold.o -L/usr/lib64/nvidia -lGL -lGLU -lglut
nvcc warning : The ‘compute_35’, ‘compute_37’, ‘compute_50’, ‘sm_35’,
‘sm_37’ and ‘sm_50’ architectures are deprecated, and may be removed in
a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
mkdir -p ../../bin/x86_64/linux/release
cp Mandelbrot ../../bin/x86_64/linux/release
Mandelbrot の表示に成功
[chibi@rhel8 Mandelbrot]$ ./Mandelbrot

カテゴリー: nvidia, rhel8 | コメントする

Red Hat Enterprise Linux release 8.3 PHP 8.0.6 Update

Red Hat Enterprise Linux release 8.3 PHPが8.0.6にUpdateされました。

[root@rhel8 ~]# uname -r
4.18.0-240.22.1.el8_3.x86_64
[root@rhel8 ~]# php -v
PHP 8.0.6 (cli) (built: May 4 2021 17:26:18) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.6, Copyright (c) Zend Technologies
with Zend OPcache v8.0.6, Copyright (c), by Zend Technologies
[root@rhel8 ~]# curl -V
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1g zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.4/openssl/zlib nghttp2/1.33.0
Release-Date: 2018-09-05
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz brotli TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL Metalink
[root@rhel8 ~]# smbd -V
Version 4.12.3
[root@rhel8 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.3 (Ootpa)
[root@rhel8 ~]#

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

Fedora release 34 Kernel5.11.18-300.fc34.x86_64 Update

Fedora release 34 Kernelが5.11.18-300.fc34.x86_64にUpdateされました。

[root@f34 ~]# uname -r
5.11.18-300.fc34.x86_64
[root@f34 ~]# php -v
PHP 8.0.5 (cli) (built: Apr 27 2021 12:23:55) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.5, Copyright (c) Zend Technologies
with Zend OPcache v8.0.5, Copyright (c), by Zend Technologies
[root@f34 ~]# curl -V
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/1.1.1k-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.5/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 Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f34 ~]# samba -V
Version 4.14.4
[root@f34 ~]# cat /etc/redhat-release
Fedora release 34 (Thirty Four)
[root@f34 ~]#

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