
Ubuntu日本語フォーラム

ログインしていません。
先日 VitualBox 上の Ubuntu 13.04 を 13.10, 14.04 と
アップデートしたところ急に負荷が高くなってしまいました。
いろいろ調べると indicator-bluetooth がエラーになっている
様で以下のログが延々と続いていました。
~/.cache/upstart/indicator-bluetooth.log
** (process:2786): CRITICAL **: bluez.vala:104: GDBus.Error:org.bluez.Error.NoSu
chAdapter: No such adapter
init --user がエラーのたびにプロセスを再起動しているようで
init と initctl が cpu を喰っています。
VirtualBox 上のなので Bluetooth device はないと思います。
このプロセスの起動を止める方法はないでしょうか?
オフライン
bluetoothを無効化する方法は複数あるようですね。
1. 端末でコマンドを実行する方法
Howto disable bluetooth on startup ? :: Steam Universe
http://steamcommunity.com/groups/steamuniverse/discussions/1/558750717372539413/
2. /etc/rc.local を編集する方法
How To Turn Off Bluetooth By Default In Ubuntu 14.04
http://itsfoss.com/turn-off-bluetooth-by-default-in-ubuntu-14-04/
3. /etc/init/bluetooth.conf を編集する方法
Ubuntu 12.04インストール時の設定メモ (r271-635)
http://netlog.jpn.org/r271-635/2012/05/ubuntu_1204_install_memo.html
4. /etc/init/bluetooth.override を作成する方法
[ubuntu] How to check what services are running?
http://ubuntuforums.org/showthread.php?t=2076934&p=12321108&viewfull=1#post12321108
オフライン
aaabbbcccdddeeefffggghhh さん、
ありがとうございます。 Bluetooth 自体を止めることは考えていませんでした。
2 の /etc/rc.local に rfkill block bluetooth を書く方法ではだめでしたが、
3 にあった indicator-bluetooth の実行ビットを落とすことで解決できました。
オフライン