Fedora release 32 Kernel5.7.17-200.fc32.x86_64 Update

Fedora release 32 Kernelが5.7.17-200.fc32.x86_64にUpdateされました。

[root@f32 ~]# uname -r
5.7.17-200.fc32.x86_64
[root@f32 ~]# php -v
PHP 7.4.9 (cli) (built: Aug 4 2020 08:28:13) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.9, Copyright (c), by Zend Technologies
[root@f32 ~]# curl -V
curl 7.69.1 (x86_64-redhat-linux-gnu) libcurl/7.69.1 OpenSSL/1.1.1g-fips zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh/0.9.4/openssl/zlib nghttp2/1.41.0
Release-Date: 2020-03-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@f32 ~]# samba -V
Version 4.12.6
[root@f32 ~]# cat /etc/redhat-release
Fedora release 32 (Thirty Two)
[root@f32 ~]#

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

AMD EPYC 7502P 32-Core Processor Ubuntu 16.04.7 LTS RTX2080Ti x2 CUDA 11.0 Samples で simpleP2P p2pBandwidthLatencyTest bandwidthTest deviceQueryを動作させてみた


chibi@1604:~/NVIDIA_CUDA-11.0_Samples/0_Simple/simpleP2P$ ./simpleP2P
[./simpleP2P] – Starting…
Checking for multiple GPUs…
CUDA-capable device count: 2

Checking GPU(s) for support of peer to peer memory access…
> Peer access from GeForce RTX 2080 Ti (GPU0) -> GeForce RTX 2080 Ti (GPU1) : Yes
> Peer access from GeForce RTX 2080 Ti (GPU1) -> GeForce RTX 2080 Ti (GPU0) : Yes
Enabling peer access between GPU0 and GPU1…
Allocating buffers (64MB on GPU0, GPU1 and CPU Host)…
Creating event handles…
cudaMemcpyPeer / cudaMemcpy between GPU0 and GPU1: 43.54GB/s
Preparing host buffer and memcpy to GPU0…
Run kernel on GPU1, taking source data from GPU0 and writing to GPU1…
Run kernel on GPU0, taking source data from GPU1 and writing to GPU0…
Copy data back to host from GPU0 and verify results…
Disabling peer access…
Shutting down…
Test passed
chibi@1604:~/NVIDIA_CUDA-11.0_Samples/0_Simple/simpleP2P$
AMD EPYC 7502P 32-Core Processor Ubuntu 16.04.7 LTS RTX2080Ti x2 CUDA 11.0 Samples simpleP2P p2pBandwidthLatencyTest bandwidthTest deviceQuery

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

FreeBSD 12.1-STABLE r364392 Samba4.11.11から AMD EPYC 7302Pで構成したWindows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた



root@freebsd:~ # kinit administrator
administrator@TEST.JP’s Password:
root@freebsd:~ # net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘FREEBSD’ to dns domain ‘test.jp’
No DNS domain configured for freebsd. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@freebsd:~ # service samba_server start
Performing sanity check on Samba configuration: OK
Starting nmbd.
Starting smbd.
Starting winbindd.
root@freebsd:~ # wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
root@freebsd:~ # wbinfo -n chibi
S-1-5-21-2208560285-1948343356-3027751055-1105 SID_USER (1)
root@freebsd:~ # net ads info
LDAP server: 192.168.1.29
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Thu, 27 Aug 2020 16:45:22 JST
KDC server: 192.168.1.29
Server time offset: -6
Last machine account password change: Thu, 27 Aug 2020 16:43:35 JST
root@freebsd:~ # smbclient -L localhost -U%

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
IPC$ IPC IPC Service (Samba 4.11.11)
SMB1 disabled — no workgroup available
root@freebsd:~ # smbclient //192.168.1.27/netlogon -Uadministrator
FreeBSD 12.1-STABLE r364392 Samba4.11.11 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

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


[root@f33 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f33 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘F33’ to dns domain ‘test.jp’
No DNS domain configured for f33. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f33 ~]# systemctl restart winbind
[root@f33 ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[root@f33 ~]# wbinfo -n chibi
S-1-5-21-2208560285-1948343356-3027751055-1105 SID_USER (1)
[root@f33 ~]# net ads info
LDAP server: 192.168.1.28
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 水, 26 8月 2020 12:46:45 JST
KDC server: 192.168.1.28
Server time offset: -1
Last machine account password change: 水, 26 8月 2020 12:40:26 JST
[root@f33 ~]# smbclient -L localhost -U%
do_connect: Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
[root@f33 ~]# smbclient -L 192.168.1.27 -U%

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

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

Fedora release 34 PHP 7.4.10RC1 Samba4.13.0rc2 Update

Fedora release 34 PHP 7.4.10RC1とSamba4.13.0rc2がUpdateされました。

[root@f34 ~]# uname -r
5.8.0-1.fc33.x86_64
[root@f34 ~]# php -v
PHP 7.4.10RC1 (cli) (built: Aug 18 2020 06:59:18) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.10RC1, Copyright (c), by Zend Technologies
[root@f34 ~]# curl -V
curl 7.72.0 (x86_64-redhat-linux-gnu) libcurl/7.72.0 OpenSSL/1.1.1g-fips zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.4/openssl/zlib nghttp2/1.41.0
Release-Date: 2020-08-19
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@f34 ~]# samba -V
Version 4.13.0rc2
[root@f34 ~]# cat /etc/redhat-release
Fedora release 34 (Rawhide)
[root@f34 ~]#

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