Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install script on Ubuntu blocks when configuring mysql-server #580

Closed
clebergnu opened this issue Nov 9, 2012 · 4 comments
Closed

Install script on Ubuntu blocks when configuring mysql-server #580

clebergnu opened this issue Nov 9, 2012 · 4 comments

Comments

@clebergnu
Copy link
Member

It looks like the mysql-server package, during configuration, presents an interactive screen. This screen breaks the non-interactive install script.

@lmr have you seen this before?

@lmr
Copy link
Member

lmr commented Nov 9, 2012

As far as I remember, no... is that 12.04?

@clebergnu
Copy link
Member Author

Yes, on 12.04.

Maybe the fix is as simple as a --non-interactive kind of flag to apt-get.

@lmr
Copy link
Member

lmr commented Nov 9, 2012

http://serverfault.com/questions/347937/how-do-i-ask-apt-get-to-skip-all-post-install-configuration-steps

export DEBIAN_FRONTEND=noninteractive
apt-get -y [packagename]

That might work. Weird, I remember testing this...

@clebergnu
Copy link
Member Author

I will test that now.

clebergnu added a commit to clebergnu/autotest that referenced this issue Nov 19, 2012
This fixes what is described on github issue autotest#580.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants