Fedora release 32 Samba4.12.2 Update

Fedora release 32 Sambaが4.12.2にUpdateされました。

[root@f32 ~]# uname -r
5.6.8-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 | コメントする

Windows 10 Pro AMD Ryzen Threadripper 3970X 32-Core Processor NVME SSD raid0でのDiskBenchを確認してみた


スコア Read 4917 MB/s Write 6760 MB/s

再現確認 スコア Read 5247 MB/s Write 6905 MB/s

参考 AMD 3990x の場合

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

Deepin 20 Beta Samba4.9.5 Windows Server 2019 Datacenter Active Directory Domainののメンバーに参加してみた


root@deepin:~# kinit administrator
Password for administrator@TEST.JP:
root@deepin:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘DEEPIN’ to dns domain ‘test.jp’
No DNS domain configured for deepin. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@deepin:~# smbclient -L localhost -U%

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
print$ Disk Printer Drivers
IPC$ IPC IPC Service (Samba 4.9.5-Debian)
Reconnecting with SMB1 for workgroup listing.

Server Comment
——— ——-

Workgroup Master
——— ——-
WORKGROUP DESKTOP-0NRQL5D
root@deepin:~# net ads info
LDAP server: 192.168.1.53
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Wed, 06 May 2020 10:57:58 JST
KDC server: 192.168.1.53
Server time offset: 0
Last machine account password change: Wed, 06 May 2020 10:57:25 JST
root@deepin:~# host -4 dc
dc.test.jp has address 192.168.1.51
dc.test.jp has address 192.168.1.53
dc.test.jp has IPv6 address 2400:4052:46e0:b700:4c26:f2b1:4718:16d
dc.test.jp has IPv6 address 2400:4052:46e0:b700:e53c:ed66:5a3c:b8cc
root@deepin:~# host -4 dc1
dc1.test.jp has address 192.168.1.55
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:999c:ad75:5ee:8fce
root@deepin:~# host -4 dc2
dc2.test.jp has address 192.168.1.54
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:a519:f5f9:1261:1480
root@deepin:~# 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@deepin:~# 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@deepin:~# host -t A test.jp
test.jp has address 192.168.1.51
test.jp has address 192.168.1.54
test.jp has address 192.168.1.55
test.jp has address 192.168.1.53
root@deepin:~# cat /etc/os-release
PRETTY_NAME=”Deepin 20 Beta”
NAME=”Deepin”
VERSION_ID=”20 Beta”
VERSION=”20 Beta”
ID=Deepin
HOME_URL=”https://www.deepin.com/”
BUG_REPORT_URL=”https://bbs.deepin.org/”
root@deepin:~# samba -V
Version 4.9.5-Debian
root@deepin:~# smbclient -L localhost -U%

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
print$ Disk Printer Drivers
IPC$ IPC IPC Service (Samba 4.9.5-Debian)
Reconnecting with SMB1 for workgroup listing.

Server Comment
——— ——-

Workgroup Master
——— ——-
WORKGROUP DESKTOP-0NRQL5D
root@deepin:~# smbclient //192.168.1.51/netlogon -Uadministrator
Deepin 20 Beta Samba4.9.5 Windows Server 2019 Datacenter Active Directory Domainののメンバーに参加してみた

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

Debian系Deepin 20 Beta を新規Installしてみた

Debian系Deepin 20 Beta を新規Installしてみました。

root@deepin:~# uname -r
5.3.0-3-amd64
root@deepin:~# uname -a
Linux deepin 5.3.0-3-amd64 #1 SMP deepin 5.3.15-6apricot (2020-04-13) x86_64 GNU/Linux
root@deepin:~# php -v
PHP 7.3.4-2 (cli) (built: Apr 13 2019 19:05:48) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.4, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.4-2, Copyright (c) 1999-2018, by Zend Technologies
root@deepin:~# curl -V
curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 OpenSSL/1.1.1c zlib/1.2.11 libidn2/2.0.5 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@deepin:~# samba -V
Version 4.9.5-Debian
root@deepin:~# cat /etc/os-release
PRETTY_NAME=”Deepin 20 Beta”
NAME=”Deepin”
VERSION_ID=”20 Beta”
VERSION=”20 Beta”
ID=Deepin
HOME_URL=”https://www.deepin.com/”
BUG_REPORT_URL=”https://bbs.deepin.org/”
root@deepin:~#

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

Windows 10 Pro AMD Ryzen Threadripper 3970X 32-Core Processor PCIe3.0 PCIe4. 0NVME SSDのDiskBenchを確認してみた

PCIe3.0 NVME SSD スコア Read 2925 MB/s Write 1082 MB/s

PCIe4.0 NVME SSD スコア Read 3463 MB/s Write 3459 MB/s

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