Questions tagged [debconf]

19 questions
0
votes
1 answer

MySQL installation with Ansible on Debian Wheezy

As the title suggests, I am trying to install MySQL Server 5.5 on Debian with Ansible. Since this needs to be a silent installation, I provide the root password before the installation with debconf module. Here's the output for this: changed:…
Deniz Acay
  • 111
  • 4
0
votes
0 answers

Cleanup after debconf-set-selections - no interaction installation

I have a problem with debconf-set-selections command. After I install percona server on my machine root password is located in several cache files. I am not sure if i can just delete this files or entire directory. root@testing:/var/cache/debconf#…
Jevgeni Smirnov
  • 492
  • 1
  • 6
  • 22
0
votes
0 answers

Install postfix with ubuntu autoinstall

We recently got into ubuntu autoinstall. I planned to install postfix via packages and configure the main.cf with sed in late-commands section. Since postfix installation is interactive I wanted to use debconf-set-selection like described here:…
MaKaNu
  • 101
  • 1
0
votes
1 answer

Debian installer won't exit after preseeded installation

I'm doing a preseeded installation that involves displaying debconf INFO messages right inside the debian installer. At the end of the late_command, I'm expecting the system to eject the installation cdrom, and reboot my instance. The problem is…
Bil5
  • 153
  • 5
1
2