私は、ubuntu 14.04で非対話型のmysql 5.7コミュニティサーバインストール用のシェルコールを作成しようとしています。 debconf-set-selectionsを使用しているさまざまなソースによれば、そのようなインストールを許可するはずですが、私は非対話型dpkgインストーラを起動できません。mysql 5.7コミュニティサーバ非インタラクティブapt install
ベロー私はここで非対話型インストール
[email protected]:/sql$ echo $DEBIAN_FRONTEND
noninteractive
[email protected]:/sql$ echo mysql-apt-config mysql-apt-config/enable-repo select mysql-5.7 | sudo debconf-set-selections
のために使用しようとしていますENV変数はシステム
[email protected]:/sql$ sudo debconf-get-selections | grep mysql
mysql-apt-config mysql-apt-config/select-tools select workbench-6.2 workbench-6.3 connector-python-2.0 connector-python-2.1 router-2.0 mysql-utilities-1.5 mysql-tools
mysql-apt-config mysql-apt-config/select-preview select
mysql-apt-config mysql-apt-config/repo-distro select ubuntu
mysql-apt-config mysql-apt-config/enable-repo select mysql-5.7
mysql-apt-config mysql-apt-config/repo-url string http://repo.mysql.com/apt/
# Choices: MySQL Server (Currently selected: mysql-5.7), MySQL Tools & Connectors (Currently selected: Enabled), MySQL Preview Packages (Currently selected: Disabled), Ok
mysql-apt-config mysql-apt-config/select-product select
mysql-apt-config mysql-apt-config/repo-codename select trusty
mysql-apt-config mysql-apt-config/unsupported-platform select abort
# Choices: mysql-5.6, mysql-5.7, None
mysql-apt-config mysql-apt-config/select-server select
とインストールのためのすべてのmysql-のapt-コンフィグ設定されていますそれ自身:
wget http://dev.mysql.com/get/mysql-apt-config_0.7.2-1_all.deb
sudo dpkg -i mysql-apt-config_0.7.2-1_all.deb
は対話モードで起動します。
アイデア?
これをデバッグして何が動作していないかを確認するにはこの投稿をチェックしてください - https://stackoverflow.com/a/49136923/454421 - 間違ったキーがある可能性があります –