ive had a heck of a time getting Kaltura running, probably because i’m a noob. So in order to troubleshoot easier, i’ve attempted to use the unattended installation, but it appears to be freezing during the step:
" Setting up kaltura-base (11.7.0-2+b1) …"
i’ve tried modifying install_kaltura_all_in_1.sh
with -x so i could see whats happening, but unfortunately what you see above is all I see.
I’m using Ubuntu 14.04, up to date on all current packages, after fresh install i’ve done the following:
~/home/user$sudo -s root@kaltura-server:~# sudo apt-get update && sudo apt-get install -y apache2 mysql-server root@kaltura-server:~# a2dissite 000-default.conf root@kaltura-server:~# service apache2 reload root@kaltura-server:~# wget -O - http://installrepo.kaltura.org/repo/apt/debian/kaltura-deb.gpg.key|apt-key add - root@kaltura-server:~# echo "deb [arch=amd64] http://installrepo.kaltura.org/repo/apt/debian kajam main" > /etc/apt/sources.list.d/kaltura.list root@kaltura-server:~# aptitude update root@kaltura-server:~# aptitude install -y kaltura-php7 root@kaltura-server:~# wget https://raw.githubusercontent.com/kaltura/platform-install-packages/Jupiter-10.16.0/deb/kaltura_debconf_response.sh root@kaltura-server:~# vi kaltura_debconf_response.sh root@kaltura-server:~# chmod +x ./kaltura_debconf_response.sh root@kaltura-server:~# ./kaltura_debconf_response.sh root@kaltura-server:~# export DEBIAN_FRONTEND=noninteractive root@kaltura-server:~# wget http://installrepo.kaltura.org/repo/apt/debian/install_kaltura_all_in_1.sh root@kaltura-server:~# chmod +x install_kaltura_all_in_1.sh root@kaltura-server:~# ./install_kaltura_all_in_1.sh
My values in kaltura_debconf_response.sh look like so (this is just a test install):
echo kaltura-base kaltura-base/admin_console_email string kaltura_admin@mydomain.com | debconf-set-selections echo kaltura-base kaltura-base/admin_console_passwd_again password Password1! | debconf-set-selections echo kaltura-base kaltura-base/admin_console_passwd_dont_match note | debconf-set-selections echo kaltura-base kaltura-base/admin_console_passwd_invalid_char note | debconf-set-selections echo kaltura-base kaltura-base/admin_console_passwd password Password1 | debconf-set-selections echo kaltura-base kaltura-base/apache_hostname string kaltura-server | debconf-set-selections echo kaltura-base kaltura-base/bad_time_zone note | debconf-set-selections echo kaltura-base kaltura-base/cdn_hostname string kaltura-server | debconf-set-selections echo kaltura-base kaltura-base/contact_phone string +1 800 871 5224 | debconf-set-selections echo kaltura-base kaltura-base/contact_url string http://corp.kaltura.com/company/contact-us | debconf-set-selections echo kaltura-base kaltura-base/db_hostname string kaltura-server | debconf-set-selections echo kaltura-base kaltura-base/db_port string 3306 | debconf-set-selections echo kaltura-base kaltura-base/dwh_db_hostname string kaltura-server | debconf-set-selections echo kaltura-base kaltura-base/dwh_db_port string 3306 | debconf-set-selections echo kaltura-base kaltura-base/env_name string Kaltura Video Platform | debconf-set-selections echo kaltura-base kaltura-base/install_analytics_consent boolean false | debconf-set-selections echo kaltura-base kaltura-base/install_analytics_email string kaltura_admin@mydomain.com | debconf-set-selections echo kaltura-base kaltura-base/ip_range string 0.0.0.0-255.255.255.255 | debconf-set-selections echo kaltura-base kaltura-base/media_server_hostname string | debconf-set-selections echo kaltura-base kaltura-base/mysql_super_passwd password 1y8fBMoVAmzCtmmriNOJ | debconf-set-selections echo kaltura-base kaltura-base/mysql_super_user string root | debconf-set-selections echo kaltura-base kaltura-base/kaltura_mysql_passwd password Z1BnjGzL1UyiiNSBv2kP | debconf-set-selections echo kaltura-base kaltura-base/kaltura_mysql_passwd_again password Z1BnjGzL1UyiiNSBv2kP | debconf-set-selections echo kaltura-base kaltura-base/auto_generate_kaltura_mysql_passwd boolean false | debconf-set-selections echo kaltura-base kaltura-base/second_sphinx_hostname string kaltura-server | debconf-set-selections echo kaltura-base kaltura-base/service_url string http://kaltura-server | debconf-set-selections echo kaltura-base kaltura-base/sphinx_hostname string kaltura-server | debconf-set-selections echo kaltura-base kaltura-base/time_zone string America/New_York | debconf-set-selections echo kaltura-base kaltura-base/vhost_port string 80 | debconf-set-selections echo kaltura-base kaltura-base/vod_packager_hostname string 127.0.0.1 | debconf-set-selections echo kaltura-base kaltura-base/vod_packager_port string 88 | debconf-set-selections echo kaltura-db kaltura-db/db_already_installed boolean false | debconf-set-selections echo kaltura-db kaltura-db/db_hostname string kaltura-server | debconf-set-selections echo kaltura-db kaltura-db/db_port string 3306 | debconf-set-selections echo kaltura-db kaltura-db/fix_mysql_settings boolean true | debconf-set-selections echo kaltura-db kaltura-db/mysql_super_passwd password 1y8fBMoVAmzCtmmriNOJ | debconf-set-selections echo kaltura-db kaltura-db/mysql_super_user string root | debconf-set-selections echo kaltura-db kaltura-db/remove_db boolean false | debconf-set-selections echo kaltura-front kaltura-front/apache_ssl_cert string /etc/ssl/certs/ssl-cert-snakeoil.pem | debconf-set-selections echo kaltura-front kaltura-front/apache_ssl_chain string | debconf-set-selections echo kaltura-front kaltura-front/apache_ssl_key string /etc/ssl/private/ssl-cert-snakeoil.key | debconf-set-selections echo kaltura-front kaltura-front/is_apache_ssl boolean true | debconf-set-selections echo kaltura-front kaltura-front/self_signed_cert note | debconf-set-selections echo kaltura-front kaltura-front/service_url string http://kaltura-server | debconf-set-selections echo kaltura-front kaltura-front/vhost_port string 80 | debconf-set-selections echo kaltura-front kaltura-front/web_interfaces multiselect | debconf-set-selections echo kaltura-nginx kaltura-nginx/kaltura_service_url string kaltura-server | debconf-set-selections echo kaltura-nginx kaltura-nginx/nginx_hostname string 127.0.0.1 | debconf-set-selections echo kaltura-nginx kaltura-nginx/nginx_port string 88 | debconf-set-selections echo mysql-server-5.5 mysql-server/root_password_again password 1y8fBMoVAmzCtmmriNOJ | debconf-set-selections echo mysql-server-5.5 mysql-server/root_password password 1y8fBMoVAmzCtmmriNOJ | debconf-set-selections
help?