CentOS7がdracutの表示のまま起動出来なくなった

centos7 dracut initqueue timeout and could not boot

いつの頃からか、CentOS7のカーネルを更新した辺りから、正常に起動出来なくなってしまった。 bootすると、この画面表示のまま起動出来ない Copy Wrning: /dev/centos_web/root does not exist Warning: /dev/mapper/centos_web-root does not exist Generating "/run/initramfs/sosreport.txt" Entering emergency mode. Exit the shell to continue. Type "journalctl" to view system logs. You might want to save "/run/initramfs/sosreport.txt" to a USB stick or /boot after mounting them and attach it to a bug report. dracut:/# おそらく、カーネル更新した際に、grub関連が壊れたか設定が間違っているだろうと思ってググってみた [続きを読む]
カテゴリー: Linux  Tags: CentOS 

さくらのVPS+Docker+Freenomでメールサーバー構築(セキュリティ編)

Secure Mailserver on Docker

さくらのVPS+Docker+Freenomでメールサーバー構築 の続きで、少しばかりセキュリティ強化してみます dockerで前回のサーバを起動していれば、停止しておきます Copy $ docker-compose down imap,submissionを閉じる 前回記事にて、imaps,smtpsの通信が確認出来ているので、imapとsubmissionを閉じます [続きを読む]
カテゴリー: Linux  Tags: Debian Docker Postfix security postfix 

msmtpでGmailのSMTPでメール送信

How to Configure Gmail SMTP in msmtp

Debian10にmsmtpインストールし、GmailのSMTPサーバーでメール送信したい msmtp メールを送信するだけのホストではsSMTPをよく使っていましたが、Debian10ではssmtpのパッケージが存在しません。 替わりになるものがmsmtp [続きを読む]
カテゴリー: Linux  Tags: Debian Google 2FA