I got the error message to go away by putting the following in my provisioning script, prior to any apt-get
calls:
export DEBIAN_FRONTEND=noninteractive
This makes debconf
use a frontend that expects no interactive input at all, preventing it from even trying to access stdin
.
Related Posts:
- Package php5 have no installation candidate (Ubuntu 16.04)
- How do I ask apt-get to skip any interactive post-install configuration steps?
- How to remove the “installed manually” flag and revert to “automatically installed” with apt-get?
- How do I get apt-get to ignore some dependencies?
- list all packages from a repository in ubuntu / debian
- Automate the installation of postfix on Ubuntu
- ping: google.com: Temporary failure in name resolution [closed]
- Docker System has not been booted with systemd as init system
- CentOS vs. Ubuntu [closed]
- Docker error : no space left on device
- How to establish ssh key pair when “Host key verification failed”
- How to install “make” in ubuntu?
- localhost/phpinfo.php
- After installing with pip, “jupyter: command not found”
- gpg: no valid OpenPGP data found
- gpg: no valid OpenPGP data found
- E: Unable to locate package mongodb-org
- How to open the terminal in Atom?
- Valgrind permission denied on file
- nginx – nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
- How to install Boost on Ubuntu
- How to verify if nginx is running or not?
- pdflatex not found. pdflatex is needed for pdf output
- Nginx: stat() failed (13: permission denied)
- PIP Could not find any downloads that satisfy the requirement SQLAlchemy
- MySQL: How to reset or change the MySQL root password?
- Removing all installed OpenCV libs
- Vim: No write since last change, even though I changed the file
- Why can’t I print to terminal with my python script?
- How to kill a process on a port on ubuntu
- whats the meaning of curl “-s” and “-m”
- How to view all ssl certificates in a bundle?
- List of files installed from apt package
- How do I auto-start docker containers at system boot?
- How do I get the history of “apt-get install” on Ubuntu?
- How do I reattach to Ubuntu Server’s ‘do-release-upgrade’ process?
- How to determine JAVA_HOME on Debian/Ubuntu?
- How to start/stop iptables on Ubuntu?
- Which ports do I need to open in the firewall to use NFS?
- How can I edit the welcome message when ssh start?
- How does Ubuntu keep track of the “System restart required” flag in motd?
- Amazon Linux vs. Ubuntu for Amazon EC2 [closed]
- Best location to keep SSL certificates and private keys on Ubuntu servers?
- Why is ssh agent forwarding not working?
- Cannot connect to the Docker daemon at unix:/var/run/docker.sock. Is the docker daemon running?
- Amazon Linux: apt-get: command not found
- Amazon Linux: apt-get: command not found
- ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
- How to find which version of TensorFlow is installed in my system?
- error: command ‘gcc’ failed with exit status 1 while installing eventlet
- apt-get error: Sub-process /usr/bin/dpkg returned an error code (1)
- What is a clearfix?
- error: ‘Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)’ — Missing /var/run/mysqld/mysqld.sock
- Why does the terminal show “^[[A” “^[[B” “^[[C” “^[[D” when pressing the arrow keys in Ubuntu?
- Psql could not connect to server: No such file or directory, 5432 error?
- “E: Unable to locate package python-pip” on Ubuntu 18.04 [duplicate]
- “sed” command in bash
- How to restart remote MySQL server running on Ubuntu linux?
- using pip3: module “importlib._bootstrap” has no attribute “SourceFileLoader”
- WSL – GEDIT Unable to init server: Could not connect: Connection refused
- docker command not found even though installed with apt-get
- Docker: Having issues installing apt-utils
- How to open some ports on Ubuntu?
- Error: A JNI error has occurred, please check your installation and try again – during running Java program from Ubuntu terminal
- Uncompress tar.gz file
- Delete all local git branches
- Ubuntu ‘-bash: nano: command not found’
- Laravel 5.2 Storage::makeDirectory($dir) is not creating directory
- How to fix “unsupported class file major version 60” in IntelliJ?
- “psql: could not connect to server: Connection refused” Error when connecting to remote database
- pip connection failure: cannot fetch index base URL http://pypi.python.org/simple/
- What is the difference between /etc/rc.local and ~/.bashrc?
- Unable to establish SSL connection upon wget on Ubuntu 14.04 LTS
- ImportError: No module named ‘xlrd’
- “Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar” when starting the Scala interpreter
- wget returns “Unable to establish SSL connection”
- How to change already compiled .class file without decompile?
- C++ error: undefined reference to ‘clock_gettime’ and ‘clock_settime’
- No module named django but it is installed
- npm “failed to parse json”
- How do I install chkconfig on Ubuntu?
- Difference between Systemctl and service command
- PTHREAD_MUTEX_INITIALIZER vs pthread_mutex_init ( &mutex, param)
- Error: Could not find or load main class net.minecraft.launchwrapper.Launch when launching Minecraft 1.12.2 with Forge
- How to completely uninstall python 2.7.13 on Ubuntu 16.04
- List all mounts in Linux
- How to use sed to extract substring
- Symlink a directory to wp-content/themes
- Multisite setup on VVV with bedrock
- Version control for both Vagrant config and themes being developed [closed]
- docker on windows 10 with VVV [closed]
- xdebug connects but won’t break in WordPress with vvv
- Unable to access WordPress server locally running using vagrant
- Difference in sites-available vs sites-enabled vs conf.d directories (Nginx)?
- Can you run Docker natively on the new Windows 10 (Ubuntu) bash userspace?
- df says disk is full, but it is not
- Is there a proper way to clear logs?
- How should an IT department choose a standard Linux distribution?
- Command line program to test DHCP service
- apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName