Частота процессора всегда минимальна при подключении

смеется в комментарии для переименования / etc / inputrc. Это решило проблему. Итак, я проверил причину.

В конце файла / etc / bash_completion был вызван

if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
fi

файл перенаправил меня в другой файл:

. /usr/share/bash-completion/bash_completion

заголовок файлов:

#                                                          -*- shell-script -*-
#
#   bash_completion - programmable completion functions for bash 4.1+
#
#   Copyright © 2006-2008, Ian Macdonald <ian@caliban.org>
#             © 2009-2013, Bash Completion Maintainers
#                     <bash-completion-devel@lists.alioth.debian.org>
#
#   This program is free software; you can redistribute it and/or modify
#   it under the terms of the GNU General Public License as published by
#   the Free Software Foundation; either version 2, or (at your option)
#   any later version.
#
#   This program is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#   GNU General Public License for more details.
#
#   You should have received a copy of the GNU General Public License
#   along with this program; if not, write to the Free Software Foundation,
#   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
#   The latest version of this software can be obtained here:
#
#   http://bash-completion.alioth.debian.org/
#
#   RELEASE: 2.1
...

На веб-сайте он говорит

. В настоящее время мы работаем над тем, чтобы получить завершение bash в лучшем виде.

Ну, постарайся усерднее. Удаление указанных файлов решает проблему. Спасибо, смех.

1
задан 7 June 2017 в 12:58

2 ответа

Попробуйте отключить intel_pstate через опции ядра Linux, как описано здесь.

0
ответ дан 18 July 2018 в 12:01

Попробуйте отключить intel_pstate через опции ядра Linux, как описано здесь.

0
ответ дан 24 July 2018 в 19:54

Другие вопросы по тегам:

Похожие вопросы: