2020-10-01から1ヶ月間の記事一覧

autofs でマウント時にSMBバージョンのログが出る

【環境】 $ cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core)$ rpm -qa | grep autofs autofs-5.1.4-40.el8.x86_64 autofsにて、次のような接続設定である。 /mnt/nas -fstype=cifs,iocharset=utf8,credentials=/path-to-credential ://192.16…

CIFS: Attempting to mount が出力される

【環境】 $ cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core)$ rpm -qa | grep autofs autofs-5.1.4-40.el8.x86_64 CentOS 8のautofs でCIFSマウントしていたら、/var/log/messages に以下のようなログが出る。 Oct 25 21:40:01 cent8 kernel:…

/var/log/messages に Starting/Started system activity accounting tool が出力される

【環境】 $ cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core) /var/log/messages を眺めていたら、以下のメッセージが出ている事に気づいた。 Starting system activity accounting tool Started system activity accounting tool 10分毎に出…

CentOS8のtarオプションでひかっかる

CentOS8でファイルのバックアップをtarでやろうとしたら失敗した話。【環境】 CentOS-7:tar-1.26-35.el7.x86_64 CentOS-8:tar-1.30-4.el8.x86_64 こんなファイルがあるディレクトリにて。 $ ls aaa.txt bbb.txt ccc.tmp .tmp のファイルは除外したいので、…

CentOS 8におけるfirewalldのdirectルール・続き

先日の以下の記事の続き。 shobon.hatenablog.com ドキュメントにそれっぽい事があった。firewalld.orgたぶん、以下の部分。 Due to implementation details of netfilter inside the kernel, if FirewallBackend=nftables is used direct rules that ACCEPT…

CentOS 8のfirewalldでdirectルールがうまく動作しなかった

CentOS 7を使い始めた頃、firewalldではdirectルールに設定を書いていた。zoneの考え方に慣れず、以前のように iptables ライクに設定を書くことができるため、作法が良くないのかもしれないが、そんな使い方をしていた。DNATやOUTPUTに関する設定も必要だっ…