Hello,
First of all, you have shared the response file including sensitive info such as passwds, please remove that.
Secondly, I just updated the file with additional inputs required for the kaltura-nginx package:
that is not your problem seeing how you are saying you are still stuck at the kaltura-base configure phase but nonetheless, please take the latest.
As for your issue, I'd start by editing /var/lib/dpkg/info/kaltura-base.postinst and changing:
#!/bin/bash
to read:
#!/bin/bash -x
then run:
# ./kaltura_debconf_response.sh
and:
# export DEBIAN_FRONTEND=noninteractive; dpkg-reconfigure kaltura-base
and lets see what happens.
Also, if you are still unable to see the issue, you could start by doing a manual interactive install first and see what the issue might be.
You can later, after successfully completing a manual install, run:# debconf-show `dpkg -l "*kaltura*"|awk -F " " '{print $2}'|xargs
`
to get all the answers and make that into a response file.
Thanks,