Fedora release 33 Samba4.12.1 Update

Fedora release 33 Sambaが4.12.1にUpdateされました。

[root@f33 ~]# uname -r
5.7.0-0.rc0.git8.1.fc33.x86_64
[root@f33 ~]# php -v
PHP 7.4.5RC1 (cli) (built: Mar 31 2020 13:53:48) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.5RC1, Copyright (c), by Zend Technologies
[root@f33 ~]# curl -V
curl 7.69.0 (x86_64-redhat-linux-gnu) libcurl/7.69.0 OpenSSL/1.1.1f-fips zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0
Release-Date: 2020-03-04
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@f33 ~]# samba -V
Version 4.12.1
[root@f33 ~]# cat /etc/redhat-release
Fedora release 33 (Rawhide)
[root@f33 ~]#

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

FreeBSD 10.3-RELEASE Samba4.6.16 Windows Server 2016 Datacenter Active Directory Domain のメンバーに参加してみた

root@freebsd:~ # kinit administrator
administrator@TEST.JP’s Password:
root@freebsd:~ # net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘FREEBSD’ to dns domain ‘test.jp’
No DNS domain configured for freebsd. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@freebsd:~ # service samba_server start
Performing sanity check on Samba configuration: OK
Starting nmbd.
Starting smbd.
Starting winbindd.
root@freebsd:~ # wbinfo -u
TEST\administrator
TEST\guest
TEST\defaultaccount
TEST\krbtgt
TEST\chibi
root@freebsd:~ # wbinfo -n chibi
S-1-5-21-2416879943-3235290058-1962338369-1104 SID_USER (1)
root@freebsd:~ # net ads info
LDAP server: 192.168.1.25
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Sat, 11 Apr 2020 13:10:39 JST
KDC server: 192.168.1.25
Server time offset: 0
Last machine account password change: Sat, 11 Apr 2020 13:08:55 JST
root@freebsd:~ # host -4 dc
dc.test.jp has address 192.168.1.39
dc.test.jp has address 192.168.1.25
dc.test.jp has IPv6 address 2400:4052:46e0:b700:a510:68bc:867b:bf2
dc.test.jp has IPv6 address 2400:4052:46e0:b700:6c10:76c:916e:dfb2
root@freebsd:~ # host -4 dc1
dc1.test.jp has address 192.168.1.26
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:301c:f89f:4190:8ee0
root@freebsd:~ # host -4 dc2
dc2.test.jp has address 192.168.1.28
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:f019:5d96:2b7b:f4a3
root@freebsd:~ # 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@freebsd:~ # 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@freebsd:~ # host -t A test.jp
test.jp has address 192.168.1.28
test.jp has address 192.168.1.25
test.jp has address 192.168.1.39
test.jp has address 192.168.1.26
root@freebsd:~ # uname -a
FreeBSD freebsd 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
root@freebsd:~ # samba -V
Version 4.6.16
root@freebsd:~ # smbclient -L localhost -U%
OS=[Windows 6.1] Server=[Samba 4.6.16]

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
IPC$ IPC IPC Service (Samba 4.6.16)
OS=[Windows 6.1] Server=[Samba 4.6.16]

Server Comment
——— ——-

Workgroup Master
——— ——-
TEST FREEBSD
root@freebsd:~ # smbclient //192.168.1.25/netlogon -Uadministrator

FreeBSD 10.3-RELEASE Samba4.6.16 Windows Server 2016 Datacenter Active Directory Domain のメンバーに参加してみた

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

Ubuntu16.04.6 Samba4.3.11 Windows Server 2016 Datacenter Active Directory Domain のメンバーに参加してみた

root@1604:~# kinit administrator
Password for administrator@TEST.JP:
root@1604:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘1604’ to dns domain ‘test.jp’
No DNS domain configured for 1604. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@1604:~# systemctl restart winbind
root@1604:~# host -4 dc
dc.test.jp has address 192.168.1.39
dc.test.jp has address 192.168.1.25
dc.test.jp has IPv6 address 2400:4052:46e0:b700:a510:68bc:867b:bf2
dc.test.jp has IPv6 address 2400:4052:46e0:b700:13c:2b9a:e4c9:f5b0
root@1604:~# wbinfo -u
TEST\administrator
TEST\guest
TEST\defaultaccount
TEST\krbtgt
TEST\chibi
root@1604:~# net ads info
LDAP server: 192.168.1.25
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 土, 11 4月 2020 09:20:32 JST
KDC server: 192.168.1.25
Server time offset: -1
root@1604:~# host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
root@1604:~# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
root@1604:~# host -t A test.jp
test.jp has address 192.168.1.25
test.jp has address 192.168.1.39
root@1604:~# smbclient -L localhost -U%
Domain=[TEST] OS=[Windows 6.1] Server=[Samba 4.3.11-Ubuntu]

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
IPC$ IPC IPC Service (Samba 4.3.11-Ubuntu)
print$ Disk Printer Drivers
Domain=[TEST] OS=[Windows 6.1] Server=[Samba 4.3.11-Ubuntu]

Server Comment
——— ——-

Workgroup Master
——— ——-
WORKGROUP 1604
root@1604:~# smbclient //192.168.1.39/netlogon -Uadministrator

Ubuntu16.04.6 Samba4.3.11 Windows Server 2016 Datacenter Active Directory Domain のメンバーに参加してみた

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

TrueOS-Stable-x64-18.12を新規Installしてみた

TrueOS-Stable-x64-18.12を新規Installしてみました。参考サイト 

root@trueos:~ # uname -a
FreeBSD trueos 13.0-CURRENT FreeBSD 13.0-CURRENT fbd2a3ef6(HEAD) GENERIC  amd64
root@trueos:~ # php -v
PHP 7.3.0 (cli) (built: Dec 14 2018 07:08:35) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.0-dev, Copyright (c) 1998-2018 Zend Technologies
root@trueos:~ # curl -V
curl 7.62.0 (amd64-portbld-freebsd13.0) libcurl/7.62.0 OpenSSL/1.1.1a zlib/1.2.11 nghttp2/1.35.0
Release-Date: 2018-10-31
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy
root@trueos:~ # samba -V
Version 4.6.16
root@trueos:~ #

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

Big LSTM CentOS Linux release 8.1 TITAN RTX x2 x1 CUDA 10.2 AMD 3990x 64core 19.04-py3 – TensorFlow – Training performance を2枚1枚に分けて動作させてみた(wordssecond) wps=86040 86023 86015 55433 55449 55542

関連サイト

TensorFlow LSTM: Big-LSTM 1 Billion Word Dataset

データ詳細Big LSTM CentOS Linux release 8.1TITAN RTX x2 x1 CUDA 10.2 AMD 3990x 19.04-py3 – TensorFlow – Training performance (wordssecond) wps=86040 86023 86015 55433 55449 55542

GPU温度推移 Big LSTM CentOS Linux release 8.1 TITAN RTX x2 x1 CUDA 10.2 AMD 3990x 19.04-py3 – TensorFlow – Training performance (wordssecond) wps=86040 86023 86015 55433 55449 55542 nvidia-mi

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