0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntuの起動が遅くなったので直した

Posted at

現象

起動に5分以上かかった。

解析

以下のコマンドで、プロセス毎の起動に要した時間を見られる。

systemd-analyze blame

network.serviceの起動に5分以上かかっていた。

原因

/etc/network/interfaces に、不要な設定を書き込んでいたため。

解決方法

不要な設定を削除した。

結果

直った。

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?