Arch Linux Samba4.15.4 第2世代 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

[root@archlinux ~]# kinit administrator
Password for administrator@TEST.JP:
[root@archlinux ~]# net ads join -U administrator
Password for [TEST\administrator]:
Using short domain name — TEST
Joined ‘ARCHLINUX’ to dns domain ‘test.jp’
No DNS domain configured for archlinux. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@archlinux ~]# systemctl restart winbind
[root@archlinux ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@archlinux ~]# wbinfo -n chibi
S-1-5-21-2680058936-65489393-2017812206-1103 SID_USER (1)
[root@archlinux ~]# net ads info
LDAP server: 0.0.0.0
LDAP server name: (null)
Realm: (null)
Bind Path: (null)
LDAP port: 0
Server time: 土, 29 1月 2022 04:25:05 JST
KDC server: 192.168.1.231
Server time offset: 1
Last machine account password change: 木, 01 1月 1970 09:00:00 JST
[root@archlinux ~]# host -4 dc
dc.test.jp has address 192.168.1.12
dc.test.jp has address 192.168.1.11
dc.test.jp has IPv6 address 2400:4052:46e0:b700:f0ef:e0f2:9a96:d47f
dc.test.jp has IPv6 address 2400:4052:46e0:b700:ad09:3d1f:f63:7433
[root@archlinux ~]# host -4 dc1
dc1.test.jp has address 192.168.1.13
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:d28:b4c5:93c1:faaa
[root@archlinux ~]# host -4 dc2
dc2.test.jp has address 192.168.1.231
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:10e7:dbbd:a251:8cee
[root@archlinux ~]# host -t SRV _ldap._tcp.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.
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
[root@archlinux ~]# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.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 dc.test.jp.
[root@archlinux ~]# host -t A test.jp
test.jp has address 192.168.1.231
test.jp has address 192.168.1.13
test.jp has address 192.168.1.12
test.jp has address 192.168.1.11
[root@archlinux ~]# cat /etc/os-release
NAME=”Arch Linux”
PRETTY_NAME=”Arch Linux”
ID=arch
BUILD_ID=rolling
ANSI_COLOR=”38;2;23;147;209″
HOME_URL=”https://archlinux.org/”
DOCUMENTATION_URL=”https://wiki.archlinux.org/”
SUPPORT_URL=”https://bbs.archlinux.org/”
BUG_REPORT_URL=”https://bugs.archlinux.org/”
LOGO=archlinux-logo
[root@archlinux ~]# samba -V
Version 4.15.4
[root@archlinux ~]# smbclient //192.168.1.11/netlogon -Uadministrator
Arch Linux Samba4.15.4 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

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

Samba 4.17.0rc3 Available for Download

Samba 4.17.0rc3 が公開されました。ReleaseNoteはこちらです。

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

Rocky Linux release 9.0 Kernel5.14.0-70.13.1.el9_0.x86_64 PHP 8.1.8 Update

Rocky Linux release 9.0 Kernel5.14.0-70.13.1.el9_0.x86_64とPHP 8.1.8がUpdateされました。

[root@rocky9 ~]# uname -r
5.14.0-70.13.1.el9_0.x86_64
[root@rocky9 ~]# php -v
PHP 8.1.8 (cli) (built: Jul 5 2022 21:55:55) (NTS gcc x86_64)
Copyright (c) The PHP Group
Zend Engine v4.1.8, Copyright (c) Zend Technologies
with Zend OPcache v8.1.8, Copyright (c), by Zend Technologies
[root@rocky9 ~]# curl -V
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.0.1 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.6/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@rocky9 ~]# smbd -V
Version 4.15.5
[root@rocky9 ~]# cat /etc/redhat-release
Rocky Linux release 9.0 (Blue Onyx)
[root@rocky9 ~]#

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

Caffeで画像を識別してみた。 100%の確率でチョウチョ

選んだ画像

画像識別手順詳細
chibi@zorin:~/caffe$ cd python; python classify.py –raw_scale 255 ../101_ObjectCategories/butterfly/image_0001.jpg ../result.npy; cd ..
butterfly 01 100.0

画像識別結果 確率100%でチョウチョ
chibi@zorin:~/caffe$ python show_result.py data/ilsvrc12/synset_words.txt result.npy
#1 | n02279972 monarch, monarch butterfly, milkweed butterfly, Danaus plexippus | 100.0%
#2 | n02281787 lycaenid, lycaenid butterfly | 0.0%
#3 | n02281406 sulphur butterfly, sulfur butterfly | 0.0%
chibi@zorin:~/caffe$

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

Debian GNU/Linux 11.4 PHP 8.1.8 Update

Debian GNU/Linux 11.4 PHPが8.1.8にUpdateされました。

root@debian:~# uname -r
5.10.0-16-amd64
root@debian:~# php -v
PHP 8.1.8 (cli) (built: Jul 11 2022 08:55:24) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.8, Copyright (c) Zend Technologies
with Zend OPcache v8.1.8, Copyright (c), by Zend Technologies
root@debian:~# curl -V
curl 7.74.0 (x86_64-pc-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3
Release-Date: 2020-12-09
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp 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@debian:~# samba -V
Version 4.13.13-Debian
root@debian:~# cat /etc/os-release
PRETTY_NAME=”Debian GNU/Linux 11 (bullseye)”
NAME=”Debian GNU/Linux”
VERSION_ID=”11″
VERSION=”11 (bullseye)”
VERSION_CODENAME=bullseye
ID=debian
HOME_URL=”https://www.debian.org/”
SUPPORT_URL=”https://www.debian.org/support”
BUG_REPORT_URL=”https://bugs.debian.org/”
root@debian:~# cat /etc/debian_version
11.4
root@debian:~#

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