Ubuntu18.04.4 LTS Upgrade

Ubuntuが18.04.4 LTSにUpgradeされました。

root@1804:~# uname -r
5.3.0-28-generic
root@1804:~# php -v
PHP 7.4.2 (cli) (built: Feb  5 2020 16:50:38) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.2, Copyright (c), by Zend Technologies
root@1804:~# curl -V
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
Release-Date: 2018-01-24
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL
root@1804:~# samba -V
Version 4.7.6-Ubuntu
root@1804:~# cat /etc/os-release
NAME=”Ubuntu”
VERSION=”18.04.4 LTS (Bionic Beaver)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu 18.04.4 LTS”
VERSION_ID=”18.04″
HOME_URL=“https://www.ubuntu.com/”
SUPPORT_URL=“https://help.ubuntu.com/”
BUG_REPORT_URL=“https://bugs.launchpad.net/ubuntu/”
PRIVACY_POLICY_URL=“https://www.ubuntu.com/legal/terms-and-policies/privacy-policy”
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
root@1804:~#

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

Ubuntu16.04.6 GT1030 CUDA 10.2 Samples smokeParticlesを動作させてみた

chibi@1604:~/NVIDIA_CUDA-10.2_Samples/5_Simulations/smokeParticles$ cat /etc/os-release
NAME=”Ubuntu”
VERSION=”16.04.6 LTS (Xenial Xerus)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu 16.04.6 LTS”
VERSION_ID=”16.04″
HOME_URL=”http://www.ubuntu.com/”
SUPPORT_URL=”http://help.ubuntu.com/”
BUG_REPORT_URL=”http://bugs.launchpad.net/ubuntu/”
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
chibi@1604:~/NVIDIA_CUDA-10.2_Samples/5_Simulations/smokeParticles$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Wed_Oct_23_19:24:38_PDT_2019
Cuda compilation tools, release 10.2, V10.2.89
chibi@1604:~/NVIDIA_CUDA-10.2_Samples/5_Simulations/smokeParticles$ ./smokeParticles
CUDA Smoke Particles Starting…

NOTE: The CUDA Samples are not meant for performance measurements. Results may vary when GPU Boost is enabled.

Loaded ‘./data/floortile.ppm’, 256 x 256 pixels
GPU Device 0: “Pascal” with compute capability 6.1

GPU温度推移Ubuntu16.04.6 GT1030 CUDA 10.2 Samples smokeParticles nvidia-smi

 

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

Manjaro Linux Samba4.10.0 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

[manjaro ~]# 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
[manjaro ~]# samba -V
Version 4.10.10
[manjaro ~]# kinit administrator
Password for administrator@TEST.JP:
[manjaro ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘MANJARO’ to dns domain ‘test.jp’
No DNS domain configured for manjaro. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[manjaro ~]# systemctl restart winbind
[manjaro ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[manjaro ~]# wbinfo -n chibi
S-1-5-21-1678940183-1404043644-1380363875-1103 SID_USER (1)
[manjaro ~]# net ads info
LDAP server: 192.168.1.156
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 土, 15 2月 2020 07:05:32 JST
KDC server: 192.168.1.156
Server time offset: -10
Last machine account password change: 土, 15 2月 2020 07:05:01 JST
[manjaro ~]# host -4 dc
dc.test.jp has address 192.168.1.39
dc.test.jp has address 192.168.1.45
dc.test.jp has IPv6 address 2400:4052:46e0:b700:1911:c150:a1a4:ec24
dc.test.jp has IPv6 address 2400:4052:46e0:b700:f0b6:ef83:7301:d109
[manjaro ~]# host -4 dc1
dc1.test.jp has address 192.168.1.156
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:ad7c:4cdc:822b:97d1
[manjaro ~]# host -4 dc2
dc2.test.jp has address 192.168.1.157
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:98c3:a37e:341c:8589
[manjaro ~]# 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 dc.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
[manjaro ~]# host -t SRV _kerberos._udp.test.jp
Host _kerberos._udp.test.jp not found: 3(NXDOMAIN)
[manjaro ~]# 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.
[manjaro ~]# host -t A test.jp
test.jp has address 192.168.1.157
test.jp has address 192.168.1.39
test.jp has address 192.168.1.156
test.jp has address 192.168.1.45
[manjaro ~]# smbclient -L localhost -U%
do_connect: Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
[manjaro ~]# smbclient -L 192.168.1.39 -U%

Sharename Type Comment
——— —- ——-
Reconnecting with SMB1 for workgroup listing.
do_connect: Connection to 192.168.1.39 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Unable to connect with SMB1 — no workgroup available
[manjaro ~]# smbclient //192.168.1.39/netlogon -Uadministrator
Enter TEST\administrator’s password:
Try “help” to get a list of possible commands.
smb: \> ls
. D 0 Wed Feb 5 04:33:47 2020
.. D 0 Wed Feb 5 04:33:47 2020

58449919 blocks of size 4096. 45200616 blocks available
smb: \> exit
[manjaro ~]# smbclient //192.168.1.39/sysvol -Uadministrator
Enter TEST\administrator’s password:
Try “help” to get a list of possible commands.
smb: \> ls
. D 0 Wed Feb 5 04:33:47 2020
.. D 0 Wed Feb 5 04:33:47 2020
test.jp D 0 Wed Feb 5 04:33:47 2020

58449919 blocks of size 4096. 45200552 blocks available
smb: \> exit
[manjaro ~]#

Manjaro Linux Samba4.10.0 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

Samba 4.12.0rc4 Available for Download

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

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

OpenSUSE Kernel5.5.2-1-default Update

OpenSUSE Kernelが5.5.2-1-defaultにUpdateされました。

opensuse:~ # uname -r
5.5.2-1-default
opensuse:~ # php -v
PHP 7.4.2 (cli) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
opensuse:~ # curl -V
curl 7.68.0 (x86_64-suse-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1d-fips zlib/1.2.11 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-01-08
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 GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
opensuse:~ # samba -V
Version 4.11.5-git.114.5685848b8fcSUSE-oS15.5-x86_64
opensuse:~ # cat /etc/os-release
NAME=”openSUSE Tumbleweed”
# VERSION=”20200213″
ID=”opensuse-tumbleweed”
ID_LIKE=”opensuse suse”
VERSION_ID=”20200213″
PRETTY_NAME=”openSUSE Tumbleweed”
ANSI_COLOR=”0;32″
CPE_NAME=”cpe:/o:opensuse:tumbleweed:20200213″
BUG_REPORT_URL=“https://bugs.opensuse.org”
HOME_URL=“https://www.opensuse.org/”
LOGO=”distributor-logo”
opensuse:~ #

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