Fedora release 31 Kernel5.6.11-200.fc31.x86_64 Update

Fedora release 31 Kernelが5.6.11-200.fc31.x86_64にUpdateされました。

[root@f31 ~]# uname -r
5.6.11-200.fc31.x86_64
[root@f31 ~]# 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@f31 ~]# curl -V
curl 7.66.0 (x86_64-redhat-linux-gnu) libcurl/7.66.0 OpenSSL/1.1.1g-fips zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.4/openssl/zlib nghttp2/1.40.0
Release-Date: 2019-09-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@f31 ~]# samba -V
Version 4.11.8
[root@f31 ~]# cat /etc/redhat-release
Fedora release 31 (Thirty One)
[root@f31 ~]#

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

Kernel 5.8-rc1が公開

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

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

Windows10 Enterpriseからwindows Server 2019 Datacenter Active Directory Domainに参加してみた


ネットワークアドレスにサ―バ―側のIPアドレスを入力してtest.jpドメインへ参加します。



test.jpドメインから抜けるにはWORKGROUPへ戻ります。

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

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


root@debian:~# kinit administrator
kinit: Cannot find KDC for realm “TEST.JP” while getting initial credentials
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\guest
TEST\krbtgt
TEST\administrator
TEST\chibi
root@debian:~# wbinfo -n chibi
S-1-5-21-212194710-1998421792-903778468-1105 SID_USER (1)
root@debian:~# net ads info
LDAP server: 192.168.1.34
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 火, 12 5月 2020 21:25:51 JST
KDC server: 192.168.1.34
Server time offset: 0
Last machine account password change: 火, 12 5月 2020 21:25:16 JST
root@debian:~# host -4 dc
dc.test.jp has address 192.168.1.31
dc.test.jp has IPv6 address 2400:4052:46e0:b700:35fe:39b5:18f9:2353
root@debian:~# host -4 dc1
dc1.test.jp has address 192.168.1.33
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:7955:6a8:f505:354c
root@debian:~# host -4 dc2
dc2.test.jp has address 192.168.1.34
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:611b:b177:f897:2039
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
DC1
DC2
DEBIAN Samba 4.9.5-Debian

Workgroup Master
——— ——-
TEST DEBIAN
WORKGROUP PC
root@debian:~# smbclient -L localhost -U%
Debian10.4 Samba4.9.5 Windows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

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

Manjaro Linux Kernel5.6.10-3-MANJARO Update

Manjaro Linux Kernelが5.6.10-3-MANJAROにUpdateされました。

[man ~]# uname -r
5.6.10-3-MANJARO
[man ~]# 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
[man ~]# 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
[man ~]# samba -V
Version 4.12.2
[man ~]# 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
[man ~]#

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