CentOSのupdateでmirrorlist: No URLs in mirrorlist が出てupdateが出来なくなった。
先日、CentOS Stream release 8のサーバーのupdateをすると以下のエラーがでupdate出来ませんでした。 # dnf check-update サブスクリプション管理リポジトリーを更新しています… Continue reading
先日、CentOS Stream release 8のサーバーのupdateをすると以下のエラーがでupdate出来ませんでした。 # dnf check-update サブスクリプション管理リポジトリーを更新しています… Continue reading
部屋に転がってるHDDに何が入っているのか確認するためにCentOS8のサーバーにmountしたら # mount /dev/sde1 /mnt/hdd mount: /mnt/hdd: 未知のファイルシステムタイプ ‘… Continue reading
ntfsをlinux・centosにマウントする事なんて久しぶりなので忘れん坊メモです。 因みにOSはCentOS8です。 サーバーにHDDを接続してmountコマンドを叩くと・・。 # mount /dev/sdd2 … Continue reading
firewalldで国別IPなどで弾こうとfirewalldの設定をごにょごにょしてrestartをかけstatusを確認した際に firewalld[1954]: WARNING: AllowZoneDrifting … Continue reading
mariadbを10.3から10.5へupgradeしてみたメモ OSは # cat /etc/redhat-release CentOS Stream release 8 現在のmariadbのバージョン確認 # my… Continue reading
CentOS 8が終了するので、CentOS 8 Streamに移行してみた。 手順は色んな所に載ってますがメモ まずは事前にCentOS 8を最新上げておきます。 # dnf -y update # reboot Ce… Continue reading
CentOS8からAlmaLinuxへの移行ツールを試してみました。 こちらのgithubのサイトの手順でやります。 現在のCentOSのバージョン確認 # cat /etc/redhat-release CentOS … Continue reading
久々にgoofysを入れてみたらてこずったのメモ まずは必要なパッケージをインストール # dnf install golang fuse python38 -y # curl “https://bootst… Continue reading
先日インストールしたJenkinsのupdateが来てたので updateを行ったらこけたのでメモ 普通にDNFでupdateを行った所・・・。 Total 13 MB/s | 478 MB 00:37 warning:… Continue reading
今更ながらJenkins・・。CentOS8にインストールしました。 参考にしたサイトこちら まずは、openjdkのインストール # dnf install java-11-openjdk-devel バージョン確認 … Continue reading
構築時は普通に稼働していたzabbix-serverですが、 監視対象を追加していくと、ある時からzabbixが落ちる→起動失敗が連続していた。 手動でzabbix-serverを起動しようとしても無理なので対処。 環境… Continue reading
先日リリースされたMariaDB 10.5.2をインストールしてみた。 現時点では、Do not use beta releases in production!と書かれており注意です。 参考にしたのはMariaDB公式… Continue reading
CentOS8でdockerをインストールしてみた。 OSはこれ # cat /etc/redhat-release CentOS Linux release 8.1.1911 (Core) Cent7では普通にyumで… Continue reading