Fedora release 33 Kernel5.7.0-0.rc1 Update

Fedora release 33 Kernelが5.7.0-0.rc1にUpdateされました。

[root@f33 ~]# uname -r
5.7.0-0.rc1.git0.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 | コメントする

Windows 10 Pro CPU 3種類によるメモリの帯域を比較してみた

i7 5960x  DDR4 2133 メモリ帯域=46758.88MB/secAMD 2990wx DDR4 2666 メモリ帯域=58714.98Mb/secAMD 3990x  DDR4 3200  メモリ帯域=63785.64MB/sec

 

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

Kernel 5.7-rc5が公開

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

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

Fedora release 32 Samba4.12.1 Windows Server 2016 Datacenter Active Directory Domain のメンバーに参加してみた

[root@f32 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f32 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘F32’ to dns domain ‘test.jp’
No DNS domain configured for f32. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f32 ~]# systemctl restart winbind
[root@f32 ~]# wbinfo -u
TEST\guest
TEST\defaultaccount
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@f32 ~]# wbinfo -n chibi
S-1-5-21-2416879943-3235290058-1962338369-1104 SID_USER (1)
[root@f32 ~]# net ads info
LDAP server: 192.168.1.26
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 月, 13 4月 2020 06:10:08 JST
KDC server: 192.168.1.26
Server time offset: 0
Last machine account password change: 月, 13 4月 2020 06:09:37 JST
[root@f32 ~]# host -4 dc
dc.test.jp has address 192.168.1.25
dc.test.jp has address 192.168.1.39
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@f32 ~]# 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@f32 ~]# 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@f32 ~]# 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@f32 ~]# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc.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.
[root@f32 ~]# host -t A test.jp
test.jp has address 192.168.1.26
test.jp has address 192.168.1.25
test.jp has address 192.168.1.39
test.jp has address 192.168.1.28
[root@f32 ~]# cat /etc/redhat-release
Fedora release 32 (Thirty Two)
[root@f32 ~]# samba -V
Version 4.12.1
[root@f32 ~]# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: administrator@TEST.JP

Valid starting Expires Service principal
2020-04-13T06:09:16 2020-04-13T16:09:16 krbtgt/TEST.JP@TEST.JP
renew until 2020-04-14T06:09:12
[root@f32 ~]# smbclient -L 192.168.1.25 -U%

Fedora release 32 Samba4.12.1 Windows Server 2016 Datacenter Active Directory Domain のメンバーに参加してみた

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

PHP 7.4.6が公開

PHP 7.4.6が公開されました。関連記事はこちらこちらです。

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