Kernel 5.17-rc7 が公開

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

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

Red Hat Enterprise Linux release 8.4 PHP 8.0.11 Update

Red Hat Enterprise Linux release 8.4 PHPが8.0.11にUpdateされました。

[root@rhel8 ~]# php -v
PHP 8.0.11 (cli) (built: Sep 21 2021 17:07:44) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.11, Copyright (c) Zend Technologies
with Zend OPcache v8.0.11, Copyright (c), by Zend Technologies
[root@rhel8 ~]# uname -r
4.18.0-305.19.1.el8_4.x86_64
[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
[root@rhel8 ~]# smbd -V
Version 4.13.3
[root@rhel8 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.4 (Ootpa)
[root@rhel8 ~]#

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

Fedora release 36 Kernel5.15.0-0.rc3.25.fc36.x86_64 Update

Fedora release 36 Kernelが5.15.0-0.rc3.25.fc36.x86_64にUpdateされました。

[root@f36 ~]# uname -r
5.15.0-0.rc3.25.fc36.x86_64
[root@f36 ~]# php -v
PHP 8.0.11 (cli) (built: Sep 21 2021 17:07:44) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.11, Copyright (c) Zend Technologies
with Zend OPcache v8.0.11, Copyright (c), by Zend Technologies
[root@f36 ~]# curl -V
curl 7.79.1 (x86_64-redhat-linux-gnu) libcurl/7.79.1 OpenSSL/3.0.0 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.45.1 OpenLDAP/2.4.59
Release-Date: 2021-09-22
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 HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f36 ~]# samba -V
Version 4.15.0
[root@f36 ~]# cat /etc/redhat-release
Fedora release 36 (Rawhide)
[root@f36 ~]#

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

Arch Linux Samba4.15.0 第2世代 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

[root@archlinux ~]# kinit administrator
Password for administrator@TEST.JP:
[root@archlinux ~]# net ads join -U administrator
Password for [TEST\administrator]:
Using short domain name — TEST
Joined ‘ARCHLINUX’ to dns domain ‘test.jp’
No DNS domain configured for archlinux. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@archlinux ~]# systemctl restart winbind
[root@archlinux ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@archlinux ~]# wbinfo -n administrator
S-1-5-21-2680058936-65489393-2017812206-500 SID_USER (1)
[root@archlinux ~]# net ads info
LDAP server: 0.0.0.0
LDAP server name: (null)
Realm: (null)
Bind Path: (null)
LDAP port: 0
Server time: Tue, 28 Sep 2021 02:26:34 UTC
KDC server: 192.168.1.14
Server time offset: -1
Last machine account password change: Thu, 01 Jan 1970 00:00:00 UTC
[root@archlinux ~]# host -4 dc
dc.test.jp has address 192.168.1.12
dc.test.jp has address 192.168.1.11
dc.test.jp has IPv6 address 2400:4052:46e0:b700:f0ef:e0f2:9a96:d47f
dc.test.jp has IPv6 address 2400:4052:46e0:b700:ad09:3d1f:f63:7433
[root@archlinux ~]# host -4 dc1
dc1.test.jp has address 192.168.1.13
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:d28:b4c5:93c1:faaa
[root@archlinux ~]# host -4 dc2
dc2.test.jp has address 192.168.1.14
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:10e7:dbbd:a251:8cee
[root@archlinux ~]# host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
[root@archlinux ~]# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
[root@archlinux ~]# host -t A test.jp
test.jp has address 192.168.1.12
test.jp has address 192.168.1.14
test.jp has address 192.168.1.13
test.jp has address 192.168.1.11
[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://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 ~]# samba -V
Version 4.15.0
[root@archlinux ~]# smbclient //192.168.1.11/netlogon -Uadministrator
Arch Linux Samba4.15.0 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

カテゴリー: 2 Sockets, archlinux, samba4, windows | コメントする

Arch Linux Kernel5.14.8-arch1-1 Update

Arch Linux Kernelが5.14.8-arch1-1にUpdateされました。

[root@archlinux ~]# uname -r
5.14.8-arch1-1
[root@archlinux ~]# php -v
PHP 8.0.11 (cli) (built: Sep 25 2021 07:52:29) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.11, Copyright (c) Zend Technologies
[root@archlinux ~]# curl -V
curl 7.79.1 (x86_64-pc-linux-gnu) libcurl/7.79.1 OpenSSL/1.1.1l
zlib/1.2.11 brotli/1.0.9 zstd/1.5.0 libidn2/2.3.2 libpsl/0.21.1
(+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.45.0
Release-Date: 2021-09-22
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 TLS-SRP
UnixSockets zstd
[root@archlinux ~]# samba -V
Version 4.15.0
[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://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 | コメントする