Arch Linux Kernel5.5.2-arch1-1 Update

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

[root@arch ~]# uname -r
5.5.2-arch1-1
[root@arch ~]# php -v
PHP 7.4.2 (cli) (built: Jan 21 2020 18:16:58) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
[root@arch ~]# curl -V
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1d zlib/1.2.11 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh2/1.9.0 nghttp2/1.39.2
Release-Date: 2020-01-08
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.10.10
[root@arch ~]# cat /etc/os-release
NAME=”Arch Linux”
PRETTY_NAME=”Arch Linux”
ID=arch
BUILD_ID=rolling
ANSI_COLOR=”0;36″
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 | コメントする

Kernel 5.6-rc1が公開

Kernel 5.6-rc1が公開されました。ReleaseNoteはこちらです。

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

Ubuntu19.10 Samba4.10.7 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

root@1910:~# kinit administrator
Password for administrator@TEST.JP:
root@1910:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘1910’ to dns domain ‘test.jp’
No DNS domain configured for 1910. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@1910:~# systemctl restart winbind
root@1910:~# cat /etc/krb5.conf
[libdefaults]
default_realm = TEST.JP
dns_lookup_realm = false
dns_lookup_kdc = true
[realms]
TEST.JP = {
Kdc = 1910
}

[domain_realm]
test.jp = TEST.JP
.test.jp = TEST.JP
root@1910:~# smbclient -L localhost -U%

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

Server Comment
——— ——-
1910 Samba 4.10.7-Ubuntu
DC
DC1
DC2

Workgroup Master
——— ——-
TEST 1910
WORKGROUP DESKTOP-0NRQL5D
root@1910:~# smbclient -L localhost -U%

Ubuntu19.10 Samba4.10.7 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

Ubuntu 19.10 PHP 7.4.2 Update

Ubuntu 19.10 PHPが7.4.2にUpdateされました。

root@1910:~# uname -r
5.3.0-29-generic
root@1910:~# php -v
PHP 7.4.2 (cli) (built: Feb  1 2020 17:49:46) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.2, Copyright (c), by Zend Technologies
root@1910:~# curl  -V
curl 7.65.3 (x86_64-pc-linux-gnu) libcurl/7.65.3 OpenSSL/1.1.1c zlib/1.2.11 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.0.5) libssh/0.9.0/openssl/zlib nghttp2/1.39.2 librtmp/2.3
Release-Date: 2019-07-19
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 GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
root@1910:~# samba -V
Version 4.10.7-Ubuntu
root@1910:~# cat /etc/os-release
NAME=”Ubuntu”
VERSION=”19.10 (Eoan Ermine)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu 19.10″
VERSION_ID=”19.10″
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=eoan
UBUNTU_CODENAME=eoan
root@1910:~#

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

Ubuntu20.04 Samba4.11.1 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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
guest
administrator
krbtgt
chibi
root@2004:~# wbinfo -n chibi
S-1-5-21-1678940183-1404043644-1380363875-1103 SID_USER (1)
root@2004:~# net ads info
LDAP server: 192.168.1.156
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 水, 05 2月 2020 09:30:10 JST
KDC server: 192.168.1.156
Server time offset: 0
Last machine account password change: 水, 05 2月 2020 09:25:33 JST
root@2004:~# host -4 dc
dc.test.jp has address 192.168.1.45
dc.test.jp has address 192.168.1.39
dc.test.jp has IPv6 address 2400:4052:46e0:b700:1911:c150:a1a4:ec24
dc.test.jp has IPv6 address 2400:4052:46e0:b700:f0b6:ef83:7301:d109
root@2004:~# host -4 dc1
dc1.test.jp has address 192.168.1.156
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:ad7c:4cdc:822b:97d1
root@2004:~# host -4 dc2
dc2.test.jp has address 192.168.1.157
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:98c3:a37e:341c:8589
root@2004:~# smbclient -L localhost -U%

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
print$ Disk Printer Drivers
IPC$ IPC IPC Service (Samba 4.11.1-Ubuntu)
SMB1 disabled — no workgroup available
root@2004:~# smbclient //192.168.1.39/netlogon -Uadministrator

Ubuntu20.04 Samba4.11.1 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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