AMD EPYC 7502P 32-Core Processor 128GB FreeBSD 12.2-REREASE TITAN RTX MATE 11ac 無線LAN 470.63.01.nvidia-smi lscpu lstopo amdtemp をnvme0 PLEXTOR PX-256M9PeGで設定してみた


root@freebsd:~ # sysctl hw.model
hw.model: AMD EPYC 7502P 32-Core Processor
root@freebsd:~ # uname -a
FreeBSD freebsd 12.2-RELEASE FreeBSD 12.2-RELEASE r366954 GENERIC amd64
root@freebsd:~ # php -v
PHP 8.0.10 (cli) (built: Aug 31 2021 01:14:58) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.10, Copyright (c) Zend Technologies
root@freebsd:~ # curl -V
curl 7.78.0 (amd64-portbld-freebsd12.2) libcurl/7.78.0 OpenSSL/1.1.1h zlib/1.2.11 nghttp2/1.43.0
Release-Date: 2021-07-21
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smtp smtps telnet tftp
Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz NTLM NTLM_WB SPNEGO SSL TLS-SRP UnixSockets
root@freebsd:~ # ifconfig wlan0
wlan0: flags=8843 metric 0 mtu 1500
options=200001
ether 00:22:cf:e2:46:90
inet6 fe80::222:cfff:fee2:4690%wlan0 prefixlen 64 scopeid 0x4
inet6 2400:4052:46e0:b700:222:cfff:fee2:4690 prefixlen 64 autoconf
inet 192.168.1.18 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 -uapsd wme roaming MANUAL
parent interface: rtwn0
media: IEEE 802.11 Wireless Ethernet MCS mode 11na
status: associated
nd6 options=23
root@freebsd:~ # sysctl dev.cpu | grep temperature
dev.cpu.63.temperature: 32.6C
dev.cpu.62.temperature: 32.6C
dev.cpu.61.temperature: 32.6C
dev.cpu.60.temperature: 32.6C
dev.cpu.59.temperature: 32.6C
dev.cpu.58.temperature: 32.6C
dev.cpu.57.temperature: 32.6C
dev.cpu.56.temperature: 32.6C
dev.cpu.55.temperature: 32.6C
dev.cpu.54.temperature: 32.6C
dev.cpu.53.temperature: 32.6C
dev.cpu.52.temperature: 32.6C
dev.cpu.51.temperature: 32.6C
dev.cpu.50.temperature: 32.6C
dev.cpu.49.temperature: 32.6C
dev.cpu.48.temperature: 32.6C
dev.cpu.47.temperature: 32.6C
dev.cpu.46.temperature: 32.6C
dev.cpu.45.temperature: 32.6C
dev.cpu.44.temperature: 32.6C
dev.cpu.43.temperature: 32.6C
dev.cpu.42.temperature: 32.6C
dev.cpu.41.temperature: 32.6C
dev.cpu.40.temperature: 32.6C
dev.cpu.39.temperature: 32.6C
dev.cpu.38.temperature: 32.6C
dev.cpu.37.temperature: 32.6C
dev.cpu.36.temperature: 32.6C
dev.cpu.35.temperature: 32.6C
dev.cpu.34.temperature: 32.6C
dev.cpu.33.temperature: 32.6C
dev.cpu.32.temperature: 32.6C
dev.cpu.31.temperature: 32.6C
dev.cpu.30.temperature: 32.6C
dev.cpu.29.temperature: 32.6C
dev.cpu.28.temperature: 32.6C
dev.cpu.27.temperature: 32.6C
dev.cpu.26.temperature: 32.6C
dev.cpu.25.temperature: 32.6C
dev.cpu.24.temperature: 32.6C
dev.cpu.23.temperature: 32.6C
dev.cpu.22.temperature: 32.6C
dev.cpu.21.temperature: 32.6C
dev.cpu.20.temperature: 32.6C
dev.cpu.19.temperature: 32.6C
dev.cpu.18.temperature: 32.6C
dev.cpu.17.temperature: 32.6C
dev.cpu.16.temperature: 32.6C
dev.cpu.15.temperature: 32.6C
dev.cpu.14.temperature: 32.6C
dev.cpu.13.temperature: 32.6C
dev.cpu.12.temperature: 32.6C
dev.cpu.11.temperature: 32.6C
dev.cpu.10.temperature: 32.6C
dev.cpu.9.temperature: 32.6C
dev.cpu.8.temperature: 32.6C
dev.cpu.7.temperature: 32.6C
dev.cpu.6.temperature: 32.6C
dev.cpu.5.temperature: 32.6C
dev.cpu.4.temperature: 32.6C
dev.cpu.3.temperature: 32.6C
dev.cpu.2.temperature: 32.6C
dev.cpu.1.temperature: 32.6C
dev.cpu.0.temperature: 32.6C
root@freebsd:~ # lscpu
Architecture: amd64
Byte Order: Little Endian
Total CPU(s): 64
Thread(s) per core: 1
Core(s) per socket: 64
Socket(s): 1
Vendor: AuthenticAMD
CPU family: 23
Model: 49
Model name: AMD EPYC 7502P 32-Core Processor
Stepping: 0
L1d cache: 32K
L1i cache: 32K
L2 cache: 512K
L3 cache: 128M
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 cflsh mmx fxsr sse sse2 htt sse3 pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave osxsave avx f16c rdrnd syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm lahf_lm cmp_legacy svm extapic cr8_legacy lzcnt sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb pcx_l2i
root@freebsd:~ #
AMD EPYC 7502P 32-Core Processor 128GB FreeBSD 12.2-REREASE TITAN RTX MATE 11ac 無線LAN 470.63.01.nvidia-smi lscpu lstopo amdtemp をnvme0 PLEXTOR PX-256M9PeGで設定してみた

カテゴリー: 11ac無線LAN, freebsd, nvidia | コメントする

Fedora release 34 Kernel5.14.5-300.fc34.x86_64 Update

Fedora release 34 Kernelが5.14.5-300.fc34.x86_64にUpdateされました。

[root@f34 ~]# uname -r
5.14.5-300.fc34.x86_64
[root@f34 ~]# php -v
PHP 8.0.10 (cli) (built: Aug 24 2021 15:40:40) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.10, Copyright (c) Zend Technologies
with Zend OPcache v8.0.10, Copyright (c), by Zend Technologies
[root@f34 ~]# curl -V
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/1.1.1l-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.5/openssl/zlib nghttp2/1.43.0
Release-Date: 2021-04-14
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f34 ~]# samba -V
Version 4.14.7
[root@f34 ~]# cat /etc/redhat-release
Fedora release 34 (Thirty Four)
[root@f34 ~]#

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

Fedora release 33 Kernel5.13.17-100.fc33.x86_64 Samba4.13.11 Update

Fedora release 33 Kernel5.13.17-100.fc33.x86_64とSamba4.13.11がUpdateされました。

[root@f33 ~]# uname -r
5.13.17-100.fc33.x86_64
[root@f33 ~]# php -v
PHP 8.0.10 (cli) (built: Aug 24 2021 15:40:40) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.10, Copyright (c) Zend Technologies
with Zend OPcache v8.0.10, Copyright (c), by Zend Technologies
[root@f33 ~]# curl -V
curl 7.71.1 (x86_64-redhat-linux-gnu) libcurl/7.71.1 OpenSSL/1.1.1l-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.5/openssl/zlib nghttp2/1.43.0
Release-Date: 2020-07-01
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 NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f33 ~]# samba -V
Version 4.13.11
[root@f33 ~]# cat /etc/redhat-release
Fedora release 33 (Thirty Three)
[root@f33 ~]#

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

Fedora release 35 Kernel5.14.4-300.fc35.x86_64 Update

Fedora release 35 Kernelが5.14.4-300.fc35.x86_64にUpdateされました。

[root@f35 ~]# uname -r
5.14.4-300.fc35.x86_64
[root@f35 ~]# php -v
PHP 8.0.10 (cli) (built: Aug 24 2021 15:40:40) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.10, Copyright (c) Zend Technologies
with Zend OPcache v8.0.10, Copyright (c), by Zend Technologies
[root@f35 ~]# curl -V
curl 7.78.0 (x86_64-redhat-linux-gnu) libcurl/7.78.0 OpenSSL/1.1.1l-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.2) libssh/0.9.5/openssl/zlib nghttp2/1.44.0 OpenLDAP/2.4.59
Release-Date: 2021-07-21
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f35 ~]# samba -V
Version 4.15.0rc7
[root@f35 ~]# cat /etc/redhat-release
Fedora release 35 (Thirty Five)
[root@f35 ~]#

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

Fedora release 36 Kernel5.15.0-0.rc1.12.fc36.x86_64 Update

Fedora release 36 Kernelが5.15.0-0.rc1.12.fc36.x86_64にUpdateされました。

[root@f36 ~]# uname -r
5.15.0-0.rc1.12.fc36.x86_64
[root@f36 ~]# php -v
PHP 8.0.11RC1 (cli) (built: Sep 7 2021 13:30:30) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.11RC1, Copyright (c) Zend Technologies
with Zend OPcache v8.0.11RC1, Copyright (c), by Zend Technologies
[root@f36 ~]# curl -V
curl 7.78.0 (x86_64-redhat-linux-gnu) libcurl/7.78.0 OpenSSL/1.1.1k-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.2) libssh/0.9.5/openssl/zlib nghttp2/1.44.0 OpenLDAP/2.4.59
Release-Date: 2021-07-21
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f36 ~]# samba -V
Version 4.15.0rc6
[root@f36 ~]# cat /etc/redhat-release
Fedora release 36 (Rawhide)
[root@f36 ~]#

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