Problem with logging from KAC

Continuing the discussion from Captions Search App returns no results found:

Continuing the discussion from Captions Search App returns no results found:

Hello,

This is the output for the kaltura-base-config.sh, what happened afterwards? did all the steps pass successfully? please paste the full output.

Thanks,

I think all the steps passed successfully,the all the output as follows:

Using username “root”.
Last login: Thu Nov 20 19:09:21 2014
[root@localhost ~]# iptables -F
[root@localhost ~]# service iptables stop
iptables: Setting chains to policy ACCEPT: filter          [  OK  ]
iptables: Flushing firewall rules:                         [  OK  ]
iptables: Unloading modules:                               [  OK  ]
[root@localhost ~]# chkconfig iptables off
[root@localhost ~]# setenforce permissive
[root@localhost ~]# rpm -ihv http://installrepo.kaltura.org/releases/kaltura-release.noarch.rpm
Retrieving http://installrepo.kaltura.org/releases/kaltura-release.noarch.rpm
warning: /var/tmp/rpm-tmp.EF8CH8: Header V4 RSA/SHA1 Signature, key ID ba443ef2: NOKEY
Preparing…                ########################################### [100%]
   1:kaltura-release        ########################################### [100%]

[root@localhost ~]# yum install mysql mysql-server
Loaded plugins: fastestmirror, security
Kaltura                                                  | 2.9 kB     00:01
Kaltura/primary_db                                       | 182 kB     00:03
Kaltura-noarch                                           | 2.9 kB     00:00
Kaltura-noarch/primary_db                                |  33 kB     00:00
base                                                           | 3.7 kB     00:00
base/primary_db                                                | 4.6 MB     01:05
extras                                                         | 3.4 kB     00:00
extras/primary_db                                              |  29 kB     00:00
updates                                                        | 3.4 kB     00:00
updates/primary_db                                             | 869 kB     00:03
Setting up Install Process
Resolving Dependencies
–> Running transaction check
—> Package mysql.x86_64 0:5.1.73-3.el6_5 will be installed
–> Processing Dependency: mysql-libs = 5.1.73-3.el6_5 for package: mysql-5.1.73-3.el6_5.x86_64
—> Package mysql-server.x86_64 0:5.1.73-3.el6_5 will be installed
–> Processing Dependency: perl-DBD-MySQL for package: mysql-server-5.1.73-3.el6_5.x86_64
–> Running transaction check
—> Package mysql-libs.x86_64 0:5.1.71-1.el6 will be updated
—> Package mysql-libs.x86_64 0:5.1.73-3.el6_5 will be an update
—> Package perl-DBD-MySQL.x86_64 0:4.013-3.el6 will be installed
–> Finished Dependency Resolution

Dependencies Resolved

======================================================================================
 Package                 Arch            Version                  Repository     Size

Installing:
 mysql                   x86_64          5.1.73-3.el6_5           base          894 k
 mysql-server            x86_64          5.1.73-3.el6_5           base          8.6 M
Installing for dependencies:
 perl-DBD-MySQL          x86_64          4.013-3.el6              base          134 k
Updating for dependencies:
 mysql-libs              x86_64          5.1.73-3.el6_5           base          1.2 M

Transaction Summary

Install       3 Package(s)
Upgrade       1 Package(s)

Total download size: 11 M
Is this ok [y/N]: y
Downloading Packages:
(1/4): mysql-5.1.73-3.el6_5.x86_64.rpm                         | 894 kB     00:07
(2/4): mysql-libs-5.1.73-3.el6_5.x86_64.rpm                    | 1.2 MB     00:12
(3/4): mysql-server-5.1.73-3.el6_5.x86_64.rpm                  | 8.6 MB     01:26
(4/4): perl-DBD-MySQL-4.013-3.el6.x86_64.rpm                   | 134 kB     00:00

Total                                                 103 kB/s |  11 MB     01:47
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID c105b9de: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Importing GPG key 0xC105B9DE:
 Userid : CentOS-6 Key (CentOS 6 Official Signing Key) centos-6-key@centos.org
 Package: centos-release-6-5.el6.centos.11.1.x86_64 (@anaconda-CentOS-201311272149.x86_64/6.5)
 From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Is this ok [y/N]: y
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.
  Updating   : mysql-libs-5.1.73-3.el6_5.x86_64                                   1/5
  Installing : perl-DBD-MySQL-4.013-3.el6.x86_64                                  2/5
  Installing : mysql-5.1.73-3.el6_5.x86_64                                        3/5
  Installing : mysql-server-5.1.73-3.el6_5.x86_64                                 4/5
  Cleanup    : mysql-libs-5.1.71-1.el6.x86_64                                     5/5
  Verifying  : perl-DBD-MySQL-4.013-3.el6.x86_64                                  1/5
  Verifying  : mysql-libs-5.1.73-3.el6_5.x86_64                                   2/5
  Verifying  : mysql-server-5.1.73-3.el6_5.x86_64                                 3/5
  Verifying  : mysql-5.1.73-3.el6_5.x86_64                                        4/5
  Verifying  : mysql-libs-5.1.71-1.el6.x86_64                                     5/5

Installed:
  mysql.x86_64 0:5.1.73-3.el6_5          mysql-server.x86_64 0:5.1.73-3.el6_5

Dependency Installed:
  perl-DBD-MySQL.x86_64 0:4.013-3.el6

Dependency Updated:
  mysql-libs.x86_64 0:5.1.73-3.el6_5

Complete!

[root@localhost ~]# service mysqld start
Starting mysqld: [ OK ]
[root@localhost ~]# mysql_secure_installation

Set root password? [Y/n] Y
New password:
Re-enter new password:
Password updated successfully!
Reloading privilege tables…
… Success!

Remove anonymous users? [Y/n] Y
… Success!

Disallow root login remotely? [Y/n] Y
… Success!

Remove test database and access to it? [Y/n] Y

  • Dropping test database…
    … Success!
  • Removing privileges on test database…
    … Success!

Reload privilege tables now? [Y/n] Y
… Success!

Cleaning up…

All done! If you’ve completed all of the above steps, your MySQL
installation should now be secure.

Thanks for using MySQL!

[root@localhost ~]# chkconfig mysqld on
[root@localhost ~]# service postfix restart
Shutting down postfix: [ OK ]
Starting postfix: [ OK ]

[root@localhost ~]# yum clean all
[root@localhost ~]# yum install kaltura-server

======================================================================================
Package Arch Version Repository Size

Installing:
kaltura-server noarch 9.19.5-1 Kaltura-noarch 5.1 k
Updating:
gtk2 x86_64 2.24.23-6.el6 base 3.2 M
Installing for dependencies:
GConf2 x86_64 2.28.0-6.el6 base 964 k
ImageMagick x86_64 6.5.4.7-7.el6_5 base 1.7 M
ORBit2 x86_64 2.14.17-5.el6 base 168 k
OpenEXR-libs x86_64 1.6.1-8.1.el6 base 197 k
apr x86_64 1.3.9-5.el6_2 base 123 k
apr-util x86_64 1.3.9-3.el6_0.1 base 87 k
apr-util-ldap x86_64 1.3.9-3.el6_0.1 base 15 k
gdk-pixbuf2 x86_64 2.24.1-5.el6 base 501 k
glibc i686 2.12-1.149.el6 base 4.3 M
gsm x86_64 1.0.13-4.el6 base 27 k
httpd x86_64 2.2.15-39.el6.centos base 825 k
httpd-tools x86_64 2.2.15-39.el6.centos base 75 k
ilmbase x86_64 1.0.1-6.1.el6 base 72 k
kaltura-a52dec x86_64 0.7.4-11 Kaltura 53 k
kaltura-base noarch 9.19.5-1 Kaltura-noarch 67 M
kaltura-batch noarch 9.19.5-1 Kaltura-noarch 16 k
kaltura-clipapp noarch 1:v1.0.7-1 Kaltura-noarch 76 k
kaltura-dwh noarch 9.4.0-2 Kaltura-noarch 56 M
kaltura-fdk-acc x86_64 0.1.3-1 Kaltura 343 k
kaltura-ffmpeg x86_64 2.1.3-1 Kaltura 5.7 M
kaltura-ffmpeg-aux x86_64 0.6-2 Kaltura 2.6 M
kaltura-flexwrapper noarch v1.2-1 Kaltura-noarch 8.0 k
kaltura-front noarch 9.19.5-1 Kaltura-noarch 8.5 k
kaltura-html5-studio noarch v1.8.1-1 Kaltura-noarch 516 k
kaltura-html5lib noarch v2.18.5-1 Kaltura-noarch 851 M
kaltura-kclip noarch v1.1.2.1-2 Kaltura-noarch 1.3 M
kaltura-kcw noarch 1.0.0-6 Kaltura-noarch 11 M
kaltura-kdp noarch v2.7.0-1 Kaltura-noarch 1.8 M
kaltura-kdp3 noarch 1:v3.9.9-2 Kaltura-noarch 6.0 M
kaltura-kdp3wrapper noarch v37.0-1 Kaltura-noarch 7.7 k
kaltura-kdpwrapper noarch v11.0-1 Kaltura-noarch 7.3 k
kaltura-kmc noarch v5.37.27-1 Kaltura-noarch 186 M
kaltura-krecord noarch 1.0.0-1 Kaltura-noarch 193 k
kaltura-ksr noarch v1.0.44-1 Kaltura-noarch 4.8 M
kaltura-kupload noarch 1.0.0-1 Kaltura-noarch 132 k
kaltura-kvpm noarch v1.0.6-1 Kaltura-noarch 1.2 M
kaltura-lame x86_64 3.99.5-3 Kaltura 503 k
kaltura-libass x86_64 0.9.11-2 Kaltura 57 k
kaltura-libfaac x86_64 1.26-1 Kaltura 92 k
kaltura-libmcrypt x86_64 2.5.7-5 Kaltura 91 k
kaltura-libmcrypt-devel x86_64 2.5.7-5 Kaltura 85 k
kaltura-libmemcached x86_64 1.0.16-2 Kaltura 200 k
kaltura-libopencore-amr x86_64 0.1.2-2 Kaltura 148 k
kaltura-librtmp x86_64 2.3-2 Kaltura 53 k
kaltura-mencoder x86_64 3.4.6-9 Kaltura 15 M
kaltura-monit x86_64 5.6-15 Kaltura 253 k
kaltura-pentaho x86_64 4.2.1-1 Kaltura 231 M
kaltura-postinst noarch 1.0.21-3 Kaltura-noarch 69 k
kaltura-red5 x86_64 1.0.3-3 Kaltura 48 M
kaltura-segmenter x86_64 1.0-1 Kaltura 8.7 k
kaltura-sphinx x86_64 2.2.1-16 Kaltura 5.8 M
kaltura-sshpass x86_64 1.05-1 Kaltura 18 k
kaltura-widgets noarch 1.0.0-7 Kaltura-noarch 3.9 k
kaltura-x264 x86_64 0.140-2.20140104 Kaltura 789 k
libIDL x86_64 0.8.13-2.1.el6 base 83 k
libXpm x86_64 3.5.10-2.el6 base 51 k
libao x86_64 0.8.8-7.1.el6 base 36 k
libc-client x86_64 2007e-11.el6 base 515 k
libcroco x86_64 0.6.2-5.el6 base 100 k
libgsf x86_64 1.14.15-5.el6 base 116 k
libjpeg-turbo i686 1.2.1-3.el6_5 base 177 k
libmediainfo0 x86_64 0.7.67-2.1 Kaltura 1.6 M
librsvg2 x86_64 2.26.0-14.el6 base 140 k
libsamplerate x86_64 0.1.7-2.1.el6 base 1.0 M
libtool-ltdl x86_64 2.2.6-15.5.el6 base 44 k
libvpx x86_64 1.3.0-5.el6_5 base 486 k
libwmf-lite x86_64 0.2.8.4-23.el6 base 51 k
libxvidcore4 x86_64 1.3.2-15.el6 Kaltura 183 k
libzen x86_64 0.4.29-2.el6 Kaltura 97 k
mediainfo x86_64 0.7.67-4.1 Kaltura 54 k
memcached x86_64 1.4.4-3.el6 base 68 k
mod_ssl x86_64 1:2.2.15-39.el6.centos base 93 k
ncurses-libs i686 5.7-3.20090208.el6 base 251 k
nss-softokn-freebl i686 3.14.3-18.el6_6 updates 154 k
php x86_64 5.3.3-40.el6_6 updates 1.1 M
php-cli x86_64 5.3.3-40.el6_6 updates 2.2 M
php-common x86_64 5.3.3-40.el6_6 updates 527 k
php-gd x86_64 5.3.3-40.el6_6 updates 109 k
php-imap x86_64 5.3.3-40.el6_6 updates 53 k
php-ldap x86_64 5.3.3-40.el6_6 updates 41 k
php-mcrypt x86_64 5.3.3-4 Kaltura 16 k
php-mysql x86_64 5.3.3-40.el6_6 updates 84 k
php-pdo x86_64 5.3.3-40.el6_6 updates 78 k
php-pear noarch 1:1.9.4-4.el6 base 393 k
php-pecl-apc x86_64 3.1.9-2.el6 base 96 k
php-pecl-memcached x86_64 2.1.0-1 Kaltura 37 k
php-pecl-ssh2 x86_64 0.12-2 Kaltura 30 k
php-xml x86_64 5.3.3-40.el6_6 updates 106 k
schroedinger x86_64 1.0.8-1.el6.rf Kaltura 423 k
sgml-common noarch 0.6.3-33.el6 base 43 k
sox x86_64 14.2.0-6.el6 base 376 k
speex x86_64 1.2-0.12.rc1.1.el6 base 96 k
wavpack x86_64 4.60-1.1.el6 base 116 k
zlib i686 1.2.3-29.el6 base 73 k
Updating for dependencies:
glib2 x86_64 2.28.8-4.el6 base 1.7 M
glibc x86_64 2.12-1.149.el6 base 3.8 M
glibc-common x86_64 2.12-1.149.el6 base 14 M
glibc-devel x86_64 2.12-1.149.el6 base 983 k
glibc-headers x86_64 2.12-1.149.el6 base 611 k
libjpeg-turbo x86_64 1.2.1-3.el6_5 base 174 k
nss-softokn-freebl x86_64 3.14.3-18.el6_6 updates 164 k

Transaction Summary

Install 95 Package(s)
Upgrade 8 Package(s)

Total download size: 1.5 G

Installing : kaltura-pentaho-4.2.1-1.x86_64 100/111
Installing : kaltura-dwh-9.4.0-2.noarch 101/111
Installing : kaltura-server-9.19.5-1.noarch 102/111
Updating : glibc-devel-2.12-1.149.el6.x86_64 103/111
Cleanup : glibc-devel-2.12-1.132.el6.x86_64 104/111
Cleanup : gtk2-2.20.1-4.el6.x86_64 105/111
Cleanup : glibc-headers-2.12-1.132.el6.x86_64 106/111
Cleanup : glib2-2.26.1-3.el6.x86_64 107/111
Cleanup : libjpeg-turbo-1.2.1-1.el6.x86_64 108/111
Cleanup : glibc-common-2.12-1.132.el6.x86_64 109/111
Cleanup : nss-softokn-freebl-3.14.3-9.el6.x86_64 110/111
Cleanup : glibc-2.12-1.132.el6.x86_64 111/111
Verifying : kaltura-libmcrypt-devel-2.5.7-5.x86_64 1/111
Verifying : php-imap-5.3.3-40.el6_6.x86_64 2/111
Verifying : kaltura-kupload-1.0.0-1.noarch 3/111
Verifying : kaltura-ksr-v1.0.44-1.noarch 4/111
Verifying : sox-14.2.0-6.el6.x86_64 5/111
Verifying : kaltura-postinst-1.0.21-3.noarch 6/111
Verifying : php-common-5.3.3-40.el6_6.x86_64 7/111
Verifying : libzen-0.4.29-2.el6.x86_64 8/111
Verifying : kaltura-server-9.19.5-1.noarch 9/111
Verifying : kaltura-red5-1.0.3-3.x86_64 10/111
Verifying : php-xml-5.3.3-40.el6_6.x86_64 11/111
Verifying : ncurses-libs-5.7-3.20090208.el6.i686 12/111
Verifying : glib2-2.28.8-4.el6.x86_64 13/111
Verifying : glibc-headers-2.12-1.149.el6.x86_64 14/111
Verifying : glibc-devel-2.12-1.149.el6.x86_64 15/111
Verifying : 1:mod_ssl-2.2.15-39.el6.centos.x86_64 16/111
Verifying : libIDL-0.8.13-2.1.el6.x86_64 17/111
Verifying : kaltura-kclip-v1.1.2.1-2.noarch 18/111
Verifying : apr-util-ldap-1.3.9-3.el6_0.1.x86_64 19/111
Verifying : php-pecl-apc-3.1.9-2.el6.x86_64 20/111
Verifying : mediainfo-0.7.67-4.1.x86_64 21/111
Verifying : kaltura-batch-9.19.5-1.noarch 22/111
Verifying : kaltura-html5lib-v2.18.5-1.noarch 23/111
Verifying : libao-0.8.8-7.1.el6.x86_64 24/111
Verifying : kaltura-mencoder-3.4.6-9.x86_64 25/111
Verifying : php-mcrypt-5.3.3-4.x86_64 26/111
Verifying : libwmf-lite-0.2.8.4-23.el6.x86_64 27/111
Verifying : wavpack-4.60-1.1.el6.x86_64 28/111
Verifying : libXpm-3.5.10-2.el6.x86_64 29/111
Verifying : kaltura-krecord-1.0.0-1.noarch 30/111
Verifying : php-cli-5.3.3-40.el6_6.x86_64 31/111
Verifying : kaltura-librtmp-2.3-2.x86_64 32/111
Verifying : php-pdo-5.3.3-40.el6_6.x86_64 33/111
Verifying : kaltura-kdp3wrapper-v37.0-1.noarch 34/111
Verifying : kaltura-kvpm-v1.0.6-1.noarch 35/111
Verifying : php-pecl-memcached-2.1.0-1.x86_64 36/111
Verifying : kaltura-widgets-1.0.0-7.noarch 37/111
Verifying : kaltura-segmenter-1.0-1.x86_64 38/111
Verifying : kaltura-fdk-acc-0.1.3-1.x86_64 39/111
Verifying : php-mysql-5.3.3-40.el6_6.x86_64 40/111
Verifying : kaltura-kdpwrapper-v11.0-1.noarch 41/111
Verifying : libtool-ltdl-2.2.6-15.5.el6.x86_64 42/111
Verifying : speex-1.2-0.12.rc1.1.el6.x86_64 43/111
Verifying : php-gd-5.3.3-40.el6_6.x86_64 44/111
Verifying : kaltura-sphinx-2.2.1-16.x86_64 45/111
Verifying : ilmbase-1.0.1-6.1.el6.x86_64 46/111
Verifying : nss-softokn-freebl-3.14.3-18.el6_6.x86_64 47/111
Verifying : libgsf-1.14.15-5.el6.x86_64 48/111
Verifying : 1:kaltura-clipapp-v1.0.7-1.noarch 49/111
Verifying : 1:kaltura-kdp3-v3.9.9-2.noarch 50/111
Verifying : kaltura-libass-0.9.11-2.x86_64 51/111
Verifying : kaltura-kmc-v5.37.27-1.noarch 52/111
Verifying : php-pecl-ssh2-0.12-2.x86_64 53/111
Verifying : sgml-common-0.6.3-33.el6.noarch 54/111
Verifying : kaltura-monit-5.6-15.x86_64 55/111
Verifying : nss-softokn-freebl-3.14.3-18.el6_6.i686 56/111
Verifying : libmediainfo0-0.7.67-2.1.x86_64 57/111
Verifying : GConf2-2.28.0-6.el6.x86_64 58/111
Verifying : kaltura-ffmpeg-2.1.3-1.x86_64 59/111
Verifying : kaltura-a52dec-0.7.4-11.x86_64 60/111
Verifying : php-ldap-5.3.3-40.el6_6.x86_64 61/111
Verifying : kaltura-libmemcached-1.0.16-2.x86_64 62/111
Verifying : kaltura-libfaac-1.26-1.x86_64 63/111
Verifying : kaltura-sshpass-1.05-1.x86_64 64/111
Verifying : apr-util-1.3.9-3.el6_0.1.x86_64 65/111
Verifying : kaltura-flexwrapper-v1.2-1.noarch 66/111
Verifying : libc-client-2007e-11.el6.x86_64 67/111
Verifying : libvpx-1.3.0-5.el6_5.x86_64 68/111
Verifying : libsamplerate-0.1.7-2.1.el6.x86_64 69/111
Verifying : kaltura-kcw-1.0.0-6.noarch 70/111
Verifying : libxvidcore4-1.3.2-15.el6.x86_64 71/111
Verifying : kaltura-dwh-9.4.0-2.noarch 72/111
Verifying : libjpeg-turbo-1.2.1-3.el6_5.i686 73/111
Verifying : glibc-2.12-1.149.el6.x86_64 74/111
Verifying : kaltura-ffmpeg-aux-0.6-2.x86_64 75/111
Verifying : httpd-tools-2.2.15-39.el6.centos.x86_64 76/111
Verifying : glibc-common-2.12-1.149.el6.x86_64 77/111
Verifying : ImageMagick-6.5.4.7-7.el6_5.x86_64 78/111
Verifying : glibc-2.12-1.149.el6.i686 79/111
Verifying : schroedinger-1.0.8-1.el6.rf.x86_64 80/111
Verifying : OpenEXR-libs-1.6.1-8.1.el6.x86_64 81/111
Verifying : httpd-2.2.15-39.el6.centos.x86_64 82/111
Verifying : gdk-pixbuf2-2.24.1-5.el6.x86_64 83/111
Verifying : librsvg2-2.26.0-14.el6.x86_64 84/111
Verifying : kaltura-front-9.19.5-1.noarch 85/111
Verifying : kaltura-kdp-v2.7.0-1.noarch 86/111
Verifying : php-5.3.3-40.el6_6.x86_64 87/111
Verifying : 1:php-pear-1.9.4-4.el6.noarch 88/111
Verifying : zlib-1.2.3-29.el6.i686 89/111
Verifying : kaltura-pentaho-4.2.1-1.x86_64 90/111
Verifying : kaltura-lame-3.99.5-3.x86_64 91/111
Verifying : ORBit2-2.14.17-5.el6.x86_64 92/111
Verifying : apr-1.3.9-5.el6_2.x86_64 93/111
Verifying : libjpeg-turbo-1.2.1-3.el6_5.x86_64 94/111
Verifying : gtk2-2.24.23-6.el6.x86_64 95/111
Verifying : kaltura-x264-0.140-2.20140104.x86_64 96/111
Verifying : kaltura-base-9.19.5-1.noarch 97/111
Verifying : kaltura-html5-studio-v1.8.1-1.noarch 98/111
Verifying : kaltura-libmcrypt-2.5.7-5.x86_64 99/111
Verifying : gsm-1.0.13-4.el6.x86_64 100/111
Verifying : libcroco-0.6.2-5.el6.x86_64 101/111
Verifying : memcached-1.4.4-3.el6.x86_64 102/111
Verifying : kaltura-libopencore-amr-0.1.2-2.x86_64 103/111
Verifying : nss-softokn-freebl-3.14.3-9.el6.x86_64 104/111
Verifying : libjpeg-turbo-1.2.1-1.el6.x86_64 105/111
Verifying : glibc-devel-2.12-1.132.el6.x86_64 106/111
Verifying : gtk2-2.20.1-4.el6.x86_64 107/111
Verifying : glibc-2.12-1.132.el6.x86_64 108/111
Verifying : glibc-common-2.12-1.132.el6.x86_64 109/111
Verifying : glibc-headers-2.12-1.132.el6.x86_64 110/111
Verifying : glib2-2.26.1-3.el6.x86_64 111/111

Installed:
kaltura-server.noarch 0:9.19.5-1

Dependency Installed:
GConf2.x86_64 0:2.28.0-6.el6 ImageMagick.x86_64 0:6.5.4.7-7.el6_5
ORBit2.x86_64 0:2.14.17-5.el6 OpenEXR-libs.x86_64 0:1.6.1-8.1.el6
apr.x86_64 0:1.3.9-5.el6_2 apr-util.x86_64 0:1.3.9-3.el6_0.1
apr-util-ldap.x86_64 0:1.3.9-3.el6_0.1 gdk-pixbuf2.x86_64 0:2.24.1-5.el6
glibc.i686 0:2.12-1.149.el6 gsm.x86_64 0:1.0.13-4.el6
httpd.x86_64 0:2.2.15-39.el6.centos httpd-tools.x86_64 0:2.2.15-39.el6.centos
ilmbase.x86_64 0:1.0.1-6.1.el6 kaltura-a52dec.x86_64 0:0.7.4-11
kaltura-base.noarch 0:9.19.5-1 kaltura-batch.noarch 0:9.19.5-1
kaltura-clipapp.noarch 1:v1.0.7-1 kaltura-dwh.noarch 0:9.4.0-2
kaltura-fdk-acc.x86_64 0:0.1.3-1 kaltura-ffmpeg.x86_64 0:2.1.3-1
kaltura-ffmpeg-aux.x86_64 0:0.6-2 kaltura-flexwrapper.noarch 0:v1.2-1
kaltura-front.noarch 0:9.19.5-1 kaltura-html5-studio.noarch 0:v1.8.1-1
kaltura-html5lib.noarch 0:v2.18.5-1 kaltura-kclip.noarch 0:v1.1.2.1-2
kaltura-kcw.noarch 0:1.0.0-6 kaltura-kdp.noarch 0:v2.7.0-1
kaltura-kdp3.noarch 1:v3.9.9-2 kaltura-kdp3wrapper.noarch 0:v37.0-1
kaltura-kdpwrapper.noarch 0:v11.0-1 kaltura-kmc.noarch 0:v5.37.27-1
kaltura-krecord.noarch 0:1.0.0-1 kaltura-ksr.noarch 0:v1.0.44-1
kaltura-kupload.noarch 0:1.0.0-1 kaltura-kvpm.noarch 0:v1.0.6-1
kaltura-lame.x86_64 0:3.99.5-3 kaltura-libass.x86_64 0:0.9.11-2
kaltura-libfaac.x86_64 0:1.26-1 kaltura-libmcrypt.x86_64 0:2.5.7-5
kaltura-libmcrypt-devel.x86_64 0:2.5.7-5 kaltura-libmemcached.x86_64 0:1.0.16-2
kaltura-libopencore-amr.x86_64 0:0.1.2-2 kaltura-librtmp.x86_64 0:2.3-2
kaltura-mencoder.x86_64 0:3.4.6-9 kaltura-monit.x86_64 0:5.6-15
kaltura-pentaho.x86_64 0:4.2.1-1 kaltura-postinst.noarch 0:1.0.21-3
kaltura-red5.x86_64 0:1.0.3-3 kaltura-segmenter.x86_64 0:1.0-1
kaltura-sphinx.x86_64 0:2.2.1-16 kaltura-sshpass.x86_64 0:1.05-1
kaltura-widgets.noarch 0:1.0.0-7 kaltura-x264.x86_64 0:0.140-2.20140104
libIDL.x86_64 0:0.8.13-2.1.el6 libXpm.x86_64 0:3.5.10-2.el6
libao.x86_64 0:0.8.8-7.1.el6 libc-client.x86_64 0:2007e-11.el6
libcroco.x86_64 0:0.6.2-5.el6 libgsf.x86_64 0:1.14.15-5.el6
libjpeg-turbo.i686 0:1.2.1-3.el6_5 libmediainfo0.x86_64 0:0.7.67-2.1
librsvg2.x86_64 0:2.26.0-14.el6 libsamplerate.x86_64 0:0.1.7-2.1.el6
libtool-ltdl.x86_64 0:2.2.6-15.5.el6 libvpx.x86_64 0:1.3.0-5.el6_5
libwmf-lite.x86_64 0:0.2.8.4-23.el6 libxvidcore4.x86_64 0:1.3.2-15.el6
libzen.x86_64 0:0.4.29-2.el6 mediainfo.x86_64 0:0.7.67-4.1
memcached.x86_64 0:1.4.4-3.el6 mod_ssl.x86_64 1:2.2.15-39.el6.centos
ncurses-libs.i686 0:5.7-3.20090208.el6 nss-softokn-freebl.i686 0:3.14.3-18.el6_6
php.x86_64 0:5.3.3-40.el6_6 php-cli.x86_64 0:5.3.3-40.el6_6
php-common.x86_64 0:5.3.3-40.el6_6 php-gd.x86_64 0:5.3.3-40.el6_6
php-imap.x86_64 0:5.3.3-40.el6_6 php-ldap.x86_64 0:5.3.3-40.el6_6
php-mcrypt.x86_64 0:5.3.3-4 php-mysql.x86_64 0:5.3.3-40.el6_6
php-pdo.x86_64 0:5.3.3-40.el6_6 php-pear.noarch 1:1.9.4-4.el6
php-pecl-apc.x86_64 0:3.1.9-2.el6 php-pecl-memcached.x86_64 0:2.1.0-1
php-pecl-ssh2.x86_64 0:0.12-2 php-xml.x86_64 0:5.3.3-40.el6_6
schroedinger.x86_64 0:1.0.8-1.el6.rf sgml-common.noarch 0:0.6.3-33.el6
sox.x86_64 0:14.2.0-6.el6 speex.x86_64 0:1.2-0.12.rc1.1.el6
wavpack.x86_64 0:4.60-1.1.el6 zlib.i686 0:1.2.3-29.el6

Updated:
gtk2.x86_64 0:2.24.23-6.el6

Dependency Updated:
glib2.x86_64 0:2.28.8-4.el6 glibc.x86_64 0:2.12-1.149.el6
glibc-common.x86_64 0:2.12-1.149.el6 glibc-devel.x86_64 0:2.12-1.149.el6
glibc-headers.x86_64 0:2.12-1.149.el6 libjpeg-turbo.x86_64 0:1.2.1-3.el6_5
nss-softokn-freebl.x86_64 0:3.14.3-18.el6_6

Complete!

[root@localhost ~]# /opt/kaltura/bin/kaltura-mysql-settings.sh
Stopping mysqld: [ OK ]
Starting mysqld: [ OK ]
[root@localhost ~]# service memcached restart
Stopping memcached: [ OK ]
Starting memcached: [ OK ]
[root@localhost ~]# service ntpd restart
Shutting down ntpd: [ OK ]
Starting ntpd: [ OK ]
[root@localhost ~]# chkconfig memcached on
[root@localhost ~]# chkconfig ntpd on

[root@localhost ~]# /opt/kaltura/bin/kaltura-config-all.sh
Running base config…

kaltura-base-9.19.5-1.noarch
Welcome to Kaltura Server 9.19.5 post install setup.
To improve your Kaltura experience and provide you with the best service, Kaltura would like your consent to collect necessary data and information regarding your installation and use of Kaltura and analyze it to provide an upgraded and more stable platform and services.
This information helps us understand what problems users encounter when using Kaltura, so we can improve the quality, performance, and security of the platform accordingly. To review what information is being collected, please read: http://www.kaltura.org/kaltura-qa-tracking/ .
By allowing Kaltura to collect data about your installation, we may be able provide more effective assistance in the event that you encounter an installation issue.
To allow Kaltura to track and analyze QA and support information, please enter your email. Type NO to disallow:

To keep up with the bi-weekly Kaltura releases, and stay up to date with
the latest news, security and bug updates, and connect with the global
Kaltura community - sign up for our regular Kaltura Community updates.
Please enter your email to sign up, or enter NO to pass.

Registering for the newsletter… this will take a few seconds.

In order to finalize the system configuration, please input the following:

CDN hostname [localhost.localdomain]:
localhost.localdomain
Apache virtual hostname [localhost.localdomain]: localhost.localdomain
Vhost port to listen on [80]: 80
DB hostname [127.0.0.1]: 127.0.0.1
DB port [3306]:
MySQL super user [only for install, default root]: root
MySQL super user passwd [only for install]:
Analytics DB hostname [127.0.0.1]:
Analytics DB port [3306]:
Sphinx hostname [127.0.0.1]:
Media Streaming Server host [localhost.localdomain]:
Secondary Sphinx hostname [leave empty if none]:
Service URL [http://localhost.localdomain:80]: 121.248.220.99:80
Kaltura Admin user (email address): kaltura4sakai@163.com
Admin user login password (must be minimum 8 chars and include at least one of each: upper-case, lower-case, number and a special character):
Confirm passwd:
Your time zone [see http://php.net/date.timezone], or press enter for [Asia/Shanghai]:
Your Kaltura install name (this name will show as the From field in emails sent by the system) [Kaltura Video Platform]:
Your website Contact Us URL [http://corp.kaltura.com/company/contact-us]:
Your ‘Contact us’ phone number [+1 800 871 5224]:

========================================================================================================================
Kaltura install answer file written to /tmp/kaltura_21_11_14_28.ans - Please save it!
This answers file can be used to silently-install re-install this machine or deploy other hosts in your cluster.

Generating client libs…
This can take a few minutes to complete, see log at /opt/kaltura/log/generate.php.log.

Configuration of Kaltura Server 9.19.5 finished successfully!
Running FrontEnd config…

base-config completed successfully, if you ever want to re-configure your system (e.g. change DB hostname) run the following script:

rm /opt/kaltura/app/base-config.lock

/opt/kaltura/bin/kaltura-base-config.sh

kaltura-front-9.19.5-1.noarch

It is recommended that you do work using HTTPs. Would you like to continue anyway?[N/y]
y
Which port will this Vhost listen on? [80]
80
Please select one of the following options [0]:
0. All web interfaces

  1. Kaltura Management Console [KMC], Hosted Apps, HTML5 lib and ClipApp
  2. KAC - Kaltura Admin Console
    0
    Enabling Apache config - apps.conf
    Enabling Apache config - var.conf
    Enabling Apache config - admin.conf

========================================================================================================================
Kaltura install answer file written to /tmp/kaltura_21_11_14_30.ans - Please save it!
This answers file can be used to silently-install re-install this machine or deploy other hosts in your cluster.

Stopping httpd: [ OK ]
Starting httpd: httpd: Could not reliably determine the server’s fully qualified domain name, using localhost.localdomain for ServerName
[ OK ]
Shutting down monit: [FAILED]
Starting monit: monit: generated unique Monit id f191e2e78a8a2f2963e8a77583c69114 and stored to '/root/.monit.id’
Starting monit daemon with http interface at [*:2812]
[ OK ]
Running Sphinx config…

kaltura-sphinx-2.2.1-16.x86_64
base-config completed successfully, if you ever want to re-configure your system (e.g. change DB hostname) run the following script:

rm /opt/kaltura/app/base-config.lock

/opt/kaltura/bin/kaltura-base-config.sh

Starting monit: Starting monit daemon with http interface at [*:2812]
[ OK ]
Configuring your Kaltura DB…

Checking MySQL version…
Ver 5.1.73 found compatible

CREATE USER kaltura;
CREATE USER etl;
CREATE DATABASE kaltura;
CREATE DATABASE kaltura_sphinx_log;
CREATE DATABASE kalturadw;
CREATE DATABASE kalturadw_ds;
CREATE DATABASE kalturadw_bisources;
CREATE DATABASE kalturalog;
Checking connectivity to needed daemons…
Connectivity test passed:)
Cleaning cache…
Populating DB with data… please wait…
Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php being logged into /opt/kaltura/log/installPlugins.log
Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php being logged into /opt/kaltura/log/insertDefaults.log
Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php being logged into /opt/kaltura/log/insertPermissions.log
Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php being logged into /opt/kaltura/log/insertContent.log
Generating UI confs…
Shutting down monit: [FAILED]
Starting monit: Starting monit daemon with http interface at [*:2812]
[ OK ]
Running Batch config…

kaltura-batch-9.19.5-1.noarch
base-config completed successfully, if you ever want to re-configure your system (e.g. change DB hostname) run the following script:

rm /opt/kaltura/app/base-config.lock

/opt/kaltura/bin/kaltura-base-config.sh

Reloading httpd:
Starting monit: Starting monit daemon with http interface at [*:2812]
[ OK ]
Running DWH config…

kaltura-dwh-9.4.0-2.noarch
base-config completed successfully, if you ever want to re-configure your system (e.g. change DB hostname) run the following script:

rm /opt/kaltura/app/base-config.lock

/opt/kaltura/bin/kaltura-base-config.sh

Deploying analytics warehouse DB, please be patient as this may take a while…
Output is logged to /opt/kaltura/dwh/logs/dwh_setup.log.

sending incremental file list
MySQLInserter/
MySQLInserter/TOP.png
MySQLInserter/mysqlinserter.jar
MySQLInserter/plugin.xml

sent 2646992 bytes received 73 bytes 1764710.00 bytes/sec
total size is 2646419 speedup is 1.00
sending incremental file list
MappingFieldRunner/
MappingFieldRunner/MAP.png
MappingFieldRunner/mappingfieldrunner.jar
MappingFieldRunner/plugin.xml

sent 90941 bytes received 73 bytes 182028.00 bytes/sec
total size is 90670 speedup is 1.00
sending incremental file list
GetFTPFileNames/
GetFTPFileNames/FTP.png
GetFTPFileNames/getftpfilenames.jar
GetFTPFileNames/plugin.xml

sent 7310038 bytes received 73 bytes 14620222.00 bytes/sec
total size is 7308893 speedup is 1.00
sending incremental file list
FetchFTPFile/
FetchFTPFile/FTP.png
FetchFTPFile/fetchftpfile.jar
FetchFTPFile/plugin.xml

sent 5784078 bytes received 73 bytes 11568302.00 bytes/sec
total size is 5783119 speedup is 1.00
sending incremental file list
DimLookup/
DimLookup/CMB.png
DimLookup/lookup.jar
DimLookup/plugin.xml

sent 3688654 bytes received 73 bytes 7377454.00 bytes/sec
total size is 3687964 speedup is 1.00
sending incremental file list
UserAgentUtils.jar
ksDecrypt.jar

sent 34936 bytes received 50 bytes 69972.00 bytes/sec
total size is 34770 speedup is 0.99
current version 5999
DWH configured.

====================================================================================================================

Setup completed successfully!

To access your Kaltura tools visit:
121.248.220.99:80

To begin, access the Admin Console using the Admin email and password you’ve entered while installing.
When logged in to the KAC, create a new publisher account to being using Kaltura.
Visit http://www.kaltura.org to join the community and get help!
Visit http://knowledge.kaltura.com to read documentation and learn more.

Thank you for running Kaltura! To keep Kaltura viable, stable and tested, please join the community and help by contributing sanity tests that verify overall platform stability: http://bit.ly/kaltura-ci , and by contributing to the project roadmap by solving simple tasks and challenges: http://bit.ly/kaltura-tasks.

Yes, this output seems perfectly fine.
Would it be possible to get access to this machine? if so, please create a user for me and make it a full sudoer. Do not provide me with the root passwd please.
Send me the creds to jess.portnoy@kaltura.com and I’ll be happy to look into.

sorry for replying late,i have sent a email to you,please check,thank you!