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


[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\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@f31 ~]# wbinfo -n chibi
S-1-5-21-1554123357-2737978188-3786944711-1103 SID_USER (1)
[root@f31 ~]# net ads info
LDAP server: 192.168.1.14
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 火, 04 8月 2020 11:17:43 JST
KDC server: 192.168.1.14
Server time offset: 15
Last machine account password change: 火, 04 8月 2020 11:16:51 JST
[root@f31 ~]# cat /etc/redhat-release
Fedora release 31 (Thirty One)
[root@f31 ~]# samba -V
Version 4.11.11
[root@f31 ~]# smbclient -L localhost -U%
do_connect: Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
[root@f31 ~]# smbclient -L 192.168.1.8 -U%

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

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

Arch Linux Kernel5.7.12-arch1-1 Update

Arch Linux Kernelが5.7.12-arch1-1にUpdateされました。

[root@arch ~]# uname -r
5.7.12-arch1-1
[root@arch ~]# php -v
PHP 7.4.8 (cli) (built: Jul 10 2020 09:59:22) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
[root@arch ~]# curl -V
curl 7.71.1 (x86_64-pc-linux-gnu) libcurl/7.71.1 OpenSSL/1.1.1g zlib/1.2.11 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh2/1.9.0 nghttp2/1.41.0
Release-Date: 2020-07-01
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@arch ~]# samba -V
Version 4.12.3
[root@arch ~]# cat /etc/os-release
NAME=”Arch Linux”
PRETTY_NAME=”Arch Linux”
ID=arch
BUILD_ID=rolling
ANSI_COLOR=”38;2;23;147;209″
HOME_URL=”https://www.archlinux.org/”
DOCUMENTATION_URL=”https://wiki.archlinux.org/”
SUPPORT_URL=”https://bbs.archlinux.org/”
BUG_REPORT_URL=”https://bugs.archlinux.org/”
LOGO=archlinux
[root@arch ~]#

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

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


root@debian:~# kinit administrator
Password for administrator@TEST.JP:
root@debian:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘DEBIAN’ to dns domain ‘test.jp’
No DNS domain configured for debian. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@debian:~# systemctl restart winbind
root@debian:~# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
root@debian:~# wbinfo -n chibi
S-1-5-21-1554123357-2737978188-3786944711-1103 SID_USER (1)
root@debian:~# net ads info
LDAP server: 192.168.1.8
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 火, 04 8月 2020 05:45:26 JST
KDC server: 192.168.1.8
Server time offset: 14
Last machine account password change: 火, 04 8月 2020 05:44:35 JST
root@debian:~# host -4 dc
dc.test.jp has address 192.168.1.8
dc.test.jp has address 192.168.1.13
dc.test.jp has IPv6 address 2400:4052:46e0:b700:d479:2a83:efca:e147
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b118:a793:93fa:c606
root@debian:~# host -4 dc1
dc1.test.jp has address 192.168.1.14
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:9d:b986:2f3:e1a1
root@debian:~# host -4 dc2
dc2.test.jp has address 192.168.1.15
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:b560:2801:e321:1a41
root@debian:~# host -t SRV _ldap._tcp.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.
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
root@debian:~# 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@debian:~# host -t A test.jp
test.jp has address 192.168.1.15
test.jp has address 192.168.1.13
test.jp has address 192.168.1.8
test.jp has address 192.168.1.14
root@debian:~# 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
——— ——-
DC
DEBIAN Samba 4.9.5-Debian

Workgroup Master
——— ——-
TEST DC
root@debian:~# smbclient //192.168.1.8/netlogon
Debian10.5 Samba4.9.5 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

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

Ubuntu 20.04.1 LTS PHP 7.4.8 Update

Ubuntu 20.04.1 LTS PHPが7.4.8にUpdateされました。

root@2004:~# uname -r
5.4.0-42-generic
root@2004:~# php -v
PHP 7.4.8 (cli) (built: Jul 13 2020 16:46:22) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.8, 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.1 LTS (Focal Fossa)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu 20.04.1 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 | コメントする

CUDA Toolkit 11.1 Downloads

CUDA Toolkit 11.1 が公開されました。ReleaseNoteはこちらです。

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