Manjaro Linux Samba4.12.2 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


[manjaro ~]# kinit administrator
Password for administrator@TEST.JP:
[manjaro ~]# net ads join -U administrator
Using short domain name — TEST
Joined ‘MANJARO’ to dns domain ‘test.jp’
No DNS domain configured for manjaro. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[manjaro ~]# systemctl enable winbind
Created symlink /etc/systemd/system/multi-user.target.wants/winbind.service → /usr/lib/systemd/system/winbind.service.
[manjaro ~]# systemctl restart winbind
[manjaro ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[manjaro ~]# net ads info
LDAP server: 192.168.1.50
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 月, 18 5月 2020 14:20:44 JST
KDC server: 192.168.1.50
Server time offset: 4
Last machine account password change: 月, 18 5月 2020 23:16:01 JST
[manjaro ~]# smbclient //192.168.1.22/netlogon -Uadministrator
Enter TEST\administrator’s password:
Try “help” to get a list of possible commands.
smb: \> ls
. D 0 Mon May 18 08:25:43 2020
.. D 0 Mon May 18 08:25:43 2020

124869119 blocks of size 4096. 104663451 blocks available
smb: \> exit
[manjaro ~]# smbclient //192.168.1.22/sysvol -Uadministrator
Enter TEST\administrator’s password:
Try “help” to get a list of possible commands.
smb: \> ls
. D 0 Mon May 18 08:25:43 2020
.. D 0 Mon May 18 08:25:43 2020
test.jp D 0 Mon May 18 08:25:43 2020

124869119 blocks of size 4096. 104663450 blocks available
smb: \> exit
[manjaro ~]# cat /etc/os-release
NAME=”Manjaro Linux”
ID=manjaro
ID_LIKE=arch
PRETTY_NAME=”Manjaro Linux”
ANSI_COLOR=”1;32″
HOME_URL=”https://www.manjaro.org/”
SUPPORT_URL=”https://www.manjaro.org/”
BUG_REPORT_URL=”https://bugs.manjaro.org/”
LOGO=manjarolinux
[manjaro ~]# samba -V
Version 4.12.2
[manjaro ~]# host -4 dc
dc.test.jp has address 192.168.1.50
dc.test.jp has address 192.168.1.22
dc.test.jp has IPv6 address 2400:4052:46e0:b700:510e:dc01:6191:1b17
dc.test.jp has IPv6 address 2400:4052:46e0:b700:6c93:6e17:d80a:402a
[manjaro ~]# host -4 dc1
dc1.test.jp has address 192.168.1.51
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:c48d:6b3f:5045:7e5d
[manjaro ~]# host -4 dc2
dc2.test.jp has address 192.168.1.52
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:f873:92b7:61f7:48f8
[manjaro ~]# 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.
[manjaro ~]# 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.
[manjaro ~]# host -t A test.jp
test.jp has address 192.168.1.51
test.jp has address 192.168.1.52
test.jp has address 192.168.1.22
test.jp has address 192.168.1.50
[manjaro ~]# net ads lookup
Manjaro Linux Samba4.12.2 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

Red Hat Enterprise Linux release 8.2 Kernel4.18.0-193.1.2.el8_2.x86_64 Update

Red Hat Enterprise Linux release 8.2 Kernelが4.18.0-193.1.2.el8_2.x86_64にUpdateされました。

[root@rhel8 ~]# uname -r
4.18.0-193.1.2.el8_2.x86_64
[root@rhel8 ~]# 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
with Zend OPcache v7.4.6, Copyright (c), by Zend Technologies
[root@rhel8 ~]# 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@rhel8 ~]# smbd -V
Version 4.11.2
[root@rhel8 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.2 (Ootpa)
[root@rhel8 ~]#

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

AMD EPYC 7302P 16-Core Processor FreeBSD 13.0-CURRENT #0 r361019 TTAN RTX x2 11ac nvidia-smi amdcoretempを動作させてみた


root@freebsd:~ # sysctl hw.model
hw.model: AMD EPYC 7302P 16-Core Processor
root@freebsd:~ # uname -a
FreeBSD freebsd 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r361019: Thu May 14 04:41:42 UTC 2020 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
root@freebsd:~ # php -v
PHP 7.4.5 (cli) (built: May 14 2020 01:33:58) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
root@freebsd:~ # curl -V
curl 7.70.0 (amd64-portbld-freebsd13.0) libcurl/7.70.0 OpenSSL/1.1.1g zlib/1.2.11 nghttp2/1.40.0
Release-Date: 2020-04-29
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: alt-svc AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz NTLM NTLM_WB SPNEGO SSL TLS-SRP UnixSockets
root@freebsd:~ # samba -V
Version 4.10.15
root@freebsd:~ # ifconfig wlan0
wlan0: flags=8843 metric 0 mtu 1500
options=200001
ether 00:22:cf:e2:42:75
inet6 fe80::222:cfff:fee2:4275%wlan0 prefixlen 64 scopeid 0x4
inet6 2400:4052:46e0:b700:222:cfff:fee2:4275 prefixlen 64 autoconf
inet 192.168.1.47 netmask 0xffffff00 broadcast 192.168.1.255
groups: wlan
ssid Planex_5-E5DE07 channel 36 (5180 MHz 11a ht/20) bssid 00:22:cf:e5:de:0a
regdomain FCC country US authmode WPA2/802.11i privacy ON
deftxkey UNDEF AES-CCM 2:128-bit txpower 17 bmiss 7 mcastrate 6
mgmtrate 6 scanvalid 60 ht20 ampdulimit 64k ampdudensity 16 shortgi
-stbc wme roaming MANUAL
media: IEEE 802.11 Wireless Ethernet MCS mode 11na
status: associated
nd6 options=23
root@freebsd:~ # kldload amdtemp
root@freebsd:~ # sysctl dev.cpu | grep temperature 16-Core 32-thread
dev.cpu.31.temperature: 28.6C
dev.cpu.30.temperature: 28.6C
dev.cpu.29.temperature: 28.6C
dev.cpu.28.temperature: 28.6C
dev.cpu.27.temperature: 28.6C
dev.cpu.26.temperature: 28.6C
dev.cpu.25.temperature: 28.6C
dev.cpu.24.temperature: 28.6C
dev.cpu.23.temperature: 28.6C
dev.cpu.22.temperature: 28.6C
dev.cpu.21.temperature: 28.6C
dev.cpu.20.temperature: 28.6C
dev.cpu.19.temperature: 28.6C
dev.cpu.18.temperature: 28.6C
dev.cpu.17.temperature: 28.6C
dev.cpu.16.temperature: 28.6C
dev.cpu.15.temperature: 28.6C
dev.cpu.14.temperature: 28.6C
dev.cpu.13.temperature: 28.6C
dev.cpu.12.temperature: 28.6C
dev.cpu.11.temperature: 28.6C
dev.cpu.10.temperature: 28.6C
dev.cpu.9.temperature: 28.6C
dev.cpu.8.temperature: 28.6C
dev.cpu.7.temperature: 28.6C
dev.cpu.6.temperature: 28.6C
dev.cpu.5.temperature: 28.6C
dev.cpu.4.temperature: 28.6C
dev.cpu.3.temperature: 28.6C
dev.cpu.2.temperature: 28.6C
dev.cpu.1.temperature: 28.6C
dev.cpu.0.temperature: 28.6C
root@freebsd:~ # nvidia-smi
AMD EPYC 7302P 16-Core Processor FreeBSD 13.0-CURRENT #0 r361019 TTAN RTX x2 nvidia-smi amdcoretemp

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

OpenSUSE Tumbleweed Kernel5.6.12-1-default Update

OpenSUSE Tumbleweed Kernelが5.6.12-1-defaultにUpdateされました。

opensuse:~ # uname -r
5.6.12-1-default
opensuse:~ # php -v
PHP 7.4.6 (cli) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
opensuse:~ # curl -V
curl 7.70.0 (x86_64-suse-linux-gnu) libcurl/7.70.0 OpenSSL/1.1.1g-fips zlib/1.2.11 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-04-29
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 GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
opensuse:~ # samba -V
Version 4.12.2-git.152.c5bf9f6da52SUSE-oS15.5-x86_64
opensuse:~ # cat /etc/os-release
NAME=”openSUSE Tumbleweed”
# VERSION=”20200515″
ID=”opensuse-tumbleweed”
ID_LIKE=”opensuse suse”
VERSION_ID=”20200515″
PRETTY_NAME=”openSUSE Tumbleweed”
ANSI_COLOR=”0;32″
CPE_NAME=”cpe:/o:opensuse:tumbleweed:20200515″
BUG_REPORT_URL=”https://bugs.opensuse.org”
HOME_URL=”https://www.opensuse.org/”
LOGO=”distributor-logo”
opensuse:~ #

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

Manjaro Linux Smaba4.12.2 Update

Manjaro Linux Smabaが4.12.2にUpdateされました。

[manjaro ~]# uname -r
5.4.39-1-MANJARO
[manjaro ~]# php -v
PHP 7.4.5 (cli) (built: Apr 27 2020 10:56:19) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
[manjaro ~]# curl -V
curl 7.70.0 (x86_64-pc-linux-gnu) libcurl/7.70.0 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.40.0
Release-Date: 2020-04-29
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
[manjaro ~]# samba -V
Version 4.12.2
[manjaro ~]# cat /etc/os-release
NAME=”Manjaro Linux”
ID=manjaro
ID_LIKE=arch
PRETTY_NAME=”Manjaro Linux”
ANSI_COLOR=”1;32″
HOME_URL=”https://www.manjaro.org/”
SUPPORT_URL=”https://www.manjaro.org/”
BUG_REPORT_URL=”https://bugs.manjaro.org/”
LOGO=manjarolinux
[manjaro ~]#

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