はじめに
前回は AlmaLinux について書いた.RockyLinux の RC1 がリリースされたようなので試してみる.
RockyLinux について
Rocky Linux
Rocky Linux is an open enterprise Operating System designed to be 100% bug-for-bug compatible with Enterprise Linux.
CentOS の代替候補の 1 つ.AlmaLinux は CloudLinux 社が主導しているのに対して,RockyLinux は community-driven な project になっている.
インストール
ISO ファイルを使ってインストールしていく.AlmaLinux 同様にミニマルインストーラが用意されているのはありがたい.サイズは AlmaLinux 同様に約 1.8GB 程度.
画面に従いインストールを進める.各所で RC 版である旨を強調してくる.ESXi 環境が良くないのか AlmaLinux 同様に画面からはみでる...
触ってみる&所感
ログイン時に AA 出してくる辺りは地味に好き.
AlmaLinux とは違って centos-release
は配置されていない.
[user@rocky ~]$ cat /etc/os-release NAME="Rocky Linux" VERSION="8" ID="rocky" ID_LIKE="rhel fedora" VERSION_ID="8" PLATFORM_ID="platform:el8" PRETTY_NAME="Rocky Linux 8" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:rocky:rocky:8" HOME_URL="https://rockylinux.org/" BUG_REPORT_URL="https://bugs.rockylinux.org/" ROCKY_SUPPORT_PRODUCT="Rocky Linux" ROCKY_SUPPORT_PRODUCT_VERSION="8" [user@rocky ~]$ cat /etc/rocky-release Rocky Linux release 8.3
当然カーネルは CentOS8.3 と同じ 4.18.0-240.
[user@rocky ~]$ uname -a Linux rocky 4.18.0-240.22.1.el8.x86_64 #1 SMP Mon Apr 12 04:29:16 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
その他の使い勝手は当然 CentOS8 と同等.
rsyslog.service
のリンクが切れていて rsyslog が動かない?と思ったら自分でインストールする必要があるようす.改めて AlmaLinux の方も確認してみるも同じ状態.
[user@rocky ~]$ systemctl status rsyslog.service
Unit rsyslog.service could not be found.
[user@rocky ~]$ ls -l /etc/systemd/system
合計 4
drwxr-xr-x. 2 root root 31 5月 2 2021 basic.target.wants
lrwxrwxrwx. 1 root root 41 5月 2 2021 dbus-org.fedoraproject.FirewallD1.service -> /usr/lib/systemd/system/firewalld.service
lrwxrwxrwx. 1 root root 57 5月 2 2021 dbus-org.freedesktop.nm-dispatcher.service -> /usr/lib/systemd/system/NetworkManager-dispatcher.service
lrwxrwxrwx. 1 root root 41 5月 2 2021 dbus-org.freedesktop.timedate1.service -> /usr/lib/systemd/system/timedatex.service
lrwxrwxrwx. 1 root root 41 5月 2 2021 default.target -> /usr/lib/systemd/system/multi-user.target
drwxr-xr-x. 2 root root 45 5月 2 2021 default.target.wants
drwxr-xr-x. 2 root root 32 5月 2 2021 getty.target.wants
drwxr-xr-x. 2 root root 4096 5月 2 02:24 multi-user.target.wants
drwxr-xr-x. 2 root root 48 5月 2 2021 network-online.target.wants
drwxr-xr-x. 2 root root 52 5月 2 2021 sockets.target.wants
drwxr-xr-x. 2 root root 207 5月 2 2021 sysinit.target.wants
lrwxrwxrwx. 1 root root 39 5月 2 2021 syslog.service -> /usr/lib/systemd/system/rsyslog.service
lrwxrwxrwx. 1 root root 9 4月 12 17:26 systemd-timedated.service -> /dev/null
drwxr-xr-x. 2 root root 33 5月 2 2021 timers.target.wants
[user@rocky ~]$ ls -l /usr/lib/systemd/system/rsyslog.service
ls: '/usr/lib/systemd/system/rsyslog.service' にアクセスできません: No such file or directory
メモリ周りはもしかするとバグがあるかもしれないが,気のせいかもしれない.
おわりに
まだ RC 版なのでこれからに期待.リリース後間もないので世界的な検索トレンドも低いが,日本での認知度はもう少し上がってほしいところ.
AlmaLinux の話はこちら.
コメント