Debian GNU/Linux 11.4 PHP 8.1.8 Update

Debian GNU/Linux 11.4 PHPが8.1.8にUpdateされました。

root@debian:~# uname -r
5.10.0-16-amd64
root@debian:~# php -v
PHP 8.1.8 (cli) (built: Jul 11 2022 08:55:24) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.8, Copyright (c) Zend Technologies
with Zend OPcache v8.1.8, Copyright (c), by Zend Technologies
root@debian:~# curl -V
curl 7.74.0 (x86_64-pc-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3
Release-Date: 2020-12-09
Protocols: dict file ftp ftps gopher 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 HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
root@debian:~# samba -V
Version 4.13.13-Debian
root@debian:~# cat /etc/os-release
PRETTY_NAME=”Debian GNU/Linux 11 (bullseye)”
NAME=”Debian GNU/Linux”
VERSION_ID=”11″
VERSION=”11 (bullseye)”
VERSION_CODENAME=bullseye
ID=debian
HOME_URL=”https://www.debian.org/”
SUPPORT_URL=”https://www.debian.org/support”
BUG_REPORT_URL=”https://bugs.debian.org/”
root@debian:~# cat /etc/debian_version
11.4
root@debian:~#

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

Red Hat Enterprise Linux release 9.0 Kernel5.14.0-70.17.1.el9_0.x86_64 PHP 8.1.8 Update

Red Hat Enterprise Linux release 9.0 Kernel5.14.0-70.17.1.el9_0.x86_64とPHP 8.1.8がUpdateされました。

[root@rhel9 ~]# uname -r
5.14.0-70.17.1.el9_0.x86_64
[root@rhel9 ~]# php -v
PHP 8.1.8 (cli) (built: Jul 5 2022 21:55:55) (NTS gcc x86_64)
Copyright (c) The PHP Group
Zend Engine v4.1.8, Copyright (c) Zend Technologies
with Zend OPcache v8.1.8, 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.1 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.6/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.15.5
[root@rhel9 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 9.0 (Plow)
[root@rhel9 ~]#

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

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

root@tiger:~# kinit administrator
Password for administrator@TEST.JP:
root@tiger:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘TIGER’ to dns domain ‘test.jp’
No DNS domain configured for tiger. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@tiger:~# systemctl restart winbind
root@tiger:~# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
root@tiger:~# wbinfo -n chibi
S-1-5-21-2680058936-65489393-2017812206-1103 SID_USER (1)
root@tiger:~# net ads info
LDAP server: 192.168.1.231
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Sat, 29 Jan 2022 06:10:11 JST
KDC server: 192.168.1.231
Server time offset: 2
Last machine account password change: Sat, 29 Jan 2022 06:09:24 JST
root@tiger:~# host -4 dc
dc.test.jp has address 192.168.1.11
dc.test.jp has address 192.168.1.12
dc.test.jp has IPv6 address 2400:4052:46e0:b700:ad09:3d1f:f63:7433
dc.test.jp has IPv6 address 2400:4052:46e0:b700:f0ef:e0f2:9a96:d47f
root@tiger:~# 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@tiger:~# host -4 dc2
dc2.test.jp has address 192.168.1.231
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:10e7:dbbd:a251:8cee
root@tiger:~# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.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.
root@tiger:~# 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@tiger:~# host -t A test.jp
test.jp has address 192.168.1.13
test.jp has address 192.168.1.11
test.jp has address 192.168.1.12
test.jp has address 192.168.1.231
root@tiger:~# cat /etc/redhat-release
cat: /etc/redhat-release: No such file or directory
root@tiger:~# cat /etc/os-release
NAME=”Ubuntu”
VERSION=”20.04.3 LTS (Focal Fossa)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu 20.04.3 LTS”
VERSION_ID=”20.04″
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”
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
root@tiger:~# samba -V
Version 4.13.14-Ubuntu
root@tiger:~# smbclient -L localhost -U%
Ubuntu 20.04.3 LTS Samba4.13.14 AMD EPYC 7742 64-core Processor x2 soketsに構製した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

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

Kernel 6.0-rc2 が公開

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

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

Samba 4.17.0rc2 Available for Download

Samba 4.17.0rc2 が公開されました。ReleaseNoteはこちらです。

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