Ubuntu Server 26.04 LTS 64bit リリースノート
[更新: 2026年6月25日]
さくらのクラウドで提供中のUbuntu Server 26.04 LTS 64bit パブリックアーカイブの設定内容について記載します。
管理ユーザ(ログイン用ユーザ)
アカウント名 |
ubuntu |
|---|---|
初期パスワード |
なし(ディスク修正から設定可能) |
※ root 権限で作業する場合は sudo コマンドを実行(例: sudo ufw status )
ロケール
言語 |
LANG=en_US.UTF-8 |
|---|---|
タイムゾーン |
Asia/Tokyo(JST) |
ディスク
パーティションテーブル |
GPT |
|---|
パーティション構成
パーティション番号 |
マウントポイント |
パーティション名 |
フォーマット |
容量 |
|---|---|---|---|---|
1 |
- |
BIOS boot partition |
bios_grub フラグ (EF02) |
1049KB |
2 |
/ |
Linux filesystem |
ext4 (8300) |
残りのディスク容量まで拡張 |
メモリの swap 領域について
※ Ubuntu 26.04 LTS のパブリックアーカイブはスワップ領域がありません。スワップが必要な場合は、別途スワップ用のファイルの作成と有効化作業が必要です。詳しくは、公式 Wiki 等のドキュメントをご覧ください。
ネットワーク
インタフェース |
eth0 |
|---|---|
プロトコル |
IPv4:有効、IPv6:無効 ※1 |
ホスト名 |
localhost.localdomain(ディスク修正から設定可能) |
ネームサーバ |
石狩リージョン: |
※1 IPv6でRAによるアドレス設定を受け付けない
時刻同期(NTP)
NTPサーバ |
ntp1.sakura.ad.jp |
|---|
chrony
上位NTPサーバをntp1.sakura.ad.jpに設定し、時刻問い合わせをおこなう
設定ファイル |
/etc/chrony/sources.d/custom.sources |
|---|---|
設定内容 |
server ntp1.sakura.ad.jp iburst |
ファイアウォール
nfw
無効
fail2ban
有効(SSHのログイン試行5回失敗で10分間の接続拒否)
/var/log/fail2ban.logにログを出力する
各設定項目は、デフォルト値
設定ファイル |
/etc/fail2ban/fail2ban.conf |
|---|---|
設定内容 |
logtarget = /var/log/fail2ban.log |
設定ファイル |
/etc/fail2ban/jail.d/defaults-debian.conf |
|---|---|
設定内容 |
[DEFAULT] |
SSH
PAMを有効にする
設定ファイル |
/etc/ssh/sshd_config |
|---|---|
設定内容 |
UsePAM yes のまま |
デーモン
自動起動設定(稼働中)のデーモン
デーモン名 |
機能説明 |
手動の起動、停止方法 |
外部からの接続ポート |
|---|---|---|---|
anacron |
定期ジョブを実行するためのcronサービス |
systemctl start/stop anacron |
– |
apparmor |
アプリケーションの動作を制限するためのセキュリティサービス |
systemctl start/stop apparmor |
– |
apport |
システム障害のレポートを収集するためのサービス |
systemctl start/stop apport |
– |
blk-availability |
ブロックデバイスの状態を管理するためのサービス |
systemctl start/stop blk-availability |
– |
chrony |
ネットワーク経由で時刻同期を行うためのサービス |
systemctl start/stop chrony |
123/udp |
console-setup |
コンソールの表示や入力設定を行うためのサービス |
systemctl start/stop console-setup |
– |
cron |
定期的にジョブを実行するためのcronサービス |
systemctl start/stop cron |
– |
dmesg |
カーネルメッセージを出力・管理するための機能 |
systemctl start/stop dmesg |
– |
e2scrub_reap |
ファイルシステムの整合性チェックを管理するためのサービス |
systemctl start/stop e2scrub_reap |
– |
fail2ban |
不正アクセスの兆候がある接続を遮断するためのサービス |
systemctl start/stop fail2ban |
– |
finalrd |
起動時の初期処理を補完するためのサービス |
systemctl start/stop finalrd |
– |
getty@ |
仮想端末でログインを受け付けるためのサービス |
systemctl start/stop getty@tty1 |
– |
gpu-manager |
GPUの構成と設定を管理するためのサービス |
systemctl start/stop gpu-manager |
– |
grub-initrd-fallback |
起動時に代替initrdを使用するためのサービス |
systemctl start/stop grub-initrd-fallback |
– |
grub2-common |
ブートローダ設定を管理するためのサービス |
systemctl start/stop grub2-common |
– |
kdump-tools |
カーネル障害時にダンプを取得するためのサービス |
systemctl start/stop kdump-tools |
– |
keyboard-setup |
キーボード設定を適用するためのサービス |
systemctl start/stop keyboard-setup |
– |
lvm2-monitor |
LVMデバイスの状態を監視するためのサービス |
systemctl start/stop lvm2-monitor |
– |
ModemManager |
モデム通信を管理するためのサービス |
systemctl start/stop ModemManager |
– |
multipathd |
複数経路ストレージを制御するためのサービス |
systemctl start/stop multipathd |
– |
netplan-configure |
ネットワーク設定を適用するためのサービス |
systemctl start/stop netplan-configure |
– |
networkd-dispatcher |
ネットワーク状態変化時に処理を実行するためのサービス |
systemctl start/stop networkd-dispatcher |
– |
open-iscsi |
iSCSIストレージ接続を管理するためのサービス |
systemctl start/stop open-iscsi |
3260/tcp |
open-vm-tools |
仮想環境との連携機能を提供するためのサービス |
systemctl start/stop open-vm-tools |
– |
pollinate |
乱数生成用データを取得するためのサービス |
systemctl start/stop pollinate |
– |
rsyslog |
システムログを記録・管理するためのサービス |
systemctl start/stop rsyslog |
– |
secureboot-db |
セキュアブート情報を管理するためのサービス |
systemctl start/stop secureboot-db |
– |
setvtrgb |
仮想端末の表示色を設定するためのサービス |
systemctl start/stop setvtrgb |
– |
ssh.socket |
SSH(Secure Shell)サーバサービス |
systemctl start/stop ssh.socket |
22/tcp |
sshd-keygen |
SSH鍵を生成するためのサービス |
systemctl start/stop sshd-keygen |
– |
sysstat |
システムの統計情報を収集するためのサービス |
systemctl start/stop sysstat |
– |
systemd-networkd |
ネットワーク設定を管理するためのサービス |
systemctl start/stop systemd-networkd |
– |
systemd-networkd-wait-online |
ネットワーク接続完了を待機するためのサービス |
systemctl start/stop systemd-networkd-wait-online |
– |
systemd-pstore |
障害ログを保存するためのサービス |
systemctl start/stop systemd-pstore |
– |
systemd-resolved |
DNS名前解決を提供するためのサービス |
systemctl start/stop systemd-resolved |
53(ローカル) |
ua-reboot-cmds |
再起動時の処理を実行するためのサービス |
systemctl start/stop ua-reboot-cmds |
– |
ubuntu-advantage |
サポート機能を管理するためのサービス |
systemctl start/stop ubuntu-advantage |
– |
udisks2 |
ストレージデバイスを管理するためのサービス |
systemctl start/stop udisks2 |
– |
ufw |
ファイアウォール設定を制御するためのサービス |
systemctl start/stop ufw |
– |
unattended-upgrades |
自動アップデートを実行するためのサービス |
systemctl start/stop unattended-upgrades |
– |
vgauth |
仮想環境の認証を行うためのサービス |
systemctl start/stop vgauth |
– |
パッケージ
インストール済のパッケージ
acpid
anacron
cloud-guest-utils
fail2ban
git
libnss-myhostname
libpam-pwquality
libpam-modules
ncurses-term
sudo
traceroute
削除済のパッケージ
cloud-init
crda
iucode-tool
iw
snapd
thermald