Red Hat Enterprise Linux Server release 7.8 PHP 7.4.6 Update

Red Hat Enterprise Linux Server release 7.8 PHPが7.4.6にUpdateされました。

[root@rhel7 ~]# uname -r
3.10.0-1127.el7.x86_64
[root@rhel7 ~]# php -v
PHP 7.4.6 (cli) (built: May 12 2020 08:09:15) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
[root@rhel7 ~]# curl -V
curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.44 zlib/1.2.7 libidn/1.28 libssh2/1.8.0
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets
[root@rhel7 ~]# smbd -V
Version 4.10.4
[root@rhel7 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.8 (Maipo)
[root@rhel7 ~]#

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

Debian10.4 PHP 7.4.6 Update

Debian10.4 PHPが7.4.6にUpdateされました。

root@debian:~# uname -r
4.19.0-9-amd64
root@debian:~# uname -a
Linux debian 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2 (2020-04-29) x86_64 GNU/Linux
root@debian:~# php -v
PHP 7.4.6 (cli) (built: May 14 2020 10:03:28) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.6, Copyright (c), by Zend Technologies
root@debian:~# curl -V
curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 OpenSSL/1.1.1g zlib/1.2.11 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.36.0 librtmp/2.3
Release-Date: 2019-02-06
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL
root@debian:~# samba -V
Version 4.9.5-Debian
root@debian:~# cat /etc/os-release
PRETTY_NAME=”Debian GNU/Linux 10 (buster)”
NAME=”Debian GNU/Linux”
VERSION_ID=”10″
VERSION=”10 (buster)”
VERSION_CODENAME=buster
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
10.4
root@debian:~#

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

Oracle Linux Server release 8.2 Samba4.11.2 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


[root@oracle8 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@oracle8 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘ORACLE8’ to dns domain ‘test.jp’
No DNS domain configured for oracle8. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@oracle8 ~]# systemctl restart winbind
[root@oracle8 ~]# wbinfo -n chibi
S-1-5-21-212194710-1998421792-903778468-1105 SID_USER (1)
[root@oracle8 ~]# wbinfo -u
administrator
guest
krbtgt
chibi
[root@oracle8 ~]# smbclient -L localhost -U%
do_connect: Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
[root@oracle8 ~]# smbclient -L 192.168.1.31 -U%

Sharename Type Comment
——— —- ——-
SMB1 disabled — no workgroup available
[root@oracle8 ~]# smbclient //192.168.1.31/netlogon -Uadministrator
Enter TEST\administrator’s password:
Try “help” to get a list of possible commands.
smb: \> ls
. D 0 Tue May 12 19:33:06 2020
.. D 0 Tue May 12 19:33:06 2020

15570943 blocks of size 4096. 12479591 blocks available
smb: \> exit
[root@oracle8 ~]# smbclient //192.168.1.31/sysvol -Uadministrator
Enter TEST\administrator’s password:
Try “help” to get a list of possible commands.
smb: \> ls
. D 0 Tue May 12 19:33:06 2020
.. D 0 Tue May 12 19:33:06 2020
test.jp D 0 Tue May 12 19:33:06 2020

15570943 blocks of size 4096. 12479583 blocks available
smb: \> exit
[root@oracle8 ~]# cat /etc/oracle-release
Oracle Linux Server release 8.2
[root@oracle8 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.2 (Ootpa)
[root@oracle8 ~]# smbd -V
Version 4.11.2
[root@oracle8 ~]# net ads info
LDAP server: 192.168.1.31
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 土, 16 5月 2020 05:12:27 JST
KDC server: 192.168.1.31
Server time offset: 0
Last machine account password change: 土, 16 5月 2020 05:08:50 JST
[root@oracle8 ~]# host -4 dc
dc.test.jp has address 192.168.1.31
dc.test.jp has IPv6 address 2400:4052:46e0:b700:35fe:39b5:18f9:2353
[root@oracle8 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.33
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:7955:6a8:f505:354c
[root@oracle8 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.34
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:611b:b177:f897:2039
[root@oracle8 ~]# host -t SRV _ldap._tcp.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 dc2.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
[root@oracle8 ~]# 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 dc1.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.test.jp.
[root@oracle8 ~]# host -t A test.jp
test.jp has address 192.168.1.33
test.jp has address 192.168.1.31
test.jp has address 192.168.1.34
[root@oracle8 ~]# net ads lookup
Oracle Linux Server release 8.2 Samba4.11.2 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

Kernel 5.8-rc2が公開

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

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

Oracle Linux Server release 8.2 PHP 7.4.6 Update

Oracle Linux Server release 8.2 PHPが7.4.6にUpdateされました。

[root@oracle8 ~]# uname -r
4.18.0-193.1.2.el8_2.x86_64
[root@oracle8 ~]# php -v
PHP 7.4.6 (cli) (built: May 12 2020 08:09:15) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
[root@oracle8 ~]# curl -V
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1c zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.0.5) libssh/0.9.0/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@oracle8 ~]# smbd -V
Version 4.11.2
[root@oracle8 ~]# cat /etc/oracle-release
Oracle Linux Server release 8.2
[root@oracle8 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.2 (Ootpa)
[root@oracle8 ~]#

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