Windows 10Pro AMD Ryzen Threadripper 3970X 32-Core Processor nvme ssd 3枚でRAID0構築してDiskBenchを動作させてみた


再現確認

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

Fedora release 31 Samba4.11.8 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


[root@f31 ~]# cat /etc/redhat-release
Fedora release 31 (Thirty One)
[root@f31 ~]# samba -V
Version 4.11.8
[root@f31 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f31 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘F31’ to dns domain ‘test.jp’
No DNS domain configured for f31. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f31 ~]# systemctl restart winbind
[root@f31 ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[root@f31 ~]# wbinfo -n chibi
S-1-5-21-212194710-1998421792-903778468-1105 SID_USER (1)
[root@f31 ~]# 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: 水, 13 5月 2020 15:02:20 JST
KDC server: 192.168.1.31
Server time offset: 0
Last machine account password change: 水, 13 5月 2020 14:59:47 JST
[root@f31 ~]# 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@f31 ~]# 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@f31 ~]# 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@f31 ~]# 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@f31 ~]# host -t SRV _kerbros._udp.test.jp
Host _kerbros._udp.test.jp not found: 3(NXDOMAIN)
[root@f31 ~]# 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@f31 ~]# host -t A test.jp
test.jp has address 192.168.1.34
test.jp has address 192.168.1.31
test.jp has address 192.168.1.33
[root@f31 ~]# smbclient -L localhost -U%
do_connect: Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
[root@f31 ~]# smbclient -L 192.168.1.31 -U%

Sharename Type Comment
——— —- ——-
SMB1 disabled — no workgroup available
[root@f31 ~]# smbclient //192.168.1.31/netlogon -Uadministrator
Fedora release 31 Samba4.11.8 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

Ubuntu 20.04 LTS Samba4.11.6 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


root@2004:~# cat /etc/os-release
NAME=”Ubuntu”
VERSION=”20.04 LTS (Focal Fossa)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu 20.04 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@2004:~# samba -V
Version 4.11.6-Ubuntu
root@2004:~# kinit administrator
Password for administrator@TEST.JP:
root@2004:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘2004’ to dns domain ‘test.jp’
No DNS domain configured for 2004. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@2004:~# systemctl restart winbind
root@2004:~# wbinfo -u
TEST\guest
TEST\krbtgt
TEST\administrator
TEST\chibi
root@2004:~# wbinfo – chibi
root@2004:~# wbinfo -n chibi
S-1-5-21-212194710-1998421792-903778468-1105 SID_USER (1)
root@2004:~# net ads info
LDAP server: 192.168.1.34
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 水, 13 5月 2020 16:35:41 JST
KDC server: 192.168.1.34
Server time offset: 0
Last machine account password change: 水, 13 5月 2020 16:34:48 JST
root@2004:~# 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@2004:~# 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@2004:~# 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@2004:~# 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 dc.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
root@2004:~# 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 dc2.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
root@2004:~# host -t A test.jp
test.jp has address 192.168.1.33
test.jp has address 192.168.1.34
test.jp has address 192.168.1.31
root@2004:~# smbclient -L localhost -U%

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
print$ Disk Printer Drivers
IPC$ IPC IPC Service (Samba 4.11.6-Ubuntu)
SMB1 disabled — no workgroup available
root@2004:~# smbclient //192.168.1.31/netlogon -Uadministrator
Ubuntu 20.04 LTS Samba4.11.6 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

Fedora release 32 Kernel5.6.11-300.fc32.x86_64 Update

Fedora release 32 Kernelが5.6.11-300.fc32.x86_64にUpdateされました。

[root@f32 ~]# uname -r
5.6.11-300.fc32.x86_64
[root@f32 ~]# php -v
PHP 7.4.5 (cli) (built: Apr 14 2020 12:54:33) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.5, Copyright (c), by Zend Technologies
[root@f32 ~]# curl -V
curl 7.69.1 (x86_64-redhat-linux-gnu) libcurl/7.69.1 OpenSSL/1.1.1g-fips zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh/0.9.4/openssl/zlib nghttp2/1.40.0
Release-Date: 2020-03-11
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 brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f32 ~]# samba -V
Version 4.12.2
[root@f32 ~]# cat /etc/redhat-release
Fedora release 32 (Thirty Two)
[root@f32 ~]#

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

Ubuntu 20.04 LTS PHP 7.4.5 Update

Ubuntu 20.04 LTS PHPが7.4.5にUpdateされました。

root@2004:~# uname -r
5.4.0-29-generic
root@2004:~# php -v
PHP 7.4.5 (cli) (built: Apr 28 2020 14:49:23) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.5, Copyright (c), by Zend Technologies
root@2004:~# curl -V
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1g zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
Release-Date: 2020-01-08
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 brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
root@2004:~# samba -V
Version 4.11.6-Ubuntu
root@2004:~# cat /etc/os-release
NAME=”Ubuntu”
VERSION=”20.04 LTS (Focal Fossa)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu 20.04 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@2004:~#

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